/* =====================================================================
   Doc2Go Health — Components & Sections
   ===================================================================== */

/* <picture> is a transparent wrapper — img keeps its parent's layout box */
picture { display: contents; }

/* ---------- HERO (home) ---------- */
.hero { position: relative; padding: calc(var(--header-h) + 56px) 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-blobs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .55; }
.blob.b1 { width: 520px; height: 520px; right: -120px; top: -120px; background: radial-gradient(circle at 30% 30%, var(--teal-300), transparent 70%); animation: float1 16s ease-in-out infinite; }
.blob.b2 { width: 440px; height: 440px; left: -140px; bottom: -160px; background: radial-gradient(circle at 50% 50%, var(--coral-soft), transparent 70%); animation: float2 20s ease-in-out infinite; }
.blob.b3 { width: 300px; height: 300px; right: 24%; bottom: -120px; background: radial-gradient(circle at 50% 50%, #FFF1D6, transparent 70%); animation: float3 18s ease-in-out infinite; }

/* Faded medical line-art behind the hero (echoes the original site) */
.hero-art { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-art .ha { position: absolute; fill: none; color: var(--teal-700); }
.hero-art .ha-steth { width: clamp(150px, 18vw, 260px); height: auto; top: 8%; left: -2%; opacity: .07; animation: float1 22s ease-in-out infinite; }
.hero-art .ha-heart { width: clamp(120px, 14vw, 200px); height: auto; top: 14%; right: 5%; color: var(--teal-500); opacity: .09; animation: bob 7s ease-in-out infinite; }
.hero-art .ha-pulse { width: clamp(220px, 30vw, 420px); height: auto; bottom: 6%; left: 26%; opacity: .05; animation: float3 26s ease-in-out infinite; }
@media (max-width: 720px) { .hero-art .ha-pulse { display: none; } }

/* ---------- WhatsApp floating CTA (all pages) ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 12px 18px 12px 13px; border-radius: var(--r-pill); box-shadow: 0 12px 30px rgba(37,211,102,.42); font-weight: 700; transition: transform var(--t-fast), box-shadow var(--t-fast); }
.wa-float svg { width: 26px; height: 26px; flex: none; }
.wa-float .wa-label { font-size: .94rem; letter-spacing: -.01em; }
.wa-float:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 38px rgba(37,211,102,.55); color: #fff; }
body.nav-open .wa-float { opacity: 0; pointer-events: none; }
@media (max-width: 600px) { .wa-float .wa-label { display: none; } .wa-float { padding: 14px; right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) { .wa-float { transition: none; } }

/* ---------- Emergency safety notice ---------- */
.emergency-note { display: flex; align-items: center; gap: 14px; background: #FFF3E9; border: 1px solid #FFD7AE; border-radius: var(--r-md); padding: 14px 18px; color: #8A4B12; }
.emergency-note .en-ico { width: 40px; height: 40px; border-radius: 11px; background: var(--coral); color: #fff; display: grid; place-items: center; flex: none; }
.emergency-note .en-ico svg { width: 22px; height: 22px; }
.emergency-note b { color: #7A3E0C; }
.emergency-note a { color: var(--coral-600); font-weight: 800; text-decoration: underline; white-space: nowrap; }
.emergency-note p { font-size: .95rem; margin: 0; }
@media (max-width: 600px) { .emergency-note { flex-direction: column; align-items: flex-start; text-align: left; } }

/* ---------- Ecosystem grid (one-stop healthcare) ---------- */
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.eco-item { position: relative; overflow: hidden; display: flex; gap: 14px; align-items: flex-start; padding: 22px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); transition: transform .45s var(--e-out), box-shadow .45s var(--e-out), border-color .45s var(--e-out); }
/* animated gradient border on hover */
.eco-item::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: linear-gradient(135deg, var(--teal-300), var(--coral) 130%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity var(--t-med); pointer-events: none; }
/* sheen sweep on hover */
.eco-item::after { content: ""; position: absolute; top: 0; left: 0; width: 55%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent); transform: translateX(-200%) skewX(-14deg); transition: transform .8s var(--e-out); pointer-events: none; }
.eco-item:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(17,128,111,.16); border-color: transparent; }
.eco-item:hover::before { opacity: 1; }
.eco-item:hover::after { transform: translateX(260%) skewX(-14deg); }
.eco-item > * { position: relative; z-index: 1; }
.eco-item .eco-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; flex: none; box-shadow: 0 0 0 0 rgba(22,156,134,0); transition: transform .5s var(--e-spring), background var(--t-med), color var(--t-med), box-shadow var(--t-med); }
.eco-item:hover .eco-ico { background: linear-gradient(140deg, var(--teal-400), var(--teal-700)); color: #fff; transform: rotate(-8deg) scale(1.12); box-shadow: 0 10px 22px rgba(17,128,111,.34); }
.eco-item .eco-ico svg { width: 23px; height: 23px; transition: transform .5s var(--e-spring); }
.eco-item:hover .eco-ico svg { transform: scale(1.06); }
.eco-item h3 { font-family: var(--font-sans); font-size: 1.04rem; font-weight: 700; margin-bottom: 3px; letter-spacing: -0.01em; }
.eco-item p { color: var(--ink-soft); font-size: .9rem; margin: 0; line-height: 1.5; }
@media (max-width: 980px) { .eco-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .eco-grid { grid-template-columns: 1fr; } }

/* ---------- Team banner (single group photo) ---------- */
.team-banner { margin-top: 44px; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-3); aspect-ratio: 16/7; }
.team-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 600px) { .team-banner { aspect-ratio: 4/3; } }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 50px; }
.blog-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-1); transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--sh-3); border-color: transparent; }
.blog-card .bc-media { aspect-ratio: 16/10; position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); }
.blog-card .bc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.blog-card .bc-media svg { width: 46px; height: 46px; color: #fff; opacity: .9; }
.blog-card .bc-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card .bc-cat { font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--teal-600); }
.blog-card h3 { font-size: 1.22rem; margin: 9px 0 8px; line-height: 1.2; }
.blog-card p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.blog-card .bc-meta { margin-top: 18px; font-size: .84rem; color: var(--ink-faint); font-weight: 600; }
.blog-card .bc-meta span { color: var(--teal-700); }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }

