:root {
  --navy: #0b1f33;
  --marine: #0e5a63;
  --cta: #007c83;
  --cta-dark: #005f65;
  --bg: #f6f8f7;
  --white: #ffffff;
  --text: #2c343b;
  --muted: #60707b;
  --warm: #e9e2d4;
  --line: #d9e2e2;
  --radius: 14px;
  --shadow: 0 12px 34px rgba(11, 31, 51, 0.08);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before { content: ""; display: block; height: 4px; background: var(--cta); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #f0b43c; outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 4.75rem 0; }
.section-sm { padding: 2.75rem 0; }
.section-white { background: var(--white); }
.section-navy { background: var(--navy); color: var(--white); }
.section-warm { background: var(--warm); }
.eyebrow { margin: 0 0 .8rem; color: var(--cta); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-navy .eyebrow { color: #7fd6d7; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.15rem, 5vw, 3.65rem); max-width: 900px; }
h2 { font-size: clamp(1.75rem, 3.3vw, 2.65rem); }
h3 { font-size: 1.15rem; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: white; }
.lead { max-width: 760px; margin: 1.25rem 0 0; font-size: clamp(1.08rem, 2vw, 1.24rem); color: #465761; }
.section-navy .lead { color: #d6e2e8; }
.kicker { color: var(--marine); font-weight: 750; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--navy); }
.brand-logo { width: 150px; height: 120px; object-fit: cover; object-position: center; flex: 0 0 auto; }
.footer-logo { width: 150px; height: auto; margin: -18px 0 -8px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: var(--navy); color: white; font-family: Manrope, sans-serif; font-weight: 900; letter-spacing: -.06em; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 1.05rem; }
.brand-copy span { color: var(--muted); font-size: .76rem; }
.desktop-nav { display: flex; align-items: center; gap: 1.1rem; }
.desktop-nav a { color: var(--navy); font-size: .91rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover { color: var(--cta); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.12rem; border: 2px solid transparent; border-radius: 10px; background: var(--cta); color: white; font-weight: 800; line-height: 1.15; text-decoration: none; transition: background .18s ease, transform .18s ease, border-color .18s ease; }
.button:hover { background: var(--cta-dark); transform: translateY(-1px); }
.button-secondary { border-color: var(--navy); background: transparent; color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: white; }
.button-light { background: white; color: var(--navy); }
.button-light:hover { background: #e8f5f4; color: var(--navy); }
.button-link { padding-inline: .1rem; background: transparent; color: var(--marine); text-decoration: underline; text-underline-offset: 4px; }
.button-link:hover { background: transparent; color: var(--navy); transform: none; }
.button[hidden], [hidden] { display: none !important; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.65rem; }
.hero { overflow: hidden; padding: 4.5rem 0 3.5rem; background: white; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 3.5rem; align-items: center; }
.hero-visual { position: relative; min-height: 440px; overflow: hidden; border-radius: 18px; background: var(--marine); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(11,31,51,.58)); pointer-events: none; }
.hero-note { position: absolute; z-index: 1; left: 1.25rem; bottom: 1.25rem; max-width: 310px; color: white; font-size: .9rem; font-weight: 700; }
.hero-placeholder { display: grid; height: 100%; min-height: 440px; place-items: center; padding: 2rem; background: linear-gradient(145deg, var(--marine), var(--navy)); color: white; text-align: center; }
.hero-placeholder strong { display: block; margin-top: .75rem; font-family: Manrope, sans-serif; font-size: 1.35rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .55rem 1.1rem; margin-top: 1.45rem; color: var(--muted); font-size: .92rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: .38rem; color: var(--cta); }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.15rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards { margin-top: 2rem; }
.card { display: flex; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(11,31,51,.05); }
.card p { margin: .85rem 0 1.35rem; color: #50616c; }
.card .button { align-self: flex-start; margin-top: auto; }
.card-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 1rem; border-radius: 10px; background: #e6f2f2; color: var(--marine); font-size: 1.15rem; font-weight: 900; }
.price-card { border-top: 5px solid var(--cta); }
.price { margin: .5rem 0 1rem; color: var(--navy); font-family: Manrope, sans-serif; font-size: clamp(2.1rem, 4vw, 3.25rem); font-weight: 850; line-height: 1; }
.hub-hero { padding: 5rem 0 2.5rem; }
.hub-grid { align-items: stretch; }
.hub-card { min-height: 330px; padding: 2rem; }
.hub-card small { margin-bottom: .8rem; color: var(--cta); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hub-card.pending { border-style: dashed; background: #f9fbfb; }
.notice { padding: 1.25rem 1.35rem; border-left: 5px solid var(--cta); border-radius: 10px; background: #e8f3f3; color: var(--navy); }
.notice strong { display: block; margin-bottom: .25rem; }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 4.5rem; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 1.35rem; top: 1.4rem; display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 850; }
.checklist { display: grid; gap: .75rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 2rem; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: .08rem; color: var(--cta); font-weight: 900; }
.validity { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 1.7rem; }
.validity-item { padding: 1.2rem; border-radius: 12px; background: white; border: 1px solid var(--line); }
.validity-item strong { display: block; color: var(--navy); font-family: Manrope, sans-serif; font-size: 1.35rem; }
.doctor { display: grid; grid-template-columns: 100px 1fr; gap: 1.25rem; }
.doctor-avatar { display: grid; width: 86px; height: 86px; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-family: Manrope, sans-serif; font-size: 1.25rem; font-weight: 900; }
.doctor-role { margin: .4rem 0 0; color: var(--marine); font-weight: 750; }
.badges { display: flex; flex-wrap: wrap; gap: .45rem; margin: .9rem 0; }
.badge { padding: .35rem .65rem; border-radius: 999px; background: #e8f3f3; color: var(--marine); font-size: .8rem; font-weight: 800; }
.specialties { color: var(--muted); font-size: .9rem; font-weight: 700; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.contact-list { display: grid; gap: .75rem; margin-top: 1.2rem; }
.contact-list a { color: var(--marine); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.map-panel { min-height: 260px; display: grid; place-items: center; padding: 2rem; border-radius: var(--radius); background: var(--navy); color: white; text-align: center; }
.navigator { max-width: 760px; margin-top: 1.8rem; }
.navigator fieldset { margin: 0; padding: 0; border: 0; }
.navigator legend { margin-bottom: 1rem; color: var(--navy); font-family: Manrope, sans-serif; font-size: 1.45rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .7rem; }
.choice { min-height: 52px; padding: .75rem; border: 2px solid var(--line); border-radius: 10px; background: white; color: var(--navy); font-weight: 800; }
.choice:hover, .choice[aria-pressed="true"] { border-color: var(--cta); background: #eaf5f5; }
.navigator-progress { margin-bottom: 1rem; color: var(--muted); font-size: .88rem; font-weight: 750; }
.result { margin-top: 1rem; padding: 1.2rem; border-radius: 10px; background: #e8f3f3; }
.faq { display: grid; gap: .7rem; margin-top: 1.6rem; }
details { border: 1px solid var(--line); border-radius: 12px; background: white; }
summary { padding: 1rem 3rem 1rem 1.1rem; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 1.1rem; top: .82rem; color: var(--cta); font-size: 1.35rem; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 1.1rem 1.1rem; color: #51616c; }
.footer { padding: 3rem 0 6.5rem; background: var(--navy); color: #d7e3e8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer h2, .footer h3 { color: white; }
.footer a { color: white; }
.footer-links { display: grid; gap: .55rem; }
.legal { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); color: #adbdc6; font-size: .83rem; }
.mobile-bar { position: fixed; z-index: 45; inset: auto 0 0; display: none; gap: .6rem; padding: .7rem max(.8rem, env(safe-area-inset-right)) calc(.7rem + env(safe-area-inset-bottom)) max(.8rem, env(safe-area-inset-left)); border-top: 1px solid var(--line); background: white; box-shadow: 0 -8px 28px rgba(11,31,51,.12); }
.mobile-bar .button { flex: 1; min-height: 50px; padding-inline: .6rem; }
.phone-button { flex: 0 0 54px !important; }
.breadcrumb { padding: 1rem 0; color: var(--muted); font-size: .88rem; }
.breadcrumb a { color: var(--marine); }
.status-pill { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1rem; padding: .35rem .65rem; border-radius: 999px; background: var(--warm); color: var(--navy); font-size: .8rem; font-weight: 800; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 340px; }
  .hero-visual img, .hero-placeholder { min-height: 340px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .validity { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 74px; }
  .container { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand-logo { width: 120px; height: 100px; }
  .section { padding: 3.5rem 0; }
  .hero { padding: 2.4rem 0 2rem; }
  .hero-grid { gap: 2rem; }
  .actions { display: grid; }
  .actions .button { width: 100%; }
  .trust-row { display: grid; gap: .4rem; }
  .grid-2, .grid-4, .validity { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .doctor { grid-template-columns: 1fr; }
  .hub-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .mobile-bar { display: flex; }
}

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

@media print {
  .header, .mobile-bar, .footer, .actions, .button { display: none !important; }
  body { background: white; padding: 0; }
  .section { padding: 1.5rem 0; }
}
