
:root{
  --red:#b91c1c;
  --red-dark:#8f1111;
  --black:#111214;
  --charcoal:#1b1d20;
  --white:#ffffff;
  --soft:#f5f5f5;
  --line:#e5e7eb;
  --text:#22252a;
  --muted:#666b73;
  --shadow:0 20px 50px rgba(0,0,0,.12);
  --radius:20px;
}
*{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(--text);
  background:#fff;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1120px,calc(100% - 36px));margin:auto}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-mark{
  width:48px;height:48px;border-radius:12px;background:var(--red);
  display:grid;place-items:center;flex:0 0 auto;
}
.brand-mark svg{width:34px;fill:#fff}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-size:1.15rem;letter-spacing:.08em;color:var(--black)}
.brand-text small{font-size:.62rem;letter-spacing:.08em;margin-top:5px;font-weight:800}
.nav-links{display:flex;align-items:center;gap:24px;font-weight:700;font-size:.94rem}
.nav-links a:hover{color:var(--red)}
.nav-cta{background:var(--red);color:#fff!important;padding:11px 16px;border-radius:10px}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;padding:10px 12px;border-radius:10px;font-weight:700}

.hero{
  color:#fff;
  background:
    radial-gradient(circle at 82% 25%,rgba(185,28,28,.38),transparent 26%),
    linear-gradient(135deg,#121315 0%,#1f2226 54%,#101113 100%);
  padding:88px 0 78px;
}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:56px;align-items:center}
.eyebrow{font-size:.76rem;letter-spacing:.15em;font-weight:900;color:var(--red);margin:0 0 14px}
.eyebrow.light{color:#ffb1b1}
.hero h1,.section h2{margin:0;line-height:1.06;letter-spacing:-.035em}
.hero h1{font-size:clamp(2.7rem,7vw,5.3rem);max-width:760px}
.hero h1 span{color:#ef4444}
.lead{font-size:1.18rem;color:#d9dde2;max-width:680px;margin:24px 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:14px 20px;font-weight:850;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark)}
.btn-secondary{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.05)}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;font-size:.85rem;color:#b9bec6}
.trust-row span:before{content:"•";color:#ef4444;margin-right:8px}
.hero-card{
  background:#fff;color:var(--text);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);
  border-top:5px solid var(--red)
}
.price-label{font-weight:900;font-size:.75rem;letter-spacing:.13em;color:var(--muted)}
.price{margin:10px 0 8px;font-size:1.2rem}
.price strong{display:block;color:var(--red);font-size:4rem;line-height:1}
.hero-card p{color:var(--muted);font-size:.94rem}
.hero-card a{font-weight:850;color:var(--red)}

.section{padding:86px 0}
.section-heading{max-width:680px;margin-bottom:38px}
.section-heading.centered{text-align:center;margin:0 auto 36px}
.section h2{font-size:clamp(2rem,4vw,3.2rem)}
.section-heading p:last-child{color:var(--muted);font-size:1.04rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);border-radius:16px;padding:26px;background:#fff}
.card .icon{width:40px;height:40px;border-radius:10px;background:#fef2f2;color:var(--red);display:grid;place-items:center;font-weight:900;font-size:.8rem}
.card h3{font-size:1.1rem;margin:18px 0 8px}
.card p{color:var(--muted);margin:0}

.dark{background:var(--black);color:#fff}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.muted{color:#b9bec6}
.pricing-box{background:#fff;color:var(--text);padding:30px;border-radius:var(--radius);max-width:460px;justify-self:end;width:100%}
.pricing-box>p:first-child{margin:0;font-weight:800}
.big-price{font-size:4rem;font-weight:950;color:var(--red);line-height:1.1;margin:6px 0}
.big-price span{font-size:2rem}
.small{color:var(--muted)}
.full{width:100%;margin-top:10px}

.about p{color:var(--muted)}
.checklist{display:grid;gap:16px}
.checklist>div{display:flex;gap:14px;align-items:flex-start}
.checklist span{width:30px;height:30px;border-radius:50%;background:#fef2f2;color:var(--red);display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.checklist p{margin:0}
.checklist strong{color:var(--text)}

.service-area{background:var(--soft)}
.area-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.area-pills span{background:#fff;border:1px solid var(--line);padding:10px 16px;border-radius:999px;font-weight:800}

.estimate{padding-top:0;background:var(--soft)}
.estimate-box{
  border-radius:var(--radius);
  background:linear-gradient(135deg,var(--red),#7f1111);
  color:#fff;padding:44px;
  display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center
}
.estimate-box h2{font-size:clamp(2.1rem,4vw,3.4rem)}
.estimate-box p{color:#ffe6e6}
.estimate-actions{display:flex;flex-direction:column;align-items:stretch;gap:14px}
.btn-white{background:#fff;color:var(--red)}
.email-link{text-align:center;font-weight:800}

footer{background:#0d0e10;color:#fff;padding:48px 0 26px}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer-grid p{color:#9298a1}
.footer-links{display:flex;gap:20px;flex-wrap:wrap;align-content:flex-start}
.copyright{border-top:1px solid #26292e;margin-top:28px;padding-top:22px;color:#7f858e;font-size:.86rem}

@media (max-width:860px){
  .menu-btn{display:block}
  .nav-links{
    display:none;position:absolute;left:18px;right:18px;top:72px;background:#fff;border:1px solid var(--line);
    border-radius:14px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:2px
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:12px;border-radius:9px}
  .nav-cta{text-align:center}
  .hero-grid,.split,.estimate-box{grid-template-columns:1fr}
  .hero{padding-top:58px}
  .pricing-box{justify-self:stretch;max-width:none}
  .cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .wrap{width:min(100% - 26px,1120px)}
  .brand-text small{font-size:.55rem}
  .brand-mark{width:42px;height:42px}
  .nav{height:70px}
  .hero{padding:48px 0 54px}
  .hero h1{font-size:2.65rem}
  .lead{font-size:1.05rem}
  .hero-actions .btn{width:100%}
  .trust-row{gap:10px}
  .section{padding:64px 0}
  .cards{grid-template-columns:1fr}
  .estimate-box{padding:30px 22px}
  .footer-grid{flex-direction:column}
}

.phone-link{
  font-weight:850;
  color:var(--red);
  white-space:nowrap;
}
.phone-link:hover{color:var(--red-dark)}
.btn-outline{
  border:1px solid rgba(255,255,255,.9);
  color:#fff;
  background:transparent;
}

/* Uploaded business logo */
.logo-brand{
  display:flex;
  align-items:center;
  min-width:0;
}
.logo-brand img{
  display:block;
  width:240px;
  max-width:42vw;
  height:auto;
  object-fit:contain;
}
@media (max-width:860px){
  .logo-brand img{
    width:210px;
    max-width:58vw;
  }
}
@media (max-width:560px){
  .logo-brand img{
    width:185px;
    max-width:60vw;
  }
}

/* Header/logo correction */
.site-header{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:1000;
  background:#fff;
}
body{
  padding-top:92px;
}
.logo-brand{
  flex:0 1 auto;
  overflow:hidden;
}
.logo-brand img{
  width:150px !important;
  max-width:150px !important;
  height:70px !important;
  object-fit:contain !important;
  object-position:left center;
}
@media (max-width:560px){
  body{
    padding-top:82px;
  }
  .site-header .nav{
    min-height:82px;
  }
  .logo-brand img{
    width:132px !important;
    max-width:132px !important;
    height:62px !important;
  }
}
