/* =============================================================
   ADHD Doctors — additional components (gap fixes vs references)
   ============================================================= */

/* Header phone */
.header-phone { display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; font-size: .92rem; color: var(--navy); padding: .5rem .8rem; border-radius: 999px; }
.header-phone:hover { background: var(--mint); }
.header-phone svg { width: 16px; height: 16px; color: var(--teal-dark); }
.site-header .container { width: min(1360px, calc(100% - 2.5rem)); }
.nav > li > a, .nav > li > button { white-space: nowrap; }
@media (max-width: 1500px) { .header-phone { display: none; } }
@media (min-width: 1081px) and (max-width: 1340px) {
  .nav > li > a, .nav > li > button { padding: .55rem .6rem; font-size: .9rem; }
  .header-actions .btn { padding: .7rem 1.1rem; font-size: .9rem; }
  .brand-tag { display: none; }
  .site-header .container { gap: .8rem; }
}
.dropdown.cols3 { min-width: 720px; display: grid; grid-template-columns: 1fr 1fr 1fr; }
.dropdown .dd-group { padding: .5rem .8rem .2rem; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-dark); grid-column: 1 / -1; }
@media (max-width: 1080px) { .dropdown.cols3 { grid-template-columns: 1fr; min-width: 0; } }

/* Postcode checker */
.wait-check { margin-top: 1.6rem; max-width: 520px; }
.wait-check h4 { margin: 0 0 .2rem; font-size: 1.05rem; }
.wait-check p { font-size: .85rem; color: var(--muted); margin-bottom: .6rem; }
.wait-form { display: flex; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .35rem .35rem .35rem 1rem; box-shadow: var(--shadow-sm); gap: .5rem; }
.wait-form svg { width: 18px; height: 18px; color: var(--teal-dark); flex: none; }
.wait-form input { flex: 1; border: 0; font: inherit; min-width: 0; background: transparent; outline: none; }
.wait-form button { flex: none; }
.wait-result { display: none; margin-top: .8rem; background: #fff; border: 1px solid var(--teal-soft); border-radius: 14px; padding: .9rem 1.1rem; font-size: .92rem; box-shadow: var(--shadow-sm); }
.wait-result.show { display: block; }
.wait-result b { color: var(--navy); }
.wait-result .cmp { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: .6rem; }
.wait-result .cmp div { background: var(--sand); border-radius: 10px; padding: .6rem .8rem; }
.wait-result .cmp div.us { background: var(--mint); }
.wait-result .cmp b { display: block; font-family: var(--font-display); font-size: 1.3rem; }

/* Rating strip */
.rating-strip { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; padding: 1rem 0; font-weight: 600; color: var(--navy); }
.rating-strip .g { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); }
.rating-strip .g span { background: #fff; width: 26px; height: 26px; border-radius: 6px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; }
.rating-strip .stars { font-size: 1.05rem; }
.rating-strip a { color: var(--teal-dark); font-size: .9rem; }

/* Tabs */
.tabs { display: flex; gap: .4rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.2rem; }
.tab-btn { padding: .65rem 1.3rem; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; font-weight: 600; color: var(--muted); transition: .2s; }
.tab-btn:hover { border-color: var(--teal); color: var(--navy); }
.tab-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadein .35s ease; }
@keyframes fadein { from { opacity: 0; transform: translateY(8px);} to { opacity: 1; transform: none;} }

