:root {
  --navy: #12233b;
  --navy-2: #1d3953;
  --teal: #5f978e;
  --teal-dark: #3f766f;
  --sage: #dfe8e3;
  --cream: #f6f3ee;
  --paper: #fcfbf8;
  --stone: #b9ad9e;
  --ink: #172332;
  --muted: #65707b;
  --line: rgba(18, 35, 59, .13);
  --shadow: 0 28px 70px rgba(18, 35, 59, .13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --shell: min(1180px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 11px 16px; background: #fff; color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.notice {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 20px;
  background: var(--navy);
  color: #fff;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.site-header { position: relative; z-index: 20; background: rgba(252, 251, 248, .95); border-bottom: 1px solid var(--line); }
.nav-shell { width: var(--shell); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { color: var(--navy); font-size: 1.02rem; letter-spacing: .16em; }
.brand-copy span { color: var(--teal-dark); margin-top: 7px; font-size: .74rem; letter-spacing: .31em; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.phone-link { display: grid; color: var(--navy); line-height: 1.15; text-decoration: none; text-align: right; }
.phone-link span { margin-bottom: 5px; color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.phone-link strong { font-size: .98rem; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid var(--teal-dark);
  border-radius: 999px;
  background: var(--teal-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(63, 118, 111, .2);
  font-weight: 780;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); background: #315f59; border-color: #315f59; box-shadow: 0 14px 28px rgba(63, 118, 111, .26); }
.button:focus-visible, .path-card:focus-visible, .text-link:focus-visible, a:focus-visible { outline: 3px solid #d49a72; outline-offset: 4px; }
.button-small { min-height: 44px; padding: 12px 20px; font-size: .85rem; }
.button-dark { background: var(--navy); border-color: var(--navy); box-shadow: 0 10px 24px rgba(18, 35, 59, .2); }
.button-dark:hover { background: #071727; border-color: #071727; }
.button-light { background: #fff; border-color: #fff; color: var(--navy); box-shadow: none; }
.button-light:hover { background: var(--cream); border-color: var(--cream); }
.text-link { color: var(--navy); font-size: .92rem; font-weight: 780; text-underline-offset: 5px; }

.hero { overflow: hidden; background: linear-gradient(145deg, #f7f4ef 0%, #f7f4ef 58%, #e5eeea 100%); }
.hero-shell { width: var(--shell); min-height: 660px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 7vw, 96px); padding: 76px 0 64px; }
.eyebrow { margin: 0 0 15px; color: var(--teal-dark); font-size: .72rem; font-weight: 850; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.hero h1, h2, .path-result h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}
.hero h1 { max-width: 680px; font-size: clamp(3.5rem, 6.7vw, 6.45rem); }
.hero h1 em { color: var(--teal-dark); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 28px 0 30px; color: #485461; font-size: clamp(1.04rem, 1.55vw, 1.24rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.proof-list { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 32px 0 0; padding: 0; list-style: none; color: #55616b; font-size: .82rem; }
.proof-list li { display: inline-flex; align-items: center; gap: 7px; }
.proof-list li span { color: var(--teal-dark); font-weight: 900; }
.hero-visual { position: relative; padding: 0 0 40px 34px; }
.hero-visual::before { content: ""; position: absolute; inset: 35px 52px 5px 0; border: 1px solid rgba(63, 118, 111, .28); border-radius: 48% 48% 46% 46%; transform: rotate(-5deg); }
.image-frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: .91; border-radius: 48% 48% 24px 24px; box-shadow: var(--shadow); background: var(--sage); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.welcome-card { position: absolute; z-index: 2; left: 0; bottom: 0; width: min(390px, 80%); display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255, 255, 255, .92); box-shadow: 0 18px 45px rgba(18, 35, 59, .16); backdrop-filter: blur(14px); }
.welcome-card p { margin: 0; color: #52606b; font-size: .85rem; line-height: 1.5; }
.welcome-card strong { color: var(--navy); }
.welcome-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.hero-footer { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: #fff; }
.hero-footer span { display: grid; place-items: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); color: #e8efed; font-size: .72rem; font-weight: 780; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.hero-footer span:last-child { border-right: 0; }

.section-shell { width: var(--shell); margin: 0 auto; }
.path-section { padding: 108px 0; background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .trust-copy h2, .booking-panel h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.section-heading > p { max-width: 500px; margin: 0 0 4px; color: var(--muted); font-size: 1.01rem; }
.path-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.path-options { display: grid; gap: 11px; }
.path-card { width: 100%; min-height: 94px; display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; gap: 15px; padding: 17px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); color: var(--ink); cursor: pointer; text-align: left; transition: border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.path-card:hover { transform: translateX(3px); border-color: rgba(63, 118, 111, .5); }
.path-card.is-active { border-color: var(--teal-dark); background: #edf3f0; box-shadow: 0 12px 34px rgba(18, 35, 59, .08); }
.path-number { align-self: start; margin-top: 1px; color: var(--teal-dark); font-family: Georgia, serif; font-size: 1.35rem; }
.path-card strong { display: block; color: var(--navy); font-size: .98rem; }
.path-card small { display: block; margin-top: 4px; color: var(--muted); font-size: .79rem; line-height: 1.4; }
.path-arrow { color: var(--teal-dark); font-size: 1.35rem; transition: transform .2s ease; }
.path-card.is-active .path-arrow { transform: translateX(4px); }
.path-result { overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; border-radius: var(--radius-lg); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.result-image-wrap { position: relative; min-height: 100%; overflow: hidden; }
.result-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(18,35,59,.55)); }
.result-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.result-image-wrap span { position: absolute; z-index: 2; left: 22px; bottom: 20px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(18,35,59,.62); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); }
.result-copy { align-self: center; padding: 46px 42px; }
.result-copy .eyebrow { color: #9cc2bb; }
.path-result h3 { max-width: 470px; color: #fff; font-size: clamp(2rem, 3.2vw, 3.25rem); line-height: 1.06; }
.result-copy > p:not(.eyebrow):not(.result-note) { margin: 22px 0 17px; color: #cbd6dc; font-size: .92rem; }
.result-copy ul { display: grid; gap: 8px; margin: 0 0 26px; padding: 0; list-style: none; color: #e6edee; font-size: .84rem; }
.result-copy li { position: relative; padding-left: 20px; }
.result-copy li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 1px; background: #94bdb6; }
.result-copy .button { width: 100%; font-size: .86rem; }
.result-note { margin: 15px 0 0; color: #aebcc6; font-size: .74rem; text-align: center; }
.result-note a { color: #fff; text-underline-offset: 3px; }

.trust-section { padding: 104px 0 72px; background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 7vw, 100px); }
.trust-photo { position: relative; }
.trust-photo::before { content: ""; position: absolute; width: 76%; height: 88%; left: -22px; top: -22px; border: 1px solid rgba(63,118,111,.34); border-radius: 180px 180px 20px 20px; }
.trust-photo img { position: relative; width: 100%; aspect-ratio: 1.04; object-fit: cover; border-radius: 180px 180px 20px 20px; box-shadow: var(--shadow); }
.photo-caption { position: absolute; right: -12px; bottom: 25px; max-width: 220px; padding: 15px 18px; border-radius: 14px; background: #fff; color: var(--navy); box-shadow: 0 15px 35px rgba(18,35,59,.16); font-family: Georgia, serif; font-size: 1.02rem; font-style: italic; }
.trust-copy h2 { max-width: 600px; }
.trust-intro { max-width: 580px; margin: 24px 0 25px; color: var(--muted); }
.next-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.next-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.next-steps li:last-child { border-bottom: 1px solid var(--line); }
.next-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--teal-dark); font-family: Georgia, serif; }
.next-steps strong { color: var(--navy); }
.next-steps p { margin: 3px 0 0; color: var(--muted); font-size: .84rem; }
.booking-panel { margin-top: 92px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 50px 56px; border-radius: var(--radius-lg); background: var(--navy); color: #fff; }
.booking-panel .eyebrow { color: #9cc2bb; }
.booking-panel h2 { max-width: 770px; color: #fff; }
.booking-panel p:not(.eyebrow) { margin: 16px 0 0; color: #becbd2; }
.booking-actions { display: grid; justify-items: stretch; gap: 13px; min-width: 250px; }
.booking-phone { color: #dbe5e8; font-size: .78rem; text-align: center; text-decoration: none; }
.booking-phone strong { color: #fff; }
.insurance-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 11px; padding: 34px 0 0; }
.insurance-row span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #53616d; background: rgba(255,255,255,.5); font-size: .7rem; font-weight: 700; }
.insurance-row small { width: 100%; color: #7d858c; font-size: .66rem; text-align: center; }

footer { padding: 34px 0; background: #0c1b2e; color: #d4dde2; }
.footer-shell { width: var(--shell); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .78rem; }
.footer-shell div { display: grid; gap: 4px; }
.footer-shell div:last-child { justify-items: end; text-align: right; }
.footer-shell strong { color: #fff; font-size: .92rem; }
.footer-shell a { color: #fff; text-underline-offset: 4px; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .hero-shell { grid-template-columns: 1fr 1fr; gap: 38px; min-height: auto; padding: 64px 0 58px; }
  .hero h1 { font-size: clamp(3.2rem, 7.8vw, 5rem); }
  .proof-list { display: grid; }
  .path-layout { grid-template-columns: 1fr; }
  .path-options { grid-template-columns: 1fr 1fr; }
  .path-result { min-height: 540px; }
  .trust-grid { gap: 55px; }
  .booking-panel { padding: 42px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 620px); }
  body { padding-bottom: 68px; }
  .notice { font-size: .64rem; }
  .nav-shell { min-height: 72px; }
  .brand img { width: 47px; height: 47px; }
  .brand-copy strong { font-size: .84rem; }
  .brand-copy span { font-size: .6rem; margin-top: 5px; }
  .header-actions { display: none; }
  .hero-shell { grid-template-columns: 1fr; gap: 38px; padding: 48px 0 44px; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(3.15rem, 15.5vw, 5.2rem); }
  .hero-lead { margin: 23px auto 25px; font-size: 1rem; }
  .hero-actions { justify-content: center; }
  .proof-list { justify-content: center; justify-items: start; width: max-content; max-width: 100%; margin: 27px auto 0; text-align: left; }
  .hero-visual { padding: 0 0 34px 10px; }
  .hero-visual::before { right: 28px; }
  .image-frame { aspect-ratio: 1.03; }
  .welcome-card { left: -2px; width: 88%; padding: 15px 17px; }
  .welcome-card p { font-size: .78rem; }
  .hero-footer { grid-template-columns: 1fr 1fr; }
  .hero-footer span { min-height: 58px; padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .62rem; }
  .hero-footer span:nth-child(2) { border-right: 0; }
  .path-section, .trust-section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; text-align: center; }
  .section-heading h2, .trust-copy h2, .booking-panel h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .section-heading > p { margin: 0 auto; font-size: .92rem; }
  .path-options { grid-template-columns: 1fr; }
  .path-card { min-height: 86px; }
  .path-result { grid-template-columns: 1fr; min-height: 0; }
  .result-image-wrap { min-height: 270px; }
  .result-copy { padding: 34px 26px 30px; }
  .path-result h3 { font-size: 2.35rem; }
  .trust-grid { grid-template-columns: 1fr; gap: 48px; }
  .trust-photo { margin: 20px 10px 0; }
  .trust-photo::before { left: -12px; top: -14px; }
  .photo-caption { right: -7px; bottom: 16px; }
  .trust-copy { text-align: center; }
  .trust-intro { margin-left: auto; margin-right: auto; }
  .next-steps { text-align: left; }
  .booking-panel { grid-template-columns: 1fr; gap: 27px; margin-top: 65px; padding: 36px 26px; text-align: center; }
  .booking-panel h2 { font-size: 2.7rem; }
  .booking-actions { min-width: 0; }
  .footer-shell { flex-direction: column; align-items: flex-start; }
  .footer-shell div:last-child { justify-items: start; text-align: left; }
  .mobile-bar { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -12px 36px rgba(18,35,59,.15); backdrop-filter: blur(12px); }
  .mobile-bar a { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-size: .8rem; font-weight: 800; text-decoration: none; }
  .mobile-bar a:last-child { background: var(--navy); color: #fff; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3rem; }
  .hero-actions .button { width: 100%; }
  .welcome-icon { display: none; }
  .path-card { grid-template-columns: 34px 1fr 22px; padding: 15px; }
  .result-copy { padding-left: 22px; padding-right: 22px; }
}

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