:root {
  --ink: #132d2a;
  --ink-2: #1d3b37;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --lime: #d7f06b;
  --sage: #9baea5;
  --line: rgba(19, 45, 42, .14);
  --shadow: 0 24px 70px rgba(10, 29, 27, .18);
}

@font-face { font-family: "DM Sans"; src: url("../fonts/dm-sans-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "DM Sans"; src: url("../fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 600 800; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 600 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #9ab33e; outline-offset: 3px; }
.site-header { height: 86px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--paper); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 10px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -.7px; }
.brand > span:last-child > span { color: #7f9b90; font-weight: 600; }
.brand-logo { display: block; width: 38px; height: 38px; flex: 0 0 38px; }
.desktop-nav { display: flex; align-items: center; gap: 38px; position: absolute; left: 50%; transform: translateX(-50%); }
.desktop-nav a { font-size: 15px; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--ink); transition: .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { margin-left: auto; border: 1px solid var(--ink); border-radius: 100px; padding: 12px 19px; font-size: 15px; font-weight: 700; transition: .2s; }
.header-cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; min-height: calc(100vh - 86px); height: 770px; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 26, 24, .95) 0%, rgba(8, 30, 28, .85) 31%, rgba(8, 28, 26, .25) 61%, rgba(8, 26, 24, .05) 100%); }
.hero-content { position: relative; z-index: 2; width: min(650px, 55vw); margin-left: 8vw; color: white; padding-bottom: 18px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 10px; font-size: 13px; line-height: 1.5; letter-spacing: 1.6px; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
h1, h2 { font-family: Manrope, sans-serif; letter-spacing: -3.8px; line-height: 1.02; margin: 24px 0; }
h1 { font-size: clamp(52px, 5.6vw, 83px); }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-content > p { max-width: 570px; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button { border: 0; cursor: pointer; border-radius: 4px; min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-weight: 700; font-size: 15px; line-height: 1.4; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #e2fa81; }
.text-link { font-size: 15px; font-weight: 600; }
.text-link span { display: inline-block; margin-left: 7px; color: var(--lime); transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.trust-row { display: flex; gap: 24px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.trust-row b { color: var(--lime); margin-right: 6px; }
.route-card { position: absolute; z-index: 3; bottom: 44px; right: 4.5vw; width: 320px; background: rgba(251,250,246,.96); padding: 24px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.live { font-size: 13px; line-height: 1.5; letter-spacing: .8px; font-weight: 700; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.live i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #8dbb57; margin-right: 6px; box-shadow: 0 0 0 4px rgba(141,187,87,.16); }
.route-line { display: grid; grid-template-columns: 32px 1fr; padding: 18px 0; }
.route-icons { display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: var(--ink); }
.route-icons span { display: grid; place-items: center; width: 24px; height: 24px; }
.route-icons svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.route-icons i { width: 1px; height: 27px; border-left: 1px dashed #9baea5; }
.route-line div:last-child { display: grid; }
.route-line small { color: #5d6d67; font-size: 13px; line-height: 1.5; letter-spacing: .7px; }
.route-line strong { font-size: 15px; line-height: 1.4; margin: 3px 0 14px; }
.route-line strong:last-child { margin-bottom: 0; }
.route-meta { border-top: 1px solid var(--line); padding-top: 14px; display: flex; justify-content: space-between; font-size: 13px; line-height: 1.5; }
.route-meta span { color: #5d6d67; }

.section { padding: 112px 8vw; }
.section-label { color: #5d7168; }
.intro-copy { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 12vw; margin-top: 34px; }
h2 { font-size: clamp(42px, 4.7vw, 68px); }
.intro h2 { margin: 0; }
.intro h2 em { color: #789186; }
.intro-copy p, .request-copy > p { color: #65746f; line-height: 1.8; font-size: 16px; max-width: 530px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 85px; }
.benefit-grid article { padding: 32px; background: white; border: 1px solid #e9e6df; transition: transform .25s, box-shadow .25s; }
.benefit-grid article:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(25,43,40,.08); }
.icon-box { display: grid; place-items: center; width: 50px; height: 50px; background: #edf4c9; border-radius: 50%; color: var(--ink); }
.icon-box svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.icon-box svg .accent { stroke: currentColor; stroke-width: 1.65; }
h3 { font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.35; margin: 24px 0 10px; }
.benefit-grid p { color: #5d6d67; font-size: 16px; line-height: 1.7; }

.process { background: var(--ink); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: 12vw; }
.section-label.light { color: #bac8c2; }
.process h2 { margin-top: 26px; }
.process-copy > p { color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; max-width: 430px; }
.button-light { background: white; color: var(--ink); margin-top: 28px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 22px 0 32px; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { width: 46px; height: 46px; border: 1px solid rgba(215,240,107,.55); color: var(--lime); border-radius: 50%; display: grid; place-items: center; font-size: 14px; }
.steps h3 { margin: 0 0 8px; font-size: 22px; }
.steps p { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.6; }

.request { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: var(--cream); }
.request-copy h2 { margin-top: 28px; }
.request-copy h2 em { color: #789186; }
.contact-options { display: grid; gap: 12px; margin-top: 42px; max-width: 470px; }
.contact-note { display: grid; grid-template-columns: 48px minmax(0, 1fr) 24px; align-items: center; gap: 14px; min-height: 78px; padding: 14px 16px; border: 1px solid rgba(19,45,42,.12); border-radius: 6px; background: rgba(255,255,255,.68); transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.contact-note:hover { transform: translateY(-2px); border-color: rgba(19,45,42,.24); background: white; box-shadow: 0 12px 28px rgba(19,45,42,.08); }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--lime); }
.contact-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-details { min-width: 0; }
.contact-note small { display: block; margin-bottom: 3px; color: #65746f; font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: 1.2px; }
.contact-note strong { display: block; overflow-wrap: anywhere; color: var(--ink); font-family: Manrope, sans-serif; font-size: 15px; line-height: 1.5; font-weight: 750; }
.contact-arrow { color: #789186; font-size: 20px; transition: transform .2s, color .2s; }
.contact-note:hover .contact-arrow { color: var(--ink); transform: translateX(3px); }
.request-form { background: white; padding: 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; box-shadow: 0 15px 50px rgba(20,40,37,.08); }
.hp-field { 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; }
.field { display: flex; flex-direction: column; gap: 8px; }
.span-2 { grid-column: span 2; }
.field label { font-size: 14px; line-height: 1.4; font-weight: 700; letter-spacing: .2px; }
.field label small { color: #8c9692; font-weight: 400; }
.field input, .field textarea { width: 100%; border: 1px solid #cbd1cd; background: #fcfcfa; padding: 13px 14px; color: var(--ink); font-size: 16px; line-height: 1.5; outline: none; transition: .2s; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #829d8f; box-shadow: 0 0 0 3px rgba(130,157,143,.12); }
.field input::placeholder, .field textarea::placeholder { color: #6f7d77; opacity: 1; }
.privacy { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.55; color: #596a63; cursor: pointer; }
.privacy a { text-decoration: underline; text-underline-offset: 2px; }
.privacy input { accent-color: var(--ink); margin-top: 2px; }
.recaptcha-consent { align-items: center; padding: 14px; background: #f4f6f2; border: 1px solid #d6ddd8; border-radius: 4px; }
.recaptcha-consent > span { min-width: 0; }
.recaptcha-consent strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 14px; line-height: 1.45; }
.recaptcha-consent .consent-details { display: block; color: #65746f; font-size: 12px; line-height: 1.55; }
.recaptcha-container { min-height: 78px; overflow: hidden; }
.request-form button { width: 100%; }
.request-form button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.form-status { margin: -4px 0 0; font-size: 14px; line-height: 1.5; min-height: 21px; color: #365d52; }

footer { padding: 42px 8vw; background: #0d2422; color: white; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
footer p { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.78); }
footer > div { display: flex; gap: 24px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.76); }
footer a:hover { color: white; }

.legal-page { background: var(--cream); }
.legal-header { min-height: 76px; padding: 18px 7vw; display: flex; align-items: center; justify-content: space-between; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-header > a:last-child { font-size: 15px; font-weight: 700; }
.legal-content { width: min(780px, 86vw); margin: 0 auto; padding: 80px 0 110px; }
.legal-content h1 { color: var(--ink); font-size: clamp(40px, 6vw, 64px); margin-top: 0; }
.legal-content h2 { color: var(--ink); font-size: 26px; letter-spacing: -1px; line-height: 1.3; margin: 44px 0 12px; }
.legal-content p, .legal-content li { color: #4f625b; font-size: 16px; line-height: 1.75; }
.legal-content a { text-decoration: underline; text-underline-offset: 2px; }
.legal-placeholder { padding: 18px 20px; border-left: 4px solid #9ab33e; background: white; color: #3d5049 !important; }

.not-found-page { min-height: 100svh; display: grid; grid-template-rows: auto 1fr; background: var(--ink); color: white; }
.not-found-page .legal-header { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.not-found-page .brand > span:last-child > span { color: var(--lime); }
.not-found-page .legal-header > a:last-child { color: white; }
.not-found-content { width: min(720px, 86vw); margin: auto; padding: 70px 0 110px; text-align: center; }
.error-code { display: block; color: var(--lime); font-family: Manrope, sans-serif; font-size: clamp(92px, 18vw, 180px); font-weight: 800; line-height: .85; letter-spacing: -8px; }
.not-found-content h1 { margin: 34px 0 16px; font-size: clamp(38px, 6vw, 64px); }
.not-found-content p { max-width: 560px; margin: 0 auto 34px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.not-found-content .button { width: max-content; margin: 0 auto; }

@media (max-width: 920px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-header.menu-open .desktop-nav { display: flex; position: absolute; top: 86px; left: 0; right: 0; transform: none; background: var(--paper); flex-direction: column; align-items: flex-start; padding: 28px 5vw; box-shadow: 0 15px 30px rgba(0,0,0,.08); }
  .hero-shade { background: rgba(7,29,27,.76); }
  .hero-content { width: 80vw; }
  .route-card { display: none; }
  .intro-copy, .process, .request { grid-template-columns: 1fr; gap: 50px; }
  .contact-options { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 55px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .site-header.menu-open .desktop-nav { top: 72px; }
  .hero { min-height: calc(100svh - 72px); height: auto; padding: 80px 0 50px; }
  .hero-image { object-position: 66% center; }
  .hero-content { width: auto; margin: 0 7vw; padding: 0; }
  h1, h2 { letter-spacing: -2.2px; }
  h1 { font-size: 46px; }
  .hero-content > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .contact-options { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-row { flex-wrap: wrap; gap: 12px 18px; margin-top: 38px; }
  .section { padding: 78px 7vw; }
  .request-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .span-2 { grid-column: span 1; }
  footer { padding: 38px 7vw; }
  footer > div { flex-wrap: wrap; }
}

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