/* StripeSmart lead-gen site (residential + commercial) */
:root{
  --ink:#0b0f16;
  --accent:#c81f2d;
  --shadow: 0 18px 45px rgba(0,0,0,.25);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; background:var(--ink); color:#0f172a}
.container{max-width:1200px; margin:0 auto; padding:0 18px}
a{text-decoration:none; color:inherit}

/* Topbar */
.topbar{background:linear-gradient(#0a0d12,#070a0f); color:rgba(255,255,255,.9); border-bottom:1px solid rgba(255,255,255,.06)}
.topbar-inner{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0; font-size:13px; flex-wrap:wrap}
.topbar-left,.topbar-right{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.topbar-right{justify-content:flex-end}
.toplink{color:rgba(255,255,255,.92)}
.dot{opacity:.55}
.ico{opacity:.9}

/* Header */
.header{position:sticky; top:0; z-index:50; background:rgba(231,234,238,.92); backdrop-filter:blur(10px); border-bottom:1px solid rgba(0,0,0,.10)}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:12px 0}
.brand{display:flex; align-items:center}
.brand-logo{height:56px; width:auto; display:block}
.nav{display:flex; align-items:center; gap:26px; margin:0 auto}
.nav a{font-weight:700; color:rgba(15,23,42,.88); padding:10px 6px}
.nav a:hover{color:rgba(15,23,42,1)}

.social-link{display:inline-flex; align-items:center; justify-content:center; width:42px; height:40px; border-radius:999px; border:1px solid rgba(0,0,0,.14); background:rgba(255,255,255,.80); transition:transform .15s ease, background .15s ease}
.social-link svg{width:18px; height:18px; fill:rgba(15,23,42,.78)}
.social-link:hover{transform:translateY(-1px); background:rgba(255,255,255,.92)}

/* Buttons */
.btn{display:inline-flex; align-items:center; justify-content:center; background:var(--accent); color:white; font-weight:900; padding:12px 18px; border-radius:12px; border:1px solid rgba(0,0,0,.14); box-shadow:0 14px 28px rgba(200,31,45,.25)}
.btn:hover{background:#b51b28}
.btn:active{transform:translateY(1px)}
.btn-small{padding:11px 18px}
.btn-full{width:100%}
.btn-dark{background:rgba(10,13,18,.70); border:1px solid rgba(255,255,255,.18); box-shadow:none}
.btn-dark:hover{background:rgba(10,13,18,.82)}

/* Mobile */
.menu-btn{display:none; width:44px; height:40px; border-radius:12px; border:1px solid rgba(0,0,0,.14); background:rgba(255,255,255,.8); padding:10px}
.menu-btn span{display:block; height:2px; background:rgba(15,23,42,.72); margin:5px 0; border-radius:2px}
.mobile-nav{display:none; border-top:1px solid rgba(0,0,0,.10); background:rgba(231,234,238,.96)}
.mobile-nav.open{display:block}
.mobile-nav-inner{padding:12px 0 16px; display:grid; gap:10px}
.mobile-nav a{padding:10px 0; font-weight:800; color:rgba(15,23,42,.88)}

/* Hero */
.hero{position:relative; overflow:hidden}
.hero-bg{position:absolute; inset:0; background-image:url('hero-parkinglot.jpg'); background-size:cover; background-position:center; transform:scale(1.02); filter:saturate(1.05) contrast(1.05)}
.hero-overlay{position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.42) 55%, rgba(0,0,0,.22) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.42));
}
.hero-inner{position:relative; z-index:2; padding:58px 0 56px; display:grid; grid-template-columns: 1.2fr .8fr; gap:22px; align-items:start}
.hero-copy{color:rgba(255,255,255,.95)}
.hero h1{margin:0 0 12px; font-size:54px; line-height:1.03; letter-spacing:-.8px; text-shadow:0 10px 28px rgba(0,0,0,.55)}
.lead{margin:0 0 18px; font-size:17px; max-width:62ch; color:rgba(255,255,255,.83); text-shadow:0 10px 26px rgba(0,0,0,.45)}
.lead strong{color:rgba(255,255,255,.95)}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 18px}