/* Article page */
.article { max-width: 760px; margin-inline: auto; }
.article-hero-img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; max-height: 600px; margin: 10px 0; box-shadow: var(--sh-2); }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; color: var(--ink-soft); font-size: .92rem; margin-top: 14px; }
.article-meta .dot-sep::before { content: "·"; margin-right: 16px; color: var(--ink-faint); }
.article-body { font-size: 1.12rem; line-height: 1.75; color: var(--ink); margin-top: 10px; }
.article-body > * + * { margin-top: 1.05em; }
.article-body h2 { font-size: 1.55rem; margin-top: 1.5em; }
.article-body h3 { font-size: 1.22rem; margin-top: 1.3em; }
.article-body ul, .article-body ol { padding-left: 1.3em; }
.article-body li { margin-top: .4em; color: var(--ink-soft); }
.article-body a { color: var(--teal-700); text-decoration: underline; }
.article-body strong { color: var(--ink); }
.article-body blockquote { border-left: 3px solid var(--teal-400); padding: 2px 0 2px 20px; color: var(--ink-soft); font-style: italic; }
.article-cta { margin-top: 44px; padding: 30px; border-radius: var(--r-lg); background: var(--mint); text-align: center; }
.article-disclaimer { margin-top: 30px; font-size: .88rem; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 18px; }
.article-hero-grad { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16/8; margin: 10px 0; display: grid; place-items: center; background: linear-gradient(140deg, var(--teal-600), var(--teal-900)); position: relative; }
.article-hero-grad svg { width: 84px; height: 84px; color: rgba(255,255,255,.9); }
.author-box { display: flex; gap: 16px; align-items: center; margin-top: 40px; padding: 22px; border-radius: var(--r-md); background: var(--mint); }
.author-box .author-avatar { width: 54px; height: 54px; border-radius: 50%; background: linear-gradient(140deg, var(--teal-500), var(--teal-800)); color: #fff; display: grid; place-items: center; font-weight: 700; flex: none; }
.author-box b { display: block; }
.author-box p { color: var(--ink-soft); font-size: .92rem; margin-top: 2px; }
.author-box a { color: var(--teal-700); text-decoration: underline; font-weight: 600; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.article-tags span { padding: 6px 14px; border-radius: var(--r-pill); background: var(--mint); color: var(--teal-700); font-size: .82rem; font-weight: 600; }
.article-figure { margin: 8px 0; }
.article-figure img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-1); display: block; }
.article-figure figcaption { color: var(--ink-faint); font-size: .86rem; margin-top: 8px; text-align: center; }

