:root{
  --bg:#0b1220;
  --bg-soft:#111a2d;
  --panel:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line:#dbe3ef;
  --brand:#c62828;
  --brand-dark:#8f1d1d;
  --accent:#ffb300;
  --ok:#0f766e;
  --white:#fff;
  --max:1180px;
  --radius:20px;
  --shadow:0 10px 30px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#f7fafc;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),92vw);margin:0 auto}
.topbar{background:#111827;color:#f8fafc;font-size:.92rem}
.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:10px 0;flex-wrap:wrap}
.navbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.navbar .container{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:20px}
.logo{font-size:1.4rem;font-weight:800;letter-spacing:.2px}
.logo span{color:var(--brand)}
.nav-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.nav-links a{font-weight:700;color:#1f2937}
.btn{display:inline-block;padding:14px 20px;border-radius:12px;font-weight:800;transition:.2s ease}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark)}
.btn-secondary{background:#fff;color:var(--brand);border:2px solid var(--brand)}
.btn-dark{background:#111827;color:#fff}
.hero{background:linear-gradient(135deg,var(--bg),#1f2937);color:#fff;padding:72px 0 54px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}
.eyebrow{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);font-weight:700;font-size:.88rem}
h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;margin:18px 0}
.hero p{font-size:1.08rem;color:#dbe4f1}
.hero-card{background:#fff;color:var(--text);padding:22px;border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-card h3{margin-top:0}
.hero-card input,.hero-card select,.hero-card textarea,.contact-form input,.contact-form textarea,.contact-form select{
  width:100%;padding:14px 14px;border:1px solid #cbd5e1;border-radius:12px;margin-bottom:12px;font:inherit
}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.stat{background:rgba(255,255,255,.08);padding:16px;border-radius:16px}
.stat strong{display:block;font-size:1.4rem}
.section{padding:70px 0}
.section.alt{background:#eef3f8}
.section h2{font-size:clamp(1.7rem,3vw,2.6rem);margin:0 0 12px}
.section-intro{max-width:760px;color:var(--muted);margin-bottom:28px}
.grid-4,.grid-3,.grid-2{display:grid;gap:22px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.card h3{margin-top:0}
.kicker{color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:800}
.price{font-size:1.8rem;font-weight:800;margin:10px 0 6px}
.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;font-size:.94rem;margin:16px 0}
.spec{padding:10px 12px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}
.checks{padding-left:18px;color:var(--muted)}
.checks li{margin-bottom:8px}
.band{background:linear-gradient(135deg,#7f1d1d,var(--brand));color:#fff;border-radius:26px;padding:30px}
.band-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center}
.quote{background:#fff;color:#0f172a;border-left:5px solid var(--accent);padding:18px;border-radius:18px;box-shadow:var(--shadow)}
.footer{background:#0f172a;color:#e5edf8;padding:50px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:24px}
.footer a{color:#dbe7f7}
.badge-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.badge{padding:9px 12px;border-radius:999px;background:#fff;color:#0f172a;border:1px solid var(--line);font-weight:700;font-size:.9rem}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.page-hero{background:linear-gradient(135deg,#172554,#0f172a);color:#fff;padding:56px 0}
.breadcrumb{font-size:.92rem;color:#cbd5e1;margin-bottom:10px}
.table-like{display:grid;gap:12px}
.row{display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr .9fr;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);padding:15px;border-radius:16px}
.row.head{background:#e8eef7;font-weight:800}
.notice{padding:14px 16px;border-radius:14px;background:#fff8e1;border:1px solid #f5d77d;color:#7c5b00}
@media (max-width:980px){
  .hero-grid,.grid-4,.grid-3,.grid-2,.footer-grid,.band-grid,.stats{grid-template-columns:1fr 1fr}
  .row{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .hero-grid,.grid-4,.grid-3,.grid-2,.footer-grid,.band-grid,.stats{grid-template-columns:1fr}
  .nav-links{display:none}
  .row{grid-template-columns:1fr}
}

.product-hero{background:linear-gradient(135deg,#172554,#0f172a);color:#fff;padding:56px 0}
.product-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
.product-hero p{color:#dbe4f1}
.spec-table{display:grid;gap:12px;margin-top:22px}
.spec-table .row{grid-template-columns:1fr 1fr}
.mini-note{font-size:.92rem;color:#64748b}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.link-list{display:grid;gap:10px}
@media (max-width:980px){.product-hero-grid,.related-grid{grid-template-columns:1fr 1fr}}
@media (max-width:700px){.product-hero-grid,.related-grid{grid-template-columns:1fr}}


/* FAQ SEO blocks */
.faq-section{border-top:1px solid rgba(148,163,184,.12)}
.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:22px}
.faq-item{background:#0f172a;border:1px solid rgba(148,163,184,.16);border-radius:16px;padding:22px;box-shadow:0 10px 30px rgba(2,6,23,.18)}
.faq-item h3{margin:0 0 10px;font-size:1.02rem;color:#f8fafc}
.faq-item p{margin:0;color:#cbd5e1;line-height:1.65}


/* ── Homepage hero two-column layout ── */
.hero-grid{
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 48px;
}

.hero-left{
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 8px;
}

.hero-right{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hero-product-img{
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
  margin: 0 auto -18px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.45));
}

.hero .hero-card{
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 20px;
  padding: 24px 22px 20px;
  position: relative;
  z-index: 1;
}

.hero .hero-card h3{
  margin: 0 0 14px;
  font-size: 1.12rem;
  color: var(--text);
}

@media (max-width: 900px){
  .hero-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-product-img{
    max-height: 240px;
    margin-bottom: -12px;
  }
  .hero-right{
    max-width: 520px;
    width: 100%;
  }
}

@media (max-width: 640px){
  .hero-product-img{
    max-height: 200px;
  }
}

/* ── END homepage hero ── */

/* global hero banner cleanup */
.hero,
.page-hero,
.product-hero{
  overflow:hidden;
}

.hero{
  padding:72px 0 56px;
}

.page-hero,
.product-hero{
  padding:48px 0 42px;
}

.hero-grid,
.product-hero-grid{
  align-items:center;
  gap:32px;
}

.hero-grid > div:first-child,
.product-hero-grid > div:first-child{
  min-width:0;
}

.hero-grid > div:first-child > *,
.product-hero-grid > div:first-child > *{
  max-width:680px;
}

.hero h1,
.page-hero h1,
.product-hero h1{
  max-width:760px;
  line-height:1.08;
  margin:14px 0 14px;
  word-break:normal;
  overflow-wrap:anywhere;
}

.hero p,
.page-hero p,
.product-hero p{
  max-width:640px;
  margin:0 0 16px;
}

.breadcrumb{
  display:block;
  max-width:760px;
  line-height:1.45;
  word-break:break-word;
}

.hero-card{
  width:100%;
  max-width:420px;
  margin-left:auto;
}

.product-hero-grid > div:last-child .card,
.product-hero-grid > div:last-child .hero-card{
  width:100%;
  max-width:420px;
  margin-left:auto;
}

.page-hero .container,
.product-hero .container,
.hero .container{
  position:relative;
}

/* neat product and category hero images */
.product-main-image{
  display:block;
  width:100%;
  max-width:420px;
  height:auto;
  max-height:320px;
  object-fit:contain;
  object-position:center;
  margin:18px 0 22px;
}

.product-hero .product-main-image,
.page-hero .product-main-image{
  background:rgba(255,255,255,0.04);
  border-radius:16px;
  padding:10px;
}

.page-hero .product-main-image{
  max-width:340px;
  max-height:240px;
}

/* homepage image sizing */
.hero img{
  display:block;
  width:100%;
  max-width:420px;
  height:auto;
  max-height:320px;
  object-fit:contain;
  object-position:center;
  margin:0 auto;
}

.hero-grid > div:last-child{
  display:flex;
  justify-content:flex-end;
}

.hero-grid > div:last-child > *{
  width:100%;
  max-width:420px;
}

@media (max-width: 1100px){
  .hero h1,
  .page-hero h1,
  .product-hero h1{
    font-size:clamp(2.1rem, 4vw, 3.5rem);
  }

  .hero-card,
  .product-hero-grid > div:last-child .card,
  .product-hero-grid > div:last-child .hero-card,
  .hero-grid > div:last-child > *{
    max-width:380px;
  }

  .product-main-image{
    max-width:380px;
    max-height:290px;
  }
}

@media (max-width: 900px){
  .hero,
  .page-hero,
  .product-hero{
    padding:38px 0 34px;
  }

  .hero-grid,
  .product-hero-grid{
    grid-template-columns:1fr;
    gap:22px;
    align-items:start;
  }

  .hero-grid > div:last-child,
  .product-hero-grid > div:last-child{
    justify-content:flex-start;
  }

  .hero-card,
  .product-hero-grid > div:last-child .card,
  .product-hero-grid > div:last-child .hero-card,
  .hero-grid > div:last-child > *{
    max-width:100%;
    margin-left:0;
  }

  .product-main-image,
  .hero img{
    max-width:100%;
    max-height:260px;
    margin:14px auto 20px;
  }

  .page-hero .product-main-image{
    max-width:100%;
    max-height:220px;
  }

  .hero h1,
  .page-hero h1,
  .product-hero h1{
    margin-top:12px;
    margin-bottom:12px;
    font-size:clamp(2rem, 8vw, 3rem);
  }
}

@media (max-width: 640px){
  .hero,
  .page-hero,
  .product-hero{
    padding:30px 0 28px;
  }

  .hero-card,
  .product-hero-grid > div:last-child .card,
  .product-hero-grid > div:last-child .hero-card{
    padding:18px;
    border-radius:16px;
  }

  .product-main-image,
  .hero img{
    max-height:220px;
  }

  .hero p,
  .page-hero p,
  .product-hero p{
    font-size:.98rem;
  }
}


/* ── Nav dropdown ── */
.nav-dropdown{position:relative;display:inline-block}
.nav-dropdown-toggle{font-weight:700;color:#1f2937;cursor:pointer;white-space:nowrap}
.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 32px rgba(15,23,42,.14);padding:10px 0;min-width:200px;z-index:100;column-count:2;column-gap:0}
.nav-dropdown-menu a{display:block;padding:8px 18px;font-weight:600;color:#1f2937;font-size:.93rem;white-space:nowrap;break-inside:avoid}
.nav-dropdown-menu a:hover{background:#f1f5fb;color:var(--brand)}
.nav-dropdown:hover .nav-dropdown-menu{display:block}
/* ── Wide footer grid ── */
@media (max-width:980px){@media (max-width:640px){
/* ══ Location pages ══════════════════════════════════════════════════════════ */
.loc-hero{background:linear-gradient(135deg,#0b1220,#1a2540);color:#fff;padding:56px 0 48px}
.loc-hero-inner{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:start}
.loc-hero-text .breadcrumb{color:#94a3b8;margin-bottom:10px}
.loc-hero-text h1{font-size:clamp(2rem,3.5vw,3rem);line-height:1.08;margin:10px 0 14px;color:#fff}
.loc-hero-text p{color:#dbe4f1;font-size:1.05rem;max-width:580px;margin-bottom:18px}
.loc-industry-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.loc-badge{padding:5px 12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:.84rem;font-weight:600;color:#e2e8f0}
.loc-hero-card{padding-top:4px}
.loc-product-card{text-align:center;padding:26px 20px}
.loc-product-icon{font-size:2rem;margin-bottom:10px}
.loc-product-card h3{margin:0 0 8px}
.loc-product-card p{font-size:.93rem;color:var(--muted);margin-bottom:16px}
.loc-cta-strip{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;background:linear-gradient(135deg,#172554,#0f172a);color:#fff;border-radius:24px;padding:36px 40px}
.loc-cta-strip h2{color:#fff;margin:8px 0 10px}
.loc-cta-strip p{color:#dbe4f1;margin:0;max-width:560px}
.loc-cta-actions{display:flex;flex-direction:column;gap:12px;min-width:180px}
.loc-cta-actions .btn{text-align:center;white-space:nowrap}
.nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.nearby-card{display:flex;flex-direction:column;gap:5px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);transition:.2s ease;text-decoration:none;color:inherit}
.nearby-card:hover{border-color:var(--brand);box-shadow:0 8px 24px rgba(198,40,40,.12);transform:translateY(-2px)}
.nearby-card strong{color:#0f172a;font-size:1rem}
.nearby-card span{color:var(--muted);font-size:.87rem;line-height:1.45}
@media(max-width:900px){
  .loc-hero-inner{grid-template-columns:1fr;gap:28px}
  .loc-cta-strip{grid-template-columns:1fr;gap:20px;padding:28px 24px}
  .nearby-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .nearby-grid{grid-template-columns:1fr}
  .loc-cta-actions{flex-direction:row;flex-wrap:wrap}
}
/* ══ Compact footer ══════════════════════════════════════════════════════════ */
.footer{background:#0f172a;color:#e5edf8;padding:40px 0 0}
.footer-main{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(148,163,184,.12)}
.footer-brand .logo{font-size:1.3rem;font-weight:800;margin-bottom:10px}
.footer-brand p{color:#94a3b8;font-size:.92rem;max-width:300px;margin:0}
.footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.footer-cols h4{color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin:0 0 10px}
.footer-cols a{display:block;color:#94a3b8;font-size:.9rem;margin-bottom:6px;transition:.15s}
.footer-cols a:hover{color:#fff}
.footer-locations{padding:18px 0;border-bottom:1px solid rgba(148,163,184,.12)}
.footer-loc-label{color:#64748b;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-right:10px}
.footer-loc-links{display:inline}
.footer-loc-links a{color:#64748b;font-size:.82rem;transition:.15s}
.footer-loc-links a:hover{color:#cbd5e1}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:14px 0;color:#475569;font-size:.82rem;flex-wrap:wrap;gap:8px}
@media(max-width:768px){
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
/* ══ END location + footer ═══════════════════════════════════════════════════ */

/* ── Location hero image ── */
.loc-hero-img{
  display:block;
  width:100%;
  max-width:480px;
  height:auto;
  max-height:320px;
  object-fit:contain;
  object-position:center bottom;
  margin:24px 0 0;
  filter:drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}
@media(max-width:900px){
  .loc-hero-img{
    max-width:100%;
    max-height:240px;
    margin:16px auto 0;
  }
}

/* ── Product category cards with images ── */
.cat-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:.2s ease;
}
.cat-card:hover{
  box-shadow:0 16px 40px rgba(15,23,42,.13);
  transform:translateY(-3px);
}
.cat-card-img-wrap{
  display:block;
  background:#f1f5fb;
  padding:20px;
  text-align:center;
  border-bottom:1px solid var(--line);
}
.cat-card-img-wrap img{
  width:100%;
  height:180px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin:0 auto;
  transition:.25s ease;
}
.cat-card:hover .cat-card-img-wrap img{
  transform:scale(1.04);
}
.cat-card-body{
  padding:20px 22px 22px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.cat-card-body h3{
  margin:0 0 8px;
  font-size:1.08rem;
}
.cat-card-body p{
  color:var(--muted);
  font-size:.93rem;
  flex:1;
  margin:0 0 16px;
}
/* ── END product category cards ── */
/* Floating WhatsApp CTA */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #16a34a;
  color: #fff !important;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.28); }
.whatsapp-float span { font-size: 14px; }
@media (max-width: 560px) {
  .whatsapp-float { left: 14px; right: 14px; justify-content: center; bottom: 14px; }
}

.check-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:12px}
.check-list li{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;box-shadow:var(--shadow)}
.check-list li::before{content:"✓";font-weight:800;color:var(--ok);margin-right:10px}
