:root {
  --blue: #0572b5;
  --blue-deep: #034f7e;
  --navy: #041822;
  --navy-soft: #0a2531;
  --ink: #0a202a;
  --muted: #60747d;
  --line: #dce8ed;
  --ice: #edf5f8;
  --white: #fff;
  --safety: #ffd447;
  --safety-dark: #e7b600;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 100; padding: 12px 16px; background: var(--safety); color: var(--navy); font-weight: 900; }
.skip-link:focus { top: 14px; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.topline { background: var(--navy); color: #c2d9e2; font-size: 11px; letter-spacing: .055em; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.topline-links { display: flex; gap: 24px; }
.topline a:hover { color: white; }
.site-header { position: relative; z-index: 30; background: var(--blue); color: white; }
.nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 222px; flex: 0 0 auto; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 800; }
.nav-links a { position: relative; }
.nav-links a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--safety); transition: right .2s ease; }
.nav-links a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-phone { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 900; }
.nav-phone span { color: var(--safety); font-size: 9px; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 0; font-size: 12px; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-safety { background: var(--safety); color: var(--navy); box-shadow: 0 10px 30px rgba(255,212,71,.16); }
.button-safety:hover { background: #ffe27a; }
.button-ghost { border: 1px solid rgba(255,255,255,.48); color: white; background: rgba(255,255,255,.03); }
.button-ghost:hover { background: white; color: var(--navy); }
.nav-cta { min-height: 46px; min-width: 122px; }
.inline-link { display: inline-flex; align-items: center; gap: 16px; color: var(--blue); font-size: 13px; font-weight: 900; }
.inline-link span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); transition: background .2s, color .2s; }
.inline-link:hover span { background: var(--blue); color: white; }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,24,34,.97) 0%, rgba(4,24,34,.88) 38%, rgba(4,24,34,.35) 68%, rgba(4,24,34,.04) 100%); }
.hero::after { position: absolute; content: ""; inset: 0; background: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, #000 0%, transparent 62%); pointer-events: none; }
.hero-layout { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; padding-block: 110px 105px; }
.hero-copy { max-width: 795px; }
.eyebrow, .section-label { margin: 0 0 23px; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #c9e6f1; }
.eyebrow span { width: 36px; height: 2px; background: var(--safety); }
.hero h1 { margin: 0; font-size: clamp(62px, 7.2vw, 108px); line-height: .9; letter-spacing: -.065em; font-weight: 300; }
.hero h1 strong { color: var(--safety); font-weight: 900; }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: #d6e7ee; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 39px; color: #bed5de; font-size: 11px; font-weight: 800; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--safety); }
.hero-index { display: flex; align-items: flex-end; gap: 15px; margin-bottom: 18px; padding: 20px 24px; border-left: 3px solid var(--safety); background: rgba(4,24,34,.7); backdrop-filter: blur(10px); }
.hero-index strong { font-size: 40px; line-height: 1; color: var(--safety); }
.hero-index span { color: #d1e2e8; font-size: 10px; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: white; writing-mode: vertical-rl; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { width: 34px; height: 34px; display: grid; place-items: center; background: var(--safety); color: var(--navy); font-style: normal; }

.facts { background: var(--blue); color: white; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid > div { min-height: 140px; padding: 28px 34px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.18); }
.facts-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.facts strong { font-size: 32px; letter-spacing: -.04em; }
.facts span { margin-top: 7px; color: #c7e7f5; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.facts .fact-action { background: var(--safety); color: var(--navy); padding: 0; }
.fact-action a { min-height: 140px; display: flex; align-items: center; justify-content: space-between; padding: 30px 35px; font-size: 15px; font-weight: 900; }
.fact-action b { font-size: 30px; }

.section { padding: 116px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 58px; }
.section-head.compact { grid-template-columns: 1fr; }
.section-label { color: var(--blue); }
.section-label.light { color: #9fd0e5; }
.section-head h2, .service-detail h2, .company-section h2, .faq h2 { margin: 0; font-size: clamp(43px, 5vw, 70px); line-height: 1.01; letter-spacing: -.06em; }
.section-intro > p { margin: 0 0 26px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 320px; position: relative; padding: 37px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .25s, background .25s, transform .25s; }
.service-card::after { position: absolute; content: ""; right: -70px; bottom: -95px; width: 220px; height: 220px; border: 1px solid rgba(5,114,181,.15); border-radius: 50%; transition: transform .25s; }
.service-card:hover { z-index: 2; background: var(--blue); color: white; transform: translateY(-5px); box-shadow: 0 25px 60px rgba(5,114,181,.18); }
.service-card:hover::after { border-color: rgba(255,255,255,.2); transform: scale(1.18); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--blue); font-size: 11px; font-weight: 900; }
.service-card:hover .service-top { color: var(--safety); }
.arrow { font-size: 26px; font-weight: 400; }
.service-card h3 { margin: 60px 0 14px; font-size: 30px; letter-spacing: -.04em; }
.service-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card:hover p { color: #dceef6; }
.service-more { position: absolute; left: 37px; bottom: 34px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.service-card:hover .service-more { color: white; opacity: 1; transform: none; }

.visual-story { min-height: 730px; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--navy); color: white; }
.story-image { min-height: 730px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: 92px clamp(46px, 7vw, 112px); align-self: center; }
.story-copy h2 { max-width: 600px; margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.06em; }
.story-copy > p:not(.section-label) { max-width: 620px; margin: 28px 0 35px; color: #adc4ce; font-size: 15px; line-height: 1.85; }
.story-points { list-style: none; margin: 0 0 36px; padding: 0; border-top: 1px solid rgba(255,255,255,.15); }
.story-points li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.story-points li > span { color: var(--safety); font-size: 10px; font-weight: 900; }
.story-points strong { display: block; margin-bottom: 7px; font-size: 16px; }
.story-points p { margin: 0; color: #91aab5; font-size: 12px; line-height: 1.6; }

.process { background: var(--ice); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 65px; }
.step > span { color: var(--blue); font-size: 11px; font-weight: 900; }
.step-line { height: 3px; position: relative; margin: 20px 0 30px; background: #d3e2e8; }
.step-line::before { position: absolute; content: ""; inset: 0 auto 0 0; width: 30%; background: var(--blue); }
.step h3 { margin: 0 0 12px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.local-section { padding: 105px 0; background: var(--blue); color: white; }
.local-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.local-grid h2 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: 1; letter-spacing: -.06em; }
.local-grid > div:last-child > p { margin: 0 0 28px; color: #d2eaf5; font-size: 15px; line-height: 1.8; }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.location-tags span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.28); font-size: 10px; font-weight: 800; }

.quote-section { background: #f4f8fa; }
.quote-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; align-items: start; }
.quote-copy { position: sticky; top: 30px; padding-top: 26px; }
.quote-copy h2 { margin: 0; font-size: clamp(48px, 5.4vw, 74px); line-height: .98; letter-spacing: -.06em; }
.quote-copy > p:not(.section-label):not(.privacy-note) { margin: 26px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.quote-copy ol { list-style: none; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); }
.quote-copy li { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.quote-copy li span { width: 28px; height: 28px; display: grid; place-items: center; background: var(--blue); color: white; font-size: 10px; }
.privacy-note { color: #78909a; font-size: 11px; line-height: 1.6; }
.privacy-note a { color: var(--blue); font-weight: 800; }
.form-card { min-width: 0; padding: 20px; background: white; box-shadow: 0 25px 80px rgba(5,38,52,.1); border-top: 5px solid var(--blue); }
.jotform-frame { position: relative; min-height: 650px; overflow: hidden; background: white; }
.jotform-frame iframe { display: block; width: 100%; min-width: 100%; max-width: 100%; height: 1030px; border: 0; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro { margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 0; cursor: pointer; font-size: 16px; font-weight: 900; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; background: var(--ice); color: var(--blue); font-style: normal; transition: transform .2s; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion details p { margin: -2px 58px 26px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.site-footer { padding: 100px 0 30px; background: var(--navy); color: white; }
.footer-lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-bottom: 75px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-lead h2 { margin: 0; font-size: clamp(45px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; }
.footer-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 60px; padding: 70px 0 55px; }
.footer-brand img { width: 205px; }
.footer-brand p { max-width: 335px; margin-top: 24px; color: #8fa9b4; font-size: 13px; line-height: 1.75; }
.site-footer h3 { margin: 0 0 20px; color: #73909c; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.site-footer a, .site-footer p { display: block; margin: 0 0 9px; color: #c8dae1; font-size: 12px; line-height: 1.65; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #6f8994; font-size: 10px; }

.sticky-actions { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: flex; box-shadow: 0 18px 50px rgba(4,24,34,.3); }
.sticky-actions a { min-height: 64px; display: flex; align-items: center; gap: 12px; padding: 10px 19px; color: white; font-size: 13px; font-weight: 900; }
.sticky-actions small { display: block; margin-bottom: 3px; opacity: .74; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.sticky-call { background: var(--blue); }
.sticky-quote { background: var(--safety); color: var(--navy) !important; }
.action-icon { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid currentColor; font-size: 14px; }

/* Subpages */
.subhero { background: var(--navy); color: white; overflow: hidden; }
.subhero-grid { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding-block: 80px; }
.subhero-copy h1, .narrow-copy h1, .offer-hero h1 { margin: 0; max-width: 780px; font-size: clamp(54px, 6.4vw, 90px); line-height: .94; letter-spacing: -.065em; }
.subhero-copy > p:last-of-type, .narrow-copy > p:last-child, .offer-hero-grid > div > p:last-child { max-width: 680px; margin: 27px 0 0; color: #b9cdd5; font-size: 16px; line-height: 1.8; }
.subhero-image { height: 500px; position: relative; margin: 0; }
.subhero-image::before { position: absolute; content: ""; inset: -15px 15px 15px -15px; border: 1px solid rgba(255,255,255,.2); pointer-events: none; }
.subhero-image img { width: 100%; height: 100%; object-fit: cover; }
.subhero-image figcaption { position: absolute; left: 0; bottom: 0; padding: 12px 16px; background: var(--blue); color: white; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-detail-grid, .company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.feature-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--blue); font-size: 10px; font-weight: 900; }
.feature-list strong { font-size: 17px; }
.service-note { margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.split-cta { padding: 95px 0; background: var(--blue); color: white; }
.split-cta-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 100px; align-items: end; }
.split-cta h2 { margin: 0; font-size: clamp(47px, 5.5vw, 74px); line-height: .98; letter-spacing: -.06em; }
.split-cta-grid > div:last-child > p { margin: 0 0 28px; color: #d2eaf5; font-size: 15px; line-height: 1.75; }
.overview-hero, .contact-hero { position: relative; }
.overview-hero::after, .contact-hero::after { position: absolute; content: ""; inset: 0; background: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000); }
.narrow-copy { min-height: 560px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding-block: 70px; }
.narrow-copy h1 { max-width: 950px; }
.services-page { background: var(--ice); }
.service-list { border-top: 1px solid #cadde5; }
.service-row { min-height: 180px; display: grid; grid-template-columns: 70px 1fr 70px; gap: 35px; align-items: center; padding: 30px 20px; border-bottom: 1px solid #cadde5; transition: padding .2s, background .2s; }
.service-row:hover { padding-inline: 38px; background: white; }
.service-row-number { color: var(--blue); font-size: 11px; font-weight: 900; }
.service-row h2 { margin: 0 0 10px; font-size: clamp(31px, 3.5vw, 48px); letter-spacing: -.045em; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.round-arrow { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #bfd3dc; color: var(--blue); font-size: 24px; }
.image-band { min-height: 620px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.image-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-band::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(4,24,34,.92), rgba(4,24,34,.28)); }
.image-band-copy { width: min(1240px, calc(100% - 64px)); position: relative; z-index: 1; margin-inline: auto; }
.image-band h2 { max-width: 780px; margin: 0 0 35px; font-size: clamp(48px, 5.8vw, 78px); line-height: .98; letter-spacing: -.06em; }
.company-copy > p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid > div { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid strong { display: block; margin-bottom: 9px; color: var(--blue); font-size: 16px; }
.value-grid span { color: var(--muted); font-size: 12px; line-height: 1.65; }

/* Offer and contact */
.offer-page { background: #f3f7f9; }
.offer-hero { padding: 92px 0; background: var(--blue); color: white; }
.offer-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: end; }
.offer-hero aside { padding: 30px; border: 1px solid rgba(255,255,255,.28); background: rgba(4,24,34,.14); }
.offer-hero aside strong { font-size: 15px; }
.offer-hero ul { margin: 18px 0 0; padding-left: 20px; color: #e0eff5; font-size: 12px; line-height: 1.9; }
.offer-form-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 55px; align-items: start; }
.offer-sidebar { position: sticky; top: 28px; }
.form-step { width: 42px; height: 42px; display: grid; place-items: center; background: var(--blue); color: white; font-size: 11px; font-weight: 900; }
.offer-sidebar h2 { margin: 23px 0 14px; font-size: 38px; letter-spacing: -.045em; }
.offer-sidebar > p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.offer-sidebar > a { color: var(--blue); font-size: 11px; font-weight: 900; }
.direct-box { margin-top: 35px; padding: 24px; background: var(--navy); color: white; }
.direct-box small { display: block; margin-bottom: 9px; color: #8fa9b4; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.direct-box a { font-size: 19px; font-weight: 900; }
.form-card.standalone { padding: 24px; }
.contact-section { background: var(--ice); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #c9dbe2; }
.contact-card { min-height: 340px; position: relative; padding: 35px; background: white; transition: transform .2s, background .2s, color .2s; }
.contact-card.featured { background: var(--blue); color: white; }
.contact-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 25px 55px rgba(6,31,43,.12); }
.contact-card > span { display: block; margin-bottom: 75px; color: var(--blue); font-size: 10px; font-weight: 900; }
.contact-card.featured > span { color: var(--safety); }
.contact-card small { display: block; margin-bottom: 10px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-card.featured small { color: #bde0ee; }
.contact-card strong { display: block; font-size: clamp(20px, 2vw, 29px); letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-card p { max-width: 300px; margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-card.featured p { color: #d2e9f3; }
.contact-card i { position: absolute; right: 28px; bottom: 28px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; color: var(--blue); font-size: 21px; font-style: normal; }
.contact-card.featured i { color: white; }
.address-panel { display: grid; grid-template-columns: 1fr .7fr 1fr; gap: 80px; align-items: end; margin-top: 70px; padding: 55px; background: var(--navy); color: white; }
.address-panel h2 { margin: 0; font-size: 34px; }
.address-panel address { color: #d1e1e8; font-size: 14px; line-height: 1.7; font-style: normal; }
.address-panel > div:last-child p { margin: 0; color: #8fa7b2; font-size: 12px; line-height: 1.7; }

/* Legal */
.legal-page { min-height: 100vh; background: #f3f7f9; }
.legal-header { background: var(--blue); color: white; }
.legal-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.legal-nav .brand { width: 190px; }
.back-link { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.back-link span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); }
.legal-hero { position: relative; overflow: hidden; padding: 88px 0; background: var(--navy); color: white; }
.legal-hero::after { position: absolute; content: ""; inset: 0; opacity: .13; background: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000); }
.legal-hero .shell { position: relative; z-index: 1; }
.legal-hero .section-label { color: #9dcfe5; }
.legal-hero h1 { margin: 0; font-size: clamp(54px, 7vw, 90px); line-height: .94; letter-spacing: -.06em; }
.legal-hero p:last-child { max-width: 670px; margin: 24px 0 0; color: #b9cdd5; font-size: 15px; line-height: 1.8; }
.legal-main { padding: 84px 0 110px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 780px); gap: 80px; align-items: start; }
.legal-aside { position: sticky; top: 28px; padding: 28px; background: var(--blue); color: white; }
.legal-aside strong { display: block; margin-bottom: 14px; }
.legal-aside p, .legal-aside a { display: block; margin: 0 0 7px; color: #dceff8; font-size: 12px; line-height: 1.65; }
.legal-content { padding: 54px 58px; background: white; border-top: 4px solid var(--blue); box-shadow: 0 24px 70px rgba(6,25,35,.08); }
.legal-content section { margin: 0 0 34px; padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin: 0; padding: 0; border: 0; }
.legal-content h2 { margin: 0 0 16px; font-size: 23px; letter-spacing: -.025em; }
.legal-content h3 { margin: 24px 0 10px; font-size: 16px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 13px; line-height: 1.82; }
.legal-content p { margin: 0 0 12px; }
.legal-content ul { padding-left: 20px; }
.legal-content address { color: var(--ink); font-size: 13px; line-height: 1.8; font-style: normal; }
.legal-content a { color: var(--blue); font-weight: 800; }
.legal-date { display: inline-block; margin-top: 8px; padding: 8px 11px; background: var(--ice); color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.legal-footer { padding: 30px 0; background: var(--navy); color: white; }
.legal-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #829aa6; font-size: 10px; }
.legal-footer-links { display: flex; gap: 20px; }
.legal-footer a { color: #bad0da; }

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .hero-index { display: none; }
  .visual-story { grid-template-columns: .9fr 1.1fr; }
  .story-copy { padding-inline: 55px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .subhero-grid { gap: 45px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 650px); }
  .topline { display: none; }
  .nav { min-height: 78px; }
  .brand { width: 160px; }
  .nav-phone { display: none; }
  .nav-cta { min-width: 105px; min-height: 42px; }
  .hero { min-height: 690px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,24,34,.96), rgba(4,24,34,.64)); }
  .hero-image { object-position: 62% center; }
  .hero-layout { padding-block: 85px; }
  .hero h1 { font-size: clamp(56px, 15vw, 82px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 10px 17px; }
  .scroll-cue { display: none; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid > div { min-height: 112px; padding: 20px; }
  .facts strong { font-size: 25px; }
  .fact-action a { min-height: 112px; padding: 20px; font-size: 12px; }
  .section { padding: 80px 0; }
  .section-head, .quote-grid, .faq-grid, .local-grid, .service-detail-grid, .company-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-head h2, .service-detail h2, .company-section h2, .faq h2 { font-size: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 265px; padding: 28px; }
  .service-card h3 { margin-top: 45px; font-size: 26px; }
  .service-more { left: 28px; bottom: 26px; }
  .visual-story { grid-template-columns: 1fr; }
  .story-image { min-height: 440px; }
  .story-copy { padding: 72px 24px; }
  .story-copy h2 { font-size: 49px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .local-section { padding: 78px 0; }
  .local-grid h2 { font-size: 48px; }
  .quote-copy { position: static; }
  .form-card { padding: 8px; }
  .faq-grid { gap: 50px; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { display: block; }
  .footer-brand { grid-column: 1 / -1; }
  .sticky-actions { right: 0; left: 0; bottom: 0; }
  .sticky-actions a { width: 50%; justify-content: center; }
  .site-footer { padding-bottom: 94px; }
  .subhero-grid { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding-block: 75px; }
  .subhero-copy h1, .narrow-copy h1, .offer-hero h1 { font-size: 52px; }
  .subhero-image { height: 430px; }
  .split-cta-grid { grid-template-columns: 1fr; gap: 30px; }
  .narrow-copy { min-height: 480px; }
  .service-row { grid-template-columns: 45px 1fr 50px; gap: 15px; padding-inline: 5px; }
  .service-row:hover { padding-inline: 10px; }
  .service-row p { display: none; }
  .offer-hero-grid, .offer-form-grid { grid-template-columns: 1fr; gap: 40px; }
  .offer-sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 290px; }
  .address-panel { grid-template-columns: 1fr; gap: 30px; margin-top: 35px; padding: 35px; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-aside { position: static; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 55px; }
  .hero-trust span { width: 100%; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid > div { padding: 16px; }
  .facts strong { font-size: 21px; }
  .facts span { font-size: 8px; }
  .fact-action b { font-size: 22px; }
  .steps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .sticky-actions a { min-height: 58px; padding: 8px 12px; }
  .action-icon { display: none; }
  .subhero-copy h1, .narrow-copy h1, .offer-hero h1 { font-size: 46px; }
  .subhero-image { height: 330px; }
  .value-grid { grid-template-columns: 1fr; }
  .service-row { min-height: 145px; grid-template-columns: 36px 1fr 42px; }
  .service-row h2 { font-size: 27px; }
  .round-arrow { width: 42px; height: 42px; }
  .legal-content { padding: 38px 25px; }
  .legal-footer-inner { align-items: flex-start; flex-direction: column; }
}

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