/* ---------- Gallery (masonry, shares blog/event media) ---------- */
.gallery-grid { columns: 3; column-gap: 18px; margin-top: 48px; }
.gallery-item { break-inside: avoid; margin-bottom: 18px; border-radius: var(--r-lg); overflow: hidden; position: relative; display: block; box-shadow: var(--sh-1); }
.gallery-item img { width: 100%; display: block; transition: transform .55s var(--e-out); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .g-cap { position: absolute; inset: auto 0 0 0; padding: 34px 16px 14px; background: linear-gradient(transparent, rgba(7,49,46,.88)); color: #fff; font-size: .9rem; font-weight: 600; opacity: 0; transform: translateY(6px); transition: opacity var(--t-med), transform var(--t-med); }
.gallery-item:hover .g-cap { opacity: 1; transform: none; }
@media (max-width: 900px) { .gallery-grid { columns: 2; } }
@media (max-width: 560px) { .gallery-grid { columns: 1; } }

.hero-copy { position: relative; z-index: 1; }
.hero h1 { margin: 18px 0 22px; }
.hero .lead { max-width: 50ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; }
.avatars { display: flex; }
.avatars span { width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid var(--cream); margin-left: -12px; background-size: cover; display: grid; place-items: center; font-weight: 700; color: #fff; font-size: .85rem; box-shadow: var(--sh-1); }
.avatars span:first-child { margin-left: 0; }
.stars { color: var(--amber); letter-spacing: 2px; font-size: .95rem; }
.hero-trust small { color: var(--ink-soft); font-size: .9rem; }

/* Hero visual: phone/booking card */
.hero-visual { position: relative; z-index: 1; }
.booking-card {
  background: var(--surface); border-radius: var(--r-xl); box-shadow: var(--sh-3);
  padding: 26px; border: 1px solid var(--line); position: relative;
}
.booking-card .bc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.bc-doc { display: flex; align-items: center; gap: 12px; }
.bc-doc .ph { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(140deg, var(--teal-400), var(--teal-700)); display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; }
.bc-doc b { display: block; font-size: 1.02rem; }
.bc-doc small { color: var(--ink-soft); }
.bc-map { height: 168px; border-radius: var(--r-md); overflow: hidden; position: relative; background: linear-gradient(160deg, #E9F3F0, #DCEBE6); border: 1px solid var(--line); }
.bc-map .route { position: absolute; inset: 0; }
.bc-pin { position: absolute; width: 34px; height: 34px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; box-shadow: var(--sh-2); }
.bc-pin i { transform: rotate(45deg); color: #fff; font-style: normal; font-weight: 700; }
.bc-pin.home { background: var(--coral); left: 22%; top: 30%; }
.bc-pin.doc { background: var(--teal-600); right: 22%; bottom: 26%; }
.bc-rows { margin-top: 16px; display: grid; gap: 10px; }
.bc-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-radius: var(--r-sm); background: var(--cream); font-size: .92rem; }
.bc-row b { font-weight: 700; }
.bc-row .ico { width: 30px; height: 30px; border-radius: 9px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; margin-right: 10px; flex: none; }
.bc-left { display: flex; align-items: center; }
.bc-card-cta { margin-top: 16px; }

.float-badge {
  position: absolute; background: var(--surface); border-radius: var(--r-md); padding: 12px 16px;
  box-shadow: var(--sh-3); display: flex; align-items: center; gap: 12px; border: 1px solid var(--line);
  font-size: .9rem; font-weight: 600;
}
.float-badge .b-ico { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; flex: none; }
.float-badge small { display: block; color: var(--ink-soft); font-weight: 500; font-size: .8rem; }
.fb-1 { top: -22px; left: -26px; animation: bob 5s ease-in-out infinite; }
.fb-2 { bottom: -20px; right: -22px; animation: bob 6s ease-in-out infinite .8s; }

/* ---------- Logo / trust marquee ---------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: scrollX 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track .m-item { display: flex; align-items: center; gap: 10px; color: var(--ink-faint); font-weight: 700; font-size: 1.02rem; white-space: nowrap; }
.marquee-track .m-item svg { width: 22px; height: 22px; opacity: .7; }
@keyframes scrollX { to { transform: translateX(-50%); } }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 24px 16px; }
.stat .num { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 600; line-height: 1; color: var(--teal-700); letter-spacing: -0.03em; }
.stat .num .suffix { color: var(--coral); }
.stat .lbl { margin-top: 8px; color: var(--ink-soft); font-weight: 600; font-size: .95rem; }
.bg-teal .stat .num { color: #fff; }
.bg-teal .stat .num .suffix { color: var(--teal-300); }
.bg-teal .stat .lbl { color: rgba(255,255,255,.7); }

/* ---------- Section heading ---------- */
.sec-head { max-width: 64ch; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head h2 { margin: 14px 0 16px; }
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.svc-card { position: relative; overflow: hidden; }
.svc-card .svc-ico {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; color: #fff;
  margin-bottom: 20px; transition: transform var(--t-med) var(--e-spring);
}
.svc-card:hover .svc-ico { transform: rotate(-6deg) scale(1.08); }
.svc-card .svc-ico svg { width: 28px; height: 28px; }
.svc-card h3 { font-size: 1.28rem; margin-bottom: 10px; }
.svc-card p { color: var(--ink-soft); font-size: .98rem; }
.svc-card .svc-foot { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; }
.svc-card .price-from { font-weight: 700; color: var(--teal-700); font-size: .92rem; }
.svc-card .spotlight { position: absolute; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(54,184,159,.16), transparent 65%); pointer-events: none; opacity: 0; transition: opacity var(--t-med); left: var(--mx, 50%); top: var(--my, 50%); transform: translate(-50%,-50%); }
.svc-card:hover .spotlight { opacity: 1; }
.ic-teal { background: linear-gradient(140deg, var(--teal-400), var(--teal-700)); }
.ic-coral { background: linear-gradient(140deg, #FF9170, var(--coral-600)); }
.ic-amber { background: linear-gradient(140deg, #FFC766, #E8950E); }
.ic-ink { background: linear-gradient(140deg, var(--teal-700), var(--ink)); }
.ic-violet { background: linear-gradient(140deg, #8E7BEF, #5B45C4); }
.ic-rose { background: linear-gradient(140deg, #FF8FB1, #E0457A); }

/* ---------- How it works ---------- */
.steps { position: relative; margin-top: 56px; }
.steps-line { position: absolute; left: 0; right: 0; top: 38px; height: 2px; background: var(--line); }
.steps-line .fill { position: absolute; inset: 0; width: 0; background: linear-gradient(90deg, var(--teal-500), var(--coral)); transition: width 1.2s var(--e-out); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.step { text-align: center; }
.step .step-num {
  width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center;
  background: var(--surface); border: 2px solid var(--line); font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  color: var(--teal-700); position: relative; z-index: 1; transition: transform var(--t-med) var(--e-spring), border-color var(--t-med), color var(--t-med), background var(--t-med);
}
.step.is-visible .step-num { border-color: var(--teal-500); }
.step:hover .step-num { transform: scale(1.08) translateY(-4px); background: var(--teal-600); color: #fff; border-color: var(--teal-600); }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: .95rem; }

/* vertical variant for inner page */
.steps-v { display: grid; gap: 0; max-width: 760px; }
.step-v { display: grid; grid-template-columns: 76px 1fr; gap: 26px; padding-bottom: 44px; position: relative; }
.step-v:last-child { padding-bottom: 0; }
.step-v::before { content: ""; position: absolute; left: 37px; top: 76px; bottom: 0; width: 2px; background: var(--line); }
.step-v:last-child::before { display: none; }
.step-v .sv-num { width: 76px; height: 76px; border-radius: 22px; display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; box-shadow: var(--sh-2); flex: none; }
.step-v .sv-body { padding-top: 6px; }
.step-v h3 { font-size: 1.4rem; margin-bottom: 10px; }
.step-v p { color: var(--ink-soft); }

/* ---------- Feature split ---------- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature-list { display: grid; gap: 18px; margin-top: 30px; }
.feature-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.feature-item .fi-ico { width: 48px; height: 48px; border-radius: 14px; background: var(--mint); color: var(--teal-700); display: grid; place-items: center; flex: none; transition: transform var(--t-med) var(--e-spring), background var(--t-med), color var(--t-med); }
.feature-item:hover .fi-ico { background: var(--teal-600); color: #fff; transform: translateY(-3px); }
.feature-item h4 { font-family: var(--font-sans); font-size: 1.08rem; font-weight: 700; margin-bottom: 3px; }
.feature-item p { color: var(--ink-soft); font-size: .96rem; }

.media-frame { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-3); aspect-ratio: 4/4.4; background: linear-gradient(160deg, var(--teal-700), var(--teal-900)); }
.media-frame .mf-inner { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; }

/* ---------- Photo slots (graceful fallback to gradient/initials) ----------
   Drop a real image into /assets with the matching filename and it fills the
   slot. If the file is missing the <img> removes itself (onerror) and the
   gradient + icon / initials underneath remain visible. */
.photo-fill { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-detail-media .photo-fill { z-index: 2; }
.team-card .t-photo .photo-fill { z-index: 2; }
.media-frame .photo-fill { z-index: 0; }
.media-frame .frame-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,51,46,.30), rgba(7,51,46,.85)); }

/* ---------- Coverage map ---------- */
.coverage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.map-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 22px; box-shadow: var(--sh-2); position: relative; }
.map-card svg { width: 100%; height: auto; }
.district { fill: var(--mint-2); stroke: #fff; stroke-width: 2; transition: fill var(--t-fast), transform var(--t-fast); cursor: pointer; transform-origin: center; transform-box: fill-box; }
.district:hover { fill: var(--teal-400); }
.district.active { fill: var(--teal-600); }
.map-tip { position: absolute; pointer-events: none; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 10px; font-size: .82rem; font-weight: 600; opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s; white-space: nowrap; z-index: 3; }
.map-tip.show { opacity: 1; transform: none; }
.district-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.district-list button { padding: 8px 16px; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--surface); font-weight: 600; font-size: .9rem; transition: all var(--t-fast); }
.district-list button:hover, .district-list button.active { background: var(--teal-600); color: #fff; border-color: var(--teal-600); transform: translateY(-2px); }

/* ---------- Testimonials ---------- */
.tslider { position: relative; overflow: hidden; }
.ttrack { display: flex; transition: transform .6s var(--e-out); }
.tcard { flex: 0 0 100%; padding: 8px; }
.tcard .inner { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(28px, 4vw, 52px); box-shadow: var(--sh-2); text-align: center; max-width: 820px; margin-inline: auto; }
.tcard .quote-mark { font-family: var(--font-display); font-size: 4rem; line-height: .5; color: var(--teal-300); height: 36px; }
.tcard blockquote { font-family: var(--font-display); font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.34; font-weight: 500; letter-spacing: -0.02em; margin: 18px 0 26px; }
.tcard .t-author { display: flex; align-items: center; justify-content: center; gap: 12px; }
.tcard .t-author .ph { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(140deg, var(--teal-400), var(--teal-700)); display: grid; place-items: center; color: #fff; font-weight: 700; }
.tcard .t-author b { display: block; }
.tcard .t-author small { color: var(--ink-soft); }
.t-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 30px; }
.t-dots { display: flex; gap: 8px; }
.t-dots button { width: 9px; height: 9px; border-radius: 50%; background: var(--line-strong); transition: all var(--t-fast); }
.t-dots button.active { width: 28px; border-radius: 6px; background: var(--coral); }
.t-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; transition: all var(--t-fast); }
.t-arrow:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; align-items: stretch; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 32px; display: flex; flex-direction: column; transition: transform var(--t-med), box-shadow var(--t-med); }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--sh-3); }
.price-card.featured { background: var(--teal-900); color: rgba(255,255,255,.82); border-color: var(--teal-900); transform: scale(1.03); box-shadow: var(--sh-3); }
.price-card.featured h3, .price-card.featured .price { color: #fff; }
.price-card.featured .feat-list li { color: rgba(255,255,255,.82); }
.price-card .plan-name { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.price-card h3 { font-size: 1.3rem; }
.price-card .price { font-family: var(--font-display); font-size: 2.6rem; font-weight: 600; letter-spacing: -0.03em; }
.price-card .price small { font-family: var(--font-sans); font-size: .95rem; font-weight: 600; color: var(--ink-soft); }
.price-card.featured .price small { color: rgba(255,255,255,.6); }
.price-card .price-sub { color: var(--ink-soft); margin-bottom: 22px; }
.price-card.featured .price-sub { color: rgba(255,255,255,.6); }
.feat-list { display: grid; gap: 12px; margin: 6px 0 28px; flex: 1; }
.feat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .96rem; color: var(--ink-soft); }
.feat-list svg { width: 20px; height: 20px; color: var(--teal-500); flex: none; margin-top: 1px; }
.price-card.featured .feat-list svg { color: var(--teal-300); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; text-align: left; font-family: var(--font-display); font-size: clamp(1.1rem, 2vw, 1.32rem); font-weight: 600; letter-spacing: -0.01em; }
.faq-q .pm { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; flex: none; position: relative; transition: all var(--t-fast); }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--ink); border-radius: 2px; transition: transform var(--t-med); }
.faq-q .pm::before { width: 14px; height: 2px; }
.faq-q .pm::after { width: 2px; height: 14px; }
.faq-item.open .faq-q .pm { background: var(--teal-600); border-color: var(--teal-600); }
.faq-item.open .faq-q .pm::before, .faq-item.open .faq-q .pm::after { background: #fff; }
.faq-item.open .faq-q .pm::after { transform: scaleY(0); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height var(--t-med); }
.faq-a p { padding: 0 4px 26px; color: var(--ink-soft); max-width: 64ch; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(44px, 7vw, 84px); background: linear-gradient(140deg, var(--teal-700), var(--teal-900)); color: #fff; text-align: center; }
.cta-band .cta-blob { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .5; }
.cta-band .cta-blob.c1 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(54,184,159,.6), transparent 70%); top: -120px; left: -80px; animation: float1 18s ease-in-out infinite; }
.cta-band .cta-blob.c2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(255,107,74,.45), transparent 70%); bottom: -140px; right: -60px; animation: float2 22s ease-in-out infinite; }
.cta-band h2 { color: #fff; position: relative; }
.cta-band .lead { color: rgba(255,255,255,.8); position: relative; max-width: 56ch; margin: 16px auto 0; }
.cta-band .hero-actions { justify-content: center; position: relative; }

/* ---------- Inner page hero ---------- */
.page-hero { position: relative; padding: calc(var(--header-h) + 64px) 0 56px; overflow: hidden; }
.page-hero .blob { opacity: .4; }
.page-hero .ph-inner { position: relative; z-index: 1; max-width: 760px; }
.page-hero h1 { margin: 16px 0 18px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--ink-soft); font-weight: 600; }
.breadcrumb a:hover { color: var(--teal-700); }
.breadcrumb span { color: var(--ink-faint); }

/* ---------- Service detail rows ---------- */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: clamp(40px,6vw,72px) 0; border-bottom: 1px solid var(--line); }
.svc-detail:nth-child(even) .svc-detail-media { order: -1; }
.svc-detail-media { border-radius: var(--r-xl); aspect-ratio: 5/4; display: grid; place-items: center; position: relative; overflow: hidden; box-shadow: var(--sh-2); }
.svc-detail-media .big-ico { width: 110px; height: 110px; border-radius: 30px; display: grid; place-items: center; color: #fff; box-shadow: var(--sh-3); }
.svc-detail-media .big-ico svg { width: 54px; height: 54px; }
.svc-detail ul { display: grid; gap: 12px; margin: 22px 0 28px; }
.svc-detail ul li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); }
.svc-detail ul svg { width: 20px; height: 20px; color: var(--teal-500); flex: none; margin-top: 2px; }

/* ---------- About: values + team ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 50px; }
.value-card { padding: 30px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); transition: transform var(--t-med), box-shadow var(--t-med); }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.value-card .v-ico { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; }
.value-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.value-card p { color: var(--ink-soft); font-size: .96rem; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 50px; }
.team-card { text-align: center; }
.team-card .t-photo { aspect-ratio: 1; border-radius: var(--r-lg); margin-bottom: 16px; display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; position: relative; overflow: hidden; transition: transform var(--t-med); }
.team-card:hover .t-photo { transform: translateY(-5px); }
.team-card h4 { font-family: var(--font-sans); font-weight: 700; }
.team-card small { color: var(--teal-700); font-weight: 600; }

/* ---------- Forms / Booking ---------- */
.form-shell { display: grid; grid-template-columns: 1.4fr .9fr; gap: 40px; align-items: start; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px, 4vw, 40px); box-shadow: var(--sh-2); }
.stepper { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; }
.stepper .st { display: flex; align-items: center; gap: 10px; }
.stepper .st .sn { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .9rem; background: var(--cream-2); color: var(--ink-soft); transition: all var(--t-med); flex: none; }
.stepper .st.active .sn { background: var(--teal-600); color: #fff; transform: scale(1.06); }
.stepper .st.done .sn { background: var(--teal-600); color: #fff; }
.stepper .st .stl { font-size: .86rem; font-weight: 600; color: var(--ink-soft); }
.stepper .st.active .stl { color: var(--ink); }
.stepper .bar { flex: 1; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.stepper .bar i { display: block; height: 100%; width: 0; background: var(--teal-500); transition: width var(--t-med); }

.fstep { display: none; animation: fadeUp .4s var(--e-out); }
.fstep.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 8px; }
.field .hint { color: var(--ink-faint); font-weight: 500; }
.input, .select, .textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--r-sm); border: 1.5px solid var(--line-strong);
  background: var(--cream); font: inherit; color: var(--ink); transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast);
}
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--teal-500); background: #fff; box-shadow: 0 0 0 4px rgba(22,156,134,.12); }
.textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice {
  position: relative; border: 1.5px solid var(--line-strong); border-radius: var(--r-md); padding: 16px;
  cursor: pointer; transition: all var(--t-fast); display: flex; gap: 12px; align-items: center;
}
.choice:hover { border-color: var(--teal-400); background: var(--mint); }
.choice input { position: absolute; opacity: 0; }
.choice .c-ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #fff; flex: none; }
.choice b { display: block; font-size: .98rem; }
.choice small { color: var(--ink-soft); }
.choice .check { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-strong); display: grid; place-items: center; flex: none; transition: all var(--t-fast); }
.choice .check svg { width: 13px; height: 13px; color: #fff; opacity: 0; transform: scale(.5); transition: all var(--t-fast); }
.choice input:checked ~ .check { background: var(--teal-600); border-color: var(--teal-600); }
.choice input:checked ~ .check svg { opacity: 1; transform: none; }
.choice:has(input:checked) { border-color: var(--teal-600); background: var(--mint); box-shadow: 0 0 0 3px rgba(22,156,134,.12); }

.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.time-slot { padding: 12px; border-radius: var(--r-sm); border: 1.5px solid var(--line-strong); text-align: center; font-weight: 600; font-size: .92rem; cursor: pointer; transition: all var(--t-fast); background: var(--cream); }
.time-slot:hover { border-color: var(--teal-400); }
.time-slot.selected { background: var(--teal-600); color: #fff; border-color: var(--teal-600); }

.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; }
.form-nav .spacer { flex: 1; }

.summary-card { background: var(--mint); border: 1px solid var(--mint-2); border-radius: var(--r-xl); padding: 28px; position: sticky; top: 90px; }
.summary-card h3 { font-size: 1.2rem; margin-bottom: 18px; }
.summary-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px dashed rgba(12,42,39,.14); font-size: .95rem; }
.summary-row:last-of-type { border-bottom: 0; }
.summary-row .k { color: var(--ink-soft); }
.summary-row .v { font-weight: 700; text-align: right; }
.summary-total { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 2px solid rgba(12,42,39,.16); }
.summary-total .price { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; }
.assurance { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-size: .86rem; color: var(--teal-700); font-weight: 600; }

