:root {
  --bg: #f5f5f3;
  --surface: #ffffff;
  --ink: #151515;
  --muted: #666;
  --red: #e11919;
  --red-dark: #b90f0f;
  --line: #dedede;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0,0,0,.12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 32px), 820px); }
.skip-link { position: absolute; left: 12px; top: -60px; padding: 10px 14px; background: #fff; z-index: 99; }
.skip-link:focus { top: 12px; }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(17,17,17,.96); color: white; backdrop-filter: blur(10px); border-bottom: 3px solid var(--red); }
.topbar-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: .04em; font-size: clamp(1.1rem, 2vw, 1.6rem); }
.brand-cross { display: inline-grid; place-items: center; width: 36px; height: 30px; background: #e22626; font-size: 1.4rem; }
.topbar-actions { display: flex; align-items: center; gap: 20px; font-size: .95rem; }
.service-area { color: #d5d5d5; }
.phone { font-weight: 800; text-decoration: none; }
.hero { padding: 58px 0 42px; background: radial-gradient(circle at 20% 10%, #fff 0, #f4f4f1 42%, #ececea 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); align-items: center; gap: clamp(36px, 6vw, 82px); }
.eyebrow { margin: 0 0 12px; color: var(--red); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.8rem); letter-spacing: -.045em; margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); letter-spacing: -.03em; margin-bottom: 18px; }
h3 { font-size: 1.25rem; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: #343434; max-width: 780px; }
.price-strip { margin: 28px 0 20px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 10px; }
.price-strip strong { color: var(--red); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; }
.price-strip small { width: 100%; color: var(--muted); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 21px; border-radius: 12px; border: 1px solid transparent; font-weight: 900; text-decoration: none; cursor: pointer; font: inherit; }
.btn-primary { background: var(--red); color: white; box-shadow: 0 10px 22px rgba(225,25,25,.22); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { border-color: #bfbfbf; background: #fff; }
.btn-full { width: 100%; }
.trust-list { display: flex; gap: 10px 18px; flex-wrap: wrap; padding: 0; margin: 22px 0 0; list-style: none; color: #3c3c3c; font-weight: 700; font-size: .93rem; }
.trust-list li::before { content: "✓"; color: var(--red); margin-right: 6px; }
.hero-visual { margin: 0; border-radius: 24px; overflow: hidden; background: white; box-shadow: var(--shadow); transform: rotate(.35deg); }
.hero-visual img { width: 100%; height: auto; }
.hero-visual figcaption { padding: 10px 14px 14px; font-size: .78rem; color: #707070; }
.proof { background: #111; color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid div { padding: 24px 20px; border-right: 1px solid #333; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.2rem; }
.proof-grid span { color: #bbb; font-size: .9rem; }
.section { padding: 86px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,76px); align-items: start; }
.split > div:first-child > p:not(.eyebrow) { font-size: 1.08rem; color: #444; }
.microcopy { font-size: .85rem !important; color: #777 !important; }
.pricing-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; box-shadow: 0 12px 35px rgba(0,0,0,.07); }
.pricing-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 16px; border-bottom: 1px solid #ececec; }
.pricing-row strong { font-size: 1.35rem; }
.pricing-row.featured { background: #fff0f0; border-radius: 12px; color: #9f1010; }
.text-link { display: inline-block; margin: 18px 14px 6px; color: var(--red); font-weight: 900; }
.section-dark { background: #171717; color: white; }
.section-dark .eyebrow { color: #ff5a5a; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 30px; }
.cards article { border: 1px solid #383838; border-radius: var(--radius); padding: 28px; background: #202020; }
.cards p { color: #cfcfcf; margin-bottom: 0; }
.local-seo { background: white; }
.local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.local-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.local-grid p { color: #555; margin-bottom: 0; }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
.faq details p { color: #555; }
.quote { background: linear-gradient(135deg,#f9eeee,#fff 50%,#efefed); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px,6vw,70px); align-items: start; }
.contact-lines { display: grid; gap: 8px; margin-top: 28px; }
.contact-lines a { font-weight: 900; }
.lead-form { background: white; padding: clamp(22px,4vw,34px); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; font-size: .9rem; }
input, select, textarea { width: 100%; border: 1px solid #cfcfcf; border-radius: 10px; padding: 13px 12px; background: #fff; color: #111; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(225,25,25,.15); border-color: var(--red); }
textarea { resize: vertical; margin-bottom: 14px; }
.consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; margin: 6px 0 16px; }
.consent input { width: 18px; height: 18px; margin-top: 2px; }
.form-status { min-height: 1.5em; margin-bottom: 0; font-size: .9rem; color: #555; }
.footer { background: #0e0e0e; color: #ddd; padding: 40px 0 92px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 30px; }
.footer-grid div { display: grid; gap: 5px; }
.footer a { color: white; }
.mobile-cta { display: none; }
@media (max-width: 900px) {
  .topbar-actions .service-area { display: none; }
  .hero-grid, .split, .quote-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 560px; margin-inline: auto; transform: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid #333; }
  .cards, .local-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 22px), var(--max)); }
  .topbar-inner { min-height: 64px; }
  .topbar-actions .phone { font-size: .85rem; }
  .hero { padding-top: 36px; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.3rem); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid #333; }
  .field-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; }
  .section { padding: 64px 0; }
  .mobile-cta { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1.25fr; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
  .mobile-cta a { padding: 15px 12px; text-align: center; text-decoration: none; font-weight: 900; background: #222; color: white; }
  .mobile-cta a:last-child { background: var(--red); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
