/* ===== BASEMENTS.COM — MAIN STYLESHEET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#080808;--bg-card:#111;--bg-card2:#181818;
  --red:#cc0000;--red-h:#e60000;--red-dk:#990000;
  --white:#fff;--gray:#ccc;--gray-m:#888;--border:#222;
  --nav-h:70px;
}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--white);font-family:'Segoe UI',system-ui,-apple-system,sans-serif;line-height:1.6;font-size:16px}
a{color:var(--red);text-decoration:none}
a:hover{color:var(--red-h)}
img{max-width:100%;height:auto;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* NAV */
.nav{position:sticky;top:0;z-index:1000;background:rgba(8,8,8,.97);border-bottom:2px solid var(--red);height:var(--nav-h);display:flex;align-items:center}
.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}
.nav-logo img{height:46px}
.nav-links{display:flex;gap:24px;list-style:none;align-items:center}
.nav-links a{color:var(--white);font-weight:500;font-size:13px;text-transform:uppercase;letter-spacing:.06em;transition:color .2s}
.nav-links a:hover{color:var(--red)}
.nav-phone{color:var(--red)!important;font-weight:700!important}
.nav-cta{background:var(--red);color:var(--white)!important;padding:10px 18px;border-radius:4px;font-weight:700!important;transition:background .2s!important}
.nav-cta:hover{background:var(--red-h)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{width:24px;height:2px;background:var(--white);display:block;transition:all .3s}
.mobile-nav{display:none;position:absolute;top:var(--nav-h);left:0;right:0;background:#0f0f0f;border-bottom:2px solid var(--red);padding:16px 20px;z-index:999}
.mobile-nav.open{display:block}
.mobile-nav a{display:block;color:var(--white);padding:12px 0;border-bottom:1px solid var(--border);font-weight:500;font-size:15px}
.mobile-nav a:hover{color:var(--red)}

/* HERO */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.32)}
.hero-content{position:relative;z-index:2;max-width:740px}
.badge{display:inline-block;background:var(--red);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:3px;margin-bottom:20px}
.hero h1{font-size:clamp(2rem,5vw,3.8rem);font-weight:900;line-height:1.08;margin-bottom:20px}
.hero h1 em{color:var(--red);font-style:normal}
.hero p{font-size:1.1rem;color:var(--gray);margin-bottom:32px;max-width:560px}
.btn-row{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;padding:16px 32px;font-size:1rem;font-weight:700;border-radius:4px;border:2px solid transparent;cursor:pointer;transition:all .2s;text-align:center;font-family:inherit}
.btn-red{background:var(--red);color:var(--white);border-color:var(--red)}
.btn-red:hover{background:var(--red-h);border-color:var(--red-h);color:var(--white);transform:translateY(-2px)}
.btn-white{background:transparent;color:var(--white);border-color:var(--white)}
.btn-white:hover{background:var(--white);color:var(--bg);transform:translateY(-2px)}

/* TRUST BAR */
.trust-bar{background:var(--red);padding:14px 0}
.trust-inner{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.ti{display:flex;align-items:center;gap:8px;color:var(--white);font-weight:600;font-size:13px}

/* SECTIONS */
section{padding:80px 0}
.section-label{color:var(--red);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px}
.section-title{font-size:clamp(1.7rem,3.5vw,2.7rem);font-weight:800;margin-bottom:14px;line-height:1.2}
.section-title em{color:var(--red);font-style:normal}
.section-sub{color:var(--gray);font-size:1rem;max-width:600px;margin-bottom:44px}

/* SERVICES GRID */
.svc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.svc-card{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--red);border-radius:6px;padding:30px 26px;transition:transform .2s,box-shadow .2s}
.svc-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(204,0,0,.15)}
.svc-icon{font-size:2rem;margin-bottom:14px}
.svc-card h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}
.svc-card p{color:var(--gray);font-size:.9rem;line-height:1.6}

/* GALLERY */
.gal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.gal-grid img{width:100%;height:230px;object-fit:cover;border-radius:4px;transition:transform .3s,filter .3s}
.gal-grid img:hover{transform:scale(1.04);filter:brightness(1.1)}

