/* Light theme: blue/green/white */
/* Modern blue-green-white theme for Pro Cabinets */

/* Modern blue-green-white theme for Pro Cabinets */

:root{
  --bg:#ffffff;          /* white background */
  --panel:#f7fafc;       /* very light gray panels */
  --muted:#546475;       /* soft gray text */
  --text:#0b1b2b;        /* dark navy text */
  --brand:#0ea5a3;       /* teal green accent */
  --accent:#1e40af;      /* deep blue for focus/buttons */
}

/* base */
*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.container{width:min(1100px,92%);margin:0 auto}

/* TOP LOGO BANNER (full width) */
.brand-banner{
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}
.brand-banner img{
  display:block;
  width:100%;
  height:auto;
  max-height:110px;
  object-fit:contain;
  margin:0 auto;
  padding:8px 0;
}

/* HEADER BAR BELOW BANNER */
.topbar{
  position:sticky;
  top:0;
  z-index:20;
  background:#ffffff;
  border-bottom:1px solid #e5e7eb;
}
.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:var(--text);
}
.logo{
  width:46px;
  height:46px;
  border-radius:50%;
  object-fit:contain;
}
.brand-text strong{font-size:20px;color:var(--accent)}
.brand-text span{font-size:12px;color:var(--muted)}

/* Buttons */
.actions{display:flex;gap:10px}
.btn{
  display:inline-block;
  padding:10px 16px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  border:1px solid var(--accent);
  transition:all .2s ease;
}
.btn.solid{
  background:var(--accent);
  color:#fff;
}
.btn.ghost{
  color:var(--accent);
  background:transparent;
}
.btn:hover{
  transform:translateY(-1px);
  opacity:.9;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}
.logo{width:64px;height:64px;border-radius:8px;background:transparent;object-fit:contain}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-size:20px}
.brand-text span{font-size:13px;color:var(--muted)}

.actions{display:flex;gap:10px}
.btn{display:inline-block;padding:10px 14px;border-radius:12px;text-decoration:none;border:1px solid #e5e7eb;font-weight:600}
.btn.ghost{color:var(--accent);background:#fff;border-color:#cfe3ff}
.btn.solid{color:#fff;background:linear-gradient(90deg,var(--accent),var(--brand));border-color:transparent}
.btn:hover{transform:translateY(-1px)}

/* quick links */
.quicklinks{border-bottom:1px solid #e5e7eb;background:#f8fafc}
.quicklinks-inner{display:flex;flex-wrap:wrap;gap:14px;padding:10px 0;align-items:center;justify-content:center}
.quicklinks a{color:#1f2a37;text-decoration:none;font-weight:600}
.quicklinks .ql-cta{padding:6px 10px;border:1px solid #d9e3ee;border-radius:10px}
.quicklinks .ql-call,.quicklinks .ql-map{opacity:.9}

/* hero + cards */
.hero{background:linear-gradient(180deg,#f8fbff,transparent)}
.hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;padding:42px 0}
.hero h1{font-size:40px;margin:0 0 10px}
.hero p{color:var(--muted);font-size:16px;max-width:60ch}
.hero-cta{margin-top:16px;display:flex;gap:12px;flex-wrap:wrap}

.hero-card{background:var(--panel);border:1px solid #e6edf5;border-radius:16px;padding:18px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
.stat{background:#ffffff;border:1px solid #e6edf5;border-radius:14px;padding:16px;text-align:center}
.stat-num{display:block;font-size:28px;font-weight:800;color:var(--accent)}
.stat-label{display:block;color:var(--muted);font-size:12px;margin-top:6px}

/* bands/cards */
.band{padding:42px 0}
.band.alt{background:#f8fafc;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}
h2{margin:0 0 18px 0;font-size:28px;color:#10223a}

.grid{display:grid;gap:16px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:900px){ .hero-inner{grid-template-columns:1fr} .grid.two,.grid.three{grid-template-columns:1fr} }

.card{background:#ffffff;border:1px solid #e6edf5;border-radius:16px;overflow:hidden}
.card.video{padding:0}

.video-thumb{position:relative;display:block}
.video-thumb img{display:block;width:100%;height:auto}
.play{position:absolute;inset:auto auto 12px 12px;background:#fff;padding:8px 10px;border-radius:10px;border:1px solid #d9e3ee;font-weight:800}

.ba{position:relative}
.ba img{display:block;width:100%;height:auto}
.badge{position:absolute;top:12px;padding:6px 10px;border-radius:10px;background:#fff;border:1px solid #d9e3ee;font-weight:700}
.badge.left{left:12px}
.badge.right{right:12px}

.reviews{display:grid;gap:12px}
blockquote{margin:0;padding:18px;border-left:4px solid #d9e3ee;background:#fff;border-radius:8px}
blockquote cite{display:block;margin-top:8px;color:var(--muted);font-style:normal}

.thumb{width:100%;height:auto;border-radius:12px;border:1px solid #e6edf5}

/* quote form */
.quote-form{display:grid;gap:14px}
.quote-form label{display:grid;gap:6px;font-weight:600}
.quote-form input,.quote-form textarea{padding:12px;border-radius:12px;border:1px solid #d9e3ee;background:#fff;color:var(--text)}
.quote-form .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}

/* footer */
.footer{padding:28px 0;background:#ffffff;border-top:1px solid #e5e7eb}
.footer-inner{display:flex;justify-content:space-between;gap:20px}
.footer .footer-links{display:flex;gap:12px;flex-wrap:wrap}
.footer a{color:#1f2a37;text-decoration:none}
.footer a:hover{color:var(--accent)}
.copyright{text-align:center;color:#6b7383;border-top:1px solid #e5e7eb;padding:12px 0;margin:0}

.small{font-size:12px}
.muted{color:var(--muted)}
