/* ============================================================
   Zango Clinic — simple, professional, calm.
   One green, clean neutrals, disciplined type.
   Display: Hanken Grotesk · Body: Inter
   ============================================================ */

:root {
  --ink:      #1A2420;   /* near-black text */
  --muted:    #5C665F;   /* secondary text */
  --faint:    #8A968E;
  --brand:    #1C6B5A;   /* the one green */
  --brand-700:#155447;
  --brand-500:#2E836F;
  --sage:     #EBF1EE;   /* tint surface */
  --sage-2:   #DCE7E1;
  --bg:       #FAFBFA;   /* near-white page */
  --paper:    #FFFFFF;
  --line:     #E6EAE7;   /* hairline */
  --line-2:   #D5DCD7;

  /* Reassurance signal colours (used only where the clinic actually signals risk) */
  --ok:#1E9E63; --ok-bg:#E7F5EC; --warn:#C98A2B; --warn-bg:#FBF0DC; --stop:#C6503F; --stop-bg:#FBE9E5;

  --display: "Hanken Grotesk", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;
  --r-lg: 16px; --r-md: 12px; --r-sm: 8px;
  --sh-sm: 0 1px 2px rgba(26,36,32,.05);
  --sh:    0 2px 6px rgba(26,36,32,.05), 0 16px 34px -22px rgba(26,36,32,.22);
  --maxw: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }
