.intake-form [data-slot="select-content"] {
  background: #fffdf8 !important;
  color: #172232 !important;
  border: 1px solid #cfc2ae;
  box-shadow: 0 12px 30px rgba(23, 34, 50, .18);
}
[data-slot="select-content"] {
  background: #fffdf8 !important;
  color: #172232 !important;
  border: 1px solid #cfc2ae;
  box-shadow: 0 12px 30px rgba(23, 34, 50, .18);
}
[data-slot="select-item"] { padding: 9px 14px; cursor: pointer; }
[data-slot="select-item"][data-highlighted] { background: #ece3d5; color: #172232; }
.intake-form label:has([name="opposing"]),
.intake-form label:has([name="deadline"]),
.intake-form label:has([name="goal"]),
.intake-form fieldset:nth-of-type(3) { display: none; }
.consultation-scheduler {
  background: #f8f5ef;
  padding: 60px clamp(24px, 6vw, 90px);
  border-top: 1px solid #ded5c6;
}
.consultation-scheduler h2 { font: normal clamp(32px, 4vw, 52px)/1.1 Georgia, serif; color: #1b3553; }
.consultation-scheduler p { margin: 16px 0 24px; color: #485362; }
.consultation-scheduler a { color: #1b3553; text-decoration: underline; }
.consultation-scheduler .calendly-inline-widget { min-width: 280px; height: 720px; }
@media (max-width: 700px) { .consultation-scheduler { padding: 40px 20px; } }

.intake-form fieldset:first-of-type .form-grid label:nth-child(2) { display: none; }

.schedule-cta { display:inline-block; margin-top:20px; padding:14px 20px; background:#b99a62; color:#081a31; text-transform:uppercase; letter-spacing:.1em; font-size:11px; font-weight:700; text-decoration:none; }
.schedule-cta:hover { background:#d1b985; }