.success-state { text-align: center; padding: 20px; }
.success-state .checkmark { width: 92px; height: 92px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin: 0 auto 24px; }
.success-state .checkmark svg { width: 46px; height: 46px; color: var(--teal-600); }
.confetti { position: fixed; width: 10px; height: 14px; top: -20px; z-index: 9998; pointer-events: none; border-radius: 2px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-methods { display: grid; gap: 16px; margin-top: 28px; }
.contact-method { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); transition: transform var(--t-fast), box-shadow var(--t-fast); }
.contact-method:hover { transform: translateX(4px); box-shadow: var(--sh-2); }
.contact-method .cm-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: #fff; flex: none; }
.contact-method b { display: block; }
.contact-method small { color: var(--ink-soft); }
.hours-list { display: grid; gap: 8px; margin-top: 14px; }
.hours-list div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .94rem; }
.hours-list span:last-child { font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 460px; margin-inline: auto; width: 100%; }
  .svc-grid, .pricing-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); gap: 40px 28px; }
  .steps-line { display: none; }
  .feature-split, .coverage, .contact-grid, .form-shell, .svc-detail { grid-template-columns: 1fr; gap: 36px; }
  .svc-detail:nth-child(even) .svc-detail-media { order: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .summary-card { position: static; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 720px) {
  .stats { grid-template-columns: 1fr 1fr; gap: 8px; }
  .svc-grid, .pricing-grid, .values-grid, .team-grid, .steps-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .float-badge { display: none; }
  .sec-head-row { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn { flex: 1; }
}

/* ---------- 404 not found ---------- */
.notfound { min-height: 68vh; display: grid; place-items: center; text-align: center;
  padding: calc(var(--header-h) + 60px) 0 90px;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(14,123,134,.08), transparent 70%),
    var(--cream, #f7f1e7); }
.notfound .wrap { max-width: 680px; }
.nf-code { font-family: var(--font-display, "Fraunces", serif); font-weight: 700;
  font-size: clamp(96px, 20vw, 200px); line-height: .9; margin: 0 0 6px;
  background: linear-gradient(135deg, var(--logo-teal, #0E7B86), var(--logo-green, #2E9C5A));
  -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.02em; }
.nf-title { font-family: var(--font-display, "Fraunces", serif); font-weight: 600;
  font-size: clamp(26px, 4.6vw, 40px); margin: 0 0 14px; color: var(--ink, #16302f); }
.nf-sub { color: var(--muted, #5a6e70); font-size: 18px; line-height: 1.6; margin: 0 auto 30px; max-width: 520px; }
.nf-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 30px; }
.nf-links { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: center; }
.nf-links a { color: var(--logo-teal, #0E7B86); font-weight: 600; text-decoration: none; }
.nf-links a:hover { text-decoration: underline; }