/* STATS */
.stats-wrap{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}
.stat{padding:48px 16px;border-right:1px solid var(--border)}
.stat:last-child{border-right:none}
.stat-num{font-size:2.8rem;font-weight:900;color:var(--red);line-height:1;margin-bottom:6px}
.stat-lbl{color:var(--gray);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}

/* CITIES */
.city-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}
.city-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:26px 22px;text-align:center;transition:all .2s;display:block;color:var(--white)}
.city-card:hover{border-color:var(--red);background:var(--bg-card2);transform:translateY(-3px);color:var(--white)}
.city-card h3{font-size:1.1rem;font-weight:700;margin-bottom:6px}
.city-card p{color:var(--gray-m);font-size:.85rem;margin-bottom:12px}
.city-link{color:var(--red);font-weight:600;font-size:.85rem}

/* REVIEWS */
.rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:22px}
.rev-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:26px}
.stars{color:#ffd700;font-size:1rem;margin-bottom:10px;letter-spacing:2px}
.rev-card blockquote{color:var(--gray);font-size:.9rem;line-height:1.7;margin-bottom:14px;font-style:italic}
.reviewer{font-weight:700;color:var(--white);font-size:.85rem}
.reviewer span{color:var(--gray-m);font-weight:400}

/* CTA BAND */
.cta-band{background:linear-gradient(135deg,#0f0f0f 0%,#1a0000 100%);border-top:3px solid var(--red);text-align:center;padding:80px 0}
.cta-band h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;margin-bottom:14px}
.cta-band p{color:var(--gray);font-size:1.05rem;margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto}
.phone-big{display:block;font-size:2rem;font-weight:900;color:var(--red);margin-bottom:24px;letter-spacing:.02em}
.phone-big:hover{color:var(--red-h)}

/* LEAD FORM */
.form-wrap{max-width:700px;margin:0 auto}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.fg{display:flex;flex-direction:column;gap:5px}
.fg label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gray)}
.fg input,.fg select,.fg textarea{background:#181818;border:1px solid #333;border-radius:4px;color:var(--white);padding:12px 14px;font-size:.95rem;font-family:inherit;transition:border-color .2s;width:100%}
.fg input:focus,.fg select,.fg select:focus,.fg textarea:focus{outline:none;border-color:var(--red)}
.fg select option{background:#181818}
.fg textarea{resize:vertical;min-height:110px}
.fg-full{grid-column:1/-1}
.form-submit{width:100%;background:var(--red);color:var(--white);border:none;padding:18px;font-size:1.05rem;font-weight:700;border-radius:4px;cursor:pointer;transition:background .2s;margin-top:8px;letter-spacing:.03em;font-family:inherit}
.form-submit:hover{background:var(--red-h)}
.form-note{text-align:center;color:var(--gray-m);font-size:.8rem;margin-top:10px}
.form-success{background:#0a2a0a;border:1px solid #2a6a2a;border-radius:6px;padding:40px;text-align:center;display:none}
.form-success h3{color:#44dd44;font-size:1.4rem;margin-bottom:10px}
.form-success p{color:var(--gray)}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,#0f0f0f,#1a0000);border-bottom:3px solid var(--red);padding:72px 0 56px;text-align:center}
.breadcrumb{color:var(--gray-m);font-size:.82rem;margin-bottom:14px}
.breadcrumb a{color:var(--red)}
.page-hero h1{font-size:clamp(1.9rem,4vw,3.1rem);font-weight:900;margin-bottom:14px}
.page-hero h1 em{color:var(--red);font-style:normal}
.page-hero p{color:var(--gray);font-size:1.05rem;max-width:620px;margin:0 auto 26px}

/* FAQ */
.faq-item{border:1px solid var(--border);border-radius:6px;margin-bottom:10px;overflow:hidden}
.faq-q{width:100%;background:var(--bg-card);color:var(--white);border:none;padding:18px 22px;text-align:left;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;transition:background .2s}
.faq-q:hover{background:var(--bg-card2)}
.faq-chev{color:var(--red);font-size:1.1rem;transition:transform .3s;flex-shrink:0}
.faq-q.open .faq-chev{transform:rotate(180deg)}
.faq-a{background:#0d0d0d;border-top:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s}
.faq-a.open{max-height:600px;padding:18px 22px}
.faq-a p{color:var(--gray);line-height:1.7;font-size:.93rem}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}
.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;overflow:hidden;transition:transform .2s}
.blog-card:hover{transform:translateY(-4px)}
.blog-card img{width:100%;height:200px;object-fit:cover}
.blog-body{padding:22px}
.blog-tag{background:var(--red);color:var(--white);font-size:10px;font-weight:700;padding:4px 10px;border-radius:3px;text-transform:uppercase;letter-spacing:.05em;display:inline-block;margin-bottom:10px}
.blog-card h3{font-size:1rem;font-weight:700;margin-bottom:8px;line-height:1.4}
.blog-card h3 a{color:var(--white)}
.blog-card h3 a:hover{color:var(--red)}
.blog-card p{color:var(--gray-m);font-size:.87rem;line-height:1.6}
.read-more{display:inline-block;margin-top:12px;color:var(--red);font-weight:600;font-size:.87rem}

/* ABOUT GRID */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-img{border:3px solid var(--red);border-radius:6px;overflow:hidden}
.about-img img{width:100%;height:420px;object-fit:cover}
.about-text h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;margin-bottom:16px;line-height:1.2}
.about-text h2 em{color:var(--red);font-style:normal}
.about-text p{color:var(--gray);line-height:1.8;margin-bottom:16px;font-size:.97rem}
.cert-list{list-style:none;margin-top:20px}
.cert-list li{padding:10px 0;border-bottom:1px solid var(--border);color:var(--gray);display:flex;gap:10px;font-size:.93rem}
.cert-list li::before{content:'✓';color:var(--red);font-weight:900}

/* CITY PAGE */
.why-list{list-style:none}
.why-list li{padding:12px 0;border-bottom:1px solid var(--border);color:var(--gray);display:flex;gap:12px;font-size:.95rem}
.why-list li::before{content:'✓';color:var(--red);font-weight:900;flex-shrink:0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}

/* BLOG ARTICLE */
.article-wrap{max-width:800px;margin:0 auto}
.article-wrap h2{font-size:1.5rem;font-weight:700;margin:32px 0 12px;color:var(--white)}
.article-wrap h3{font-size:1.15rem;font-weight:700;margin:24px 0 10px;color:var(--red)}
.article-wrap p{color:var(--gray);line-height:1.8;margin-bottom:16px}
.article-wrap ul{color:var(--gray);padding-left:22px;margin-bottom:16px;line-height:1.8}
.article-wrap ul li{margin-bottom:6px}
.article-wrap img{border-radius:6px;margin:24px 0;border:2px solid var(--border)}
.article-meta{color:var(--gray-m);font-size:.85rem;margin-bottom:32px}
.article-meta span{color:var(--red)}

/* FOOTER */
footer{background:#050505;border-top:3px solid var(--red);padding:60px 0 28px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px}
.footer-logo img{height:48px;margin-bottom:14px}
.footer-desc{color:var(--gray-m);font-size:.87rem;line-height:1.7}
.footer-phone{display:block;color:var(--red);font-size:1.05rem;font-weight:700;margin:10px 0}
.footer-email{color:var(--gray-m);font-size:.85rem}
.footer-email:hover{color:var(--red)}
.fsec h4{color:var(--white);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px;padding-bottom:7px;border-bottom:2px solid var(--red);display:inline-block}
.flinks{list-style:none}
.flinks li{margin-bottom:7px}
.flinks a{color:var(--gray-m);font-size:.87rem;transition:color .2s}
.flinks a:hover{color:var(--red)}
.footer-bottom{border-top:1px solid var(--border);padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom p{color:var(--gray-m);font-size:.78rem}

/* RESPONSIVE */
@media(max-width:960px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .gal-grid{grid-template-columns:1fr 1fr}
  .stats-inner{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:none}
  .stat{border-bottom:1px solid var(--border)}
}
@media(max-width:600px){
  .nav-links{display:none}
  .hamburger{display:flex}
  section{padding:52px 0}
  .form-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;text-align:center}
  .hero{min-height:75vh}
  .gal-grid{grid-template-columns:1fr}
  .trust-inner{gap:16px}
  .stats-inner{grid-template-columns:1fr 1fr}
  .phone-big{font-size:1.5rem}
}