svg { display: block; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; color: var(--ink); margin: 0 0 .5em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Eyebrow — quiet tracked label */
.eyebrow { font-family: var(--body); font-weight: 600; font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; color: var(--brand-500); display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; }
.eyebrow::before { content: ""; width: 16px; height: 2px; background: var(--brand); border-radius: 2px; }

/* Line icons */
.chip { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: none; background: var(--sage); color: var(--brand); }
.chip.alt { background: var(--sage-2); }
.chip svg, .ico svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ============ Buttons ============ */
.btn { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--body); font-weight: 600; font-size: .97rem; padding: .8rem 1.4rem; border-radius: var(--r-sm); border: 1.5px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, transform .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand); color: #fff; } .btn-primary:hover { background: var(--brand-700); color: #fff; }
.btn-ghost { background: transparent; color: var(--brand); border-color: var(--line-2); } .btn-ghost:hover { border-color: var(--brand); }
.btn-dark { background: var(--ink); color: #fff; } .btn-dark:hover { background: #0d1512; color: #fff; }
.btn-wa { background: #1FA855; color: #fff; } .btn-wa:hover { background: #178a45; color: #fff; }
.btn-lg { padding: .95rem 1.7rem; font-size: 1.02rem; }
:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 2px; }

/* ============ Header ============ */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250,251,250,.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 1.1rem; height: 72px; }
.brand { display: flex; align-items: center; gap: .7rem; margin-right: auto; flex: none; }
/* Zango wordmark (colourful letters + heart-o, from the brand banner) */
.brand.brand-logo { flex-direction: column; align-items: flex-start; gap: 0; }
.lz { font-family: 'Fredoka', var(--display); font-weight: 600; font-size: 2.1rem; line-height: 1; display: inline-flex; align-items: baseline; letter-spacing: .01em; }
.lz .c1 { color: #1FA098; } .lz .c2 { color: #F0625D; } .lz .c3 { color: #F2A93B; } .lz .c4 { color: #223F66; }
.lz .lo { width: .62em; height: .62em; margin-left: .04em; margin-bottom: -.04em; }
.lz-sub { display: block; font-family: var(--display); font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: 2px; color: #1FA098; white-space: nowrap; }
.lz-sub .by { color: #223F66; letter-spacing: .08em; text-transform: none; font-weight: 600; }
.brand .mark { width: 38px; height: 38px; border-radius: 10px; flex: none; background: var(--brand); display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 800; font-size: 1.15rem; }
.brand b { font-family: var(--display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.brand small { display: block; font-size: .63rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--brand-500); margin-top: 1px; white-space: nowrap; }
.brand .brand-txt { line-height: 1.05; }
.nav-links { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-weight: 500; font-size: .93rem; color: var(--muted); padding: .5rem .7rem; border-radius: var(--r-sm); white-space: nowrap; transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--brand); }
.nav-links a.active { color: var(--brand); background: var(--sage); }
.nav-cta { display: flex; align-items: center; gap: .5rem; }
.nav-toggle { display: none; }
.only-mobile { display: none; }
/* "More" dropdown */
.nav-more { position: relative; }
.nav-more-btn { font: inherit; font-weight: 500; font-size: .93rem; color: var(--muted); background: none; border: none; padding: .5rem .7rem; border-radius: var(--r-sm); cursor: pointer; white-space: nowrap; }
.nav-more-btn:hover { color: var(--brand); }
.nav-more .nav-drop { display: none; position: absolute; top: calc(100% + 6px); right: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--sh); padding: 8px; min-width: 175px; list-style: none; margin: 0; flex-direction: column; z-index: 60; }
.nav-more.open .nav-drop { display: flex; }
.nav-more .nav-drop a { display: block; padding: .55rem .8rem; }
/* Featured links: icons appear only in the mobile drawer */
.nav-links a.nav-feat .fi { display: none; }

/* ============ Sections ============ */
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }
.section-head { max-width: 660px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: .2rem 0 0; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ============ Hero ============ */
.hero { padding: 80px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 58px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 4.8vw, 3.5rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.06; }
.hero h1 span { color: var(--brand); }
.hero h1 .rotate { color: var(--brand); }
.hero h1 .rotate::after { content: '|'; margin-left: 1px; color: var(--brand); font-weight: 400; animation: caret 1s steps(1) infinite; }
@keyframes caret { 50% { opacity: 0; } }
.hero .lede { font-size: 1.18rem; color: var(--muted); max-width: 44ch; margin: 1.2rem 0 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.affil { display: inline-flex; align-items: center; flex-wrap: wrap; gap: .35rem .55rem; max-width: 100%; margin-bottom: 1.4rem; background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: .36rem .85rem .36rem .42rem; font-size: .84rem; font-weight: 500; color: var(--brand-700); box-shadow: var(--sh-sm); }
.affil .tag { flex: none; }
.affil .loc { min-width: 0; }
.affil .tag { background: var(--brand); color: #fff; font-weight: 600; font-size: .67rem; letter-spacing: .04em; text-transform: uppercase; padding: .24rem .6rem; border-radius: 999px; }
.hero-trust { display: flex; gap: 2.2rem; margin-top: 2.4rem; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 1.6rem; }
.hero-trust .t b { font-family: var(--display); font-size: 1.55rem; font-weight: 700; color: var(--brand); line-height: 1; display: block; letter-spacing: -.02em; }
.hero-trust .t span { font-size: .82rem; color: var(--muted); margin-top: .35rem; display: block; }

.hero-card { position: relative; background: var(--paper); border-radius: var(--r-lg); padding: 16px; box-shadow: var(--sh); border: 1px solid var(--line); }
.hero-card .photo { aspect-ratio: 4/4.4; border-radius: 12px; overflow: hidden; background: linear-gradient(165deg, var(--sage), #cadbd2 92%); display: grid; place-items: center; color: var(--brand); text-align: center; }
.hero-card .photo .ph { font-weight: 600; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.hero-card .id { display: flex; align-items: center; gap: .8rem; margin-top: 16px; padding: 0 8px 8px; }
.hero-card .id .badge { width: 46px; height: 46px; border-radius: 11px; background: var(--brand); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 1.25rem; flex: none; }
.hero-card .id b { display: block; font-size: 1.02rem; font-family: var(--display); }
.hero-card .id span { font-size: .82rem; color: var(--muted); }
.hero-card .float { position: absolute; top: 28px; right: 28px; background: #fff; border-radius: 999px; padding: .42rem .8rem; box-shadow: var(--sh); display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .8rem; border: 1px solid var(--line); }
.hero-card .float .dot { width: 9px; height: 9px; border-radius: 50%; background: #1FA855; box-shadow: 0 0 0 4px rgba(31,168,85,.16); }
.hero-card--inline { display: none; }

/* ============ Two paths ============ */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare .opt { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--sh-sm); position: relative; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.compare .opt:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.compare .opt::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--brand); }
.compare .opt.online::before { background: var(--brand-500); }
.compare .opt h3 { font-size: 1.35rem; margin: 1rem 0 .3rem; }
.compare .opt .sub { color: var(--muted); font-size: .96rem; margin: 0 0 1.2rem; }
.compare .opt ul { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.compare .opt li { padding: .55rem 0 .55rem 1.7rem; position: relative; font-size: .95rem; border-bottom: 1px solid var(--line); }
.compare .opt li:last-child { border-bottom: none; }
.compare .opt li::before { content: ""; position: absolute; left: 2px; top: 1.05rem; width: 7px; height: 7px; border-radius: 50%; background: var(--sage-2); }
.compare .opt .btn { margin-top: auto; justify-content: center; }

/* ============ Image + text band ============ */
.imgband { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: var(--sh-sm); }
.imgband.flip .pic { order: 2; }
.imgband .pic { min-height: 400px; background-size: cover; background-position: center; }
.imgband .txt { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.imgband .txt h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.imgband .txt p { color: var(--muted); font-size: 1.06rem; margin: .3rem 0 1.4rem; }
@media (max-width: 820px) { .imgband, .imgband.flip { grid-template-columns: 1fr; } .imgband .pic, .imgband.flip .pic { order: 0; min-height: 260px; } .imgband .txt { padding: 34px 26px; } }
/* Mobile: stack any two-column split — !important beats inline grid-template-columns on some pages */
@media (max-width: 820px) { .grid-2 { grid-template-columns: 1fr !important; } }
/* Comfortable footer tap targets on phones */
@media (max-width: 620px) { .footer-grid li { margin-bottom: .25rem; } .footer-grid li a { display: inline-block; padding: 5px 0; } .footer-bottom a { display: inline-block; padding: 4px 0; } }

/* Photo strip (three warm images) */
.photostrip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photostrip .pic { aspect-ratio: 4/3; border-radius: var(--r-md); background-size: cover; background-position: center; border: 1px solid var(--line); }
@media (max-width: 620px) { .photostrip { grid-template-columns: 1fr 1fr; } .photostrip .pic:last-child { display: none; } }

/* ============ Feature cards ============ */
.actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.action { display: flex; flex-direction: column; gap: .5rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 26px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.action:hover { transform: translateY(-2px); box-shadow: var(--sh); border-color: var(--line-2); color: var(--ink); }
.action h3 { font-size: 1.18rem; margin: .5rem 0 0; }
.action p { margin: 0; color: var(--muted); font-size: .95rem; }
.action .go { margin-top: auto; padding-top: .9rem; font-weight: 600; font-size: .88rem; color: var(--brand); }

/* ============ Cards / grids ============ */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px; box-shadow: var(--sh-sm); }
.card h3 { font-size: 1.22rem; }
.card p { color: var(--muted); margin: 0; }

/* Topic cards */
.topic { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.topic:hover { transform: translateY(-2px); box-shadow: var(--sh); }
.topic .cap { height: 92px; display: grid; place-items: center; font-size: 1.8rem; background: var(--sage); color: var(--brand); }
.topic .cap.alt { background: var(--sage-2); }
.topic .body { padding: 18px 20px 22px; }
.topic h4 { font-size: 1.06rem; margin: 0 0 .3rem; }
.topic p { font-size: .9rem; color: var(--muted); margin: 0 0 .8rem; }
.topic .go { font-weight: 600; font-size: .84rem; color: var(--brand); }

/* Video */
.video { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--sh-sm); }
.video .thumb { aspect-ratio: 16/9; background: linear-gradient(150deg, var(--brand-700), var(--brand-500)); display: grid; place-items: center; position: relative; }
.video .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video .thumb .play { position: relative; z-index: 1; box-shadow: 0 2px 10px rgba(0,0,0,.25); transition: transform .15s; }
a.video { display: block; color: inherit; }
a.video:hover .play { transform: scale(1.1); }
.video .thumb .play { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.94); display: grid; place-items: center; color: var(--brand); font-size: 1.05rem; }
.video .meta { padding: 14px 16px 18px; }
.video .meta b { font-size: .98rem; display: block; font-family: var(--display); }
.video .meta span { font-size: .8rem; color: var(--muted); }

/* ============ Trust band ============ */
.trust { background: var(--brand); color: #d9ebe4; border-radius: var(--r-lg); padding: 56px 48px; }
.trust h2 { color: #fff; } .trust .eyebrow { color: #a7d3c5; } .trust .eyebrow::before { background: #a7d3c5; }
.trust .grid-3 { margin-top: 30px; }
.trust .tcard { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); padding: 26px; }
.trust .tcard .chip { background: rgba(255,255,255,.1); color: #cfe6dd; margin-bottom: .8rem; }
.trust .tcard h3 { color: #fff; font-size: 1.16rem; }
.trust .tcard p { color: #a9c8bd; font-size: .93rem; }

/* ============ Steps ============ */
.steps { list-style: none; margin: 0; padding: 0; }
.steps.linked { position: relative; }
.steps.linked::before { content: ""; position: absolute; left: 21px; top: 34px; bottom: 34px; width: 2px; background: var(--line-2); }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); position: relative; }
.step:last-child { border-bottom: none; }
.step .dot { width: 44px; height: 44px; border-radius: 50%; background: var(--sage); color: var(--brand); display: grid; place-items: center; font-family: var(--display); font-size: 1.1rem; font-weight: 700; flex: none; }
.step h4 { margin: 0 0 .25rem; font-size: 1.16rem; }
.step p { margin: 0; color: var(--muted); }

/* ============ Forms ============ */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--sh-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: .4rem; }
.field .hint { font-weight: 400; color: var(--muted); font-size: .82rem; }
.field input, .field select, .field textarea { width: 100%; padding: .8rem .95rem; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); font-family: var(--body); font-size: 1rem; background: #fcfdfc; color: var(--ink); transition: border .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand-500); box-shadow: 0 0 0 3px rgba(46,131,111,.14); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.info-box { background: var(--sage); border-radius: var(--r-md); padding: 18px 20px; font-size: .94rem; color: var(--brand-700); }
.info-box b { color: var(--brand-700); }
.info-box.teal { background: var(--sage-2); color: var(--brand-700); }
.info-box.teal b { color: var(--brand-700); }
.pill { display: inline-block; background: var(--sage); color: var(--brand-700); font-weight: 600; font-size: .8rem; padding: .35rem .8rem; border-radius: 999px; margin: 0 .35rem .5rem 0; }

/* Tables */
.tbl { width: 100%; border-collapse: collapse; background: var(--paper); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.tbl th, .tbl td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--line); font-size: .94rem; }
.tbl th { background: var(--sage); font-weight: 600; color: var(--brand-700); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
.tbl tr:last-child td { border-bottom: none; }
.tbl tbody tr:hover td { background: #f7faf8; }

/* ============ Page hero ============ */
.page-hero { padding: 60px 0 20px; }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.1rem); font-weight: 700; letter-spacing: -.03em; }
.page-hero p { font-size: 1.15rem; color: var(--muted); max-width: 62ch; }
.breadcrumb { font-size: .84rem; color: var(--muted); font-weight: 500; margin-bottom: 1rem; }

/* ============ CTA band ============ */
.cta-band { background: var(--brand); border-radius: var(--r-lg); padding: 54px; text-align: center; color: #fff; }
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3.3vw, 2.4rem); }
.cta-band p { color: #cfe3da; max-width: 52ch; margin: .4rem auto 1.6rem; }
.cta-band .hero-actions, .cta-band .cta-actions { justify-content: center; display: flex; flex-wrap: wrap; gap: .7rem; }

/* ============ Contact ============ */
.map { aspect-ratio: 16/8; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); background: repeating-linear-gradient(45deg,#e7efeb,#e7efeb 12px,#eff5f1 12px,#eff5f1 24px); display: grid; place-items: center; color: var(--muted); font-weight: 500; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: none; }
.contact-item b { display: block; font-size: 1rem; }
.contact-item span { color: var(--muted); font-size: .93rem; }

/* ============ Footer ============ */
.site-footer { background: var(--ink); color: #bfceC6; margin-top: 8px; }
.site-footer a { color: #bfcec6; } .site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding: 64px 0 40px; }
.footer-grid h4 { color: #fff; font-family: var(--body); font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: .6rem; font-size: .94rem; }
.footer-brand b { font-family: var(--display); font-size: 1.4rem; color: #fff; }
.footer-brand p { color: #8ba296; font-size: .93rem; margin: .8rem 0 1.2rem; max-width: 34ch; }
.socials { display: flex; gap: .5rem; }
.socials a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.07); display: grid; place-items: center; font-weight: 600; font-size: .78rem; transition: background .15s, transform .15s; }
.socials a:hover { background: var(--brand-500); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .84rem; color: #8ba296; }
.footer-note { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-sm); padding: 11px 14px; font-size: .78rem; color: #9fb6aa; margin-top: 8px; }

/* ============ Reveal / FAB ============ */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.wa-fab { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #1FA855; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px -8px rgba(31,168,85,.6); font-size: 1.4rem; transition: transform .2s; }
.wa-fab:hover { transform: scale(1.06); color: #fff; }

/* ============ Appointment type selector ============ */
.seg { display: inline-flex; background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 5px; box-shadow: var(--sh-sm); gap: 4px; }
.seg button { font-family: var(--body); font-weight: 600; font-size: .95rem; color: var(--muted); background: transparent; border: none; cursor: pointer; padding: .6rem 1.25rem; border-radius: 999px; transition: background .18s, color .18s; display: inline-flex; align-items: center; gap: .5rem; }
.seg button.active { color: #fff; background: var(--brand); }
.seg button.active.teal { background: var(--brand-500); }
.panel { display: none; } .panel.show { display: block; animation: fadeup .3s ease; }
@keyframes fadeup { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.path-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.path-head .chip { width: 54px; height: 54px; border-radius: 13px; }
.path-head h2 { font-size: 1.5rem; margin: 0 0 .2rem; }
.path-head p { margin: 0; color: var(--muted); font-size: .98rem; }
.tag-line { display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 600; color: var(--brand-500); background: var(--sage); padding: .28rem .7rem; border-radius: 999px; margin-top: .5rem; }
.tag-line.blue { color: var(--brand); background: var(--sage); }

/* Ghost buttons on the green CTA band need a light outline */
.cta-band .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.cta-band .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; }

/* Footer social icons */
.socials a svg { width: 18px; height: 18px; fill: currentColor; }

/* ============ Responsive ============ */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .hero-card { max-width: 420px; }
  .hero-media { display: none; }
  .hero-card--inline { display: block; margin: .3rem 0 2rem; }
  .actions { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .compare { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 900px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; border: 1.5px solid var(--line-2); background: #fff; cursor: pointer; font-size: 1.25rem; }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; gap: .1rem; position: absolute; top: 72px; left: 0; right: 0; background: var(--bg); padding: 14px 24px 22px; border-bottom: 1px solid var(--line); box-shadow: var(--sh); z-index: 51; }
  .nav-links.open a { display: block; padding: .8rem 1rem; }
  /* Featured: Parent Questions + Prep for Baby as big cards at the top of the drawer */
  .nav-links.open a.nav-feat { background: var(--sage); border: 1px solid var(--sage-2); border-radius: 12px; font-weight: 700; font-size: 1.02rem; color: var(--brand-700); padding: 1rem 1.1rem; margin-bottom: .45rem; }
  .nav-links.open a.nav-feat .fi { display: inline-block; margin-right: .55rem; }
  /* "More" flattens: its links show inline under a hairline */
  .nav-links.open .nav-more-btn { display: none; }
  .nav-links.open .nav-more .nav-drop { display: flex; position: static; border: none; box-shadow: none; background: transparent; padding: 0; min-width: 0; border-top: 1px solid var(--line); margin-top: .4rem; padding-top: .4rem; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 62px 0; } .section-tight { padding: 44px 0; }
  .actions, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust, .cta-band { padding: 38px 24px; }
  .hero-trust { gap: 1.4rem; }
}
@media (max-width: 560px) {
  .nav-cta { display: none; }
  .nav-links.open .only-mobile { display: block; }
  .nav-links.open .only-mobile a { color: var(--brand); font-weight: 700; }
  .brand small { display: none; }
  .wrap { padding: 0 18px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:active, .action:hover, .topic:hover, .compare .opt:hover, .wa-fab:hover { transform: none; }
  .hero h1 .rotate::after { animation: none; }
}
