:root {
  --navy: #102a43;
  --navy-deep: #091d30;
  --blue: #157cb5;
  --red: #d62828;
  --ink: #152431;
  --muted: #5c6c79;
  --soft: #eef5f9;
  --line: #d8e2e8;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 40px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-size: 16px; line-height: 1.6; background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,42,67,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 210px; height: auto; }
nav { display: flex; justify-content: center; gap: clamp(16px, 2vw, 30px); }
nav a { text-decoration: none; font-weight: 700; font-size: .9rem; color: var(--navy); }
nav a:hover, nav a:focus-visible { color: var(--red); }
.header-call { display: flex; flex-direction: column; text-align: right; text-decoration: none; color: var(--navy); font-size: 1.02rem; font-weight: 850; line-height: 1.18; }
.header-call span { color: var(--red); text-transform: uppercase; font-size: .67rem; letter-spacing: .11em; }

.hero { position: relative; overflow: hidden; padding: 68px 0 74px; background: linear-gradient(135deg, #f8fbfd 0%, #eef5f9 64%, #e2eef5 100%); }
.hero::before, .hero::after { display: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr); gap: clamp(44px, 7vw, 92px); align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--red); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; font-size: .78rem; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 720px; font-size: clamp(2.7rem, 5.5vw, 5.15rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.6rem); }
h3 { font-size: 1.28rem; }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.hero-actions, .builder-actions { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid transparent; border-radius: 7px; font-weight: 850; text-decoration: none; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, nav a:focus-visible, .email-link:focus-visible { outline: 3px solid #f5a623; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 26px rgba(214,40,40,.2); }
.button-primary:hover { background: #ba1f24; }
.button-secondary { color: var(--navy); border-color: var(--navy); background: transparent; }
.offer { margin-top: 28px; padding-left: 18px; border-left: 5px solid var(--blue); display: grid; gap: 2px; max-width: 670px; }
.offer strong { color: var(--navy); font-size: 1.12rem; }
.offer span { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.offer a { width: fit-content; margin-top: 5px; color: var(--navy); font-size: .86rem; font-weight: 850; text-decoration-color: var(--blue); text-underline-offset: 3px; }
.offer a span { color: var(--navy); font-size: 1em; }
.hero-photo { position: relative; margin: 0; justify-self: end; width: min(100%, 400px); }
.hero-photo::before { content: ""; position: absolute; inset: 20px -18px -18px 20px; background: var(--navy); border-radius: 8px; z-index: -1; }
.hero-photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; background: #dfeaf1; border-radius: 8px; box-shadow: 0 24px 54px rgba(9,29,48,.22); }
.hero-photo figcaption { position: absolute; left: -24px; bottom: 24px; max-width: 230px; padding: 12px 16px; background: var(--white); color: var(--navy); font-weight: 800; line-height: 1.35; box-shadow: 0 12px 30px rgba(9,29,48,.16); border-left: 4px solid var(--red); }

.trust-strip { background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 24px clamp(20px, 3vw, 38px); border-right: 1px solid rgba(255,255,255,.2); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1.02rem; }
.trust-grid span { color: #bdd4e2; font-size: .82rem; line-height: 1.4; }

.section { padding: 96px 0; }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading p:last-child { color: var(--muted); max-width: 740px; margin: 18px 0 0; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 225px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-grid article > span { display: block; margin-bottom: 28px; color: var(--blue); font-weight: 850; font-size: .78rem; letter-spacing: .08em; }
.service-grid p { color: var(--muted); margin: 12px 0 0; }

.section-dark { position: relative; overflow: hidden; background: var(--navy-deep); color: var(--white); }
.section-dark::after { content: ""; position: absolute; left: -140px; bottom: 40px; width: 420px; height: 18px; background: var(--red); transform: rotate(-8deg); }
.replacement-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 7vw, 84px); align-items: center; }
.replacement-copy h2, .section-dark h2 { color: var(--white); }
.replacement-copy > p:not(.eyebrow) { color: #c7d7e2; margin: 22px 0 0; }
.check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: #edf5f9; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 7px; border-left: 3px solid #43a9d6; border-bottom: 3px solid #43a9d6; transform: rotate(-45deg); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-weight: 850; text-decoration: none; }
.text-link.light { color: var(--white); }
.text-link span { font-size: 1.25em; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.before-after figure { position: relative; margin: 0; overflow: hidden; border-radius: 8px; background: #17334c; }
.before-after img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; background: #17334c; }
.before-after figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 12px; color: var(--navy); background: var(--white); border-radius: 4px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.pricing-section { background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%); }
.pricing-heading { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; margin-bottom: 42px; }
.pricing-heading > div:first-child { max-width: 790px; }
.pricing-heading > div:first-child > p:last-child { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; }
.pricing-start { min-width: 220px; padding: 20px 24px; color: var(--white); background: var(--navy); border-left: 6px solid var(--red); border-radius: 7px; }
.pricing-start span, .pricing-start strong, .pricing-start small { display: block; }
.pricing-start span { color: #bdd4e2; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.pricing-start strong { margin-top: 3px; font-size: 2rem; line-height: 1.05; letter-spacing: -.04em; }
.pricing-start small { margin-top: 4px; color: #e8f2f7; font-weight: 700; }
.pricing-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); overflow: hidden; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 18px 46px rgba(9,29,48,.1); }
.price-table-wrap { background: var(--white); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 17px clamp(22px, 4vw, 40px); text-align: left; }
.price-table thead { color: var(--white); background: var(--blue); }
.price-table thead th { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.price-table thead th:last-child, .price-table td { text-align: right; }
.price-table tbody tr:nth-child(even) { background: #f3f8fb; }
.price-table tbody tr + tr { border-top: 1px solid var(--line); }
.price-table tbody th { color: var(--navy); font-size: 1.02rem; }
.price-table td { color: var(--navy); font-size: 1.22rem; font-weight: 900; }
.pricing-details { padding: clamp(30px, 5vw, 52px); color: var(--white); background: var(--navy-deep); }
.pricing-label { margin: 0 0 9px; color: #60b7df; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.pricing-details h3 { color: var(--white); font-size: 1.8rem; }
.pricing-details ul { list-style: none; padding: 0; margin: 25px 0 30px; display: grid; gap: 11px; }
.pricing-details li { position: relative; padding-left: 26px; color: #e1edf4; line-height: 1.45; }
.pricing-details li::before { content: ""; position: absolute; left: 0; top: .48em; width: 11px; height: 6px; border-left: 3px solid #43a9d6; border-bottom: 3px solid #43a9d6; transform: rotate(-45deg); }
.pricing-note { margin: 20px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.feature-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.feature-photo { margin: 0; }
.feature-photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; background: var(--soft); border-radius: 8px; box-shadow: 22px 22px 0 var(--soft); }
.feature-copy { max-width: 600px; }
.price-kicker { margin: 0 0 12px; color: var(--navy); }
.price-kicker strong { display: inline-block; margin-right: 8px; color: var(--red); font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.05em; }
.feature-copy > p:not(.eyebrow):not(.price-kicker) { margin: 20px 0 28px; color: var(--muted); font-size: 1.05rem; }

.review-section { color: var(--white); background: var(--navy); }
.review-heading { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; margin-bottom: 42px; }
.review-heading h2 { max-width: 800px; color: var(--white); }
.review-score { min-width: 190px; padding-left: 22px; border-left: 3px solid var(--red); }
.review-score span, .review-score strong, .review-score small { display: block; }
.review-score span, .stars { color: #ffbd2e; letter-spacing: .12em; }
.review-score strong { margin-top: 4px; color: var(--white); }
.review-score small { color: #bdd4e2; font-size: .78rem; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.review-card { display: flex; flex-direction: column; min-height: 100%; margin: 0; padding: clamp(24px, 3vw, 34px); color: var(--ink); background: var(--white); border-radius: 8px; box-shadow: 0 16px 34px rgba(2,15,26,.16); }
.review-card blockquote { flex: 1; margin: 14px 0 26px; color: #2d3d49; font-size: 1.01rem; line-height: 1.65; }
.review-card figcaption { display: grid; padding-top: 16px; border-top: 1px solid var(--line); }
.review-card figcaption strong { color: var(--navy); }
.review-card figcaption span { color: var(--muted); font-size: .78rem; }
.review-featured { border-top: 5px solid var(--red); }
.review-wide { border-top: 5px solid var(--blue); }

.builder-section { padding-top: 30px; }
.builder-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(40px, 7vw, 88px); padding: clamp(38px, 6vw, 70px); background: var(--soft); border-radius: 10px; }
.builder-copy > p:not(.eyebrow) { color: var(--muted); margin: 20px 0 0; }
.button-secondary-dark { color: var(--white); background: var(--navy); }
.builder-photo { margin: 0; }
.builder-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: #dfeaf1; border-radius: 8px; }

.section-soft { background: #f7fafc; }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.about-photo { margin: 0; }
.about-photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; background: var(--soft); border-radius: 8px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.fleet-thumb { margin-top: 26px; display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 18px; }
.fleet-thumb img { width: 160px; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--soft); border-radius: 6px; }
.fleet-thumb span { color: var(--navy); font-weight: 800; line-height: 1.35; }

.contact-section { position: relative; overflow: hidden; padding: 78px 0; color: var(--white); background: var(--red); }
.contact-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, transparent 0 68%, rgba(9,29,48,.22) 68% 100%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 6vw, 78px); align-items: center; }
.contact-section .eyebrow { color: var(--white); opacity: .78; }
.contact-section h2 { color: var(--white); max-width: 760px; }
.contact-copy > p:not(.eyebrow) { margin: 16px 0 0; font-size: 1.06rem; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 12px; margin-top: 28px; }
.button-white { color: var(--red); background: var(--white); }
.button-outline-white { color: var(--white); border-color: var(--white); }
.email-link { flex-basis: 100%; color: var(--white); font-weight: 750; }
.estimate-form { padding: clamp(24px, 4vw, 38px); color: var(--ink); background: var(--white); border-radius: 10px; box-shadow: 0 22px 52px rgba(9,29,48,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.estimate-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-size: .88rem; font-weight: 800; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); background: #f8fbfd; border: 1px solid #b8c8d2; border-radius: 6px; font: inherit; }
.estimate-form textarea { min-height: 96px; resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { outline: 3px solid rgba(21,124,181,.25); border-color: var(--blue); }
.form-submit { width: 100%; margin-top: 2px; color: var(--white); background: var(--navy); border: 0; cursor: pointer; }
.form-submit:hover { background: #173f61; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.4; text-align: center; }

footer { padding: 44px 0 26px; color: #ccdae4; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 36px; }
.footer-grid > img { width: 220px; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid strong, .footer-grid span, .footer-contact a { display: block; }
.footer-grid strong { color: var(--white); }
.footer-grid span { font-size: .86rem; }
.footer-contact { text-align: right; }
.footer-contact a { color: var(--white); text-decoration: none; font-weight: 750; }
.copyright { padding-top: 24px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.mobile-contact { display: none; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 200px 1fr; }
  nav { display: none; }
  .hero-grid, .replacement-grid, .feature-grid, .builder-grid, .about-grid { gap: 42px; }
  .hero-grid { grid-template-columns: 1fr .78fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .replacement-grid { grid-template-columns: 1fr; }
  .replacement-copy { max-width: 760px; }
  .before-after { max-width: 760px; }
  .footer-grid { grid-template-columns: 210px 1fr; }
  .footer-contact { grid-column: 1 / -1; display: flex; gap: 20px; text-align: left; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  body { padding-bottom: 64px; }
  .site-header { position: relative; }
  .header-inner { min-height: 74px; grid-template-columns: 174px 1fr; gap: 16px; }
  .brand img { width: 170px; }
  .header-call { font-size: .83rem; }
  .header-call span { font-size: .6rem; }
  .hero { padding: 48px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .hero-photo { width: min(90%, 460px); justify-self: center; }
  .hero-photo figcaption { left: -12px; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid div, .trust-grid div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-grid div:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .review-heading, .review-grid { grid-template-columns: 1fr; }
  .pricing-heading, .pricing-layout { grid-template-columns: 1fr; }
  .pricing-start { min-width: 0; }
  .review-score { padding: 0; border: 0; }
  .feature-grid, .builder-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .feature-photo { max-width: 500px; }
  .builder-section { padding-top: 0; }
  .builder-grid { width: 100%; border-radius: 0; }
  .contact-actions { justify-content: flex-start; }
  .email-link { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; display: block; }
  .fleet-thumb { grid-template-columns: 120px 1fr; }
  .fleet-thumb img { width: 120px; height: auto; }
  .price-table th, .price-table td { padding: 14px 18px; }
  .mobile-contact { position: fixed; inset: auto 0 0 0; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; min-height: 64px; box-shadow: 0 -8px 24px rgba(9,29,48,.16); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--navy); font-weight: 900; text-decoration: none; }
  .mobile-contact a:last-child { background: var(--red); }
}

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