@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.556 0 0);
  --primary: oklch(0.852 0.199 91.936);
  --primary-foreground: oklch(0.421 0.095 57.708);
  --border: oklch(0.922 0 0);
  --danger: oklch(0.577 0.245 27.325);
  --radius: 0.625rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--foreground); background: var(--background); font-family: "Inter", ui-sans-serif, system-ui, sans-serif; line-height: 1.5; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(100% - 2rem, 68rem); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: color-mix(in oklab, var(--background) 94%, transparent); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.site-header .shell { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; font-weight: 600; text-decoration: none; }
.brand-mark { display: inline-block; width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; background: var(--primary); font-size: 0; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.5 3C19.5376 3 22 5.5 22 9C22 16 14.5 20 12 21.5C10.0226 20.3135 4.91699 17.563 2.86894 13.001L1 13V11L2.21045 11.0009C2.07425 10.3633 2 9.69651 2 9C2 5.5 4.5 3 7.5 3C9.35997 3 11 4 12 5C13 4 14.64 3 16.5 3ZM16.5 5C15.4241 5 14.2593 5.56911 13.4142 6.41421L12 7.82843L10.5858 6.41421C9.74068 5.56911 8.5759 5 7.5 5C5.55906 5 4 6.6565 4 9C4 9.68542 4.09035 10.3516 4.26658 11.0004L6.43381 11L8.5 7.55635L11.5 12.5563L12.4338 11H17V13H13.5662L11.5 16.4437L8.5 11.4437L7.56619 13L5.10789 13.0006C5.89727 14.3737 7.09304 15.6681 8.64514 16.9029C9.39001 17.4955 10.1845 18.0485 11.0661 18.6038C11.3646 18.7919 11.6611 18.9729 12 19.1752C12.3389 18.9729 12.6354 18.7919 12.9339 18.6038C13.8155 18.0485 14.61 17.4955 15.3549 16.9029C18.3337 14.533 20 11.9435 20 9C20 6.64076 18.463 5 16.5 5Z'/%3E%3C/svg%3E") center / contain no-repeat; }
.button { min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .625rem 1rem; border: 1px solid transparent; border-radius: 99px; background: var(--primary); color: var(--primary-foreground); font: inherit; font-weight: 650; text-decoration: none; cursor: pointer; }
.button:hover { filter: brightness(.97); }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .55; }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
.button--quiet { background: var(--background); border-color: var(--border); color: var(--foreground); }
.hero { padding: clamp(4.5rem, 10vw, 7.5rem) 0 4rem; }
.eyebrow { margin: 0 0 1.1rem; color: var(--muted-foreground); font-size: .875rem; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; }
.free-offer { display: flex; align-items: baseline; gap: .45rem; margin: 0 0 1.15rem; color: var(--primary-foreground); font-size: .98rem; font-weight: 650; }
.free-offer span:first-child { color: var(--primary-foreground); font-size: 1.2rem; letter-spacing: -.03em; }
h1, h2, h3 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 12ch; font-size: clamp(2.7rem, 8vw, 5.75rem); }
h2 { max-width: 20ch; font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: 1.05rem; }
.lede { max-width: 39rem; margin: 1.5rem 0 0; color: var(--muted-foreground); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button--hero { min-height: 3.5rem; min-width: min(100%, 19rem); justify-content: space-between; padding: .75rem .8rem .75rem 1.2rem; font-size: 1rem; }
.button-arrow { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--primary-foreground); color: var(--primary); font-size: 1.15rem; }
.microcopy { max-width: 42rem; margin: 1.1rem 0 0; color: var(--muted-foreground); font-size: .9rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 2.25rem; color: var(--muted-foreground); font-size: .9rem; }
.trust-line span + span::before { content: "•"; margin-right: 1rem; color: var(--primary-foreground); }
.section { padding: clamp(3.75rem, 8vw, 6rem) 0; border-top: 1px solid var(--border); }
.section-intro { max-width: 43rem; margin: 1rem 0 0; color: var(--muted-foreground); }
.concerns { display: flex; flex-wrap: wrap; gap: .65rem; max-width: 48rem; margin: 2rem 0 1.2rem; padding: 0; list-style: none; }
.concerns li { padding: .55rem .85rem; border: 1px solid var(--border); border-radius: 99px; font-size: .94rem; }
.notice { max-width: 48rem; margin: 0; color: var(--muted-foreground); font-size: .94rem; }
.steps { display: grid; gap: 0; margin-top: 2rem; border-top: 1px solid var(--border); }
.step { display: grid; grid-template-columns: 2.25rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.step-number { color: var(--primary-foreground); font-variant-numeric: tabular-nums; font-weight: 650; }
.step p, .doctor-details p, .availability p { margin: .4rem 0 0; color: var(--muted-foreground); }
.two-column { display: grid; gap: 2rem; }
.doctor-details, .availability { padding: 1.5rem; background: var(--muted); border-radius: calc(var(--radius) * 1.8); }
.doctor-list { margin-top: 1.25rem; }
.doctor-card { padding-top: 1.1rem; border-top: 1px solid var(--border); }
.doctor-card + .doctor-card { margin-top: 1.1rem; }
.doctor-card .doctor-name { margin: 0; color: var(--foreground); font-weight: 650; }
.doctor-qualification, .doctor-empty { margin: .25rem 0 0; color: var(--muted-foreground); }
.doctor-clinic { margin: .25rem 0 0; color: var(--muted-foreground); font-size: .9rem; }
.emergency { color: var(--foreground); background: color-mix(in oklab, var(--danger) 8%, var(--background)); }
.emergency h2 { color: var(--danger); }
.emergency p { max-width: 48rem; margin: 1rem 0 0; }
.faq { margin-top: 2rem; border-top: 1px solid var(--border); }
details { padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
summary { cursor: pointer; font-weight: 650; }
details p { max-width: 46rem; margin: .8rem 0 .1rem; color: var(--muted-foreground); }
.site-footer { padding: 3rem 0 2rem; background: var(--muted); }
.footer-grid { display: grid; gap: 2rem; }
.footer-title { margin: 0; font-size: .95rem; font-weight: 650; }
.footer-copy, .footer-list { margin: .7rem 0 0; color: var(--muted-foreground); font-size: .9rem; }
.footer-list { padding: 0; list-style: none; }
.footer-list li + li { margin-top: .35rem; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border); color: var(--muted-foreground); font-size: .82rem; }
.sticky-whatsapp { display: none; }
.legal-page { padding: 5rem 0; }
.legal-page h1 { font-size: clamp(2.3rem, 6vw, 4.25rem); }
.legal-page h2 { margin-top: 2.75rem; font-size: 1.4rem; }
.legal-page p, .legal-page li { max-width: 48rem; color: var(--muted-foreground); }
.legal-page ul { padding-left: 1.2rem; }
.legal-page li + li { margin-top: .4rem; }
.doctor-directory { max-width: 48rem; margin-top: 2.75rem; }
.doctor-directory h2 { margin-top: 0; }
.doctor-directory .doctor-list { margin-top: 1.5rem; }
.doctor-directory .doctor-card { padding: 1.25rem 0; }
.doctor-directory .doctor-card + .doctor-card { margin-top: 0; }
.legal-status { margin-top: 1.5rem; padding: .8rem 1rem; border-left: 3px solid var(--primary); background: var(--muted); color: var(--muted-foreground); font-size: .92rem; }
@media (min-width: 44rem) { .two-column { grid-template-columns: 1fr 1fr; } .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } }
@media (max-width: 34rem) { .shell { width: min(100% - 2.5rem, 34rem); } .site-header .shell { min-height: 3.75rem; } .header-cta { display: none; } .hero { padding: 2.4rem 0 2.75rem; } .eyebrow { margin-bottom: .9rem; font-size: .78rem; } .free-offer { margin-bottom: 1.15rem; font-size: .92rem; } h1 { max-width: 11ch; font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.08; } .lede { margin-top: 1.1rem; font-size: 1.05rem; line-height: 1.5; } .hero-actions { margin-top: 1.5rem; } .button--hero { width: 100%; min-height: 3.35rem; } .microcopy { margin-top: .9rem; font-size: .86rem; line-height: 1.45; } .trust-line { flex-direction: row; gap: .25rem .75rem; margin-top: 1.7rem; font-size: .82rem; } .trust-line span + span::before { content: "•"; display: inline; margin-right: .75rem; } .section { padding: 3rem 0; } h2 { max-width: 17ch; font-size: 1.75rem; } .section-intro { margin-top: .85rem; } .concerns { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: 1.5rem; } .concerns li { padding: .55rem .65rem; border-radius: var(--radius); font-size: .86rem; } .notice { font-size: .86rem; line-height: 1.45; } .steps { margin-top: 1.4rem; } .step { grid-template-columns: 1.7rem 1fr; gap: .75rem; padding: 1rem 0; } .step h3 { font-size: 1rem; } .step p { margin-top: .25rem; font-size: .9rem; line-height: 1.42; } .two-column { gap: 1.25rem; } .doctor-details, .availability { padding: 1.1rem; border-radius: var(--radius); } .emergency p { font-size: .94rem; line-height: 1.5; } .site-footer { padding: 2.5rem 0 6.5rem; } .footer-grid { gap: 1.5rem; } .sticky-whatsapp { position: fixed; right: 1.25rem; bottom: 1rem; left: 1.25rem; z-index: 15; display: flex; min-height: 3.25rem; transform: translateY(5rem); transition: transform 180ms ease; } body.mobile-cta-visible .sticky-whatsapp { transform: translateY(0); } }