/* Price cards: virtual / in-person */
.price-card .duration { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-dark); }
.price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin: .9rem 0 .4rem; }
.price-pair div { background: var(--sand); border-radius: 12px; padding: .7rem .8rem; text-align: center; }
.price-pair div.virt { background: var(--mint); }
.price-pair b { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--navy); letter-spacing: -.02em; line-height: 1; }
.price-pair span { font-size: .75rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.finance { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.6rem; margin-top: 2rem; }
.finance .ico { width: 54px; height: 54px; border-radius: 14px; background: var(--mint); color: var(--teal-dark); display: grid; place-items: center; }
.finance .ico svg { width: 26px; height: 26px; }
.finance p { margin: 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 600px) { .finance { grid-template-columns: 1fr; } }

/* Virtual vs in-person */
.modes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.mode { border-radius: var(--radius-lg); padding: 2rem; position: relative; overflow: hidden; }
.mode.virtual { background: var(--navy); color: #fff; }
.mode.person { background: var(--sand); }
.mode .ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 1.2rem; }
.mode.virtual .ico { background: var(--teal); color: #fff; }
.mode.person .ico { background: #fff; color: var(--navy); }
.mode .ico svg { width: 28px; height: 28px; }
.mode h3 { font-size: 1.4rem; }
.mode.virtual h3 { color: #fff; }
.mode p { font-size: .97rem; }
.mode.virtual p, .mode.virtual li { color: rgba(255,255,255,.8); }
.mode ul li { display: flex; gap: .6rem; padding: .3rem 0; font-size: .93rem; }
.mode ul li::before { content: "\2713"; color: var(--teal); font-weight: 800; }
@media (max-width: 800px) { .modes { grid-template-columns: 1fr; } }

/* Video cards */
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.video-card { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; display: block; }
.video-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.video-thumb { aspect-ratio: 16 / 10; position: relative; background: linear-gradient(135deg, var(--navy) 0%, #1a4f80 100%); display: grid; place-items: center; overflow: hidden; }
.video-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.video-thumb .play { position: relative; width: 58px; height: 58px; border-radius: 50%; background: #fff; color: var(--navy); display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0,0,0,.25); transition: transform .2s; }
.video-thumb .play svg { width: 22px; height: 22px; margin-left: 3px; }
.video-card:hover .play { transform: scale(1.08); }
.video-thumb .dur { position: absolute; bottom: .6rem; right: .6rem; background: rgba(0,0,0,.6); color: #fff; font-size: .72rem; padding: .2rem .5rem; border-radius: 6px; font-weight: 600; }
.video-card .body { padding: 1rem 1.1rem 1.2rem; }
.video-card h3 { font-size: 1rem; margin-bottom: .2rem; }
.video-card small { color: var(--muted); }
@media (max-width: 960px) { .video-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .video-grid { grid-template-columns: 1fr; } }

/* Blog cards */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.post:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.post .thumb { aspect-ratio: 16 / 9; background: var(--sand-deep); overflow: hidden; }
.post .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post .body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.post .meta { display: flex; gap: .6rem; align-items: center; font-size: .78rem; color: var(--muted); margin-bottom: .6rem; }
.post .meta .cat { background: var(--mint); color: var(--teal-dark); padding: .2rem .6rem; border-radius: 999px; font-weight: 700; }
.post h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.post p { color: var(--muted); font-size: .93rem; flex: 1; }
.post .link { color: var(--teal-dark); font-weight: 600; font-size: .9rem; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } }

/* Featured in */
.featured { display: flex; justify-content: center; gap: .8rem 2.5rem; flex-wrap: wrap; align-items: center; margin-top: 1.5rem; }
.featured span { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -.03em; color: #9aa7b8; }

/* In-page anchor nav */
.anchor-nav { position: sticky; top: var(--header-h); z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.anchor-nav ul { display: flex; gap: .2rem; overflow-x: auto; scrollbar-width: none; padding: .5rem 0; }
.anchor-nav ul::-webkit-scrollbar { display: none; }
.anchor-nav a { display: inline-block; padding: .45rem .9rem; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.anchor-nav a:hover, .anchor-nav a.active { background: var(--mint); color: var(--navy); }
section[id], div[id].anchor-target { scroll-margin-top: calc(var(--header-h) + 70px); }

/* Options comparison */
.options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.option { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.option.hl { border: 2px solid var(--teal); }
.option h3 { font-size: 1.2rem; }
.option .row { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-top: 1px solid var(--line); font-size: .92rem; }
.option .row span:first-child { color: var(--muted); }
.option .row span:last-child { font-weight: 600; text-align: right; }
.option .btn { margin-top: 1.2rem; }
@media (max-width: 900px) { .options { grid-template-columns: 1fr; } }

/* Related services */
.related { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.related a { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.1rem 1.2rem; font-weight: 600; font-size: .93rem; display: flex; justify-content: space-between; align-items: center; gap: .5rem; transition: .2s; }
.related a:hover { border-color: var(--teal); color: var(--teal-dark); transform: translateY(-3px); }
.related a::after { content: "\2192"; color: var(--teal); }
@media (max-width: 960px) { .related { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .related { grid-template-columns: 1fr; } }

/* Symptom groups */
.symptoms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.symptom { background: var(--mint); border-radius: 16px; padding: 1.4rem 1.5rem; }
.symptom h3 { font-size: 1.1rem; margin-bottom: .6rem; }
.symptom ul { list-style: disc; padding-left: 1.1rem; margin: 0; }
.symptom li { font-size: .93rem; margin: .25rem 0; color: #33425c; }
@media (max-width: 640px) { .symptoms { grid-template-columns: 1fr; } }

/* Hours table */
.hours { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours td { padding: .55rem 0; border-top: 1px solid var(--line); }
.hours tr:first-child td { border-top: 0; }
.hours td:last-child { text-align: right; font-weight: 600; color: var(--navy); }
.hours td.closed:last-child { color: var(--coral); }

/* Social icons */
.socials { display: flex; gap: .6rem; margin-top: 1.2rem; }
.socials a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; transition: .2s; }
.socials a:hover { background: var(--teal); color: #fff; }
.socials svg { width: 18px; height: 18px; }
.socials.light a { background: var(--mint); color: var(--navy); }
.socials.light a:hover { background: var(--teal); }
.footer-note { margin-top: 1.4rem; padding: .9rem 1rem; border-radius: 12px; background: rgba(229,72,77,.12); border: 1px solid rgba(229,72,77,.3); font-size: .82rem; color: #ffd4d6; }
.footer-rating { display: flex; align-items: center; gap: .6rem; margin-top: 1.2rem; font-size: .9rem; color: #fff; font-weight: 600; }
.footer-rating .stars { color: var(--gold); }

/* Satisfaction stats */
.satis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.satis div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; text-align: center; }
.satis b { display: block; font-family: var(--font-display); font-size: 3rem; font-weight: 800; color: var(--teal); line-height: 1; letter-spacing: -.04em; margin-bottom: .6rem; }
.satis p { margin: 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 800px) { .satis { grid-template-columns: 1fr; } }

/* Download list */
.downloads li a { display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: .6rem; font-weight: 600; font-size: .93rem; transition: .2s; }
.downloads li a:hover { border-color: var(--teal); color: var(--teal-dark); }
.downloads svg { width: 20px; height: 20px; color: var(--teal-dark); flex: none; }

/* Jobs */
.job { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.8rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.job h3 { font-size: 1.15rem; margin-bottom: .2rem; }
.job p { margin: 0; color: var(--muted); font-size: .93rem; }
.job .tags { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .5rem; }
.job .tags span { font-size: .78rem; background: var(--mint); color: var(--navy); padding: .2rem .6rem; border-radius: 999px; font-weight: 600; }
@media (max-width: 600px) { .job { grid-template-columns: 1fr; } }

/* Legal prose */
.legal { max-width: 820px; margin-inline: auto; }
.legal h2 { font-size: 1.35rem; margin-top: 2rem; }
.legal p, .legal li { color: #33425c; font-size: .97rem; }
.legal ul { list-style: disc; padding-left: 1.3rem; }

/* Client credential badges */
.badge-row { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; }
.badge-row img { height: 40px; width: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: .35rem .6rem; object-fit: contain; }
.badge-row.large { justify-content: center; margin-top: 2.5rem; gap: 1rem 1.6rem; }
.badge-row.large img { height: 64px; padding: .6rem .9rem; border-radius: 12px; }
.badge-row.footer img { height: 34px; border: 0; }
.badge-row.footer { margin-top: 1.2rem; }

/* Hero bullet points */
.hero-points { display: grid; gap: .55rem; margin: 0 0 1.8rem; max-width: 540px; }
.hero-points li { display: flex; align-items: flex-start; gap: .75rem; font-size: 1.05rem; line-height: 1.5; color: var(--ink); }
.hero-points li strong { color: var(--navy); font-weight: 700; }
.hero-points .hp-ico { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; margin-top: .15rem; box-shadow: 0 4px 10px rgba(38,93,194,.25); }
.hero-points .hp-ico svg { width: 14px; height: 14px; }

/* Single price card */
.price-hero { display: grid; grid-template-columns: 1.05fr 1fr; max-width: 980px; margin-inline: auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); background: #fff; }
.price-hero .ph-left { background: linear-gradient(160deg, var(--navy) 0%, #0f3562 100%); color: #fff; padding: clamp(2rem, 4vw, 3.2rem); position: relative; overflow: hidden; }
.price-hero .ph-left::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 260px; height: 260px; border-radius: 50%; background: rgba(38,93,194,.35); }
.price-hero .ph-left > * { position: relative; z-index: 1; }
.price-hero .ph-kicker { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); margin-bottom: 1rem; }
.price-hero .ph-left h3 { color: #fff; font-size: 1.5rem; margin-bottom: .6rem; }
.price-hero .ph-amount { font-family: var(--font-display); font-weight: 800; font-size: clamp(3.4rem, 6vw, 4.8rem); letter-spacing: -.04em; line-height: 1; margin: .4rem 0 .8rem; }
.price-hero .ph-left p { color: rgba(255,255,255,.8); margin-bottom: 1.6rem; max-width: 34ch; }
.price-hero .ph-right { padding: clamp(2rem, 4vw, 3.2rem); background: #fff; }
.price-hero .ph-right h4 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-dark); margin-bottom: 1rem; }
.price-hero .checks li { padding: .55rem 0; border-top: 1px solid var(--line); font-weight: 500; }
.price-hero .checks li:first-child { border-top: 0; }
@media (max-width: 800px) { .price-hero { grid-template-columns: 1fr; } }

/* Logo images */
.brand-logo { height: 44px; width: auto; display: block; }
.site-footer .brand-logo { height: 40px; }
@media (max-width: 480px) { .brand-logo { height: 36px; } }

/* Lead clinician photo (about) */
.clinician-hero { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 5; background: var(--sand-deep); }
.clinician-hero img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.clinician-hero .ch-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-radius: 14px; padding: .8rem 1.1rem; display: flex; flex-direction: column; gap: .1rem; }
.clinician-hero .ch-caption b { color: var(--navy); font-size: 1.05rem; }
.clinician-hero .ch-caption span { color: var(--muted); font-size: .85rem; }

/* Sound familiar section */
.sf { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--mint); }
.sf-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; margin-bottom: 2.5rem; }
.sf-hero h2 { margin: 1rem 0 .8rem; }
.sf-hero .lead { max-width: 52ch; margin: 0; }
.sf-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 5 / 4; background: var(--sand-deep); }
.sf-photo img { width: 100%; height: 100%; object-fit: cover; }
.sf-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 3rem); box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.sf-card > h3 { text-align: center; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .3rem; }
.sf-sub { text-align: center; color: var(--muted); margin-bottom: 2rem; }
.sf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.sf-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.3rem 1.4rem; border-radius: 16px; }
.sf-item h4 { font-size: 1.05rem; margin-bottom: .3rem; color: var(--navy); }
.sf-item p { margin: 0; font-size: .93rem; color: var(--muted); }
.sf-ico { position: relative; flex: none; width: 54px; height: 54px; border-radius: 14px; background: #fff; color: var(--navy); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.sf-ico svg { width: 28px; height: 28px; }
.sf-dot { position: absolute; top: -6px; right: -6px; width: 20px; height: 20px; border-radius: 50%; background: var(--coral); color: #fff; font-size: .7rem; font-weight: 700; display: grid; place-items: center; }
.sf-grade { position: absolute; top: -8px; right: -8px; background: var(--coral); color: #fff; font-size: .68rem; font-weight: 800; padding: .1rem .35rem; border-radius: 6px; }
.tint-blue { background: #e7f0fb; } .tint-peach { background: #fdf1e6; } .tint-green { background: #e6f5ee; } .tint-lilac { background: #eeebfa; }
.sf-note { display: flex; gap: 1rem; align-items: center; margin-top: 1.1rem; padding: 1.1rem 1.4rem; border-radius: 16px; background: var(--sand); }
.sf-note p { margin: 0; font-weight: 500; color: var(--navy); }
.sf-cta { text-align: center; margin-top: 1.8rem; display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.sf-cta small { color: var(--muted); font-size: .88rem; }
.sf-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.sf-trust > div { display: flex; align-items: center; gap: .8rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1.1rem; font-weight: 500; font-size: .92rem; color: var(--navy); }
.sf-trust svg { width: 26px; height: 26px; flex: none; color: var(--teal); }
@media (max-width: 860px) { .sf-hero, .sf-grid, .sf-trust { grid-template-columns: 1fr; } }
