@font-face {
  font-family: Montserrat;
  src: url('assets/montserrat.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: only light;
  --blue: #001689;
  --deep: #000d52;
  --orange: #ff5100;
  --orange-hover: #e64700;
  --cream: #fff7f0;
  --ink: #1d2433;
  --muted: #5b6270;
  --white: #ffffff;
  --line: #d9deeb;
  --field: #f8f9fc;
  --cool: #dce1ff;
  --focus: #ffc2a6;
  --shadow: 0 24px 70px rgba(0, 13, 82, .19);
  --gutter: max(32px, calc((100vw - 1320px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body { margin: 0; color: var(--ink); font-family: Montserrat, Arial, sans-serif; font-size: 17px; line-height: 1.6; background: var(--white); }
::selection { color: var(--white); background: var(--orange); }
a { color: inherit; text-underline-offset: .18em; }
button, input, select { font: inherit; }
:focus-visible { outline: 4px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p { text-wrap: pretty; }
img { max-width: 100%; }

/* Brackets are facts Jackson supplies. They stay visible until answered. */
.pending { color: inherit; font-weight: 650; background: rgba(255, 81, 0, .12); border-bottom: 2px dotted var(--orange); padding: 0 .2em; border-radius: 3px; }
.on-dark .pending, .hero-copy .pending, .finance-section .pending, .ty-hero .pending, .emergency .pending { background: rgba(255, 255, 255, .14); border-bottom-color: #ffb08a; color: var(--white); }

/* Header */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 96px; padding: 12px var(--gutter); color: var(--white); background: var(--deep); }
.brand img { display: block; width: 150px; height: 72px; object-fit: contain; }
.header-contact { display: flex; align-items: baseline; gap: 14px; text-align: right; }
.header-contact span { color: #cfd5ff; font-size: 14px; font-weight: 650; }
.header-contact strong { font-size: 17px; font-weight: 850; }

/* Offer strip (above the header on both pages) */
.offer-strip { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 40px; padding: 8px var(--gutter); color: var(--white); background: var(--orange); font-size: 13px; font-weight: 650; line-height: 1.35; }
.offer-strip b { font-weight: 850; }
.offer-strip-side { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.offer-strip a { color: var(--white); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.offer-strip .lic { color: #ffe0cf; font-weight: 650; }
.offer-strip .pending { background: rgba(255,255,255,.16); border-bottom-color: #fff; color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Buttons */
.button-link, .estimate-form button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border: 0; border-radius: 7px; color: var(--white); background: var(--orange); font-weight: 850; font-size: 17px; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s ease-out, box-shadow .18s ease-out, background .18s ease-out; }
.button-link:hover, .estimate-form button:hover { transform: translateY(-2px); background: var(--orange-hover); box-shadow: 0 10px 24px rgba(167, 49, 0, .22); }
.button-link.light { color: var(--blue); background: var(--white); }
.button-link.light:hover { color: var(--white); background: var(--orange); }

/* Hero */
.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(400px, .8fr); gap: 64px; align-items: start; padding: 72px var(--gutter) 80px; color: var(--white); background: var(--blue); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,13,82,.99) 0%, rgba(0,22,137,.95) 46%, rgba(0,13,82,.62) 72%, rgba(0,13,82,.74) 100%); }
.hero-copy, .estimate-form { position: relative; z-index: 1; }
.hero-copy { max-width: 720px; padding-top: 8px; }
.eyebrow { display: inline-block; margin: 0 0 22px; padding: 7px 12px; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 6px; font-size: 13px; font-weight: 800; letter-spacing: .01em; }
h1 { margin: 0 0 26px; font-size: clamp(42px, 4.6vw, 68px); line-height: 1.0; letter-spacing: -.04em; }
h1 .accent { color: var(--orange); }
.hero-copy .sub { max-width: 680px; margin: 0 0 22px; font-size: 20px; line-height: 1.55; }
.hero-copy .qualifier { max-width: 640px; margin: 0; color: var(--cool); font-size: 14px; font-weight: 650; line-height: 1.5; }
.proof-line { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 34px; padding-top: 24px; border-top: 2px solid rgba(255,255,255,.30); }
.proof-line span { max-width: 300px; font-size: 15px; font-weight: 800; line-height: 1.35; }
.proof-line span b { display: block; color: var(--orange); font-size: 24px; letter-spacing: -.03em; line-height: 1.05; }

/* Form */
.estimate-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.estimate-form fieldset[hidden] { display: none; }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 0 0 8px; }
.progress i { display: block; height: 5px; background: var(--line); border-radius: 3px; transition: background .2s ease-out; }
.progress i.on { background: var(--orange); }
.step-label { margin: 0 0 16px; color: var(--muted); font-size: 13px; font-weight: 650; }
.step-label b { margin-right: 8px; color: var(--blue); font-weight: 850; }
.estimate-form .back-link { display: block; width: 100%; min-height: 0; margin: 12px 0 0; padding: 0; color: var(--muted); background: none; border: 0; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.estimate-form .back-link:hover { color: var(--blue); background: none; transform: none; box-shadow: none; }
.segmented.pictures span { flex-direction: column; gap: 6px; min-height: 92px; padding: 12px 6px 10px; color: var(--deep); }
.segmented.pictures svg { color: var(--blue); }
.segmented.pictures input:checked + span svg { color: var(--white); }

.estimate-form { padding: 32px 34px 28px; color: var(--ink); background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.estimate-form h2 { margin: 0 0 8px; color: var(--blue); font-size: 29px; line-height: 1.1; letter-spacing: -.03em; }
.estimate-form .support { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.estimate-form label, .estimate-form .group { display: grid; gap: 7px; margin-bottom: 14px; color: #2c3343; font-size: 13px; font-weight: 800; }
.estimate-form input, .estimate-form select { width: 100%; min-height: 48px; padding: 0 13px; color: var(--ink); background: var(--field); border: 1px solid var(--line); border-radius: 7px; }
.estimate-form input:hover, .estimate-form select:hover { border-color: #9fa7bd; }
.estimate-form input[aria-invalid="true"], .estimate-form select[aria-invalid="true"] { border-color: var(--orange); }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.segmented label { position: relative; display: block; margin: 0; }
.segmented input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.segmented span { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 8px; color: var(--ink); background: var(--field); border: 1px solid var(--line); border-radius: 7px; font-size: 13px; font-weight: 750; text-align: center; }
.segmented input:checked + span { color: var(--white); background: var(--blue); border-color: var(--blue); }
.segmented input:focus-visible + span { outline: 4px solid var(--focus); outline-offset: 2px; }
.visit-time { display: grid; gap: 4px; margin: 4px 0 16px; padding: 12px 14px; color: var(--deep); background: var(--cream); border-left: 4px solid var(--orange); border-radius: 0 7px 7px 0; font-size: 13px; line-height: 1.5; }
.visit-time b { font-weight: 850; }
.visit-time .pending { display: inline; }
.estimate-form button { width: 100%; }
.estimate-form .form-error { display: none; margin: 10px 0 0; color: #a73100; font-size: 13px; font-weight: 700; }
.estimate-form .form-error.show { display: block; }
.estimate-form .reassure { display: block; margin: 14px 0 0; color: #555b69; font-size: 12px; line-height: 1.5; }
.estimate-form .demo-note { display: block; margin: 10px 0 0; color: #6d7483; font-size: 11px; line-height: 1.45; }
.estimate-form .demo-note .pending { font-size: 11px; }

/* Shared section type */
section { padding: 110px var(--gutter); }
h2 { margin: 0 0 24px; color: var(--blue); font-size: clamp(36px, 3.8vw, 54px); line-height: 1.04; letter-spacing: -.04em; }
.lead { max-width: 640px; color: var(--muted); font-size: 18px; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; max-width: 1320px; margin: 0 auto; align-items: start; }
.two-col.tight { gap: 70px; }

/* The question */
.question { background: var(--white); }
.question .photo { position: relative; align-self: stretch; min-height: 520px; border-radius: 14px; overflow: hidden; }
.question .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.question .photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 22px; color: var(--white); background: linear-gradient(180deg, rgba(0,13,82,0) 0%, rgba(0,13,82,.85) 100%); font-size: 13px; font-weight: 750; }
.question .big-q { margin: 0 0 26px; color: var(--deep); font-size: clamp(30px, 3vw, 42px); line-height: 1.12; letter-spacing: -.03em; font-weight: 800; }
.question .big-q .accent { color: var(--orange); }
.question p { max-width: 620px; color: var(--muted); }
.question p.close { color: var(--deep); font-weight: 750; }
.promises { max-width: 620px; margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.promises li { padding: 14px 18px; color: var(--deep); background: var(--cream); border-left: 4px solid var(--orange); border-radius: 0 8px 8px 0; font-size: 16px; line-height: 1.5; }
.promises li b { font-weight: 850; }

/* What the visit is */
.visit { background: var(--cream); }
.visit .two-col { align-items: start; }
.visit .sticky { position: sticky; top: 32px; }
.visit .sticky .button-link { margin-top: 26px; }
.visit .plan-on { margin: 28px 0 0; color: var(--deep); font-size: 15px; font-weight: 750; }
.feature-list { display: grid; gap: 0; border-top: 2px solid var(--deep); }
.feature { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid #e4d6c8; }
.feature .num { color: var(--orange); font-size: 44px; font-weight: 900; line-height: .9; letter-spacing: -.05em; }
.feature h3 { margin: 0 0 8px; color: var(--deep); font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.feature p { margin: 0; color: var(--muted); }
.factors { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.factors li { padding: 6px 11px; color: var(--deep); background: var(--white); border: 1px solid #e4d6c8; border-radius: 6px; font-size: 13px; font-weight: 750; }
.sheet { position: relative; margin: 34px 0 0; padding: 26px 28px; background: var(--white); border-radius: 12px; box-shadow: 0 18px 50px rgba(0, 22, 137, .13); }
.sheet .sheet-title { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sheet table { width: 100%; border-collapse: collapse; }
.sheet th { padding: 0 0 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-align: left; }
.sheet th:not(:first-child) { text-align: right; }
.sheet td { padding: 12px 0; border-top: 1px solid var(--line); color: var(--deep); font-size: 14px; font-weight: 750; }
.sheet td:not(:first-child) { text-align: right; }
.sheet td i { display: inline-block; width: 92px; height: 2px; background: #b9c0d6; vertical-align: middle; }
.sheet .sheet-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

/* Mid CTA */
.mid-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: 34px var(--gutter); color: var(--white); background: var(--deep); }
.mid-cta p { margin: 0; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.mid-cta small { display: block; margin-top: 4px; color: var(--cool); font-size: 13px; font-weight: 600; }

/* Why homeowners call Jackson */
.why { padding: 0; color: var(--white); background: var(--orange); }
.why .inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.why .cell { padding: 56px 40px; border-right: 1px solid rgba(255,255,255,.35); }
.why .cell:last-child { border-right: 0; }
.why .stat { display: block; margin: 0 0 6px; font-size: clamp(48px, 5vw, 72px); font-weight: 900; line-height: .95; letter-spacing: -.05em; }
.why .stat small { font-size: .42em; font-weight: 800; letter-spacing: -.02em; vertical-align: .25em; margin-left: .15em; }
.why h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.why p { margin: 0; max-width: 360px; font-size: 15px; line-height: 1.55; font-weight: 550; }
.why .pending { background: rgba(255,255,255,.18); border-bottom-color: var(--white); color: var(--white); }

/* Already have a quote */
.reviews { background: var(--white); padding-bottom: 0; }
.reviews-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.reviews-head h2 { margin: 0; }
.reviews-head .lead { margin: 0; }
.reviews-head .lead b { color: var(--deep); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { margin: 0; padding: 28px 28px 24px; background: var(--cream); border: 1px solid #f0e3d6; border-radius: 12px; display: grid; gap: 12px; align-content: start; }
.review .stars { margin: 0; color: var(--orange); font-size: 18px; letter-spacing: .1em; }
.review p { margin: 0; color: var(--deep); font-size: 16px; line-height: 1.55; }
.review footer { display: block; padding: 0; margin: 4px 0 0; color: var(--muted); background: none; font-size: 13px; font-weight: 650; }
.review footer b { color: var(--deep); }
.quote { background: var(--white); }
.quote .card { display: grid; grid-template-columns: 1.1fr .9fr; max-width: 1320px; margin: 0 auto; background: var(--deep); border-radius: 14px; overflow: hidden; color: var(--white); }
.quote .card .copy { padding: 64px 60px; }
.quote .card h2 { color: var(--white); }
.quote .card p { max-width: 560px; color: var(--cool); font-size: 18px; }
.quote .card .photo { position: relative; min-height: 360px; }
.quote .card .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.quote .card .photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,13,82,.7) 0%, rgba(0,13,82,0) 55%); }
.quote .card .pending { background: rgba(255,255,255,.14); border-bottom-color: #ffb08a; color: var(--white); }

/* Financing */
.finance-section { display: grid; grid-template-columns: .62fr 1.38fr; gap: 60px; align-items: center; padding: 100px var(--gutter); color: var(--white); background: var(--blue); }
.finance-number { color: var(--orange); font-size: clamp(150px, 20vw, 300px); line-height: .78; font-weight: 900; letter-spacing: -.08em; }
.finance-section h2 { color: var(--white); }
.finance-section p { max-width: 720px; color: var(--cool); font-size: 19px; }
.finance-section .button-link { margin-top: 20px; }

/* Fit + FAQ */
.fit-section { background: var(--white); }
.fit-section .two-col { grid-template-columns: .85fr 1.15fr; }
.fit-section .intro p { color: var(--muted); }
.fit-section .urgent { margin-top: 26px; padding: 18px 20px; color: var(--deep); background: var(--cream); border-left: 4px solid var(--orange); border-radius: 0 8px 8px 0; font-size: 15px; }
.fit-section .urgent p { margin: 0; color: var(--deep); }
.faq { border-top: 2px solid var(--deep); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--deep); font-size: 18px; font-weight: 850; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: var(--orange); border: 2px solid var(--orange); border-radius: 50%; font-size: 20px; font-weight: 800; line-height: 1; }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { max-width: 700px; margin: -6px 0 24px; color: var(--muted); }

/* Final CTA */
.free-means { padding: 0 var(--gutter) 0; background: var(--cream); }
.free-means .inner { max-width: 880px; margin: 0 auto; padding: 44px 48px; color: var(--white); background: var(--deep); border-radius: 14px; transform: translateY(56px); }
.free-means h2 { margin: 0 0 18px; color: var(--white); font-size: 28px; letter-spacing: -.03em; }
.free-means ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.free-means li { position: relative; padding-left: 34px; font-size: 17px; font-weight: 650; line-height: 1.45; }
.free-means li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--orange); }
.free-means li::after { content: ""; position: absolute; left: 6px; top: 6px; width: 7px; height: 4px; border-left: 2.5px solid var(--white); border-bottom: 2.5px solid var(--white); transform: rotate(-45deg); }
.final-cta { padding-top: 166px !important; }
.final-cta { display: grid; justify-items: center; padding: 110px var(--gutter); text-align: center; background: var(--cream); }
.final-cta h2 { max-width: 900px; }
.final-cta p { max-width: 680px; color: var(--muted); font-size: 19px; }
.final-cta .button-link { margin: 22px 0; }
.final-cta small { max-width: 720px; color: #555b69; font-size: 13px; }

/* Footer */
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px var(--gutter); color: var(--cool); background: var(--deep); }
footer img { width: 150px; height: 80px; object-fit: contain; }
footer p { margin: 0; font-size: 13px; font-weight: 650; }
footer p small { display: block; margin-top: 6px; color: #9aa4d6; font-size: 11px; font-weight: 500; }
footer .lic-line { display: block; margin-top: 6px; color: var(--cool); font-size: 12px; font-weight: 650; }
footer .lic-line .pending { background: rgba(255,255,255,.14); border-bottom-color: #ffb08a; color: var(--white); }

/* Thank-you page */
.ty-hero { position: relative; overflow: hidden; padding: 72px var(--gutter) 90px; color: var(--white); background: var(--blue); text-align: center; }
.ty-hero .hero-shade { background: linear-gradient(180deg, rgba(0,13,82,.97) 0%, rgba(0,22,137,.94) 55%, rgba(0,13,82,.80) 100%); }
.ty-hero .hero-photo { object-position: center 30%; }
.ty-hero .inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.ty-pill { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; padding: 8px 14px; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 6px; font-size: 13px; font-weight: 800; }
.ty-pill i { width: 18px; height: 18px; display: grid; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; font-style: normal; font-size: 12px; font-weight: 900; }
.ty-hero h1 { margin-bottom: 18px; }
.ty-hero .sub { max-width: 640px; margin: 0 auto 36px; color: var(--cool); font-size: 18px; }
.video-stage { position: relative; aspect-ratio: 16 / 9; max-width: 900px; margin: 0 auto; display: grid; place-items: center; background: var(--deep); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.video-stage .play { width: 84px; height: 84px; display: grid; place-items: center; background: var(--orange); border-radius: 50%; }
.video-stage .play::after { content: ''; margin-left: 6px; border-left: 26px solid var(--white); border-top: 16px solid transparent; border-bottom: 16px solid transparent; }
.video-stage .label { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 18px; color: var(--cool); background: rgba(0,13,82,.7); font-size: 13px; font-weight: 700; text-align: left; }
.video-stage .label .pending { font-size: 13px; }
.video-stage.small { max-width: none; margin: 0; border-radius: 10px; box-shadow: none; }
.video-stage.small .play { width: 56px; height: 56px; }
.video-stage.small .play::after { border-left-width: 18px; border-top-width: 11px; border-bottom-width: 11px; margin-left: 4px; }
.video-stage.small .label { padding: 10px 14px; font-size: 12px; }

.next { background: var(--white); }
.next .two-col { grid-template-columns: .8fr 1.2fr; }
.steps { display: grid; gap: 0; }
.step { position: relative; padding: 12px 0 44px 82px; border-left: 2px solid var(--line); }
.step:last-child { padding-bottom: 0; }
.step::before { content: attr(data-n); position: absolute; left: -19px; top: 8px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 8px var(--white); font-size: 15px; font-weight: 900; }
.step h3 { margin: 0 0 10px; color: var(--deep); font-size: 26px; line-height: 1.15; letter-spacing: -.03em; }
.step p { margin: 0; max-width: 620px; color: var(--muted); }

.videos { background: var(--cream); }
.videos .head { max-width: 1320px; margin: 0 auto 40px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1320px; margin: 0 auto; }
.video-card { padding: 14px 14px 18px; background: var(--white); border-radius: 12px; box-shadow: 0 18px 50px rgba(0, 22, 137, .08); }
.video-card .n { display: block; margin: 12px 0 4px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.video-card h3 { margin: 0; color: var(--deep); font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }

.emergency { padding: 0; color: var(--white); background: var(--orange); }
.emergency .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; max-width: 1320px; margin: 0 auto; padding: 70px 32px; }
.emergency h2 { color: var(--white); }
.emergency p { margin: 0 0 12px; max-width: 560px; font-size: 18px; font-weight: 550; }
.emergency .phone { display: grid; gap: 10px; padding: 30px; color: var(--deep); background: var(--white); border-radius: 12px; }
.emergency .phone .cap { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.emergency .phone strong { font-size: 28px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.emergency .phone .pending { background: rgba(255, 81, 0, .12); border-bottom-color: var(--orange); color: var(--deep); }
.emergency .phone span.small { color: var(--muted); font-size: 14px; }

/* Placeholder booking modal */
.book-modal { width: min(560px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 14px; box-shadow: 0 30px 90px rgba(0, 13, 82, .35); color: var(--ink); background: var(--white); }
.book-modal::backdrop { background: rgba(0, 13, 82, .72); }
.book-modal-inner { position: relative; margin: 0; padding: 34px; }
.book-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--deep); background: var(--field); font-size: 26px; line-height: 1; cursor: pointer; }
.book-close:hover { background: var(--line); }
.book-kicker { margin: 0 0 8px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.book-modal h2 { margin: 0 0 10px; font-size: 30px; }
.book-sub { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.book-label { margin: 0 0 8px; color: #2c3343; font-size: 13px; font-weight: 800; }
.book-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-bottom: 18px; }
.book-slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-bottom: 18px; }
.book-chip { display: grid; gap: 2px; min-height: 48px; padding: 8px 6px; color: var(--ink); background: var(--field); border: 1px solid var(--line); border-radius: 7px; font-size: 13px; font-weight: 750; text-align: center; cursor: pointer; }
.book-chip b { font-size: 12px; font-weight: 600; color: var(--muted); }
.book-chip:hover { border-color: #9fa7bd; }
.book-chip.on { color: var(--white); background: var(--blue); border-color: var(--blue); }
.book-chip.on b { color: var(--cool); }
.book-summary { margin: 0 0 14px; padding: 12px 14px; color: var(--deep); background: var(--cream); border-left: 4px solid var(--orange); border-radius: 0 7px 7px 0; font-size: 14px; font-weight: 700; }
.book-confirm { width: 100%; display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border: 0; border-radius: 7px; color: var(--white); background: var(--orange); font-weight: 850; font-size: 17px; cursor: pointer; transition: transform .18s ease-out, box-shadow .18s ease-out, background .18s ease-out; }
.book-confirm:hover:not(:disabled) { transform: translateY(-2px); background: var(--orange-hover); box-shadow: 0 10px 24px rgba(167, 49, 0, .22); }
.book-confirm:disabled { background: #b9c0d6; cursor: not-allowed; }
.book-modal .reassure { display: block; margin-top: 12px; color: #555b69; font-size: 12px; line-height: 1.5; }

/* Responsive */
@media (max-width: 1080px) {
  .two-col, .fit-section .two-col, .next .two-col { gap: 56px; }
}
@media (max-width: 940px) {
  :root { --gutter: 32px; }
  .site-header { min-height: 82px; }
  .brand img { width: 125px; height: 58px; }
  .header-contact span { display: none; }
  .offer-strip .lic { display: none; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 56px; padding-bottom: 62px; }
  .hero-photo { object-position: 70% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,13,82,.96) 0%, rgba(0,22,137,.92) 52%, rgba(0,13,82,.86) 100%); }
  .hero-copy { max-width: 680px; }
  .estimate-form { max-width: 680px; width: 100%; }
  section { padding: 84px var(--gutter); }
  .two-col, .fit-section .two-col, .next .two-col { grid-template-columns: 1fr; gap: 48px; }
  .visit .sticky { position: static; }
  .question .photo { min-height: 360px; }
  .why .inner { grid-template-columns: 1fr; }
  .why .cell { padding: 40px 32px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .why .cell:last-child { border-bottom: 0; }
  .reviews-head { grid-template-columns: 1fr; gap: 12px; }
  .review-grid { grid-template-columns: 1fr; }
  .quote .card { grid-template-columns: 1fr; }
  .quote .card .photo { min-height: 260px; order: -1; }
  .quote .card .photo::after { background: linear-gradient(180deg, rgba(0,13,82,0) 40%, rgba(0,13,82,.8) 100%); }
  .quote .card .copy { padding: 44px 36px; }
  .finance-section { grid-template-columns: 1fr; gap: 36px; }
  .finance-number { font-size: 170px; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .emergency .inner { grid-template-columns: 1fr; padding: 60px 32px; }
}
@media (max-width: 600px) {
  :root { --gutter: 20px; }
  body { font-size: 16px; }
  .site-header { padding-inline: 18px; }
  .hero { padding: 44px 18px 52px; }
  h1 { font-size: 40px; }
  .hero-copy .sub { font-size: 18px; }
  .proof-line { display: grid; gap: 14px; }
  .estimate-form { padding: 24px 20px; border-radius: 12px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .segmented { grid-template-columns: 1fr; }
  .segmented.pictures { grid-template-columns: repeat(3, 1fr); }
  .segmented.pictures span { font-size: 12px; }
  .offer-strip { flex-direction: column; align-items: flex-start; gap: 4px; padding: 10px 18px; font-size: 12px; }
  .book-modal-inner { padding: 26px 20px; }
  .book-days { grid-template-columns: repeat(5, 1fr); gap: 5px; }
  .book-chip { padding: 8px 2px; font-size: 12px; }
  section { padding: 70px var(--gutter); }
  h2 { font-size: 36px; }
  .feature { grid-template-columns: 48px 1fr; gap: 14px; }
  .feature .num { font-size: 34px; }
  .feature h3 { font-size: 21px; }
  .sheet { padding: 20px; }
  .sheet td i { width: 56px; }
  .mid-cta { padding: 28px 20px; }
  .mid-cta .button-link { width: 100%; }
  .finance-section { padding: 76px 20px; }
  .finance-number { font-size: 130px; }
  .finance-section p { font-size: 17px; }
  .quote .card .copy { padding: 34px 24px; }
  .faq summary { font-size: 16px; }
  .final-cta { padding: 76px 20px; padding-top: 132px !important; }
  .free-means { padding: 0 20px; }
  .free-means .inner { padding: 30px 22px; transform: translateY(56px); }
  .free-means h2 { font-size: 24px; }
  .free-means li { font-size: 15px; }
  footer { align-items: flex-start; flex-direction: column; padding: 32px 20px; }
  .ty-hero { padding: 48px 20px 64px; }
  .step { padding-left: 50px; }
  .step::before { left: -19px; }
  .step h3 { font-size: 22px; }
  .video-grid { grid-template-columns: 1fr; }
  .emergency .inner { padding: 52px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