/* Consultation landing page */
.consult-home {
  --consult-dark: var(--foreground);
  --consult-soft: var(--muted-foreground);
  --consult-surface: var(--background);
  --consult-subtle: var(--muted);
  padding-bottom: 4.125rem;
  font-size: .96875rem;
  line-height: 1.55;
}
.consult-home h1,
.consult-home h2,
.consult-home h3,
.consult-home p { max-width: none; }
.consult-wrap { width: min(calc(100% - 2.5rem), 72.5rem); margin-inline: auto; }
.consult-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--border); background: color-mix(in oklab, var(--background) 92%, transparent); backdrop-filter: blur(.625rem) saturate(160%); }
.consult-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: min(calc(100% - 2.5rem), 72.5rem); min-height: 3.625rem; margin-inline: auto; }
.consult-brand { display: inline-flex; align-items: center; gap: .5625rem; color: inherit; font-family: "Fraunces", Georgia, serif; font-size: 1.125rem; font-weight: 600; text-decoration: none; }
.consult-brand-mark,
.mini-brand-mark { display: inline-block; flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: var(--radius); background: var(--consult-dark); }
.consult-brand-mark::after,
.mini-brand-mark::after { content: ""; display: block; width: 54%; height: 54%; margin: 23%; background: var(--primary); mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.5 3C19.5376 3 22 5.5 22 9C22 16 14.5 20 12 21.5C10.0226 20.3135 4.91699 17.563 2.86894 13.001L1 13V11L2.21045 11.0009C2.07425 10.3633 2 9.69651 2 9C2 5.5 4.5 3 7.5 3C9.35997 3 11 4 12 5C13 4 14.64 3 16.5 3ZM16.5 5C15.4241 5 14.2593 5.56911 13.4142 6.41421L12 7.82843L10.5858 6.41421C9.74068 5.56911 8.5759 5 7.5 5C5.55906 5 4 6.6565 4 9C4 9.68542 4.09035 10.3516 4.26658 11.0004L6.43381 11L8.5 7.55635L11.5 12.5563L12.4338 11H17V13H13.5662L11.5 16.4437L8.5 11.4437L7.56619 13L5.10789 13.0006C5.89727 14.3737 7.09304 15.6681 8.64514 16.9029C9.39001 17.4955 10.1845 18.0485 11.0661 18.6038C11.3646 18.7919 11.6611 18.9729 12 19.1752C12.3389 18.9729 12.6354 18.7919 12.9339 18.6038C13.8155 18.0485 14.61 17.4955 15.3549 16.9029C18.3337 14.533 20 11.9435 20 9C20 6.64076 18.463 5 16.5 5Z'/%3E%3C/svg%3E") center / contain no-repeat; }
.consult-nav-links { display: none; align-items: center; gap: 1.875rem; }
.consult-nav-links a { color: var(--consult-soft); font-size: .90625rem; font-weight: 550; text-decoration: none; }
.consult-nav-links a:hover { color: var(--foreground); }
.consult-nav-cta { display: none; }
.consult-nav-icon { display: grid; place-items: center; width: 2.375rem; height: 2.375rem; border-radius: 50%; background: var(--consult-dark); color: var(--primary); }
.consult-nav-icon svg { width: 1.125rem; height: 1.125rem; }
.consult-hero { padding: 1.625rem 0 1.875rem; }
.consult-eyebrow { display: inline-flex; align-items: center; gap: .4375rem; margin-bottom: .625rem; color: var(--primary-foreground); font-size: .75rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.consult-eyebrow::before { content: ""; width: .875rem; height: .125rem; border-radius: 99px; background: currentColor; }
.consult-hero h1 { max-width: 24ch; margin: 0 0 .65em; font-size: clamp(1.625rem, 7.2vw, 2.75rem); line-height: 1.08; letter-spacing: -.02em; }
.consult-hero-sub { max-width: 32.5rem !important; margin: 0 0 1.125rem; color: var(--consult-soft); }
.consult-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.consult-hero-actions .button { min-height: 3rem; padding-inline: 1.375rem; }
.doctors-block { padding: 1.5rem 0 1.625rem; background: var(--consult-dark); color: var(--background); }
.doctors-head { display: flex; align-items: end; justify-content: space-between; gap: .75rem; margin-bottom: 1rem; }
.doctors-head .consult-eyebrow { margin-bottom: .25rem; color: var(--primary); }
.doctors-head h2 { margin: 0; color: var(--background); font-size: 1.25rem; letter-spacing: -.015em; }
.doctor-scroller { display: flex; gap: .75rem; margin-inline: -1.25rem; padding: .125rem 1.25rem .5rem; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.doctor-scroller::-webkit-scrollbar,
.testimonial-scroller::-webkit-scrollbar { display: none; }
.profile-card { display: flex; flex: 0 0 82%; max-width: 17.5rem; flex-direction: column; gap: .625rem; padding: 1.25rem; border: 1px solid color-mix(in oklab, var(--background) 12%, transparent); border-radius: calc(var(--radius) * 1.4); background: color-mix(in oklab, var(--foreground) 94%, var(--background)); scroll-snap-align: start; }
.profile-avatar { display: grid; place-items: center; width: 4.375rem; height: 4.375rem; border-radius: 50%; background: color-mix(in oklab, var(--primary) 28%, var(--background)); color: var(--primary-foreground); font-size: 1.5rem; font-weight: 650; }
.profile-badge { display: flex; align-items: center; gap: .375rem; color: var(--primary); font-size: .75rem; font-weight: 650; }
.profile-badge::before { content: "✓"; display: grid; place-items: center; width: .875rem; height: .875rem; border: 1px solid currentColor; border-radius: 50%; font-size: .625rem; }
.profile-card .profile-name { margin: 0; color: var(--background); font-size: 1rem; font-weight: 650; }
.profile-card .profile-qualification { margin: .15rem 0 0; color: color-mix(in oklab, var(--background) 65%, transparent); font-size: .8125rem; }
.profile-card .profile-clinic { margin: .15rem 0 0; color: color-mix(in oklab, var(--background) 48%, transparent); font-size: .75rem; }
.trust-strip { border-bottom: 1px solid var(--border); background: var(--consult-subtle); }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-chip { display: flex; align-items: flex-start; gap: .625rem; min-width: 0; padding: 1rem; border-right: 1px solid var(--border); }
.trust-chip:last-child { border-right: 0; }
.trust-chip svg { flex: 0 0 auto; width: 1.1875rem; height: 1.1875rem; margin-top: .0625rem; color: var(--primary-foreground); }
.trust-chip strong,
.trust-chip span { display: block; }
.trust-chip strong { font-size: .8125rem; }
.trust-chip span { color: var(--consult-soft); font-size: .71875rem; line-height: 1.35; }
.consult-section { padding: 3.25rem 0; border-top: 1px solid var(--border); }
.muted-section { background: var(--consult-subtle); }
.consult-section h2,
.section-heading h2 { font-size: 1.375rem; letter-spacing: -.02em; }
.testimonial-scroller { display: flex; gap: 1rem; margin: 1.5rem -1.25rem 0; padding: .25rem 1.25rem 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.testimonial-card { flex: 0 0 85%; max-width: 21.25rem; padding: 1.375rem; border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.8); background: var(--background); scroll-snap-align: start; }
.testimonial-stars { margin-bottom: .875rem; color: var(--primary-foreground); letter-spacing: .2em; }
.testimonial-card p { margin: 0 0 1.125rem; color: var(--consult-soft); font-size: .90625rem; font-style: italic; line-height: 1.6; }
.testimonial-card strong { font-size: .84375rem; }
.centered { text-align: center; }
.section-heading { max-width: 40rem; margin: 0 auto 2rem; }
.section-heading .consult-eyebrow { justify-content: center; }
.section-heading p { margin: .75rem auto 0; color: var(--consult-soft); }
.outcome-grid { display: grid; gap: 1rem; max-width: 36rem; margin: 0 auto; }
.outcome-card { display: flex; width: 100%; overflow: hidden; flex-direction: column; border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.8); background: var(--background); }
.outcome-band { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; background: var(--consult-dark); color: var(--background); }
.outcome-band span { color: color-mix(in oklab, var(--primary) 65%, transparent); font-size: .6875rem; letter-spacing: .03em; text-align: right; }
.outcome-body { flex: 1; padding: 1.25rem; }
.outcome-doctor { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.outcome-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 4.375rem; height: 4.375rem; border-radius: 50%; background: color-mix(in oklab, var(--primary) 24%, var(--background)); color: var(--primary-foreground); font-size: 1.375rem; font-weight: 650; }
.outcome-doctor strong,
.outcome-doctor span,
.outcome-doctor small { display: block; }
.outcome-doctor span { color: var(--consult-soft); font-size: .75rem; }
.outcome-doctor small { margin-top: .125rem; color: var(--primary-foreground); font-weight: 650; }
.outcome-row { display: flex; justify-content: space-between; gap: 1rem; padding: .375rem 0; color: var(--consult-soft); font-size: .8125rem; }
.outcome-row span { flex: 0 0 auto; font-size: .6875rem; letter-spacing: .05em; text-transform: uppercase; }
.outcome-row strong { max-width: 65%; font-weight: 400; text-align: right; }
.outcome-summary { margin-top: 1rem; padding: .875rem; border-radius: var(--radius); background: var(--consult-subtle); }
.outcome-summary strong { font-size: .84375rem; }
.outcome-summary p { margin: .375rem 0 0; color: var(--consult-soft); font-size: .78125rem; line-height: 1.55; }
.outcome-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .875rem 1.25rem; border-top: 1px solid var(--border); background: var(--consult-subtle); color: var(--consult-soft); font-size: .71875rem; }
.outcome-foot strong { color: var(--primary-foreground); text-align: right; }
.next-steps-intro { margin: 0 0 1.25rem; color: var(--consult-soft); font-size: .90625rem; line-height: 1.55; }
.next-steps-list { display: grid; gap: 1rem; }
.next-step { display: flex; align-items: flex-start; gap: .875rem; }
.next-step > span { display: grid; flex: 0 0 auto; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: color-mix(in oklab, var(--primary) 24%, var(--background)); color: var(--primary-foreground); font-size: .75rem; font-weight: 650; }
.next-step strong { font-size: .875rem; }
.next-step p { margin: .25rem 0 0; color: var(--consult-soft); font-size: .78125rem; line-height: 1.5; }
.process-section { position: relative; height: 350vh; border-block: 1px solid var(--border); background: var(--consult-subtle); }
.process-sticky { position: sticky; top: 0; display: flex; height: 100vh; align-items: center; overflow: hidden; padding: 1.25rem 0; }
.process-heading { margin-bottom: 1.25rem; }
.chat-stage { position: relative; display: flex; justify-content: center; max-width: 58.75rem; margin: 0 auto; }
.chat-labels { display: none; }
.chat-phone { position: relative; z-index: 2; display: flex; width: min(100%, 23.75rem); overflow: hidden; flex-direction: column; border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.8); background: var(--consult-dark); color: var(--background); }
.chat-phone-header { display: flex; align-items: center; justify-content: space-between; padding: .875rem 1rem; border-bottom: 1px solid color-mix(in oklab, var(--background) 10%, transparent); }
.chat-phone-header strong { display: flex; align-items: center; gap: .4rem; font-size: .9375rem; }
.mini-brand-mark { width: 1.125rem; height: 1.125rem; background: transparent; }
.mini-brand-mark::after { width: 100%; height: 100%; margin: 0; }
.end-chat { display: grid; place-items: center; width: 2.125rem; height: 2.125rem; border-radius: 50%; background: var(--danger); font-size: .625rem; }
.chat-body { display: flex; height: min(52vh, 26.25rem); overflow: hidden; flex-direction: column; gap: 1rem; padding: 1rem; }
.chat-date { align-self: center; padding: .25rem .75rem; border-radius: 99px; background: color-mix(in oklab, var(--background) 10%, transparent); color: color-mix(in oklab, var(--background) 58%, transparent); font-size: .6875rem; }
.message { display: flex; flex-direction: column; }
.message small { margin: 0 0 .25rem .75rem; color: color-mix(in oklab, var(--background) 60%, transparent); font-size: .75rem; }
.message p { max-width: 85%; margin: 0; padding: .875rem 1.125rem; border-radius: calc(var(--radius) * 1.8); background: color-mix(in oklab, var(--background) 10%, transparent); font-size: .875rem; line-height: 1.5; }
.message.user { align-items: flex-end; }
.message.user small { margin: 0 .75rem .25rem 0; color: var(--primary); }
.message.user p { background: var(--primary); color: var(--primary-foreground); border-bottom-right-radius: var(--radius); }
.message time { margin: .25rem .75rem 0 0; color: color-mix(in oklab, var(--background) 40%, transparent); font-size: .625rem; }
.guidance-note { width: 85%; margin-top: .5rem; overflow: hidden; border: 1px solid color-mix(in oklab, var(--primary) 35%, transparent); border-radius: var(--radius); background: color-mix(in oklab, var(--background) 8%, transparent); }
.guidance-note > strong { display: block; padding: .75rem; border-bottom: 1px solid color-mix(in oklab, var(--background) 10%, transparent); color: var(--primary); font-size: .8125rem; }
.guidance-note p { max-width: none; margin: 0; padding: .55rem .75rem; border-radius: 0; background: transparent; font-size: .75rem; }
.guidance-note small { display: block; margin: 0; padding: .75rem; border-top: 1px solid color-mix(in oklab, var(--background) 10%, transparent); color: var(--primary); font-size: .6875rem; }
.chat-composer { display: flex; align-items: center; gap: .75rem; padding: .75rem; background: color-mix(in oklab, var(--background) 6%, var(--foreground)); color: color-mix(in oklab, var(--background) 55%, transparent); }
.chat-composer span:nth-child(2) { flex: 1; }
.chat-composer b { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--primary); color: var(--primary-foreground); }
.emergency-panel { display: grid; gap: 1rem; padding: 1.5rem; border-radius: calc(var(--radius) * 1.8); background: var(--consult-dark); color: var(--background); }
.emergency-panel > svg { width: 1.75rem; height: 1.75rem; color: var(--primary); }
.emergency-panel h2 { color: var(--background); font-size: 1.25rem; }
.emergency-panel p { margin: .5rem 0 1rem; color: color-mix(in oklab, var(--background) 64%, transparent); }
.emergency-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.emergency-tags span { padding: .25rem .625rem; border: 1px solid color-mix(in oklab, var(--primary) 30%, transparent); border-radius: 99px; color: color-mix(in oklab, var(--primary) 85%, var(--background)); font-size: .71875rem; }
.consult-faq { display: flex; max-width: 45rem; flex-direction: column; gap: .625rem; margin: 1.5rem auto 0; text-align: left; }
.consult-faq details { padding: .125rem 1.125rem; border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.4); background: var(--background); }
.consult-faq details[open] { border-color: var(--primary-foreground); }
.consult-faq summary { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .9375rem 0; list-style: none; font-size: .90625rem; }
.consult-faq summary::-webkit-details-marker { display: none; }
.consult-faq summary::after { content: "+"; flex: 0 0 auto; color: var(--primary-foreground); font-size: 1.25rem; }
.consult-faq details[open] summary::after { content: "−"; }
.consult-faq p { margin: 0; padding: 0 0 .9375rem; color: var(--consult-soft); font-size: .84375rem; }
.final-cta { padding: 2rem 1.375rem; border-radius: calc(var(--radius) * 1.8); background: var(--primary); text-align: center; }
.final-cta h2 { font-size: 1.5rem; }
.final-cta p { max-width: 25rem; margin: .75rem auto 1rem; color: var(--primary-foreground); }
.dark-button { background: var(--consult-dark); color: var(--primary); }
.consult-footer { margin-top: 1.5rem; padding: 2.5rem 0 1.25rem; background: var(--consult-dark); color: color-mix(in oklab, var(--primary) 68%, transparent); }
.consult-footer .consult-brand { color: var(--background); }
.consult-footer .consult-brand-mark { background: color-mix(in oklab, var(--background) 7%, var(--foreground)); }
.consult-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding-bottom: 1.75rem; border-bottom: 1px solid color-mix(in oklab, var(--primary) 16%, transparent); }
.consult-footer-grid > div:first-child { grid-column: 1 / -1; }
.consult-footer-grid p { max-width: 16.25rem; color: color-mix(in oklab, var(--primary) 55%, transparent); font-size: .8125rem; }
.consult-footer h3 { color: var(--background); font-size: .78125rem; letter-spacing: .05em; text-transform: uppercase; }
.consult-footer ul { display: flex; flex-direction: column; gap: .5rem; margin: .75rem 0 0; padding: 0; list-style: none; }
.consult-footer li,
.consult-footer a { font-size: .8125rem; text-decoration: none; }
.consult-footer-bottom { margin: 0; padding-top: 1.125rem; color: color-mix(in oklab, var(--primary) 40%, transparent); font-size: .75rem; }
.consult-bottom-bar { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: flex; gap: .625rem; padding: .625rem 1rem; border-top: 1px solid var(--border); background: var(--background); }
.consult-bottom-bar .button { flex: 1; }
.consult-float-cta { display: none; }
.consult-home [data-reveal] { opacity: 0; transform: translateY(.875rem); transition: opacity .5s ease, transform .5s ease; }
.consult-home [data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .consult-home *, .consult-home *::before, .consult-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (min-width: 40rem) {
  .consult-wrap,
  .consult-nav { width: min(calc(100% - 3.5rem), 72.5rem); }
  .doctor-scroller,
  .testimonial-scroller { margin-inline: -1.75rem; padding-inline: 1.75rem; }
  .outcome-grid { max-width: 40rem; }
}

@media (min-width: 53.75rem) {
  .consult-home { padding-bottom: 0; font-size: 1rem; }
  .consult-nav { min-height: 4.125rem; }
  .consult-nav-links,
  .consult-nav-cta { display: flex; }
  .consult-nav-icon { display: none; }
  .consult-hero { padding: 4rem 0 2.5rem; }
  .consult-hero h1 { font-size: 2.75rem; }
  .doctors-block { padding: 2.75rem 0; }
  .doctors-head h2 { font-size: 1.625rem; }
  .doctor-scroller { gap: 1rem; margin-inline: -1.75rem; }
  .profile-card { flex-basis: 20rem; max-width: 20rem; }
  .consult-section { padding: 3.75rem 0; }
  .testimonial-scroller { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.5rem 0 0; padding: 0; overflow: visible; }
  .testimonial-card { max-width: none; }
  .outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; max-width: 65rem; }
  .chat-labels { position: absolute; inset: 0; display: block; pointer-events: none; }
  .chat-label { position: absolute; width: 15rem; opacity: 0; transform: translateY(.9375rem); transition: opacity .5s ease, transform .5s ease; }
  .chat-label.is-active { opacity: 1; transform: none; }
  .chat-label:nth-child(1) { top: 8%; left: 0; }
  .chat-label:nth-child(2) { top: 32%; right: 0; text-align: right; }
  .chat-label:nth-child(3) { top: 56%; left: 0; }
  .chat-label:nth-child(4) { right: 0; bottom: 8%; text-align: right; }
  .chat-label > span { position: absolute; z-index: -1; top: -.75rem; color: color-mix(in oklab, var(--primary-foreground) 22%, transparent); font-size: 2.625rem; font-weight: 650; }
  .chat-label:nth-child(odd) > span { left: -.625rem; }
  .chat-label:nth-child(even) > span { right: -.625rem; }
  .chat-label h3 { margin: 0 0 .375rem; font-size: 1.0625rem; }
  .chat-label p { margin: 0; color: var(--consult-soft); font-size: .84375rem; }
  .emergency-panel { grid-template-columns: 2.25rem 1fr; padding: 2rem; }
  .final-cta { padding: 3.25rem; }
  .final-cta h2 { font-size: 1.875rem; }
  .consult-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
  .consult-footer-grid > div:first-child { grid-column: auto; }
  .consult-bottom-bar { display: none; }
  .consult-float-cta { position: fixed; z-index: 60; right: 1.375rem; bottom: 1.375rem; display: flex; align-items: center; gap: .625rem; padding: .875rem 1.25rem; border: 1px solid color-mix(in oklab, var(--primary) 20%, transparent); border-radius: 99px; background: var(--consult-dark); color: var(--primary); font-size: .875rem; font-weight: 650; text-decoration: none; }
}
