:root {
  --navy: #001c35;
  --navy-soft: #072a49;
  --red: #d70c18;
  --red-dark: #aa0710;
  --ink: #0c2034;
  --muted: #5a6977;
  --line: #dce2e7;
  --paper: #ffffff;
  --wash: #f3f5f7;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  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%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 8px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 5px 24px rgba(0, 28, 53, 0.06);
}

.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 21px; letter-spacing: 0.04em; color: var(--navy); }
.brand small { margin-top: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); }

nav { display: flex; gap: 26px; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--red); }

.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 22px;
  background: var(--red);
  color: #fff;
  border: 2px solid var(--red);
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.call-button:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-1px); }

.hero {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 610px;
  padding: 72px 24px 58px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 66px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

h1, h2, h3 { margin-top: 0; color: var(--navy); }
h1 { margin-bottom: 22px; font-size: clamp(42px, 5.3vw, 74px); line-height: .99; letter-spacing: -.045em; }
h2 { margin-bottom: 16px; font-size: clamp(32px, 4vw, 50px); line-height: 1.03; letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 21px; }

.hero-lead { max-width: 640px; margin: 0 0 28px; font-size: 19px; line-height: 1.6; color: var(--muted); }
.hero-actions { display: flex; align-items: stretch; gap: 12px; flex-wrap: wrap; }
.call-button-large { flex-direction: column; align-items: flex-start; min-width: 240px; line-height: 1.05; }
.call-button-large span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; opacity: .88; }
.call-button-large strong { font-size: 23px; }
.secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 12px 22px; border: 2px solid var(--navy); color: var(--navy); font-weight: 800; }
.secondary-button:hover { background: var(--navy); color: #fff; }

.trust-list { display: flex; gap: 22px; flex-wrap: wrap; padding: 0; margin: 28px 0 0; list-style: none; }
.trust-list li { position: relative; padding-left: 18px; color: var(--navy); font-size: 13px; font-weight: 800; }
.trust-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 8px; height: 8px; background: var(--red); transform: rotate(45deg); }

