:root {
  --navy: #0a3764;
  --navy-deep: #05233f;
  --blue: #3498d0;
  --blue-soft: #dff3fb;
  --coral: #ef6678;
  --ink: #17344b;
  --muted: #5c7182;
  --paper: #ffffff;
  --wash: #f2f8fb;
  --line: #d7e5ec;
  --shadow: 0 20px 52px rgba(5, 35, 63, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; background: #fff; color: var(--navy); }
.skip-link:focus { transform: none; }

.hero { position: relative; min-height: 730px; overflow: hidden; isolation: isolate; color: #fff; background: var(--navy-deep); }
.hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3, 28, 53, .98) 0%, rgba(5, 38, 69, .91) 37%, rgba(5, 38, 69, .50) 63%, rgba(5, 38, 69, .20) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 180px; background: linear-gradient(transparent, rgba(3, 28, 53, .72)); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 24px; }
.brand-tile { display: block; width: min(460px, 46vw); padding: 14px 18px; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.brand-tile img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: #a8e2fb; }
.nav .nav-cta { padding: 10px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.hero-content { display: grid; align-content: center; max-width: 745px; min-height: 540px; padding: 55px 0 100px; }
.eyebrow { margin: 0 0 15px; color: #9eddf8; font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(3rem, 6.1vw, 5.4rem); line-height: .99; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { color: #a8e5fc; font-style: normal; }
.hero-lead { max-width: 660px; margin: 25px 0 0; color: #e2f1f7; font-size: clamp(1.03rem, 1.7vw, 1.22rem); }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--blue); color: #052d50; font-weight: 850; text-decoration: none; box-shadow: 0 10px 28px rgba(52, 152, 208, .24); }
.button:hover, .button:focus-visible { transform: translateY(-1px); filter: brightness(1.07); }
.button.secondary { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.08); color: #fff; box-shadow: none; }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 24px 0 0; padding: 0; color: #c9e0ea; font-size: .82rem; list-style: none; }
.hero-note li::before { content: "✓"; margin-right: 7px; color: #8bd8f9; font-weight: 900; }

.trust-strip { position: relative; z-index: 3; margin-top: -42px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.trust-item { padding: 22px 25px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--navy); font-size: 1rem; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .82rem; }

.section { padding: 92px 0; }
.section.wash { background: var(--wash); }
.section.dark { color: #eaf5fa; background: var(--navy-deep); }
.section-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 58px; align-items: end; margin-bottom: 40px; }
.section-head h2, .split-copy h2, .contact-card h2 { margin: 0; color: var(--navy); font-size: clamp(2.1rem, 4.5vw, 3.7rem); line-height: 1.07; letter-spacing: -.035em; text-wrap: balance; }
.section-head p, .split-copy > p { margin: 0; color: var(--muted); }
.dark .section-head h2 { color: #fff; }
.dark .section-head p { color: #bfd4df; }
.kicker { margin: 0 0 10px; color: #1686bd; font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dark .kicker { color: #83d4f7; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 15px 38px rgba(8, 47, 78, .07); }
.card-number { display: inline-grid; width: 45px; height: 45px; place-items: center; border-radius: 13px; background: var(--blue-soft); color: var(--navy); font-weight: 900; }
.card h3 { margin: 25px 0 9px; color: var(--navy); font-size: 1.25rem; line-height: 1.2; }
.card p { margin: 0; color: var(--muted); font-size: .91rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.step { position: relative; min-height: 250px; padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.06); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: #8ddafa; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { margin: 42px 0 8px; color: #fff; font-size: 1.18rem; }
.step p { margin: 0; color: #bfd4df; font-size: .86rem; }

.split { display: grid; grid-template-columns: .83fr 1.17fr; gap: 64px; align-items: center; }
.portrait-card { position: relative; min-height: 585px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #d9f1fa, #5aaed6 62%, #0b416d); box-shadow: var(--shadow); }
.portrait-card::before, .portrait-card::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.28); border-radius: 50%; }
.portrait-card::before { width: 360px; height: 360px; top: 65px; right: -90px; }
.portrait-card::after { width: 230px; height: 230px; bottom: 75px; left: -80px; }
.portrait-card img { position: absolute; z-index: 2; right: 4%; bottom: -3%; width: min(87%, 460px); max-height: 96%; object-fit: contain; object-position: bottom; }
.portrait-caption { position: absolute; z-index: 3; left: 25px; bottom: 22px; max-width: 230px; padding: 11px 14px; border-radius: 12px; background: rgba(4,35,63,.88); color: #fff; font-size: .76rem; }
.split-copy h2 { margin-bottom: 20px; }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 16px 14px 48px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; }
.check-list li::before { content: "✓"; position: absolute; left: 17px; top: 13px; color: #1686bd; font-weight: 900; }
.medical-note { margin-top: 24px; padding: 19px 20px; border-left: 5px solid var(--coral); border-radius: 0 12px 12px 0; background: #fff5f6; color: #643943; font-size: .88rem; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.faq summary { position: relative; padding: 21px 58px 21px 22px; color: var(--navy); font-weight: 820; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 14px; right: 20px; color: var(--blue); font-size: 1.8rem; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: .91rem; }

.contact-card { position: relative; overflow: hidden; padding: 48px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy) 62%, #12628f); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -90px; top: -150px; border: 2px solid rgba(255,255,255,.13); border-radius: 50%; }
.contact-card h2 { position: relative; z-index: 2; max-width: 780px; color: #fff; }
.contact-card p { position: relative; z-index: 2; max-width: 710px; color: #cde0e9; }
.contact-card .actions { position: relative; z-index: 2; }

.site-footer { padding: 48px 0; color: #c5d9e3; background: #031c35; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-logo { width: min(430px, 100%); padding: 12px 14px; border-radius: 13px; background: #fff; }
.site-footer strong { display: block; margin-bottom: 10px; color: #fff; }
.site-footer p, .site-footer a { color: #c5d9e3; font-size: .82rem; }
.site-footer a { display: block; margin-top: 6px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.fineprint { margin: 35px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #91acbb; font-size: .72rem; }

.legal-body { background: var(--wash); }
.legal-top { padding: 22px 0; }
.legal-back { display: inline-flex; color: var(--navy); font-weight: 780; text-decoration: none; }
.legal-card { margin-bottom: 60px; padding: clamp(25px, 5vw, 60px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.legal-card h1 { margin: 0 0 10px; color: var(--navy); font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1; }
.legal-card h2 { margin: 36px 0 8px; color: var(--navy); font-size: 1.25rem; }
.legal-card p, .legal-card li { color: #4e6575; font-size: .9rem; }
.legal-card .status { padding: 16px 18px; border-left: 5px solid var(--blue); background: var(--blue-soft); }
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .nav a:not(.nav-cta) { display: none; }
  .brand-tile { width: min(430px, 62vw); }
  .section-head, .split { grid-template-columns: 1fr; gap: 30px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .portrait-card { min-height: 520px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .hero { min-height: 760px; }
  .hero-media { object-position: 68% center; }
  .hero::before { background: linear-gradient(180deg, rgba(3,28,53,.93), rgba(3,28,53,.83) 58%, rgba(3,28,53,.95)); }
  .site-header { align-items: flex-start; gap: 12px; }
  .brand-tile { width: 73vw; max-width: 370px; padding: 10px 12px; border-radius: 12px; }
  .nav .nav-cta { padding: 8px 11px; font-size: .72rem; white-space: nowrap; }
  .hero-content { min-height: 600px; padding-top: 80px; }
  .hero h1 { font-size: clamp(2.65rem, 12.5vw, 4.2rem); }
  .trust-grid, .cards, .steps, .footer-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 72px 0; }
  .card, .step { min-height: 0; }
  .portrait-card { min-height: 480px; }
  .contact-card { padding: 32px 24px; }
  .actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