/* Feature bar */
.feature-bar{display:flex; align-items:center; gap:14px; padding:14px 16px; border-radius:14px; background:rgba(0,0,0,.34); border:1px solid rgba(255,255,255,.14); box-shadow:0 18px 44px rgba(0,0,0,.28); max-width:760px}
.feature{display:flex; align-items:center; gap:10px; font-weight:900; color:rgba(255,255,255,.90)}
.check{display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18)}
.vsep{width:1px; height:18px; background:rgba(255,255,255,.18)}

/* Service cards in hero */
.service-row{margin-top:18px; display:grid; grid-template-columns:1fr; gap:14px; max-width:780px}
.service-card{background:rgba(0,0,0,.32); border:1px solid rgba(255,255,255,.14); border-radius:16px; padding:16px 18px; box-shadow:0 16px 36px rgba(0,0,0,.28)}
.service-title{font-weight:1000; font-size:24px; line-height:1.06}
.badge{display:inline-flex; width:34px; height:34px; align-items:center; justify-content:center; border-radius:10px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.10); margin-right:10px; transform:translateY(-2px)}
.service-text{margin-top:10px; color:rgba(255,255,255,.82); line-height:1.45; font-size:16px}

/* Quote card */
.quote-card{background:rgba(244,246,249,.95); border:1px solid rgba(0,0,0,.14); border-radius:14px; box-shadow:var(--shadow); overflow:hidden}
.quote-head{padding:18px 18px 8px}
.quote-head h2{margin:0 0 8px; font-size:24px; color:rgba(15,23,42,.95)}
.quote-head p{margin:0; color:rgba(75,85,99,.92); line-height:1.35}
.form{padding:10px 18px 18px}
.form input,.form select,.form textarea{width:100%; padding:12px 12px; border-radius:10px; border:1px solid rgba(15,23,42,.18); background:#f0f2f5; outline:none; font-size:15px; margin-top:10px}
.form textarea{resize:vertical}
.form input:focus,.form select:focus,.form textarea:focus{border-color:rgba(200,31,45,.55); box-shadow:0 0 0 3px rgba(200,31,45,.15); background:#ffffff}
.fineprint{margin:10px 0 12px; font-size:12px; color:rgba(75,85,99,.90); line-height:1.35}
.fineprint-bottom{margin-top:12px; text-align:center; color:rgba(75,85,99,.86)}

/* Sections */
.section{background:#0b0f16; padding:56px 0}
.section-alt{background:#0d121b; border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06)}
.section-head h2{margin:0 0 8px; color:rgba(255,255,255,.93); font-size:30px; letter-spacing:-.4px}
.section-head p{margin:0; color:rgba(255,255,255,.70)}
.grid-3{display:grid; grid-template-columns:1fr 1fr 1fr; gap:16px; margin-top:16px}
.card{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10); border-radius:16px; padding:18px; box-shadow:0 14px 30px rgba(0,0,0,.18); color:rgba(255,255,255,.92)}
.card .icon{font-size:22px}
.card h3{margin:10px 0 8px; font-size:18px}
.card p{margin:0; color:rgba(255,255,255,.75); line-height:1.5}
.note{margin-top:16px; color:rgba(255,255,255,.70)}

/* Steps */
.steps{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:16px}
.step{background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10); border-radius:16px; padding:18px; color:rgba(255,255,255,.92)}
.step-num{width:34px; height:34px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-weight:1000; background:rgba(200,31,45,.22); border:1px solid rgba(200,31,45,.35)}
.step h3{margin:12px 0 6px}
.step p{margin:0; color:rgba(255,255,255,.72)}

/* Gallery */
.gallery{display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:16px}
.ph{border-radius:16px; border:1px dashed rgba(255,255,255,.22); background:rgba(255,255,255,.04); overflow:hidden; min-height:140px; color:rgba(255,255,255,.90)}
.ph-top{padding:10px 12px; font-weight:1000; border-bottom:1px dashed rgba(255,255,255,.16)}
.ph-body{padding:14px 12px; color:rgba(255,255,255,.70); font-size:14px}

/* Areas */
.areas{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.tag{padding:10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.06); color:rgba(255,255,255,.90); font-weight:900; font-size:13px}

/* Reviews */
.review{margin:0; padding:18px; border-radius:16px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.05); color:rgba(255,255,255,.92)}
.review blockquote{margin:0; line-height:1.5; color:rgba(255,255,255,.88)}
.review figcaption{margin-top:10px; color:rgba(255,255,255,.72); font-weight:900}

/* Footer */
.footer{background:#070a0f; border-top:1px solid rgba(255,255,255,.08); padding:26px 0; color:rgba(255,255,255,.86)}
.footer-brand{font-weight:1000}
.footer-muted{margin-top:6px; color:rgba(255,255,255,.70); font-size:13px}

.footer-social{margin-top:10px}
.footer-link{display:inline-flex; align-items:center; gap:10px; color:rgba(255,255,255,.9); font-weight:700}
.footer-link:hover{color:#fff; text-decoration:underline}
.footer-icon{width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; border-radius:10px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.14)}
.footer-icon svg{width:16px; height:16px; fill:rgba(255,255,255,.86)}


/* Thank you */
.thanks{min-height: calc(100vh - 48px); display:flex; align-items:center; justify-content:center; background:#0b0f16; padding:30px 18px}
.thanks-card{max-width:640px; width:100%; background:rgba(244,246,249,.95); border:1px solid rgba(0,0,0,.14); border-radius:18px; box-shadow:var(--shadow); padding:26px; text-align:center}
.thanks-logo{height:70px; width:auto}
.thanks-card h1{margin:14px 0 8px}
.thanks-card p{margin:0 0 10px}
.thanks-card .muted{color:rgba(75,85,99,.9); margin-bottom:16px}

/* Responsive */
@media (max-width: 1100px){.hero-inner{grid-template-columns:1fr} .nav{gap:18px}}
@media (max-width: 980px){.hero h1{font-size:46px} .grid-3{grid-template-columns:1fr} .gallery{grid-template-columns:1fr 1fr} .steps{grid-template-columns:1fr}}
@media (max-width: 860px){.nav{display:none} .menu-btn{display:block} .topbar-inner{flex-direction:column; align-items:flex-start} .feature-bar{flex-direction:column; align-items:flex-start} .vsep{display:none}}
@media (max-width: 520px){.hero h1{font-size:38px}}


/* Contractor-style heavy icons */
.badge svg.svc-ico,
.icon-heavy svg.svc-ico{
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.badge svg.svc-ico path,
.badge svg.svc-ico rect{
  fill: rgba(255,255,255,.10); /* base; overridden below */
}

.badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  justify-content:center;
}

.badge svg.svc-ico path,
.badge svg.svc-ico rect{
  fill: rgba(200,31,45,.95);
}

.badge svg.svc-ico line{
  stroke: rgba(255,255,255,.90);
  stroke-width: 2.2;
  stroke-linecap: round;
}

.badge svg.svc-ico .dash{
  stroke: rgba(255,255,255,.75);
  stroke-width: 1.8;
  stroke-linecap: round;
}

.badge svg.svc-ico .cut{
  stroke: rgba(255,255,255,.80);
  stroke-width: 1.8;
  stroke-linecap: round;
}

.icon-heavy{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-start;
}

.icon-heavy svg.svc-ico{
  width: 34px;
  height: 34px;
}

.icon-heavy svg.svc-ico path,
.icon-heavy svg.svc-ico rect{
  fill: rgba(200,31,45,.95);
}

.icon-heavy svg.svc-ico line{
  stroke: rgba(255,255,255,.90);
  stroke-width: 2.4;
  stroke-linecap: round;
}

.icon-heavy svg.svc-ico .dash{ stroke-width: 2.0; }
.icon-heavy svg.svc-ico .cut{ stroke-width: 2.0; }

.icon.icon-heavy{font-size:0;}
