:root {
  --ink: #10282e;
  --ink-soft: #486066;
  --navy: #082d34;
  --navy-2: #0d3c44;
  --teal: #0d756f;
  --teal-dark: #075b58;
  --mint: #dff5ee;
  --cream: #f5f4ee;
  --white: #ffffff;
  --line: #d9e2df;
  --orange: #ee8d4a;
  --shadow: 0 24px 60px rgba(5, 39, 44, .15);
  --radius: 22px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.top-strip { background: #061f25; color: #d1e7e4; font-size: .78rem; font-weight: 700; letter-spacing: .025em; }
.top-strip__inner { height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.top-strip a { color: var(--white); text-decoration: none; }
.top-strip__divider { height: 12px; width: 1px; background: #45636a; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,45,52,.09); backdrop-filter: blur(12px); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand__mark { width: 42px; height: 42px; border-radius: 12px 5px 12px 5px; display: grid; place-items: center; color: var(--white); background: var(--teal); box-shadow: inset -8px -8px 15px rgba(0,0,0,.10); font-weight: 900; letter-spacing: -.06em; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand__copy strong { color: var(--navy); font-size: 1.02rem; letter-spacing: -.01em; }
.brand__copy small { margin-top: 4px; color: var(--ink-soft); font-size: .66rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; }
.desktop-nav a { text-decoration: none; font-size: .88rem; color: #29454b; font-weight: 750; }
.desktop-nav a:hover { color: var(--teal); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 51px; padding: 0 24px; border: 0; border-radius: 11px; background: var(--teal); color: var(--white); text-decoration: none; font-weight: 850; letter-spacing: -.01em; cursor: pointer; box-shadow: 0 10px 22px rgba(13,117,111,.20); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 14px 27px rgba(13,117,111,.25); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(238,141,74,.65); outline-offset: 3px; }
.button--compact { min-height: 43px; padding-inline: 18px; font-size: .85rem; }
.button--light { background: var(--white); color: var(--navy); box-shadow: 0 14px 30px rgba(0,0,0,.15); }
.button--light:hover { background: var(--mint); color: var(--navy); }
.button--ghost { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.4); box-shadow: none; }
.button--ghost:hover { background: rgba(255,255,255,.09); color: var(--white); }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; background: linear-gradient(125deg, #082c34 0%, #0b4149 55%, #0d655f 120%); color: var(--white); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .32; }
.hero__glow--one { width: 520px; height: 520px; right: -250px; top: -250px; background: #53ccb4; }
.hero__glow--two { width: 360px; height: 360px; left: -250px; bottom: -230px; background: #2a9aa0; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 70px; align-items: center; padding-block: 92px 88px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: #b9eee2; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow--dark { color: var(--teal-dark); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 5.2vw, 5rem); line-height: .98; letter-spacing: -.062em; font-weight: 900; }
.hero h1 em { color: #91e3d2; font-style: normal; white-space: nowrap; }
.hero__lead { max-width: 680px; margin: 28px 0 0; color: #d5e9e7; font-size: clamp(1.03rem, 1.7vw, 1.2rem); line-height: 1.62; }
.hero__lead strong { color: var(--white); }
.hero__actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero__proof { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 20px; color: #d7e9e6; font-size: .82rem; font-weight: 750; }
.hero__proof span { display: flex; align-items: center; gap: 7px; }
.hero__proof b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: #91e3d2; font-size: .7rem; }
.price-card { position: relative; padding: 31px 30px 27px; border-radius: 24px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.price-card::before { content: ""; position: absolute; top: 18px; right: 18px; width: 10px; height: 10px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgba(238,141,74,.14); }
.price-card__label { color: var(--teal-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.price-card__price { margin-top: 12px; color: var(--navy); font-size: 4.25rem; line-height: 1; font-weight: 950; letter-spacing: -.07em; }
.price-card__price sup { position: relative; top: -1.55rem; margin-right: 3px; font-size: 1.45rem; letter-spacing: normal; }
.price-card__sub { margin: 5px 0 20px; color: var(--ink-soft); font-size: .88rem; }
.check-list { margin: 0 0 24px; padding: 19px 0 5px; border-top: 1px solid var(--line); list-style: none; }
.check-list li { position: relative; margin: 0 0 11px; padding-left: 27px; font-size: .9rem; font-weight: 740; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 950; }
.price-card small { display: block; margin-top: 13px; color: #65787c; text-align: center; font-size: .7rem; line-height: 1.5; }

.trust-bar { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 12px 28px rgba(8,45,52,.05); }
.trust-bar__grid { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-bar__grid div { min-height: 47px; padding: 0 26px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-bar__grid div:first-child { padding-left: 0; }
.trust-bar__grid div:last-child { border-right: 0; }
.trust-bar strong { color: var(--navy); font-size: 1.22rem; line-height: 1.2; letter-spacing: -.02em; }
.trust-bar span { margin-top: 4px; color: var(--ink-soft); font-size: .78rem; }

.section { padding-block: 100px; }
.section--tint { background: var(--cream); }
.section--dark { color: var(--white); background: var(--navy); }
.section-heading { max-width: 680px; margin: 0 auto 55px; text-align: center; }
.section-heading--left { max-width: 720px; margin-inline: 0; text-align: left; }
.section-heading .eyebrow { justify-content: center; }
.section-heading--left .eyebrow { justify-content: flex-start; }
.section h2, .final-cta h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading p:last-child, .section-copy { margin: 17px 0 0; color: var(--ink-soft); font-size: 1.03rem; }
.section--dark h2 { color: var(--white); }
.section--dark .section-heading p:last-child { color: #bed1d0; }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; list-style: none; counter-reset: step; }
.steps li { position: relative; min-height: 250px; padding: 28px 25px 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 10px 30px rgba(8,45,52,.06); }
.steps li:not(:last-child)::after { content: ""; position: absolute; right: -21px; top: 47px; width: 21px; border-top: 2px dotted #a9c1bd; }
.steps__number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--mint); color: var(--teal-dark); font-weight: 950; }
.steps h3 { margin: 25px 0 10px; color: var(--navy); font-size: 1.08rem; line-height: 1.28; letter-spacing: -.015em; }
.steps p { margin: 0; color: var(--ink-soft); font-size: .89rem; line-height: 1.6; }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: center; }
.notice { margin-top: 30px; padding: 20px 22px; border-left: 4px solid var(--orange); background: var(--white); box-shadow: 0 10px 30px rgba(8,45,52,.06); }
.notice strong { color: var(--navy); }
.notice p { margin: 4px 0 0; color: var(--ink-soft); font-size: .86rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature { min-height: 205px; padding: 27px; border-radius: 17px; background: var(--white); border: 1px solid rgba(8,45,52,.08); box-shadow: 0 15px 40px rgba(8,45,52,.06); }
.feature > span { color: var(--orange); font-size: .72rem; font-weight: 950; letter-spacing: .12em; }
.feature h3 { margin: 32px 0 8px; color: var(--navy); font-size: 1.1rem; }
.feature p { margin: 0; color: var(--ink-soft); font-size: .87rem; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.route-card { padding: 34px; border: 1px solid #32575d; border-radius: var(--radius); background: #103a42; }
.route-card--accent { background: linear-gradient(145deg, #0c655f, #0b4f51); border-color: #2c8a82; }
.route-card__tag { margin: 0 0 16px; color: #9eddd2; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.route-card h3 { margin: 0; font-size: 1.48rem; line-height: 1.2; letter-spacing: -.03em; }
.route-card > p:not(.route-card__tag) { min-height: 104px; margin: 15px 0 21px; color: #c8dada; font-size: .93rem; }
.route-card a { color: var(--white); font-weight: 850; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.route-card a span { color: #92dfd1; }
.legal-line { margin: 27px 0 0; padding: 19px 22px; border-radius: 12px; background: rgba(255,255,255,.06); color: #b7cccc; font-size: .76rem; }

.form-section { background: #fefefe; }
.form-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.form-intro { position: sticky; top: 112px; }
.form-intro > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1rem; }
.contact-card { margin-top: 31px; padding: 24px; border-radius: 16px; background: var(--navy); color: var(--white); }
.contact-card p { margin: 0 0 4px; color: #b9cdcc; font-size: .8rem; }
.contact-card > a:not(.text-link) { display: block; color: var(--white); font-size: 1.7rem; font-weight: 900; line-height: 1.25; text-decoration: none; letter-spacing: -.035em; }
.contact-card .text-link { display: inline-block; margin-top: 13px; color: #96dfd2; font-size: .84rem; font-weight: 850; text-underline-offset: 3px; }
.privacy-points { margin: 25px 0 0; padding: 0; list-style: none; }
.privacy-points li { margin: 9px 0; padding-left: 24px; position: relative; color: var(--ink-soft); font-size: .84rem; }
.privacy-points li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.form-card { padding: 38px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid--city { grid-template-columns: 2fr 1fr; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .8rem; font-weight: 850; }
.field label b, .consent b { color: #a44620; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bfcfcd; border-radius: 9px; padding: 12px 13px; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.field input, .field select { height: 48px; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,117,111,.12); }
.field input::placeholder, .field textarea::placeholder { color: #8b9d9f; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin: 4px 0 22px; color: var(--ink-soft); font-size: .74rem; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--teal); }
.submit-button { min-height: 58px; }
.submit-button i { margin-left: auto; font-style: normal; font-size: 1.25rem; }
.submit-button.is-loading { opacity: .72; pointer-events: none; }
.form-note { margin: 13px 0 0; color: #6b7e80; text-align: center; font-size: .7rem; }
.form-error { margin: 14px 0 0; padding: 11px; color: #781f1f; background: #fff0f0; border-radius: 8px; font-size: .82rem; }
.form-success { padding: 50px 20px; text-align: center; }
.form-success > span, .thank-you-card__check { width: 62px; height: 62px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); font-size: 1.7rem; font-weight: 950; }
.form-success h3 { margin: 0; color: var(--navy); font-size: 1.9rem; }
.form-success p { color: var(--ink-soft); }
.form-success a { color: var(--teal-dark); font-weight: 850; }
.faq-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: 75px; align-items: start; }
.faq-list { border-top: 1px solid #cbd8d5; }
.faq-list details { border-bottom: 1px solid #cbd8d5; }
.faq-list summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; list-style: none; color: var(--navy); font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 18px; font-size: 1.5rem; color: var(--teal); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 42px 22px 0; color: var(--ink-soft); font-size: .9rem; }
.final-cta { color: var(--white); background: linear-gradient(120deg, #0b625d, #08343c); }
.final-cta__inner { padding-block: 68px; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { color: var(--white); font-size: clamp(2rem, 3.7vw, 3.1rem); }
.final-cta p:last-child { margin: 12px 0 0; max-width: 650px; color: #c5dcda; }
.final-cta__actions { min-width: 240px; display: flex; flex-direction: column; gap: 10px; }

.site-footer { color: #adc1c1; background: #061f25; }
.site-footer__grid { padding-block: 60px 48px; display: grid; grid-template-columns: 1.25fr .9fr 1fr .6fr; gap: 55px; }
.brand--footer .brand__copy strong { color: var(--white); }
.brand--footer .brand__copy small { color: #98b0b0; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer__grid > div:first-child p { max-width: 275px; }
.site-footer h2 { margin: 7px 0 12px; color: var(--white); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer p, .site-footer span, .site-footer a { margin: 0; font-size: .78rem; line-height: 1.65; }
.site-footer a { color: #d0e1df; text-underline-offset: 3px; }
.site-footer__bottom { min-height: 69px; border-top: 1px solid #234148; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #809a9a; font-size: .7rem; }
.mobile-bar { display: none; }

.legal-page { background: var(--cream); }
.legal-main { max-width: 820px; padding-block: 70px 95px; }
.legal-main h1 { margin: 0; color: var(--navy); font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.legal-updated { color: var(--ink-soft); }
.legal-main section { margin-top: 35px; }
.legal-main h2 { margin: 0 0 8px; color: var(--navy); font-size: 1.15rem; }
.legal-main section p { margin: 0; color: #425b60; }
.legal-main a { color: var(--teal-dark); }
.back-link { display: inline-block; margin-bottom: 35px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.thank-you-page { min-height: 100vh; padding: 35px 20px; display: grid; place-items: center; background: linear-gradient(135deg, #082d34, #0b625d); }
.thank-you-card { width: min(100%, 570px); padding: 44px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.thank-you-card .brand { margin-bottom: 35px; }
.thank-you-card h1 { margin: 0; color: var(--navy); font-size: 2.35rem; letter-spacing: -.04em; }
.thank-you-card p { color: var(--ink-soft); }
.thank-you-card .button { margin: 15px 0; }
.thank-you-card .back-link { margin: 10px 0 0; font-size: .86rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header__inner { justify-content: space-between; }
  .hero__grid { grid-template-columns: 1fr .68fr; gap: 35px; }
  .hero h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .steps li:not(:last-child)::after { display: none; }
  .split, .form-layout, .faq-layout { gap: 45px; }
  .site-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 61px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .top-strip__inner { justify-content: center; }
  .top-strip__inner > span:first-child, .top-strip__divider { display: none; }
  .site-header__inner { min-height: 64px; }
  .site-header .button { display: none; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__copy small { font-size: .58rem; }
  .hero__grid { grid-template-columns: 1fr; gap: 45px; padding-block: 65px 60px; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__proof { gap: 10px 16px; }
  .price-card { max-width: 480px; margin-inline: auto; }
  .trust-bar__grid { grid-template-columns: 1fr 1fr; padding-block: 15px; }
  .trust-bar__grid div { padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-bar__grid div:nth-child(2n) { border-right: 0; }
  .trust-bar__grid div:nth-child(n+3) { border-bottom: 0; }
  .trust-bar__grid div:first-child { padding-left: 15px; }
  .section { padding-block: 72px; }
  .section-heading { margin-bottom: 38px; text-align: left; }
  .section-heading .eyebrow { justify-content: flex-start; }
  .steps, .split, .route-grid, .form-layout, .faq-layout { grid-template-columns: 1fr; }
  .steps li { min-height: unset; display: grid; grid-template-columns: 43px 1fr; gap: 17px; }
  .steps h3 { margin: 4px 0 8px; }
  .feature-grid { gap: 12px; }
  .feature { min-height: 190px; padding: 22px; }
  .route-card > p:not(.route-card__tag) { min-height: unset; }
  .form-intro { position: static; }
  .form-card { padding: 25px 20px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .final-cta__inner { align-items: stretch; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__bottom { padding-block: 18px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .mobile-bar { position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; height: 61px; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--white); box-shadow: 0 -6px 22px rgba(5,39,44,.14); }
  .mobile-bar a { display: grid; place-items: center; color: var(--navy); text-decoration: none; font-weight: 900; font-size: .86rem; }
  .mobile-bar a:last-child { color: var(--white); background: var(--teal); }
}

@media (max-width: 430px) {
  .brand__copy small { display: none; }
  .hero__proof { display: grid; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 155px; }
  .feature h3 { margin-top: 20px; }
  .price-card { padding: 26px 22px; }
  .thank-you-card { padding: 35px 24px; }
}

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