:root {
  --navy: #082947;
  --blue: #0d3d69;
  --blue-soft: #eaf2f8;
  --green: #9bd21f;
  --green-dark: #79aa0c;
  --ink: #13202b;
  --muted: #637180;
  --line: #dce4ea;
  --paper: #f6f8fa;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(5, 37, 65, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: var(--green); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 clamp(22px, 6vw, 92px); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,41,71,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--navy); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); border-radius: 12px 4px 12px 4px; transform: rotate(-2deg); box-shadow: inset -5px -5px 0 rgba(155,210,31,.9); }
.brand-mark span { color: white; font-size: 23px; line-height: 1; font-weight: 800; transform: rotate(2deg); }
.brand-name { font-weight: 800; letter-spacing: .12em; line-height: 1; font-size: 18px; }
.brand-name small { display: block; margin-top: 6px; color: var(--green-dark); letter-spacing: .14em; font-size: 8px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
nav a { text-decoration: none; color: #324657; font-weight: 600; font-size: 14px; }
nav a:hover { color: var(--blue); }
.nav-cta { color: var(--white) !important; background: var(--navy); padding: 11px 17px; border-radius: 10px; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); align-items: center; overflow: hidden; background: linear-gradient(112deg, #f8fafb 0%, #f8fafb 62%, #eaf2f6 62%); }
.hero-content { padding: 92px clamp(22px, 7vw, 108px); max-width: 820px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 12px; }
.eyebrow > span { width: 25px; height: 3px; background: var(--green); border-radius: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; color: var(--navy); font-size: clamp(46px, 6vw, 82px); line-height: 1.01; letter-spacing: -.055em; }
h1 em { font-style: normal; color: var(--green-dark); }
.hero-copy { max-width: 630px; color: #536574; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { border: 0; border-radius: 11px; display: inline-flex; justify-content: center; align-items: center; gap: 15px; min-height: 52px; padding: 0 21px; text-decoration: none; cursor: pointer; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 10px 24px rgba(8,41,71,.17); }
.button-primary:hover { background: var(--blue); }
.button-primary span { color: var(--green); font-size: 20px; }
.text-link { color: var(--navy); text-underline-offset: 5px; font-weight: 700; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-top: 35px; padding-top: 26px; border-top: 1px solid var(--line); color: #536574; font-size: 13px; font-weight: 600; }
.hero-proof i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; color: var(--navy); background: var(--green); border-radius: 50%; font-style: normal; font-size: 11px; }

.hero-visual { align-self: stretch; min-height: 680px; position: relative; display: grid; place-items: center; background: linear-gradient(145deg, var(--blue), var(--navy)); overflow: hidden; }
.visual-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 52px 52px; transform: perspective(400px) rotate(4deg) scale(1.1); }
.hero-visual::before { content: ""; position: absolute; width: 470px; height: 470px; background: rgba(155,210,31,.1); border: 1px solid rgba(155,210,31,.25); border-radius: 50%; }
.building-shape { width: 260px; height: 330px; position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 27px 36px; padding: 65px 46px 45px; border: 2px solid rgba(255,255,255,.55); border-radius: 50px 6px 6px 6px; transform: translate(20px, 25px); box-shadow: -18px 18px 0 rgba(155,210,31,.08); }
.building-shape::after { content: ""; position: absolute; left: 38%; right: 38%; bottom: 0; height: 70px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.5); border-bottom: 0; border-radius: 6px 6px 0 0; }
.building-shape span { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.5); border-radius: 4px; }
.service-signal { position: absolute; z-index: 2; color: var(--navy); background: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: 14px; box-shadow: var(--shadow); }
.signal-main { left: 8%; top: 24%; display: flex; align-items: center; gap: 12px; padding: 15px 18px; }
.signal-main .signal-icon { width: 36px; height: 36px; display: grid; place-items: center; background: var(--green); border-radius: 50%; font-weight: 900; }
.signal-main strong, .signal-main small { display: block; }
.signal-main small { color: var(--muted); font-size: 11px; margin-top: 2px; }
.signal-top { right: 7%; top: 15%; display: flex; align-items: baseline; gap: 7px; padding: 12px 16px; }
.signal-top b { color: var(--green-dark); font-size: 25px; }
.signal-top span { font-size: 12px; font-weight: 700; }
.signal-bottom { right: 5%; bottom: 16%; display: flex; align-items: center; gap: 9px; padding: 13px 16px; font-size: 12px; }
.pulse { width: 10px; height: 10px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(155,210,31,.2); }

.services { padding: 100px clamp(22px, 6vw, 92px) 84px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: end; gap: 50px; max-width: 1280px; margin: 0 auto 48px; }
.section-heading h2, .request-copy h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1280px; margin: 0 auto; }
.service-card { min-width: 0; padding: 30px; background: var(--paper); border: 1px solid #e6ebef; border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card-featured { background: #edf5e2; border-color: #d5e7b2; }
.service-card-dark { color: var(--white); background: var(--navy); border-color: var(--navy); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; color: var(--navy); background: var(--white); border-radius: 12px; }
.card-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.service-card-dark .card-icon { color: var(--white); background: rgba(255,255,255,.12); }
.card-kicker { margin-bottom: 5px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.service-card-dark .card-kicker { color: var(--green); }
.service-card h3 { margin-bottom: 10px; font-size: 23px; color: var(--navy); }
.service-card-dark h3 { color: var(--white); }
.service-card > p:not(.card-kicker) { min-height: 74px; color: var(--muted); font-size: 14px; }
.service-card-dark > p:not(.card-kicker) { color: #c9d5df; }
.service-card ul { min-height: 116px; padding: 18px 0 14px; margin: 0; border-top: 1px solid rgba(8,41,71,.11); list-style: none; }
.service-card-dark ul { border-color: rgba(255,255,255,.13); }
.service-card li { position: relative; margin: 7px 0; padding-left: 21px; font-size: 13px; font-weight: 600; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 900; }
.service-card-dark li::before { color: var(--green); }
.card-links { display: flex; flex-wrap: wrap; gap: 9px 14px; }
.card-links a { font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.card-links a:hover { color: var(--green-dark); }
.service-card-dark .card-links a:hover { color: var(--green); }
.trust-band { max-width: 1280px; margin: 24px auto 0; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: stretch; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.trust-intro, .trust-point { min-height: 112px; padding: 22px; display: flex; align-items: center; gap: 13px; }
.trust-intro { color: white; background: var(--blue); }
.trust-seal { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); background: var(--green); border-radius: 50%; font-weight: 900; }
.trust-intro small, .trust-intro strong, .trust-point strong { display: block; }
.trust-intro small { color: #c7d5df; font-size: 10px; }
.trust-intro strong { font-size: 14px; }
.trust-point { border-left: 1px solid var(--line); }
.trust-point b { align-self: flex-start; color: var(--green-dark); font-size: 11px; }
.trust-point span { color: var(--muted); font-size: 11px; }
.trust-point strong { margin-bottom: 3px; color: var(--navy); font-size: 13px; }

.request-section { display: grid; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); background: var(--navy); }
.request-copy { padding: 92px clamp(22px, 6vw, 92px); color: white; background: linear-gradient(160deg, #0c3c67, var(--navy)); }
.eyebrow-light { color: #dce8ef; }
.request-copy h2 { color: white; }
.request-copy > p:not(.eyebrow) { max-width: 540px; margin: 22px 0 35px; color: #c5d2dc; }
.request-steps { padding: 0; margin: 38px 0; list-style: none; }
.request-steps li { display: flex; align-items: center; gap: 15px; margin: 17px 0; color: #9fb2c0; font-weight: 700; }
.request-steps b { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 12px; }
.request-steps li.active { color: white; }
.request-steps li.active b { color: var(--navy); background: var(--green); border-color: var(--green); }
.contact-note { margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-note small, .contact-note strong, .contact-note span { display: block; }
.contact-note small { color: var(--green); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 800; }
.contact-note strong { margin: 6px 0 2px; font-size: 22px; }
.contact-note span { color: #afbec9; font-size: 13px; }
.form-shell { padding: 60px clamp(22px, 5vw, 76px); background: #f3f6f8; }
#request-form, .summary { max-width: 780px; margin: 0 auto; padding: clamp(24px, 4vw, 42px); background: white; border-radius: 20px; box-shadow: 0 20px 70px rgba(0,0,0,.09); }
.form-block { padding-bottom: 31px; margin-bottom: 31px; border-bottom: 1px solid var(--line); }
.compact-block { padding-bottom: 18px; margin-bottom: 22px; }
.form-title { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.form-title > span { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-size: 10px; font-weight: 800; }
.form-title h3 { margin: 0 0 2px; color: var(--navy); font-size: 18px; }
.form-title p { margin: 0; color: var(--muted); font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { min-height: 65px; display: flex; align-items: center; gap: 11px; padding: 12px; cursor: pointer; border: 1px solid var(--line); border-radius: 10px; transition: border .15s, background .15s, box-shadow .15s; }
.choice:hover { border-color: #aac1d2; }
.choice:has(input:checked) { border-color: var(--green-dark); background: #f6faec; box-shadow: inset 0 0 0 1px var(--green-dark); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.check { flex: 0 0 auto; width: 21px; height: 21px; border: 1.5px solid #b6c1c9; border-radius: 6px; position: relative; }
.choice input:focus-visible + .check { outline: 3px solid rgba(13,61,105,.24); outline-offset: 2px; }
.choice input:checked + .check { background: var(--green); border-color: var(--green-dark); }
.choice input:checked + .check::after { content: "✓"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--navy); font-size: 13px; font-weight: 900; }
.choice strong, .choice small { display: block; }
.choice strong { color: var(--navy); font-size: 12px; }
.choice small { color: var(--muted); font-size: 10px; }
.field-error { margin: 8px 0 0; color: #b42318; font-size: 12px; font-weight: 700; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { display: block; }
.field-full { grid-column: 1 / -1; }
.field > span { display: block; margin-bottom: 6px; color: #344858; font-size: 11px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8e0e6; border-radius: 9px; background: white; padding: 12px 13px; color: var(--ink); outline: none; font-size: 13px; }
.field input, .field select { height: 46px; }
.field textarea { resize: vertical; min-height: 86px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,61,105,.1); }
.field input.invalid, .field select.invalid { border-color: #b42318; background: #fff8f7; }
.button-submit { width: 100%; color: var(--navy); background: var(--green); box-shadow: 0 10px 24px rgba(121,170,12,.18); }
.button-submit:hover { background: #a8df28; }
.privacy-note { display: flex; align-items: flex-start; justify-content: center; gap: 6px; margin: 13px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.privacy-note svg { flex: 0 0 auto; width: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.summary-success { display: flex; align-items: center; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.summary-success > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--navy); background: var(--green); border-radius: 50%; font-size: 22px; font-weight: 900; }
.summary-success small { color: var(--green-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.summary-success h3 { margin: 2px 0 0; color: var(--navy); font-size: 22px; }
.summary-body { padding: 24px 0; }
.summary-row { display: grid; grid-template-columns: 155px 1fr; gap: 15px; padding: 11px 0; border-bottom: 1px solid #edf1f4; }
.summary-row:last-child { border-bottom: 0; }
.summary-row dt { color: var(--muted); font-size: 12px; }
.summary-row dd { margin: 0; color: var(--navy); font-size: 13px; font-weight: 700; }
.summary-actions { display: flex; gap: 10px; }
.button-ghost { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.copy-status { min-height: 20px; margin: 10px 0 0; color: var(--green-dark); font-size: 12px; font-weight: 800; }

footer { min-height: 130px; display: flex; align-items: center; gap: 28px; padding: 28px clamp(22px, 6vw, 92px); background: #061e33; color: #b8c7d1; }
.brand-footer { color: white; }
footer > p { margin: 0 auto 0 0; font-size: 12px; }
.footer-links { display: flex; gap: 19px; }
.footer-links a { color: #bac7d0; font-size: 11px; text-underline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .75fr; }
  .hero-content { padding-left: 48px; padding-right: 48px; }
  .hero-visual { min-width: 350px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-dark { grid-column: 1 / -1; }
  .service-card > p:not(.card-kicker), .service-card ul { min-height: auto; }
  .trust-band { grid-template-columns: 1fr 1fr; }
  .trust-point:nth-of-type(2) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-point:nth-of-type(3) { border-top: 1px solid var(--line); }
  .request-section { grid-template-columns: 1fr; }
  .request-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 45px; }
  .request-copy .eyebrow, .request-copy h2 { grid-column: 1; }
  .request-copy > p:not(.eyebrow), .contact-note { grid-column: 1; }
  .request-steps { grid-column: 2; grid-row: 2 / 5; margin: 0; align-self: center; }
  .contact-note { margin-top: 5px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding: 0 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark span { font-size: 20px; }
  .brand-name { font-size: 15px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 13px; font-size: 12px; }
  .hero { min-height: auto; display: block; background: #f8fafb; }
  .hero-content { padding: 68px 22px 50px; }
  h1 { font-size: clamp(44px, 14vw, 65px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-proof { display: grid; }
  .hero-visual { min-width: 0; min-height: 360px; }
  .building-shape { width: 190px; height: 245px; padding: 50px 34px 36px; gap: 21px 25px; transform: translate(8px, 18px); }
  .service-signal { transform: scale(.84); }
  .signal-main { left: 0; top: 18%; }
  .signal-top { right: -3%; top: 8%; }
  .signal-bottom { right: -4%; bottom: 10%; }
  .services { padding: 72px 18px 60px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .request-copy h2 { font-size: 34px; }
  .section-heading > p { margin-top: 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-dark { grid-column: auto; }
  .trust-band { grid-template-columns: 1fr; }
  .trust-point { border-left: 0; border-top: 1px solid var(--line); }
  .request-copy { display: block; padding: 66px 22px; }
  .request-steps { margin: 30px 0; }
  .contact-note { margin-top: 38px; }
  .form-shell { padding: 28px 12px 44px; }
  #request-form, .summary { padding: 24px 16px; border-radius: 14px; }
  .choice-grid, .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .summary-row { grid-template-columns: 1fr; gap: 3px; }
  .summary-actions { flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  footer > p { margin: 0; }
  .footer-links { flex-wrap: wrap; }
}

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