:root {
  --red: #b91c1c;
  --red-dark: #7f1d1d;
  --black: #111827;
  --gray: #4b5563;
  --light: #f3f4f6;
  --white: #ffffff;
  --silver: #d1d5db;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth;
       scroll-padding-top: 120px;
}

section {
  scroll-margin-top: 120px;
}
body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem clamp(1rem, 4vw, 4rem);
  background: rgba(17, 24, 39, .96);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.brand img { width: 132px; height: auto; }
.nav { display: flex; gap: 1.2rem; font-weight: 700; font-size: .95rem; }
.nav a:hover { color: #fecaca; }
.header-call {
  background: var(--red);
  color: var(--white);
  padding: .75rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  align-items: center;
  gap: 2rem;
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem);
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(17,24,39,.96), rgba(17,24,39,.84), rgba(185,28,28,.66)),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.25), transparent 30%),
    #111827;
}
.eyebrow {
  color: #fca5a5;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
  margin: 0 0 .5rem;
}
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1, h2 { font-family: "Anton", Impact, sans-serif; letter-spacing: .03em; text-transform: uppercase; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); max-width: 930px; }
h2 { font-size: clamp(2rem, 5vw, 4rem); }
h3 { font-size: 1.25rem; }
.hero-text { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 780px; margin: 1.3rem 0; }
.hero-actions, .contact-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .9rem 1.25rem;
  border-radius: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: #dc2626; }
.btn-secondary { background: var(--white); color: var(--black); }
.btn-secondary:hover { background: var(--silver); }
.trust-strip { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 2rem; }
.trust-strip span, .area-tags span {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: .55rem .85rem;
  font-weight: 800;
  background: rgba(255,255,255,.08);
}
.hero-card {
  background: rgba(255,255,255,.94);
  color: var(--black);
  border-top: 8px solid var(--red);
  padding: 2rem;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.hero-card h2 { color: var(--black); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.card-phone { display: block; font-size: 1.65rem; font-weight: 900; color: var(--red); margin-top: 1rem; }

.section { padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem); }
.section-heading { max-width: 850px; margin: 0 auto 2.2rem; text-align: center; }
.section-heading .eyebrow, .split-section .eyebrow, .contact-section .eyebrow { color: var(--red); }
.section-heading p, .split-section p, .contact-section p { color: var(--gray); font-size: 1.05rem; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.service-card, .contact-card {
  background: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.service-card h3 { color: var(--red-dark); }
.service-card p { color: var(--gray); }
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--light);
}
.checklist {
  background: var(--black);
  color: var(--white);
  padding: 2rem;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.checklist p { color: var(--white); font-weight: 800; margin: .8rem 0; }
.area-section { background: var(--black); color: var(--white); }
.area-section .section-heading p { color: #e5e7eb; }
.area-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; max-width: 950px; margin: 0 auto; }
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.contact-card label { display: block; font-weight: 800; margin: 1rem 0 .35rem; }
.contact-card input, .contact-card textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: .9rem;
  font: inherit;
}
.contact-card textarea { min-height: 125px; resize: vertical; }
.form-note { font-size: .9rem; color: var(--gray); }
.site-footer {
  background: #030712;
  color: #e5e7eb;
  text-align: center;
  padding: 2rem 1rem 5rem;
  font-size: .9rem;
}
.floating-call {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  background: var(--red);
  color: var(--white);
  padding: .9rem 1.15rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 900;
}

@media (max-width: 920px) {
  .nav { display: none; }
  .hero, .split-section, .contact-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .site-header { align-items: center; }
  .brand img { width: 98px; }
  .header-call { font-size: .82rem; padding: .65rem .75rem; }
  .service-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 9999;
}

.modal-overlay.show {
  display: flex;
}

.modal-box {
  background: #ffffff;
  color: #111111;
  max-width: 520px;
  width: 100%;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.modal-box h2 {
  margin-top: 0;
  font-size: 2rem;
}

.modal-box p {
  text-align: center;
}

.pricing-section {
  background: #111111;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1.5rem;
}

.pricing-card h3 {
  margin-top: 0;
}

.price {
  font-family: "Anton", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0.75rem 0;
  color: #ffffff;
}

.featured-price {
  border-color: rgba(185, 28, 28, 0.8);
  box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.4);
}

.pricing-note {
  max-width: 900px;
  margin: 1.5rem auto 0;
  text-align: center;
  opacity: 0.85;
}

@media (max-width: 1000px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-section {
  background: #111111;
  color: #ffffff;
}

.pricing-section .section-heading h2,
.pricing-section .section-heading p,
.pricing-section .pricing-card h3,
.pricing-section .pricing-card p,
.pricing-section .pricing-note {
  color: #ffffff;
}

.pricing-section .eyebrow {
  color: #dc2626;
}

.pricing-card p {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-card h3 {
  color: #ffffff;
}

.price {
  color: #ffffff;
}

.pricing-note {
  color: rgba(255, 255, 255, 0.8);
}

.reviews-section {
    background: var(--light);
}

.review-card {
    max-width: 850px;
    margin: 1.25rem auto;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.review-stars {
    color: #b91c1c;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin: 0 0 0.5rem;
}

.review-name {
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.review-text {
    margin: 0;
    line-height: 1.65;
}

.review-actions {
    text-align: center;
    margin-top: 1.5rem;
}

.sale-banner {
    background: linear-gradient(135deg, #111827, #7f1d1d);
    color: #ffffff;
    text-align: center;
    padding: 2.25rem 1.5rem;
    border-bottom: 4px solid #b91c1c;
}

.sale-banner-content {
    max-width: 900px;
    margin: 0 auto;
}

.sale-eyebrow {
    margin: 0 0 0.35rem;
    color: #facc15;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sale-banner h2 {
    margin: 0;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.25rem, 6vw, 4.5rem);
    line-height: 1;
    text-transform: uppercase;
}

.sale-banner p {
    max-width: 700px;
    margin: 0.85rem auto 1.25rem;
    font-size: 1.05rem;
    opacity: 0.95;
}

.promo-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    z-index: 10000;
}

    .promo-modal-overlay.show {
        display: flex;
    }

.promo-modal {
    position: relative;
    max-width: 720px;
    width: 100%;
    background: #111111;
    color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(185, 28, 28, 0.85);
}

.promo-close {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.promo-image {
    display: block;
    width: 100%;
    height: auto;
}

.promo-content {
    padding: 1.35rem;
    text-align: center;
}

    .promo-content h2 {
        margin: 0;
        font-family: "Anton", sans-serif;
        font-size: clamp(2rem, 5vw, 3.5rem);
        text-transform: uppercase;
    }

    .promo-content p {
        max-width: 560px;
        margin: 0.75rem auto 1.25rem;
        color: rgba(255, 255, 255, 0.9);
    }

.promo-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 650px) {
    .promo-modal {
        max-width: 95vw;
    }

    .promo-content {
        padding: 1rem;
    }

    .promo-actions .btn {
        width: 100%;
    }
}