:root {
  --ink: #0a1016;
  --ink-2: #111b24;
  --steel: #1b2b38;
  --blue: #237cb8;
  --blue-bright: #39a7e8;
  --paper: #f4f1e9;
  --white: #fff;
  --muted: #9caab4;
  --line: #d7d7d2;
  --danger: #b93232;
  --shadow: 0 24px 60px rgba(4, 11, 17, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Archivo", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: #fff; padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.site-header { height: 86px; padding: 0 clamp(24px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; background: rgba(10,16,22,.96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 42px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--blue); clip-path: polygon(50% 0, 100% 20%, 100% 76%, 50% 100%, 0 76%, 0 20%); }
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.6); clip-path: inherit; }
.brand-mark span { font-family: "Barlow Condensed", sans-serif; font-weight: 800; font-size: 24px; position: relative; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Barlow Condensed", sans-serif; letter-spacing: .085em; font-size: 24px; }
.brand-copy small { color: #b7c1c8; font-size: 8px; letter-spacing: .17em; margin-top: 5px; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.site-header nav > a:not(.button) { text-decoration: none; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #d7dee3; font-weight: 600; }
.site-header nav > a:hover { color: var(--blue-bright); }
.nav-phone { border-left: 1px solid #3b4650; padding-left: clamp(18px, 2.4vw, 38px); }
.mobile-call { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); align-items: center; justify-content: center; }
.mobile-call svg { width: 21px; fill: white; }

.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; padding: 0 25px; background: var(--blue); color: white; text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s; }
.button:hover { background: #1b6d9f; transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #79c7f2; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 19px; }

.hero { min-height: 675px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(57,167,232,.16); border-radius: 50%; left: -230px; bottom: -290px; box-shadow: 0 0 0 90px rgba(57,167,232,.025), 0 0 0 180px rgba(57,167,232,.018); }
.hero-grid { position: absolute; inset: 0 35% 0 0; opacity: .05; background-image: linear-gradient(#fff 1px, transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, black 35%, transparent); }
.hero-content { padding: 90px clamp(40px, 7vw, 118px) 70px; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 22px; color: #aab7c0; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.eyebrow > span { display: block; width: 26px; height: 2px; background: var(--blue-bright); }
.eyebrow.dark { color: #67737a; }
h1, h2 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.025em; margin: 0; line-height: .89; }
h1 { font-size: clamp(63px, 8vw, 112px); max-width: 850px; }
h1 em { font-style: normal; color: var(--blue-bright); }
.hero-lede { max-width: 650px; margin: 32px 0 0; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.7; color: #b8c3ca; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.text-link { color: white; text-underline-offset: 5px; font-weight: 600; font-size: 14px; }
.trust-row { display: flex; gap: 28px; margin-top: 64px; color: #b7c1c8; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row svg { width: 18px; height: 18px; fill: var(--blue-bright); }
.hero-panel { margin: 46px 46px 46px 0; padding: 44px 42px; background: linear-gradient(155deg, rgba(35,124,184,.94), rgba(18,73,108,.96)), var(--blue); display: flex; flex-direction: column; position: relative; box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::after { content: "N"; font-family: "Barlow Condensed"; font-weight: 800; position: absolute; right: -38px; bottom: -107px; font-size: 410px; color: rgba(255,255,255,.035); line-height: 1; }
.panel-label { text-transform: uppercase; font-size: 10px; letter-spacing: .17em; color: rgba(255,255,255,.7); }
.panel-number { font-family: "Barlow Condensed"; font-size: 92px; font-weight: 800; line-height: 1; margin-top: 34px; color: rgba(255,255,255,.15); }
.panel-lines { display: flex; flex-direction: column; margin-top: auto; position: relative; z-index: 1; }
.panel-lines span { font-family: "Barlow Condensed"; font-size: clamp(25px, 2.7vw, 40px); font-weight: 700; text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.panel-footer { display: flex; justify-content: space-between; align-items: end; position: relative; z-index: 1; margin-top: 34px; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; color: rgba(255,255,255,.7); }
.panel-footer span:first-child { font-family: "Barlow Condensed"; font-size: 30px; font-weight: 800; color: white; }

.services-section { padding: 110px clamp(24px, 6vw, 100px) 0; }
.section-heading { max-width: 1240px; margin: 0 auto 54px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .area-intro h2, .quote-intro h2 { font-size: clamp(55px, 6.5vw, 90px); }
.section-heading > p { margin: 0 0 4px; max-width: 470px; color: #58636a; line-height: 1.8; font-size: 15px; }
.services-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 290px; padding: 42px 36px 35px; background: rgba(255,255,255,.28); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { background: white; transform: translateY(-3px); z-index: 1; box-shadow: 0 15px 35px rgba(5,14,20,.08); }
.service-card.featured { background: var(--ink-2); color: white; }
.service-index { position: absolute; right: 24px; top: 22px; color: #9ca5aa; font-family: "Barlow Condensed"; font-size: 13px; }
.service-icon { width: 45px; height: 45px; fill: none; stroke: var(--blue); stroke-width: 1.7; margin-bottom: 36px; }
.featured .service-icon { stroke: var(--blue-bright); }
.service-card h3 { font-family: "Barlow Condensed"; font-size: 27px; text-transform: uppercase; margin: 0 0 14px; }
.service-card p { margin: 0; color: #657078; font-size: 13px; line-height: 1.7; max-width: 290px; }
.featured p { color: #aeb9c0; }

.area-band { max-width: 1240px; margin: 95px auto 0; background: var(--ink); color: white; padding: 64px clamp(35px, 5vw, 70px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; position: relative; overflow: hidden; }
.area-band::after { content: "SERVICE AREA"; position: absolute; right: -10px; bottom: -35px; font-family: "Barlow Condensed"; font-size: 110px; font-weight: 800; color: rgba(255,255,255,.025); white-space: nowrap; }
.area-intro h2 { font-size: clamp(48px, 5vw, 68px); }
.area-list { position: relative; z-index: 1; border-top: 1px solid #3a454e; }
.area-list div { display: flex; justify-content: space-between; align-items: baseline; padding: 17px 0; border-bottom: 1px solid #3a454e; }
.area-list strong { font-family: "Barlow Condensed"; font-size: 26px; text-transform: uppercase; }
.area-list span { color: #8fa0aa; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.quote-section { padding: 115px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(280px, .7fr) minmax(550px, 1.3fr); gap: clamp(50px, 8vw, 120px); max-width: 1460px; margin: 0 auto; align-items: start; }
.quote-intro { position: sticky; top: 125px; }
.quote-intro > p:not(.eyebrow) { color: #606b72; line-height: 1.8; font-size: 14px; max-width: 420px; margin: 28px 0 38px; }
.direct-contact { padding-top: 28px; border-top: 1px solid #cbc9c2; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.direct-contact span { color: #777f84; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-bottom: 5px; }
.direct-contact a { font-weight: 700; text-underline-offset: 4px; }
.direct-contact a:last-child { font-size: 13px; color: #4f5d66; }
.quote-card { background: white; box-shadow: var(--shadow); min-height: 600px; padding: clamp(30px, 4vw, 58px); }
.progress-wrap { margin-bottom: 44px; }
.progress-top { display: flex; justify-content: space-between; color: #77838b; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; margin-bottom: 11px; }
.progress-track { height: 3px; background: #e6e7e6; }
.progress-track span { display: block; width: 33.333%; height: 100%; background: var(--blue); transition: width .35s ease; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-step { display: none; }
.form-step.active { display: block; animation: reveal .25s ease; }
@keyframes reveal { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
legend, .quote-success h3 { font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 700; font-size: clamp(35px, 4vw, 49px); line-height: 1; padding: 0; }
.step-help { color: #727e85; font-size: 13px; margin: 12px 0 28px; }
.service-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-options label { cursor: pointer; }
.service-options input { position: absolute; opacity: 0; pointer-events: none; }
.service-options span { min-height: 73px; border: 1px solid #d9dce0; display: flex; align-items: center; gap: 14px; padding: 13px 16px; text-transform: uppercase; font-size: 11px; font-weight: 700; transition: .2s; }
.service-options svg { width: 25px; height: 25px; fill: none; stroke: #76838b; stroke-width: 1.6; transition: .2s; flex: 0 0 auto; }
.service-options input:checked + span { border-color: var(--blue); background: #edf7fc; box-shadow: inset 4px 0 var(--blue); }
.service-options input:checked + span svg { stroke: var(--blue); }
.service-options input:focus-visible + span { outline: 3px solid #79c7f2; outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: #536068; }
.field.full, .full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d9dce0; background: #fbfbfa; color: var(--ink); border-radius: 0; min-height: 48px; padding: 11px 13px; font-size: 14px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: white; outline: 2px solid rgba(35,124,184,.12); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--danger); }
.field-error { color: var(--danger); font-size: 12px; min-height: 16px; margin: 15px 0 0; }
.dynamic-field[hidden] { display: none; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #647078; font-size: 11px; line-height: 1.5; }
.consent input { width: 17px; height: 17px; accent-color: var(--blue); }
.form-actions { margin-top: 28px; padding-top: 25px; border-top: 1px solid #e1e2e1; display: flex; justify-content: space-between; align-items: center; }
.back-button, .restart-button { border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; color: #56636b; cursor: pointer; font-size: 12px; padding: 12px 0; }
.back-button { visibility: hidden; }
.next-button, .submit-button { margin-left: auto; }
.submit-button { display: none; }
.quote-success { text-align: center; padding: 20px 0; }
.quote-success .eyebrow { justify-content: center; margin-top: 24px; }
.success-icon { margin: 0 auto; width: 64px; height: 64px; background: #e8f6ee; border-radius: 50%; display: grid; place-items: center; }
.success-icon svg { width: 34px; height: 34px; fill: none; stroke: #26845a; stroke-width: 2; }
.quote-success > p:not(.eyebrow) { color: #657078; line-height: 1.7; max-width: 460px; margin: 16px auto 22px; }
.request-summary { text-align: left; background: #f4f6f6; padding: 18px; margin: 0 auto 24px; max-width: 500px; font-size: 12px; line-height: 1.6; }
.request-summary strong { color: var(--ink); }
.quote-success .button { margin: auto; }
.restart-button { display: block; margin: 10px auto 0; }

footer { background: #080d12; color: #c2ccd2; padding: 54px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 25px; font-size: 11px; }
.footer-brand { color: white; }
.footer-contact { display: flex; justify-content: flex-end; gap: 30px; }
.footer-contact a { font-weight: 600; }
footer > p { margin: 0; color: #78858e; text-transform: uppercase; letter-spacing: .08em; }
.copyright { text-align: right; }
.mobile-cta { display: none; }

@media (max-width: 1000px) {
  .site-header nav > a:not(.button), .nav-phone { display: none; }
  .hero { grid-template-columns: 1fr .5fr; }
  .hero-panel { margin-right: 25px; padding: 35px 28px; }
  .trust-row { flex-wrap: wrap; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-section { grid-template-columns: 1fr; }
  .quote-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .quote-intro .eyebrow { grid-column: 1 / -1; }
  .direct-contact { align-self: end; }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .site-header { height: 72px; padding: 0 18px; }
  .site-header nav { display: none; }
  .mobile-call { display: flex; }
  .brand-mark { width: 36px; height: 40px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 7px; }
  .hero { min-height: auto; display: block; }
  .hero-content { padding: 73px 22px 54px; }
  h1 { font-size: clamp(59px, 18vw, 78px); }
  .hero-lede { font-size: 15px; line-height: 1.65; margin-top: 25px; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; gap: 18px; margin-top: 30px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-row { display: grid; gap: 13px; margin-top: 40px; }
  .hero-panel { margin: 0 18px 24px; padding: 29px 26px; min-height: 305px; }
  .panel-number { display: none; }
  .panel-lines { margin-top: 22px; }
  .panel-lines span { font-size: 27px; padding: 8px 0; }
  .panel-footer { margin-top: 24px; }
  .services-section { padding: 78px 18px 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2, .quote-intro h2 { font-size: 58px; }
  .section-heading > p { margin-top: 25px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; padding: 32px 27px; }
  .service-icon { margin-bottom: 25px; }
  .area-band { margin-top: 60px; padding: 44px 25px; display: block; }
  .area-intro h2 { font-size: 47px; }
  .area-list { margin-top: 35px; }
  .area-list strong { font-size: 23px; }
  .quote-section { padding: 78px 18px; gap: 35px; }
  .quote-intro { display: block; }
  .quote-intro > p:not(.eyebrow) { margin: 23px 0 28px; }
  .quote-card { padding: 28px 20px; min-height: 560px; }
  .progress-wrap { margin-bottom: 34px; }
  legend, .quote-success h3 { font-size: 37px; }
  .service-options { grid-template-columns: 1fr; }
  .service-options span { min-height: 59px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full, .full { grid-column: 1; }
  .form-actions { gap: 15px; }
  .next-button, .submit-button { padding: 0 18px; }
  footer { grid-template-columns: 1fr; padding: 44px 22px; text-align: left; }
  .footer-contact { justify-content: flex-start; flex-direction: column; gap: 9px; }
  .copyright { text-align: left; }
  .mobile-cta { display: grid; grid-template-columns: .8fr 1.2fr; position: fixed; inset: auto 0 0; z-index: 30; box-shadow: 0 -5px 20px rgba(0,0,0,.2); }
  .mobile-cta a { min-height: 58px; display: grid; place-items: center; background: #13202a; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 11px; }
  .mobile-cta a:last-child { background: var(--blue); }
}

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