.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 12% -5% -7% 13%; background: var(--navy); z-index: -1; }
.hero-visual img { width: min(100%, 500px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 10px solid #fff; box-shadow: 0 24px 65px rgba(0, 28, 53, .18); }

.banner-wrap { max-width: 1300px; margin: 0 auto 15px; padding: 0 24px; }
.business-banner { width: 100%; border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(0, 28, 53, .12); }

.section { max-width: 1180px; margin: 0 auto; padding: 100px 24px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading > p { margin: 0 0 16px; color: var(--muted); line-height: 1.65; }
.section-heading h2 { margin-bottom: 0; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-card:hover { background: var(--wash); }
.service-number { display: inline-block; margin-bottom: 36px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.58; }

.price-section { max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; background: var(--navy); color: #fff; }
.price-intro h2, .price-intro p { color: #fff; }
.price-intro > p:not(.eyebrow) { max-width: 480px; line-height: 1.65; opacity: .82; }
.price-factors { margin: 22px 0 0; padding: 0; list-style: none; }
.price-factors li { position: relative; margin: 11px 0; padding-left: 20px; line-height: 1.45; }
.price-factors li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; background: #ff6570; transform: rotate(45deg); }
.eyebrow.light { color: #ff6570; }
.white-button { margin-top: 18px; background: #fff; color: var(--navy); border-color: #fff; }
.white-button:hover { background: var(--red); color: #fff; border-color: var(--red); }
.price-list { border-top: 1px solid rgba(255,255,255,.22); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.price-row span { line-height: 1.35; }
.price-row strong { color: #fff; font-size: 20px; text-align: right; }
.price-note { margin: 20px 0 0; font-size: 12px; line-height: 1.55; opacity: .7; }

.pricing-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding-top: 70px; padding-bottom: 70px; }
.pricing-card { padding: 38px; border: 1px solid var(--line); background: var(--wash); }
.pricing-card h2 { font-size: clamp(30px, 3.2vw, 42px); }
.pricing-lead { color: var(--muted); line-height: 1.6; }
.surcharge-list { margin-top: 26px; border-top: 1px solid var(--line); }
.surcharge-row { display: flex; justify-content: space-between; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.surcharge-row strong { color: var(--red); text-align: right; }
.material-card { background: #fff; }
.material-table { margin-top: 25px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.material-row { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); }
.material-row > * { padding: 15px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-row > span { text-align: right; }
.material-head { background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.material-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.area-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center; }
.map-panel { background: var(--wash); border: 1px solid var(--line); padding: 8px; }
.map-panel iframe, #service-map { width: 100%; height: 480px; border: 0; display: block; }
.map-static { position: relative; }
.radius-overlay { position: absolute; left: 50%; top: 50%; width: 62%; aspect-ratio: 1; transform: translate(-50%, -50%); display: grid; place-items: center; border: 4px solid rgba(215,12,24,.9); border-radius: 50%; background: rgba(215,12,24,.2); pointer-events: none; }
.radius-overlay span { padding: 7px 11px; background: rgba(255,255,255,.92); color: var(--red-dark); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.map-panel small { display: block; padding: 7px 4px 0; color: var(--muted); }
.map-panel small a { text-decoration: underline; }
.area-copy > p:not(.eyebrow):not(.area-check) { color: var(--muted); line-height: 1.65; }
.towns { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.towns span { padding: 8px 11px; background: var(--wash); border-left: 3px solid var(--red); color: var(--navy); font-size: 13px; font-weight: 800; }
.area-check { padding: 18px 20px; margin: 24px 0; background: #fff1f1; border-left: 4px solid var(--red); line-height: 1.55; }

.steps-section { padding-top: 45px; }
.compact-heading { display: block; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; margin: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.steps-grid li { min-height: 220px; padding: 32px; background: #fff; }
.steps-grid li > strong { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 28px; background: var(--red); color: #fff; font-size: 20px; }
.steps-grid p { color: var(--muted); line-height: 1.55; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-top: 70px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 44px 24px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; top: 18px; color: var(--red); font-size: 28px; }
details[open] summary::after { content: "−"; }
details p { margin: -5px 45px 22px 0; color: var(--muted); line-height: 1.6; }

.final-cta { max-width: 1180px; margin: 20px auto 80px; padding: 48px 54px; display: flex; align-items: center; justify-content: space-between; gap: 45px; background: var(--red); color: #fff; }
.final-cta h2, .final-cta p { color: #fff; margin-bottom: 8px; }
.final-cta > div > p:last-child { margin: 0; opacity: .85; }
.final-cta .eyebrow { color: #fff; opacity: .8; }

footer { padding: 40px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; background: var(--navy); color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; }
.footer-brand div, .footer-contact, .footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer-brand span, .footer-contact span, .footer-links { font-size: 12px; opacity: .75; }
.footer-contact a { color: #fff; font-size: 20px; font-weight: 900; }
.footer-contact .footer-email { font-size: 13px; font-weight: 700; text-decoration: underline; }
.footer-links { text-align: right; align-items: flex-end; }
.footer-links a { text-decoration: underline; }
.mobile-call { display: none; }

.legal-page { min-height: 100vh; background: var(--wash); }
.legal-header { position: static; }
.legal-content { max-width: 880px; margin: 0 auto; padding: 75px 24px 110px; }
.legal-content h1 { font-size: clamp(40px, 6vw, 66px); }
.legal-card { padding: 28px 32px; margin: 20px 0; background: #fff; border-left: 4px solid var(--red); box-shadow: 0 10px 35px rgba(0,28,53,.06); }
.legal-card h2 { font-size: 24px; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.65; }
.legal-alert { padding: 18px 22px; background: #fff1f1; color: var(--red-dark); font-weight: 700; }

@media (max-width: 980px) {
  nav { display: none; }
  .header-call { font-size: 13px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 55px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { max-width: 470px; margin: 0 auto; }
  .section-heading, .price-section, .pricing-details, .area-section, .faq-section { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .price-section, .area-section, .faq-section { gap: 42px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; align-items: flex-start; text-align: left; }
}

@media (max-width: 650px) {
  body { padding-bottom: 60px; }
  .site-header { height: 68px; padding: 6px 16px; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 18px; }
  .brand small, .header-call { display: none; }
  .hero { min-height: auto; padding: 45px 18px 40px; }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .hero-actions > * { width: 100%; }
  .call-button-large { align-items: center; }
  .trust-list { gap: 13px; flex-direction: column; }
  .hero-visual { width: 88%; }
  .banner-wrap { padding: 0 18px; overflow: hidden; }
  .business-banner { width: 100%; max-width: 100%; transform: none; }
  .section { padding: 72px 18px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .price-section { padding-left: 18px; padding-right: 18px; }
  .price-row { grid-template-columns: 1fr; gap: 8px; }
  .price-row strong { text-align: left; color: #ff8088; }
  .map-panel iframe, #service-map { height: 360px; }
  .pricing-card { padding: 28px 20px; }
  .material-row { grid-template-columns: 1.25fr repeat(3, .75fr); font-size: 12px; }
  .material-row > * { padding: 12px 7px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { min-height: auto; }
  .faq-section { gap: 20px; }
  .final-cta { margin: 10px 18px 65px; padding: 34px 24px; flex-direction: column; align-items: flex-start; }
  .final-cta .call-button { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 36px 20px; }
  .footer-links { grid-column: auto; }
  .mobile-call { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 60px; display: flex; align-items: center; justify-content: center; background: var(--red); color: #fff; font-size: 17px; font-weight: 900; box-shadow: 0 -5px 22px rgba(0,0,0,.18); }
  .legal-content { padding-top: 50px; }
  .legal-card { padding: 24px 20px; }
}

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