:root {
  --navy: #10233f;
  --navy-2: #18375f;
  --blue: #2b5ba7;
  --blue-light: #dbe8fb;
  --orange: #ec8d2f;
  --paper: #f7f5ef;
  --white: #fff;
  --ink: #192536;
  --muted: #5a6573;
  --line: #d8dde3;
  --max: 1220px;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(16, 35, 63, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 17px; line-height: 1.7; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .2; background-image: linear-gradient(rgba(43,91,167,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(43,91,167,.16) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 52%); }
a { color: var(--blue); text-underline-offset: 3px; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(16,35,63,.96); border-bottom: 3px solid var(--orange); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 40px), var(--max)); min-height: 86px; margin: auto; display: grid; grid-template-columns: 228px 1fr auto; align-items: center; gap: 18px; }
.brand { display: grid; align-self: stretch; align-items: center; background: transparent; padding: 4px 6px; }
.brand picture { display: block; width: 100%; }
.brand img { display: block; width: 216px; height: 76px; object-fit: contain; margin: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 3px; }
.site-nav a { color: rgba(255,255,255,.88); text-decoration: none; font-size: .83rem; font-weight: 700; line-height: 1.25; padding: 10px 9px; border-radius: 8px; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.11); }
.header-phone { color: #fff; text-decoration: none; line-height: 1.15; font-family: "League Spartan", sans-serif; font-size: 1.18rem; }
.header-phone small { display: block; color: #b9c8db; font: 600 .7rem "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

main { overflow: hidden; }
.hero { position: relative; width: min(calc(100% - 40px), var(--max)); margin: 54px auto 24px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 42px; align-items: center; }
.hero::before { content: ""; position: absolute; width: 290px; height: 290px; left: -130px; top: -70px; border: 1px solid rgba(43,91,167,.17); transform: rotate(45deg); z-index: -1; }
.hero-copy { max-width: 750px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
h1, h2, h3 { color: var(--navy); font-family: "League Spartan", "DM Sans", sans-serif; line-height: 1.08; }
h1 { margin: 0 0 20px; font-size: clamp(2.7rem, 5.7vw, 5.3rem); letter-spacing: -.04em; }
h2 { margin: 0 0 22px; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.025em; }
h3 { margin: 28px 0 10px; font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.hero-subtitle { max-width: 670px; margin-bottom: 20px; color: var(--navy-2); font-size: clamp(1.15rem, 2vw, 1.42rem); font-weight: 600; line-height: 1.45; }
.hero-copy > p:not(.eyebrow):not(.hero-subtitle) { max-width: 730px; color: var(--muted); }
.hero-actions, .cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 2px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #17120d; box-shadow: 0 8px 25px rgba(236,141,47,.24); }
.button-primary:hover { background: #f29b46; }
.button-ghost { border-color: var(--navy); color: var(--navy); }
.hero-image { position: relative; min-height: 520px; margin: 0; border-radius: 6px 6px 90px 6px; overflow: hidden; box-shadow: var(--shadow); background: var(--navy); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,35,63,.8), transparent 55%); pointer-events: none; }
.hero-image img { width: 100%; height: 520px; object-fit: cover; display: block; }
.hero-image figcaption { position: absolute; left: 28px; right: 28px; bottom: 24px; z-index: 1; color: #fff; display: flex; align-items: center; gap: 15px; line-height: 1.2; }
.hero-image figcaption strong { font: 800 2.4rem "League Spartan", sans-serif; color: #fff; }
.hero-image figcaption span { max-width: 180px; font-size: .9rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin: 4px 0 12px; font-weight: 800; color: var(--blue); text-decoration: none; }

.trust-bar { width: min(calc(100% - 40px), var(--max)); margin: 24px auto 68px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.trust-bar span { padding: 17px 16px; text-align: center; font-size: .83rem; font-weight: 700; border-right: 1px solid rgba(255,255,255,.16); }
.trust-bar span:last-child { border: 0; }

.content-section { padding: 76px 20px; }
.content-section:nth-of-type(even) { background: #fff; }
.content-section:nth-of-type(odd) { background: rgba(219,232,251,.28); }
.content-wrap { width: min(100%, 900px); margin: auto; }
.content-wrap > p { color: var(--muted); }
.content-wrap > h2::after { content: ""; display: block; width: 62px; height: 5px; margin-top: 16px; background: var(--orange); }
.content-wrap > h3 { margin-top: 34px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 20px; }
.check-list li { position: relative; padding: 12px 14px 12px 42px; color: var(--navy); background: rgba(43,91,167,.06); border-left: 3px solid var(--blue); border-radius: 0 7px 7px 0; font-weight: 600; line-height: 1.4; }
.check-list li::before { content: ""; position: absolute; left: 14px; top: 17px; width: 11px; height: 6px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.proof-item { display: grid; grid-template-columns: 260px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.proof-item h3, .proof-item p { margin: 0; }
.proof-item p { color: var(--muted); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.service-tags span { padding: 7px 11px; border-radius: 999px; color: var(--navy); background: var(--blue-light); font-size: .85rem; font-weight: 700; }
.address-card { padding: 22px; margin: 20px 0; font-style: normal; background: var(--blue-light); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; }

.quote-form { margin-top: 28px; padding: clamp(20px, 4vw, 38px); color: var(--ink); background: #fff; border-top: 5px solid var(--orange); box-shadow: var(--shadow); border-radius: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { color: var(--navy); font-weight: 700; font-size: .9rem; }
.form-grid label span { color: #a83f23; }
.form-grid label small { color: var(--muted); font-weight: 500; }
.form-grid .wide { grid-column: 1 / -1; }
input, select, textarea { display: block; width: 100%; margin-top: 7px; border: 1px solid #b9c1cb; border-radius: 6px; background: #fff; padding: 11px 12px; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(43,91,167,.18); border-color: var(--blue); }
textarea { resize: vertical; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: .85rem; }
.turnstile-wrap { width: 100%; max-width: 420px; height: 0; margin: 0; overflow: visible; }
#turnstile-widget { width: 100%; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin: 18px 0 0; padding: 12px 14px; border-radius: 6px; font-weight: 700; }
.form-status.is-working, .form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-working { color: var(--navy); background: var(--blue-light); }
.form-status.is-success { color: #174f2a; background: #dff3e5; border-left: 4px solid #2f8a4c; }
.form-status.is-error { color: #7a261a; background: #fbe5e1; border-left: 4px solid #bc4a35; }
.quote-form button:disabled { cursor: wait; opacity: .65; transform: none; }
.map-wrap { margin: 28px 0; border: 7px solid #fff; border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.map-wrap iframe { display: block; width: 100%; height: 420px; border: 0; }

.cta-band { width: min(calc(100% - 40px), var(--max)); margin: 80px auto; padding: clamp(30px, 5vw, 60px); display: flex; justify-content: space-between; align-items: center; gap: 40px; background: var(--navy); color: #fff; border-radius: 8px 70px 8px 8px; box-shadow: var(--shadow); }
.cta-band .eyebrow, .cta-band h2 { color: #fff; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { max-width: 650px; color: #cbd6e5; }
.button-light { background: #fff; color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.65); color: #fff; }

.site-footer { color: #c9d3df; background: #091728; padding: 62px 20px 20px; }
.footer-grid, .footer-bottom { width: min(100%, var(--max)); margin: auto; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 42px; }
.footer-grid h2 { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p, .footer-grid address { font-size: .91rem; font-style: normal; }
.footer-grid a { color: #fff; text-decoration: none; }
.footer-logo { display: block; width: min(100%, 300px); height: auto; object-fit: contain; background: transparent; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #fff; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1060px) {
  .header-inner { grid-template-columns: 190px 1fr auto; }
  .brand img { width: 172px; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { display: none; grid-column: 1 / -1; order: 4; padding: 8px 0 18px; align-items: stretch; }
  .site-header.nav-open .site-nav { display: grid; }
  .site-nav a { font-size: .95rem; padding: 11px 14px; }
  .header-phone { grid-column: 2; grid-row: 1; justify-self: end; }
  .menu-toggle { grid-column: 3; grid-row: 1; }
  .hero { grid-template-columns: 1fr 390px; gap: 28px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .header-inner { width: min(calc(100% - 20px), var(--max)); min-height: 72px; grid-template-columns: 85px 1fr 46px; gap: 10px; }
  .brand img { width: 64px; height: 62px; }
  .header-phone { font-size: 1rem; }
  .header-phone small { display: none; }
  .hero { width: min(calc(100% - 28px), var(--max)); margin-top: 36px; grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.5rem, 14vw, 4.1rem); }
  .hero-image, .hero-image img { min-height: 330px; height: 330px; }
  .hero-image { border-radius: 6px 6px 55px 6px; }
  .trust-bar { width: min(calc(100% - 28px), var(--max)); grid-template-columns: 1fr 1fr; margin-bottom: 36px; }
  .trust-bar span { border-bottom: 1px solid rgba(255,255,255,.16); }
  .content-section { padding: 54px 20px; }
  .check-list { grid-template-columns: 1fr; }
  .proof-item { grid-template-columns: 1fr; gap: 6px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .cta-band { width: min(calc(100% - 28px), var(--max)); margin: 55px auto; align-items: flex-start; flex-direction: column; border-radius: 8px 50px 8px 8px; }
  .cta-buttons { width: 100%; flex-direction: column; }
  .cta-buttons .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .header-phone { font-size: .86rem; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar span { border-right: 0; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-image figcaption { left: 18px; right: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
}
