/* ============================================================
   LAPPY BABA — main.css  v10
   Built from 20 HTML preview files — every class covered
   Mobile-first · Fully responsive
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Baloo+2:wght@500;600;700;800&display=swap');

/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --primary:#A0305A; --primary-dark:#7A2145; --primary-light:#F5D6E4; --primary-xlight:#FDF0F5;
  --dark:#1A1A1A; --medium:#4A4A4A; --muted:#8A8A8A;
  --border:#E8E5E3; --surface:#F9F7F5; --surface2:#F3F0EE; --white:#FFFFFF;
  --success:#2D9D5E; --success-light:#E8F7EF;
  --warning:#E6A817; --warning-light:#FEF3CD;
  --info:#2563EB; --info-light:#EFF6FF;
  --danger:#D9362E; --danger-light:#FDECEA;
  --gold:#D4A843; --wa-green:#25D366;
  --font-h:'Sora',sans-serif; --font-b:'Inter',sans-serif; --font-a:'Baloo 2',cursive;
  --radius-sm:6px; --radius-md:10px; --radius-lg:16px; --radius-xl:24px; --radius-full:9999px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);
  --shadow-md:0 4px 12px rgba(0,0,0,.10),0 2px 6px rgba(0,0,0,.07);
  --shadow-lg:0 12px 32px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.08);
  --shadow-primary:0 8px 24px rgba(160,48,90,.28);
  --transition:250ms ease;
  --header-h:68px;
}

/* ── RESET ─────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-family:var(--font-b);color:var(--dark);-webkit-text-size-adjust:100%}
body{-webkit-font-smoothing:antialiased;background:#fff;overflow-x:hidden;line-height:1.6}
img,picture,video{display:block;max-width:100%}
a{text-decoration:none;color:inherit;-webkit-tap-highlight-color:rgba(160,48,90,.12)}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,select,textarea{font-family:inherit;font-size:16px;max-width:100%;box-sizing:border-box}
h1,h2,h3,h4,h5,h6{font-family:var(--font-h);font-weight:700;line-height:1.2;color:var(--dark)}
::selection{background:var(--primary-light)}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:var(--surface)}
::-webkit-scrollbar-thumb{background:var(--muted);border-radius:var(--radius-full)}

/* ── LAYOUT ────────────────────────────────────────────────── */
.container{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
.container-sm{max-width:860px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
.section{padding:5rem 0}
.section--alt,.section-alt{background:var(--surface)}
.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:2rem}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1.5rem}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1.5rem}
@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}

/* ── TYPOGRAPHY ────────────────────────────────────────────── */
.text-sm{font-size:.875rem} .text-xs{font-size:.75rem}
.text-muted{color:var(--muted)} .text-primary{color:var(--primary)}
.text-success{color:var(--success)} .text-warning{color:var(--warning)}
.text-center{text-align:center} .font-bold{font-weight:700} .font-h{font-family:var(--font-h)}

/* ── ANNOUNCEMENT BAR ──────────────────────────────────────── */
.ann-bar,.top-bar{background:var(--primary);color:#fff;text-align:center;padding:.45rem 1rem;
  font-family:var(--font-a);font-size:.82rem;font-weight:600;position:relative;z-index:1001}
.ann-bar a,.top-bar a{color:#fff;text-decoration:underline}

/* ── SITE HEADER ───────────────────────────────────────────── */
.site-header,.header,header.site-header{
  position:sticky;top:0;z-index:1000;background:#fff;
  border-bottom:1px solid var(--border);
  transition:box-shadow var(--transition),border-color var(--transition)}
.site-header.scrolled,.header.scrolled{box-shadow:var(--shadow-md);border-bottom-color:transparent}
.header-inner,.header-main,.nav-wrapper{
  display:flex;align-items:center;justify-content:space-between;
  height:var(--header-h);gap:1rem}
/* Logo — all variants */
.logo-wrap,.logo{display:flex;flex-direction:column;line-height:1.1;text-decoration:none;flex-shrink:0;gap:0}
.logo-wrap a,.logo a{text-decoration:none}
.logo-name,.logo strong{font-family:var(--font-h);font-size:1.35rem;font-weight:800;color:var(--dark);letter-spacing:-.5px}
.logo-tag,.logo span,.logo-tag{font-family:var(--font-a);font-size:.62rem;color:var(--primary);font-weight:700;letter-spacing:.05em;text-transform:uppercase;display:block}
.logo>strong{color:var(--primary)}

/* ── DESKTOP NAV ───────────────────────────────────────────── */
.main-nav,.desktop-nav,.nav-links{display:none;align-items:center;gap:.1rem;flex:1;justify-content:center}
@media(min-width:1024px){.main-nav,.desktop-nav,.nav-links{display:flex;gap:1rem}}
.nav-links{gap:1.5rem}
.nav-link,.main-nav a,.desktop-nav a,.nav-links a{font-size:.875rem;font-weight:500;color:var(--medium);
  padding:.45rem .85rem;border-radius:var(--radius-full);transition:all var(--transition);
  text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.2rem}
.nav-link:hover,.nav-link.active,.main-nav a:hover,.desktop-nav a:hover,.nav-links a:hover{
  color:var(--primary);background:var(--primary-xlight)}

/* Dropdown */
.nav-dropdown{position:relative}
.dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);
  background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);
  min-width:260px;padding:.5rem 0;border:1px solid var(--border);
  opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;transform-origin:top center}
.nav-dropdown:hover .dropdown{opacity:1;pointer-events:auto}
.dropdown-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;
  transition:background .15s;font-size:.875rem}
.dropdown-item:hover{background:var(--surface)}
.dropdown-item-icon{font-size:1.25rem;flex-shrink:0}
.dropdown-item-name{font-weight:600;color:var(--dark);display:block}
.dropdown-item-desc{font-size:.75rem;color:var(--muted);margin-top:1px;display:block}

/* Nav badge */
.nav-badge{background:var(--primary);color:#fff;font-size:.6rem;font-weight:700;
  padding:1px 5px;border-radius:var(--radius-full);margin-left:2px}

/* ── HEADER ACTIONS ────────────────────────────────────────── */
.header-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}
.icon-btn,.action-btn{width:40px;height:40px;border-radius:var(--radius-full);display:flex;
  align-items:center;justify-content:center;color:var(--dark);background:var(--surface);
  transition:all .15s;border:none;cursor:pointer;font-size:1rem}
.icon-btn:hover,.action-btn:hover{background:var(--primary);color:#fff}
.btn-wa-nav,.btn-wa{display:flex;align-items:center;gap:.4rem;background:var(--wa-green);
  color:#fff;font-size:.8rem;font-weight:600;padding:.45rem 1.1rem;border-radius:var(--radius-full);
  text-decoration:none;transition:background var(--transition);white-space:nowrap;border:none;cursor:pointer}
.btn-wa-nav:hover,.btn-wa:hover{background:#1da851}
.btn-wa-nav svg,.btn-wa svg{width:16px;height:16px;flex-shrink:0}

/* ── HAMBURGER ─────────────────────────────────────────────── */
.hamburger{display:flex;flex-direction:column;gap:5px;width:38px;height:38px;align-items:center;
  justify-content:center;border:none;background:none;cursor:pointer;border-radius:var(--radius-md)}
.hamburger span,.hamburger__bar{display:block;width:20px;height:2px;background:var(--dark);
  border-radius:2px;transition:all .3s}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(min-width:1024px){.hamburger{display:none}}

/* ── MOBILE DRAWER ─────────────────────────────────────────── */
.mobile-overlay,.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);
  z-index:1099;opacity:0;pointer-events:none;transition:opacity .3s}
.mobile-overlay.open,.drawer-overlay.open{opacity:1;pointer-events:auto}
.mobile-drawer{position:fixed;top:0;right:-100%;width:min(320px,85vw);height:100vh;
  background:#fff;z-index:1100;box-shadow:var(--shadow-lg);transition:right .35s ease;
  display:flex;flex-direction:column;overflow-y:auto}
.mobile-drawer.open{right:0}
.drawer-header{display:flex;justify-content:space-between;align-items:center;
  padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}
.drawer-logo{font-family:var(--font-h);font-size:1.15rem;font-weight:800;color:var(--dark)}
.drawer-close{width:36px;height:36px;border-radius:var(--radius-full);border:1.5px solid var(--border);
  background:none;cursor:pointer;font-size:1.1rem;color:var(--muted);display:flex;align-items:center;justify-content:center}
.drawer-close:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.drawer-nav{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;flex:1}
.drawer-nav a{font-size:1rem;font-weight:500;color:var(--dark);padding:.75rem 0;
  border-bottom:1px solid var(--border);display:block;transition:color .15s}
.drawer-nav a:hover,.drawer-nav a.active{color:var(--primary)}
.drawer-contact{padding:1.25rem 1.5rem;border-top:1px solid var(--border);margin-top:auto}
.drawer-contact p{font-size:.875rem;color:var(--muted);margin-bottom:.5rem}
.drawer-wa-btn{width:100%;padding:.75rem;background:var(--wa-green);color:#fff;
  border-radius:var(--radius-full);font-weight:600;font-size:.875rem;display:flex;
  align-items:center;justify-content:center;gap:.5rem;text-decoration:none;border:none}

/* ── SEARCH ────────────────────────────────────────────────── */
.search-panel{background:#fff;border-top:1px solid var(--border);max-height:0;overflow:hidden;
  transition:max-height .3s;position:relative;z-index:999}
.search-panel.open{max-height:80px}
.search-panel-inner{padding:.75rem 0;display:flex;align-items:center;gap:.75rem}
.search-input-wrap{flex:1;display:flex;align-items:center;background:var(--surface);
  border:1.5px solid var(--border);border-radius:var(--radius-full);padding:0 1rem;gap:.5rem;
  transition:border-color .15s}
.search-input-wrap:focus-within{border-color:var(--primary)}
.search-input-wrap input{flex:1;border:none;background:none;padding:.6rem 0;font-size:.9375rem;
  outline:none;min-width:0}
.hero-search-wrap,.search-wrap{position:relative}
.hero-search{display:flex;align-items:center;background:#fff;padding:6px;
  border-radius:var(--radius-full);box-shadow:var(--shadow-md);max-width:520px;gap:.25rem}
.hero-search input{flex:1;border:none;background:none;padding:.5rem .75rem;font-size:.9375rem;
  outline:none;min-width:0}
.hero-search svg{color:var(--muted);margin-left:.5rem;flex-shrink:0}
.hero-search-btn{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-full);
  padding:.55rem 1.25rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}
.hero-search-btn:hover{background:var(--primary-dark)}
.search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;
  border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border);
  z-index:500;overflow:hidden;display:none}
.search-dropdown.show{display:block}
.search-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;
  transition:background .15s;cursor:pointer;text-decoration:none;color:var(--dark)}
.search-item:hover{background:var(--surface)}
.search-item-icon{font-size:1.5rem;flex-shrink:0}
.search-item-name{font-weight:600;font-size:.875rem}
.search-item-price{color:var(--primary);font-size:.8125rem;font-weight:600}

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-weight:600;border-radius:var(--radius-full);padding:.75rem 1.5rem;
  transition:all var(--transition);border:none;cursor:pointer;font-family:var(--font-b);
  font-size:.9375rem;text-decoration:none;line-height:1;white-space:nowrap}
.btn:active{transform:scale(.97)}
.btn-primary,.btn-solid{background:var(--primary);color:#fff}
.btn-primary:hover,.btn-solid:hover{background:var(--primary-dark);box-shadow:var(--shadow-primary)}
.btn-secondary,.btn-outline-primary{background:var(--primary-xlight);color:var(--primary);border:1.5px solid var(--primary-light)}
.btn-secondary:hover{background:var(--primary-light)}
.btn-outline,.btn-ghost{background:transparent;border:1.5px solid var(--border);color:var(--dark)}
.btn-outline:hover,.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}
.btn-outline-white{background:transparent;border:2px solid rgba(255,255,255,.7);color:#fff}
.btn-outline-white:hover{background:rgba(255,255,255,.15)}
.btn-wa,.btn-whatsapp{background:var(--wa-green);color:#fff}
.btn-wa:hover,.btn-whatsapp:hover{background:#1da851;box-shadow:0 4px 12px rgba(37,211,102,.3)}
.btn-white{background:#fff;color:var(--primary);font-weight:700}
.btn-white:hover{background:var(--primary-xlight)}
.btn-sm{padding:.5rem 1rem;font-size:.875rem}
.btn-lg{padding:.9rem 2rem;font-size:1.0625rem}
.btn-block{width:100%;justify-content:center}
.btn-group{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
@media(max-width:479px){.btn-lg{padding:.75rem 1.25rem;font-size:.9375rem}}

/* ── BADGES ────────────────────────────────────────────────── */
.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;
  border-radius:var(--radius-sm);font-size:.72rem;font-weight:700;line-height:1.4}
.badge-primary{background:var(--primary-xlight);color:var(--primary)}
.badge-success,.badge-deal{background:var(--success-light);color:var(--success)}
.badge-warning{background:var(--warning-light);color:#92650a}
.badge-info{background:var(--info-light);color:var(--info)}
.badge-gold{background:#FFF4E5;color:#92600A}
.badge-new{background:#dbeafe;color:#1d4ed8}
.badge-danger{background:var(--danger-light);color:var(--danger)}

/* ── PAGE HEADER (inner pages) ─────────────────────────────── */
.page-header,.page-hero{background:linear-gradient(135deg,var(--dark) 0%,#2a1520 100%);
  color:#fff;padding:3rem 0;position:relative;overflow:hidden}
.page-header h1,.page-hero h1{color:#fff;font-size:clamp(1.75rem,5vw,2.75rem);margin-bottom:.5rem}
.page-header p,.page-hero p{color:rgba(255,255,255,.8);font-size:1.0625rem;max-width:560px}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;
  font-size:.8125rem;color:var(--muted);padding:.75rem 0}
.breadcrumb a{color:var(--primary);font-weight:500}
.breadcrumb span{color:var(--muted)}

/* ── HERO ──────────────────────────────────────────────────── */
.hero{padding:4rem 0 3rem;position:relative;overflow:hidden;
  background:radial-gradient(ellipse at 70% 50%,var(--primary-xlight) 0%,#fff 60%)}
@media(min-width:1024px){.hero{padding:5rem 0}}
.hero-grid{display:grid;gap:3rem;align-items:center}
@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;
  background:var(--primary-xlight);color:var(--primary);border-radius:var(--radius-full);
  font-size:.8125rem;font-weight:600;margin-bottom:1.25rem}
.hero-h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem;line-height:1.15}
.hero-h1 span{color:var(--primary)}
.hero-sub{font-size:1.0625rem;color:var(--medium);margin-bottom:1.75rem;max-width:520px;line-height:1.7}
.hero-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}
.hero-brands{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.hero-brands-label{font-size:.8125rem;color:var(--muted);font-weight:500}
.brand-chip{padding:.35rem .9rem;border-radius:var(--radius-full);border:1.5px solid var(--border);
  font-size:.8125rem;font-weight:600;color:var(--medium);transition:all .15s;text-decoration:none}
.brand-chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-xlight)}

/* Laptop illustration */
.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;padding:2.5rem 1rem;min-width:0}
.laptop-wrap{position:relative;width:min(380px,90%);margin:0 auto}
.laptop-body{background:linear-gradient(150deg,#2a2a2f,#1a1a1f);border-radius:12px 12px 0 0;
  padding:2rem 2rem 1.5rem;border:2px solid #333;position:relative}
.laptop-screen{background:linear-gradient(160deg,#111,#1a1a2e);border-radius:8px;
  padding:1.25rem;min-height:160px;position:relative;overflow:hidden}
.ls-bar{height:6px;border-radius:3px;margin-bottom:.75rem;animation:pulse 2s ease-in-out infinite}
.ls-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem}
.ls-card{background:rgba(255,255,255,.06);border-radius:6px;padding:.5rem .75rem;
  display:flex;align-items:center;gap:.4rem}
.ls-dot{width:8px;height:8px;border-radius:50%}
.ls-line{height:4px;background:rgba(255,255,255,.15);border-radius:2px;flex:1}
.laptop-hinge{height:8px;background:linear-gradient(to bottom,#222,#2d2d2d);
  border-radius:0 0 4px 4px;position:relative}
.laptop-base{height:14px;background:linear-gradient(#d4cfca,#b8b1a9);border-radius:0 0 10px 10px;width:120%;margin-left:-10%}
.float-card{position:absolute;background:#fff;padding:.75rem 1rem;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);font-size:.8125rem;animation:float 4s ease-in-out infinite}
/* Positioned inside the visual box so nothing clips at the viewport edge. */
.fc1{bottom:12%;left:0;animation-delay:0s}
.fc2{top:6%;right:0;animation-delay:1.5s}
.fc3{top:48%;left:2%;animation-delay:3s}
@media(min-width:1280px){.fc1{left:-4%}.fc2{right:-4%}.fc3{left:-6%}}
.fc-label{font-size:.72rem;color:var(--muted);margin-bottom:2px}
.fc-value{font-weight:700;color:var(--dark)}
.fc-price{color:var(--primary);font-weight:700;margin-top:2px}
@media(max-width:767px){.hero-visual{display:none}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes pulse{0%,100%{opacity:.6}50%{opacity:1}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/* Progressive enhancement: content is visible by default. Only the .js class
   (set by an inline script in header.php) opts into the reveal animation, so a
   JS failure can never leave the page blank. */
.fade-up{opacity:1;transform:none}
.js .fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.js .fade-up.visible{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){
  .js .fade-up{opacity:1;transform:none;transition:none}
}

/* ── TRUST BAR ─────────────────────────────────────────────── */
.trust-bar{background:linear-gradient(135deg,var(--primary-dark),var(--primary));
  color:#fff;padding:2.5rem 0;overflow:hidden}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}
@media(min-width:640px){.trust-grid{grid-template-columns:repeat(4,1fr)}}
.trust-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}
.trust-icon{font-size:1.75rem;opacity:.85}
.trust-num{font-family:var(--font-h);font-size:2rem;font-weight:700;line-height:1}
.trust-label{font-size:.8125rem;opacity:.9;font-weight:500}

/* ── FEATURE CARDS ─────────────────────────────────────────── */
.feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:580px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(4,1fr)}}
.feature-card{background:#fff;padding:2rem;border-radius:var(--radius-xl);
  box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.feature-icon{font-size:2.5rem;margin-bottom:1rem}
.feature-title{font-size:1.125rem;margin-bottom:.5rem}
.feature-desc{font-size:.9rem;color:var(--medium);line-height:1.6}
.feature-link{color:var(--primary);font-weight:600;display:inline-flex;align-items:center;gap:.25rem;margin-top:.75rem;font-size:.875rem}

/* ── PRODUCT CARDS ─────────────────────────────────────────── */
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}
@media(max-width:479px){.product-grid{grid-template-columns:1fr}}
.product-card,.pc{background:#fff;border-radius:var(--radius-xl);overflow:hidden;
  box-shadow:var(--shadow-sm);border:1px solid var(--border);display:flex;flex-direction:column;
  transition:all .3s;position:relative}
.product-card:hover,.pc:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.pc-img-wrap,.pc-thumb{position:relative;aspect-ratio:4/3;background:var(--surface);
  display:flex;align-items:center;justify-content:center;font-size:4rem;overflow:hidden}
.pc-img-wrap img,.pc-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .pc-img-wrap img{transform:scale(1.04)}
.pc-badge,.pc-tag{position:absolute;top:.6rem;left:.6rem;font-size:.68rem;font-weight:700;
  padding:.2rem .6rem;border-radius:var(--radius-sm);background:var(--primary);color:#fff}
.pc-badge.deal,.pc-tag.deal{background:var(--success)}
.pc-badge.new,.pc-tag.new{background:var(--info)}
.pc-wish-actions{position:absolute;top:.6rem;right:.6rem;display:flex;gap:.4rem;z-index:3}
.pc-wish,.pc-compare-btn{width:32px;height:32px;border-radius:var(--radius-full);background:#fff;
  border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-sm);font-size:.9rem;transition:all .15s}
.pc-wish:hover,.pc-compare-btn:hover{background:var(--primary);color:#fff}
.pc-content,.pc-body{padding:1rem;flex:1;display:flex;flex-direction:column}
.pc-brand,.pc-make{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}
.pc-name{font-family:var(--font-h);font-weight:600;font-size:.9375rem;color:var(--dark);
  margin-bottom:.5rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pc-specs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem}
.spec-tag{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);
  padding:.15rem .5rem;font-size:.7rem;color:var(--medium);white-space:nowrap}
.pc-price-row{display:flex;align-items:center;gap:.5rem;margin-top:auto;margin-bottom:.75rem}
.pc-price{font-family:var(--font-h);font-size:1.2rem;font-weight:700;color:var(--dark)}
.pc-mrp{font-size:.8125rem;color:var(--muted);text-decoration:line-through}
.pc-discount{background:var(--success-light);color:var(--success);font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:var(--radius-sm)}
.pc-footer{border-top:1px solid var(--border);padding:.75rem 1rem;background:var(--surface2);display:flex;flex-direction:column;gap:.4rem}
.pc-wa-btn,.btn-wa-card{background:var(--wa-green);color:#fff;border:none;border-radius:var(--radius-full);
  padding:.6rem .85rem;font-weight:600;font-size:.875rem;display:flex;align-items:center;
  justify-content:center;gap:.4rem;cursor:pointer;transition:background .15s;width:100%;text-decoration:none}
.pc-wa-btn:hover,.btn-wa-card:hover{background:#1da851}
.pc-details-btn{background:transparent;border:1.5px solid var(--border);color:var(--medium);
  border-radius:var(--radius-full);padding:.5rem;font-size:.8125rem;font-weight:600;
  cursor:pointer;text-align:center;transition:all .15s;text-decoration:none}
.pc-details-btn:hover{border-color:var(--primary);color:var(--primary)}
/* List view */
.product-grid.list-view{grid-template-columns:1fr}
.product-grid.list-view .product-card{flex-direction:row}
.product-grid.list-view .pc-img-wrap{width:180px;aspect-ratio:1;flex-shrink:0}
.product-grid.list-view .pc-content{padding:1.25rem}
@media(max-width:600px){.product-grid.list-view .product-card{flex-direction:column}
.product-grid.list-view .pc-img-wrap{width:100%;aspect-ratio:16/9}}

/* ── SHOP PAGE ─────────────────────────────────────────────── */
.shop-layout{display:grid;gap:2rem;align-items:start}
@media(min-width:1024px){.shop-layout{grid-template-columns:260px 1fr}}
.filter-sidebar{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden}
@media(max-width:1023px){
  .filter-sidebar{position:fixed;top:0;left:-100%;width:min(300px,85vw);height:100vh;
    border-radius:0;z-index:900;overflow-y:auto;transition:left .3s}
  .filter-sidebar.mobile-open{left:0}
}
@media(min-width:1024px){.filter-sidebar{position:sticky;top:calc(var(--header-h) + 1rem)}}
.filter-header{display:flex;justify-content:space-between;align-items:center;
  padding:1.1rem 1.25rem;border-bottom:1px solid var(--border)}
.filter-header h3{font-size:1rem;font-weight:700}
.filter-section{border-bottom:1px solid var(--border)}
.filter-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;
  padding:.9rem 1.25rem;font-weight:600;font-size:.9rem;background:none;border:none;
  cursor:pointer;text-align:left;font-family:var(--font-b)}
.filter-toggle svg{transition:transform .25s;flex-shrink:0}
.filter-toggle.collapsed svg{transform:rotate(-90deg)}
.filter-body{padding:.5rem 1.25rem 1rem}
.filter-body.hidden{display:none}
.filter-option{display:flex;align-items:center;gap:.6rem;padding:.3rem 0;font-size:.875rem;cursor:pointer}
.filter-option input{width:16px;height:16px;accent-color:var(--primary)}
.price-slider{width:100%;accent-color:var(--primary);margin:.75rem 0}
.price-display{display:flex;justify-content:space-between;font-size:.8125rem;font-weight:600;color:var(--dark)}
.filter-close-btn{position:absolute;top:1rem;right:1rem;display:none}
@media(max-width:1023px){.filter-close-btn{display:flex}}
.shop-main{min-width:0}
.shop-toolbar{display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}
.shop-toolbar-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.results-count{font-size:.875rem;color:var(--muted)}
.mobile-filter-btn,.mobile-filter{display:flex;align-items:center;gap:.4rem;
  background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-full);
  padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;font-family:var(--font-b)}
@media(min-width:1024px){.mobile-filter-btn,.mobile-filter{display:none}}
.sort-select{padding:.5rem .85rem;border:1.5px solid var(--border);border-radius:var(--radius-full);
  font-size:.875rem;background:#fff;cursor:pointer;font-family:var(--font-b)}
.sort-select:focus{outline:none;border-color:var(--primary)}
.view-toggle{display:flex;background:var(--surface);border-radius:var(--radius-md);padding:3px;gap:2px}
.view-btn{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;
  justify-content:center;background:none;border:none;cursor:pointer;color:var(--muted);transition:all .15s}
.view-btn.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-sm)}
.active-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}
.af-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--primary-xlight);
  color:var(--primary);padding:.25rem .65rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:500}
.af-tag button{background:none;border:none;cursor:pointer;color:var(--primary);font-size:.9rem;line-height:1;padding:0;display:flex}
.clear-all-btn{background:none;border:none;font-size:.8125rem;color:var(--primary);font-weight:600;cursor:pointer;padding:.25rem .65rem}

/* Pagination */
.pagination{display:flex;justify-content:center;gap:.35rem;margin-top:2.5rem;flex-wrap:wrap}
.page-btn{min-width:40px;height:40px;border-radius:var(--radius-md);border:1.5px solid var(--border);
  display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;
  cursor:pointer;background:#fff;transition:all .2s;padding:0 .5rem}
.page-btn:hover:not(.active){border-color:var(--primary);color:var(--primary)}
.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.page-btn.disabled{opacity:.4;pointer-events:none}

/* ── PRODUCT DETAIL PAGE ───────────────────────────────────── */
.product-detail-grid{display:grid;gap:2.5rem;margin-bottom:3.5rem}
@media(min-width:768px){.product-detail-grid,.product-grid.detail{grid-template-columns:1fr 1fr;gap:3rem}}
.gallery{position:relative}
.gallery-main,.gal-main{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3;
  background:var(--surface);display:flex;align-items:center;justify-content:center;
  font-size:5rem;position:relative}
.share-btn{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.9);border:none;
  cursor:pointer;width:36px;height:36px;border-radius:var(--radius-full);
  display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}
.gallery-thumbs,.gal-thumbs{display:flex;gap:.65rem;margin-top:.75rem;flex-wrap:wrap}
.thumb{width:72px;height:60px;border-radius:var(--radius-md);border:2px solid var(--border);
  cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;
  font-size:1.75rem;transition:border-color .15s;background:var(--surface)}
.thumb.active,.thumb:hover{border-color:var(--primary)}
.product-info,.product-details-col{position:sticky}
@media(min-width:768px){.product-info,.product-details-col{top:calc(var(--header-h)+1rem)}}
.badges,.badges-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}
.reviews{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem}
.reviews .stars{color:var(--gold)}
.reviews .count{font-size:.8125rem;color:var(--muted)}
.product-h1{font-size:clamp(1.35rem,3vw,1.75rem);margin-bottom:.5rem}
.price-block{margin-bottom:1rem}
.price-main{font-family:var(--font-h);font-size:1.75rem;font-weight:800;color:var(--dark)}
.price-mrp{font-size:.9375rem;color:var(--muted);text-decoration:line-through;margin-left:.5rem}
.price-save{background:var(--success-light);color:var(--success);font-size:.8125rem;font-weight:700;padding:.2rem .5rem;border-radius:var(--radius-sm);margin-left:.4rem}
.availability{display:flex;align-items:center;gap:.4rem;font-size:.875rem;margin-bottom:.1rem}
.avail-dot{width:8px;height:8px;border-radius:50%;background:var(--success)}
.spec-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}
.spec-table td{padding:.5rem .75rem;border-bottom:1px solid var(--border);font-size:.875rem;vertical-align:top}
.spec-table td:first-child{color:var(--muted);font-weight:500;width:42%;white-space:nowrap}
.battery-health{margin-bottom:1rem}
.health-bar-bg{height:6px;background:var(--border);border-radius:var(--radius-full);margin:.3rem 0}
.health-bar-fill{height:6px;border-radius:var(--radius-full);background:var(--success);transition:width .5s}
.action-btns{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}
.action-btns .btn{justify-content:center;font-size:1rem}
.emi-section,.emi-card{background:var(--surface);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;margin-bottom:1.25rem}
.emi-header{display:flex;align-items:center;gap:.4rem;font-weight:600;margin-bottom:.75rem}
.emi-options{display:flex;flex-wrap:wrap;gap:.5rem}
.emi-option{padding:.45rem .85rem;border-radius:var(--radius-full);border:1.5px solid var(--border);
  font-size:.8125rem;cursor:pointer;transition:all .15s}
.emi-option.selected,.emi-option:hover{border-color:var(--primary);background:var(--primary-xlight);color:var(--primary)}
.accordion,.acc-item{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.6rem;overflow:hidden}
.acc-header,.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;
  padding:1rem 1.25rem;font-weight:600;font-size:.9375rem;cursor:pointer;background:var(--surface);
  border:none;font-family:var(--font-b);text-align:left;transition:background .15s}
.acc-header:hover,.accordion-trigger:hover{background:var(--surface2)}
.acc-header.active{color:var(--primary)}
.acc-body{padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s}
.acc-item.active .acc-body,.accordion.active .acc-body{padding:1rem 1.25rem;max-height:600px}
.acc-icon,.accordion-icon{transition:transform .3s;font-size:.875rem;flex-shrink:0}
.acc-item.active .acc-icon,.accordion.active .acc-icon{transform:rotate(180deg)}
/* Enquiry modal */
.modal-overlay,.enquiry-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:2000;
  display:flex;align-items:center;justify-content:center;padding:1rem;
  opacity:0;pointer-events:none;transition:opacity .3s}
.modal-overlay.active,.enquiry-modal.active{opacity:1;pointer-events:auto}
.modal-box,.modal-content{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:480px;
  overflow:hidden;position:relative;box-shadow:var(--shadow-lg)}
.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);
  display:flex;justify-content:space-between;align-items:center}
.modal-title{font-family:var(--font-h);font-size:1.1rem;font-weight:700}
.modal-close,.close-modal{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--muted);
  width:36px;height:36px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}
.modal-close:hover,.close-modal:hover{background:var(--danger-light);color:var(--danger)}
.modal-body{padding:1.5rem}

/* ── FORMS ─────────────────────────────────────────────────── */
.form-row{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:580px){.form-row{grid-template-columns:1fr 1fr}}
.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}
.form-group label,.form-label{font-size:.875rem;font-weight:600;color:var(--dark)}
.form-control,.input-field{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);
  border-radius:var(--radius-md);font-family:var(--font-b);font-size:.9375rem;
  transition:border-color .15s;background:#fff;color:var(--dark);box-sizing:border-box}
.form-control:focus,.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-xlight)}
.form-control::placeholder{color:var(--muted)}
textarea.form-control{resize:vertical;min-height:100px}
select.form-control{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238A8A8A' stroke-width='3'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.25rem}
.field-hint{font-size:.75rem;color:var(--muted);margin-top:-.1rem}
.error-msg{font-size:.75rem;color:var(--danger)}

/* ── TESTIMONIALS / REVIEWS ────────────────────────────────── */
.testimonials-section{padding:4rem 0;overflow:hidden}
.testimonials-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}
.testimonials-track::-webkit-scrollbar{display:none}
.testimonial-card{background:#fff;padding:1.75rem;border-radius:var(--radius-xl);
  box-shadow:var(--shadow-sm);border:1px solid var(--border);flex:0 0 86%;scroll-snap-align:start;
  max-width:86%;display:flex;flex-direction:column}
@media(min-width:640px){.testimonial-card{flex:0 0 48%;max-width:48%}}
@media(min-width:1024px){.testimonial-card{flex:0 0 31%;max-width:31%}}
.testimonial-stars{color:var(--gold);margin-bottom:.75rem}
.testimonial-text{font-style:italic;color:var(--medium);line-height:1.7;flex:1;margin-bottom:1.25rem}
.testimonial-author{display:flex;align-items:center;gap:.75rem;margin-top:auto}
.ta-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light);
  color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.ta-name{font-weight:700;font-size:.9375rem}
.ta-product{font-size:.78rem;color:var(--primary);margin-top:1px}
.carousel-controls{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem}
.carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--border);border:none;cursor:pointer;padding:0;transition:all .2s}
.carousel-dot.active{background:var(--primary);width:24px;border-radius:4px}
.carousel-btn-prev,.carousel-btn-next{width:44px;height:44px;border-radius:50%;background:#fff;
  border:1.5px solid var(--border);cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:all .15s;font-size:1rem}
.carousel-btn-prev:hover,.carousel-btn-next:hover{background:var(--primary);color:#fff;border-color:var(--primary)}

/* Reviews page */
.rating-summary{background:#fff;border-radius:var(--radius-xl);padding:2rem;
  box-shadow:var(--shadow-sm);margin-bottom:2rem;display:flex;gap:2rem;align-items:center;flex-wrap:wrap}
.rating-big{font-family:var(--font-h);font-size:3.5rem;font-weight:800;line-height:1;color:var(--dark)}
.rating-num{font-size:.875rem;color:var(--muted)}
.rating-stars{color:var(--gold);font-size:1.25rem;margin:.25rem 0}
.rating-total{font-size:.8125rem;color:var(--muted)}
.rating-bars{flex:1;min-width:200px}
.rating-bar-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem;font-size:.8125rem}
.bar-track{flex:1;height:8px;background:var(--border);border-radius:var(--radius-full)}
.bar-fill{height:8px;background:var(--gold);border-radius:var(--radius-full)}
.write-review-btn{background:var(--primary);color:#fff;border:none;padding:.7rem 1.5rem;
  border-radius:var(--radius-full);font-weight:600;cursor:pointer;font-family:var(--font-b);font-size:.9375rem}
.filter-bar,.filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}
.filter-btn,.ftab,.filter-tab{padding:.45rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-full);
  background:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;font-family:var(--font-b)}
.filter-btn.active,.ftab.active,.filter-tab.active,.filter-btn:hover,.ftab:hover{
  background:var(--primary);color:#fff;border-color:var(--primary)}
.review-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;
  box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:1.25rem}
.review-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}
.reviewer-avatar{width:44px;height:44px;border-radius:50%;background:var(--primary-light);
  color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.reviewer-name{font-weight:700}
.review-product{font-size:.78rem;color:var(--primary);margin-top:2px}
.review-stars{color:var(--gold)}
.review-date{font-size:.78rem;color:var(--muted);margin-left:auto}
.review-text,.review-body{color:var(--medium);line-height:1.7;font-size:.9375rem}
.review-helpful,.helpful-btn{background:none;border:1.5px solid var(--border);border-radius:var(--radius-full);
  padding:.3rem .85rem;font-size:.8125rem;cursor:pointer;margin-top:.75rem;transition:all .15s;font-family:var(--font-b)}
.review-helpful.active{background:var(--success-light);color:var(--success);border-color:var(--success)}
.verified-badge{display:inline-flex;align-items:center;gap:.25rem;background:var(--success-light);
  color:var(--success);font-size:.72rem;font-weight:700;padding:.15rem .5rem;border-radius:var(--radius-full)}
/* Star input for modal */
#starInput span,.star-input span{font-size:1.75rem;cursor:pointer;color:var(--border);transition:color .15s}
#starInput span.active,.star-input span.active{color:var(--gold)}

/* ── FAQ PAGE ──────────────────────────────────────────────── */
.faq-filter-bar{padding:1.5rem 0 .5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}
.filter-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.5rem}
.faq-category{margin-bottom:2.5rem}
.faq-cat-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.1rem}
.faq-cat-icon{width:44px;height:44px;border-radius:var(--radius-lg);background:var(--primary-xlight);
  color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}
.faq-cat-title{font-family:var(--font-h);font-size:1.15rem;font-weight:700}
.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.6rem;overflow:hidden}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;
  padding:1.1rem 1.25rem;font-weight:600;font-size:.9375rem;background:#fff;
  border:none;cursor:pointer;text-align:left;font-family:var(--font-b);transition:background .15s;gap:.75rem}
.faq-q:hover{background:var(--surface)}
.faq-q.open{color:var(--primary);background:var(--primary-xlight)}
.faq-q-icon{font-size:.875rem;flex-shrink:0;transition:transform .3s}
.faq-q.open .faq-q-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s}
.faq-a.open{max-height:1000px;padding:1rem 1.25rem 1.25rem}
.faq-a p{color:var(--medium);line-height:1.7;font-size:.9375rem}
.faq-a a{color:var(--primary);font-weight:500}

/* ── COMPARE PAGE ──────────────────────────────────────────── */
.compare-bar{background:#fff;border-bottom:1px solid var(--border);padding:.85rem 0;position:sticky;top:var(--header-h);z-index:100}
.compare-bar-inner{display:flex;align-items:center;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.compare-slot{display:flex;align-items:center;gap:.6rem;min-width:180px;
  background:var(--surface);border:1.5px dashed var(--border);border-radius:var(--radius-lg);
  padding:.6rem .85rem;font-size:.8125rem;color:var(--muted);cursor:pointer;transition:all .15s;flex-shrink:0}
.compare-slot.filled{background:#fff;border-color:var(--primary);border-style:solid}
.compare-slot.empty:hover{border-color:var(--primary);color:var(--primary)}
.slot-img{font-size:1.5rem}
.slot-info{flex:1;min-width:0}
.slot-name{font-weight:600;color:var(--dark);font-size:.8125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slot-price{color:var(--primary);font-size:.75rem;font-weight:600}
.slot-remove{background:none;border:none;cursor:pointer;color:var(--muted);font-size:.875rem;flex-shrink:0}
.compare-main{padding:2rem 0}
.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.compare-table{width:100%;border-collapse:collapse;min-width:600px}
.compare-table th,.compare-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);
  text-align:left;font-size:.875rem;min-width:140px}
.compare-table th{background:var(--surface);font-weight:600;white-space:nowrap}
.compare-product-col,.cpc{text-align:center;vertical-align:top}
.cpc-badge{display:inline-block;background:var(--success-light);color:var(--success);
  font-size:.72rem;font-weight:700;padding:.15rem .5rem;border-radius:var(--radius-sm);margin-bottom:.4rem}
.cpc-img{font-size:2.5rem;margin:.4rem 0}
.cpc-brand{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}
.cpc-name{font-weight:700;font-size:.875rem;margin:.2rem 0}
.cpc-price{font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:var(--dark)}
.cpc-wa-btn{background:var(--wa-green);color:#fff;padding:.5rem 1rem;border-radius:var(--radius-full);
  font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;text-decoration:none}
.category-header,.spec-label{background:var(--surface);font-weight:700;color:var(--dark);font-size:.8125rem;
  text-transform:uppercase;letter-spacing:.06em}
.spec-val{color:var(--medium);vertical-align:middle}
.better,.spec-better{background:var(--success-light);color:var(--success);font-weight:600}
.empty-col{color:var(--muted);text-align:center;background:var(--surface)}
.cta-row{text-align:center;padding:2rem;background:var(--surface);border-radius:var(--radius-xl);margin-top:2rem}

/* ── WISHLIST PAGE ─────────────────────────────────────────── */
.wishlist-main{padding:3rem 0}
.wishlist-toolbar{display:flex;justify-content:space-between;align-items:center;
  margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}
.wishlist-count{font-size:.875rem;color:var(--muted)}
.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:1.25rem}
.empty-wishlist{text-align:center;padding:4rem 2rem;background:var(--surface);border-radius:var(--radius-xl)}
.empty-icon{font-size:3.5rem;margin-bottom:1rem}
.empty-title{font-size:1.25rem;margin-bottom:.5rem}
.empty-sub{color:var(--medium);margin-bottom:1.5rem}

/* ── OFFERS PAGE ───────────────────────────────────────────── */
.offers-hero,.hero.offers{background:linear-gradient(135deg,var(--primary-dark),var(--primary));
  color:#fff;text-align:center;padding:3.5rem 0}
.offers-hero h1{color:#fff;font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:.5rem}
.offers-hero p{color:rgba(255,255,255,.85);margin-bottom:1.5rem}
.timer-container{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin:1.5rem 0}
.timer-box{background:rgba(255,255,255,.15);backdrop-filter:blur(4px);padding:.85rem 1.25rem;
  border-radius:var(--radius-xl);text-align:center;min-width:70px;border:1px solid rgba(255,255,255,.2)}
.timer-val{font-family:var(--font-h);font-size:1.75rem;font-weight:700;color:#fff;line-height:1}
.timer-label{font-size:.7rem;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.06em}
.promo-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}
@media(min-width:640px){.promo-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.promo-grid{grid-template-columns:repeat(3,1fr)}}
.promo-card{border-radius:var(--radius-xl);padding:1.75rem;position:relative;overflow:hidden;color:#fff}
.promo-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.2),transparent);pointer-events:none}
.promo-tag{display:inline-block;background:rgba(255,255,255,.2);padding:.2rem .65rem;
  border-radius:var(--radius-full);font-size:.72rem;font-weight:700;letter-spacing:.05em;margin-bottom:.5rem}
.promo-title{font-size:1.35rem;font-weight:800;margin-bottom:.25rem}
.promo-sub{opacity:.9;font-size:.875rem;margin-bottom:1rem}
.promo-action{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.promo-code{background:rgba(255,255,255,.2);padding:.4rem 1rem;border-radius:var(--radius-full);
  font-family:monospace;font-size:1rem;font-weight:700;letter-spacing:.1em;cursor:pointer;
  display:inline-flex;align-items:center;gap:.5rem;border:1.5px dashed rgba(255,255,255,.5);position:relative}
.copy-tooltip{background:var(--dark);color:#fff;font-size:.72rem;padding:.2rem .5rem;
  border-radius:var(--radius-sm);position:absolute;top:-28px;left:50%;transform:translateX(-50%);
  white-space:nowrap;opacity:0;transition:opacity .2s;pointer-events:none;font-family:var(--font-b)}
.copy-tooltip.show{opacity:1}
.promos-section{padding:3rem 0}
.section-title{font-size:clamp(1.4rem,3vw,1.875rem);margin-bottom:.4rem}
.section-sub{color:var(--medium);font-size:1.0625rem;margin-bottom:2rem}

/* ── BLOG PAGE ─────────────────────────────────────────────── */
.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:580px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}
.blog-card{background:#fff;border-radius:var(--radius-xl);overflow:hidden;
  box-shadow:var(--shadow-sm);border:1px solid var(--border);display:flex;flex-direction:column;transition:all .3s;text-decoration:none;color:var(--dark)}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.blog-card-thumb{aspect-ratio:16/9;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:3rem;position:relative;overflow:hidden}
.blog-card-cat{position:absolute;top:.6rem;left:.6rem;background:var(--primary);color:#fff;font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:var(--radius-sm)}
.blog-card-body,.blog-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}
.blog-card-date{font-size:.78rem;color:var(--muted);margin-bottom:.35rem}
.blog-card-title,.blog-title{font-family:var(--font-h);font-size:1.0625rem;font-weight:700;margin-bottom:.5rem;line-height:1.4;color:var(--dark)}
.blog-card-excerpt,.blog-excerpt{font-size:.875rem;color:var(--medium);flex:1;margin-bottom:.85rem;line-height:1.6}
.blog-read-more{color:var(--primary);font-weight:600;font-size:.875rem;margin-top:auto}

/* Blog post */
.article-layout,.post-layout{display:grid;gap:2.5rem;padding:2.5rem 0}
@media(min-width:1024px){.article-layout,.post-layout{grid-template-columns:1fr 320px}}
.article-main{min-width:0}
.article-header{margin-bottom:1.75rem}
.article-cat{display:inline-block;background:var(--primary-xlight);color:var(--primary);
  font-size:.8125rem;font-weight:700;padding:.3rem .85rem;border-radius:var(--radius-full);margin-bottom:.75rem}
.article-h1{font-size:clamp(1.5rem,4vw,2.25rem);margin-bottom:.75rem}
.article-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}
.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light);
  color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.author-info strong{font-size:.875rem;font-weight:600;display:block}
.author-info span{font-size:.78rem;color:var(--muted)}
.article-hero{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:16/9;background:var(--surface);
  display:flex;align-items:center;justify-content:center;font-size:5rem;margin-bottom:1.75rem}
.article-body{font-size:.9375rem;color:var(--medium);line-height:1.8}
.article-body h2{font-family:var(--font-h);font-size:1.35rem;color:var(--dark);margin:2rem 0 .75rem}
.article-body h3{font-family:var(--font-h);font-size:1.125rem;color:var(--dark);margin:1.5rem 0 .5rem}
.article-body p{margin-bottom:1rem}
.article-body ul,.article-body ol{padding-left:1.5rem;margin-bottom:1rem}
.article-body li{margin-bottom:.4rem;list-style:disc}
.article-body strong{font-weight:700;color:var(--dark)}
.article-body a{color:var(--primary);font-weight:500}
/* Picks */
.pick-box{background:var(--surface);border-left:4px solid var(--primary);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1.25rem}
.pick-num{font-family:var(--font-h);font-size:1.75rem;font-weight:800;color:var(--primary);line-height:1}
.pick-name{font-size:1.0625rem;font-weight:700;margin:.25rem 0 .5rem;color:var(--dark)}
.pick-specs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.65rem}
.pick-spec,.spec-chip{background:var(--primary-xlight);color:var(--primary-dark);padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}
.pick-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}
.pick-price{font-family:var(--font-h);font-size:1.2rem;font-weight:700;color:var(--dark)}
.pick-mrp{font-size:.875rem;color:var(--muted);text-decoration:line-through}
/* Sidebar */
.post-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.sidebar-widget{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;border:1px solid var(--border)}
.sidebar-widget h3{font-size:1rem;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}
.tags{display:flex;flex-wrap:wrap;gap:.5rem}
.tag{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);
  padding:.3rem .8rem;font-size:.8125rem;color:var(--medium);text-decoration:none;transition:all .15s}
.tag:hover{background:var(--primary);color:#fff;border-color:var(--primary)}

/* ── NOTIFY ME ─────────────────────────────────────────────── */
.notify-grid{display:grid;gap:2rem;align-items:start;padding:2.5rem 0}
@media(min-width:768px){.notify-grid{grid-template-columns:1fr 1.3fr}}
.tracking-card,.form-card,.notify-form-card{background:#fff;border-radius:var(--radius-xl);padding:1.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.tracking-title,.form-title{font-size:1.15rem;font-weight:700;margin-bottom:1rem}
.tracking-list{display:flex;flex-direction:column;gap:.75rem;max-height:380px;overflow-y:auto}
.tracking-product,.tp{display:flex;align-items:center;gap:.85rem;padding:.85rem;
  border-radius:var(--radius-lg);border:1.5px solid var(--border);transition:border-color .15s;cursor:pointer}
.tracking-product:hover,.tp:hover{border-color:var(--primary)}
.tp-img{width:48px;height:48px;border-radius:var(--radius-md);background:var(--surface);
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}
.tp-name{font-weight:600;font-size:.875rem}
.tp-price{color:var(--primary);font-size:.8125rem;font-weight:600}
.tracking-status{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--muted);margin-top:.2rem}

/* ── SELL / EXCHANGE ───────────────────────────────────────── */
.option-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}
.option-card{background:#fff;border-radius:var(--radius-xl);border:2px solid var(--border);
  padding:1.5rem 1.25rem;text-align:center;cursor:pointer;transition:all .15s}
.option-card.selected,.option-card:hover{border-color:var(--primary);background:var(--primary-xlight)}
.option-icon{font-size:2.5rem;margin-bottom:.5rem}
.option-title{font-weight:700;margin-bottom:.2rem}
.option-desc{font-size:.8125rem;color:var(--muted)}
.valuation-card{background:#fff;border-radius:var(--radius-xl);padding:1.75rem;box-shadow:var(--shadow-md)}
.val-title{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}
.val-sub{color:var(--medium);font-size:.9375rem;margin-bottom:1.5rem}
.form-grid{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:580px){.form-grid{grid-template-columns:1fr 1fr}}
.condition-grid,.cond-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;margin:.75rem 0}
@media(min-width:480px){.condition-grid,.cond-grid{grid-template-columns:repeat(4,1fr)}}
.condition-btn{padding:.65rem .5rem;border-radius:var(--radius-lg);border:2px solid var(--border);
  text-align:center;cursor:pointer;transition:all .15s;font-size:.875rem;font-weight:500}
.condition-btn.selected,.condition-btn:hover{border-color:var(--primary);background:var(--primary-xlight);color:var(--primary)}
.condition-icon{font-size:1.5rem;display:block;margin-bottom:.25rem}
.how-works{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}
@media(min-width:580px){.how-works{grid-template-columns:repeat(3,1fr)}}
.how-step{text-align:center;padding:1.5rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}
.how-num{width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;
  font-family:var(--font-h);font-size:1.25rem;font-weight:800;margin:0 auto .75rem;
  display:flex;align-items:center;justify-content:center}

/* ── RENTAL CALCULATOR ─────────────────────────────────────── */
.calc-hero{background:linear-gradient(135deg,var(--dark),#2a1520);color:#fff;padding:3rem 0}
.calc-hero h1{color:#fff;margin-bottom:.5rem}
.calc-layout{display:grid;gap:2rem;align-items:start;padding:2rem 0}
@media(min-width:1024px){.calc-layout{grid-template-columns:1fr 360px}}
.calc-card,.calc-section{background:#fff;border-radius:var(--radius-xl);padding:1.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:1.25rem}
.calc-section-title{font-size:1rem;font-weight:700;margin-bottom:1.1rem;display:flex;align-items:center;gap:.5rem}
.laptop-type-grid,.type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:.85rem}
.type-card{border:2px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;cursor:pointer;transition:all .15s;text-align:center}
.type-card.selected,.type-card:hover{border-color:var(--primary);background:var(--primary-xlight)}
.type-card.selected .type-name{color:var(--primary)}
.type-name{font-weight:700;font-size:.9375rem;margin:.25rem 0}
.type-note{font-size:.78rem;color:var(--muted);margin-bottom:.25rem}
.type-price{font-weight:700;color:var(--primary);font-size:.9rem}
.period-toggle{display:flex;background:var(--surface);border-radius:var(--radius-full);padding:4px;gap:4px;width:fit-content}
.period-btn{padding:.5rem 1.25rem;border-radius:var(--radius-full);border:none;background:transparent;
  font-weight:600;font-size:.875rem;cursor:pointer;transition:all .15s;font-family:var(--font-b);color:var(--medium)}
.period-btn.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-sm)}
.duration-display{display:flex;align-items:baseline;gap:.4rem;margin:.75rem 0}
.duration-value{font-family:var(--font-h);font-size:2rem;font-weight:800;color:var(--dark)}
.duration-unit{font-size:1rem;color:var(--muted)}
.duration-slider,.slider{width:100%;accent-color:var(--primary);height:6px;margin:.35rem 0}
.duration-presets,.preset-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}
.duration-preset,.preset-btn{padding:.3rem .75rem;border-radius:var(--radius-full);border:1.5px solid var(--border);
  background:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:var(--font-b)}
.duration-preset.active,.preset-btn.active{border-color:var(--primary);background:var(--primary-xlight);color:var(--primary)}
.qty-control{display:flex;align-items:center;gap:1rem}
.qty-btn{width:38px;height:38px;border-radius:50%;border:1.5px solid var(--border);background:#fff;
  font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}
.qty-btn:hover{border-color:var(--primary);color:var(--primary)}
.qty-display{font-family:var(--font-h);font-size:1.5rem;font-weight:700;min-width:2.5rem;text-align:center}
.addon-list{display:flex;flex-direction:column;gap:.5rem}
.addon-item{display:flex;align-items:center;gap:.75rem;padding:.85rem;
  border:1.5px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all .15s}
.addon-item.selected{border-color:var(--primary);background:var(--primary-xlight)}
.addon-icon{font-size:1.5rem;flex-shrink:0}
.addon-left{flex:1;min-width:0}
.addon-name{font-weight:600;font-size:.875rem}
.addon-note{font-size:.75rem;color:var(--muted)}
.addon-price{font-weight:700;color:var(--primary);font-size:.875rem;flex-shrink:0}
.addon-check{width:18px;height:18px;border-radius:4px;accent-color:var(--primary);flex-shrink:0;pointer-events:none}
/* Summary card */
.summary-card{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border-radius:var(--radius-xl);padding:1.75rem;position:sticky;top:calc(var(--header-h)+1rem)}
.summary-title{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;color:#fff}
.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem;font-size:.9rem}
.summary-label{opacity:.85}
.summary-val{font-weight:600}
.summary-divider{height:1px;background:rgba(255,255,255,.2);margin:1rem 0}
.summary-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:800}
.savings-badge{background:rgba(255,255,255,.2);padding:.45rem .85rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:700;margin:.85rem 0;text-align:center}
.add-more-section{text-align:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2);margin-top:.75rem}

/* ── REPAIR STATUS ─────────────────────────────────────────── */
.repair-hero{background:linear-gradient(135deg,var(--dark),#1a2535);color:#fff;padding:3.5rem 0;text-align:center}
.repair-hero h1{color:#fff;margin-bottom:.5rem}
.lookup-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);max-width:540px;margin:0 auto;border:1px solid var(--border)}
.lookup-tabs{display:flex;background:var(--surface);border-radius:var(--radius-full);padding:4px;margin-bottom:1.5rem;gap:4px}
.lookup-tab{flex:1;padding:.5rem;border-radius:var(--radius-full);border:none;background:transparent;
  font-weight:600;font-size:.875rem;cursor:pointer;transition:all .15s;font-family:var(--font-b);color:var(--muted)}
.lookup-tab.active{background:#fff;color:var(--primary);box-shadow:var(--shadow-sm)}
.result-card{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden;margin-top:1.5rem}
.result-header{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.ticket-id{font-family:monospace;font-size:1.1rem;font-weight:700}
.ticket-status,.status-badge{background:rgba(255,255,255,.2);padding:.3rem .75rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:700}
.customer-info{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1rem}
.ci-item{display:flex;flex-direction:column;gap:.1rem}
.ci-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.ci-val{font-weight:600;font-size:.9375rem}
.progress-timeline{padding:1.5rem}
.timeline-title{font-weight:700;margin-bottom:1.25rem}
.timeline-line{position:relative;padding-left:2.25rem}
.timeline-line::before{content:'';position:absolute;left:10px;top:0;bottom:0;width:2px;background:var(--border)}
.timeline-step{position:relative;margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:.85rem}
.step-dot{width:22px;height:22px;border-radius:50%;background:var(--border);
  border:3px solid #fff;position:absolute;left:-1.85rem;top:2px;z-index:1;flex-shrink:0}
.step-dot.done{background:var(--success)}
.step-dot.current{background:var(--primary);animation:pulse-dot 1.5s ease-in-out infinite}
@keyframes pulse-dot{0%,100%{box-shadow:0 0 0 0 rgba(160,48,90,.4)}50%{box-shadow:0 0 0 6px rgba(160,48,90,0)}}
.step-title{font-weight:600;font-size:.9375rem}
.step-sub{font-size:.8125rem;color:var(--muted)}
.error-state{text-align:center;padding:2rem;display:none}

/* ── CONTACT PAGE ──────────────────────────────────────────── */
.contact-section{padding:3rem 0}
.contact-form-card,.contact-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.contact-info-card,.contact-info{background:linear-gradient(135deg,var(--primary-dark),var(--primary));
  color:#fff;border-radius:var(--radius-xl);padding:2rem}
.contact-info-card h3,.contact-info h3{color:#fff;margin-bottom:1.25rem}
.contact-info-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}
.cii-icon{width:44px;height:44px;background:rgba(255,255,255,.15);border-radius:var(--radius-lg);
  display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}
.cii-label{font-size:.78rem;opacity:.75;margin-bottom:.15rem;display:block}
.cii-val{font-weight:600}
.success-msg{background:var(--success-light);border:1px solid var(--success);border-radius:var(--radius-lg);
  padding:1rem 1.25rem;color:var(--success);font-weight:500;margin-bottom:1rem;display:none}
.success-msg.show{display:flex;align-items:center;gap:.5rem}
.privacy-note{font-size:.78rem;color:var(--muted);text-align:center;margin-top:.75rem}

/* ── SERVICES PAGE ─────────────────────────────────────────── */
.services-hero{background:linear-gradient(135deg,var(--dark),var(--primary-dark));color:#fff;padding:3.5rem 0}
.services-hero h1{color:#fff;margin-bottom:.5rem}
.tabs-wrapper{position:sticky;top:var(--header-h);z-index:100;background:#fff;border-bottom:1px solid var(--border)}
.tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 1rem}
.tabs::-webkit-scrollbar{display:none}
.tab-btn{padding:.85rem 1.25rem;font-weight:600;font-size:.875rem;color:var(--medium);border:none;
  background:none;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;
  transition:all .15s;font-family:var(--font-b)}
.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}
.service-section{padding:3rem 0}
.repair-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem}
.repair-item{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.ri-icon{font-size:2.5rem;margin-bottom:.75rem}
.ri-title{font-weight:700;margin-bottom:.35rem}
.ri-price{color:var(--primary);font-size:.9375rem;font-weight:700}
.ri-desc{font-size:.8125rem;color:var(--medium);margin-top:.25rem}
.service-cta{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border-radius:var(--radius-xl);padding:2.5rem;text-align:center;margin:2rem 0}
.service-cta h2{color:#fff;margin-bottom:.5rem}
.service-cta p{opacity:.85;margin-bottom:1.5rem}

/* ── ABOUT PAGE ────────────────────────────────────────────── */
.about-hero{background:linear-gradient(135deg,var(--dark),#1a2030);color:#fff;padding:3.5rem 0}
.about-hero h1{color:#fff;margin-bottom:.5rem}
.about-grid{display:grid;gap:3rem;align-items:center;padding:4rem 0}
@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}
.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}
@media(min-width:640px){.stats-row{grid-template-columns:repeat(4,1fr)}}
.stat-card{text-align:center;padding:1.5rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}
.stat-num{font-family:var(--font-h);font-size:2rem;font-weight:800;color:var(--primary)}
.stat-label{font-size:.8125rem;color:var(--muted);margin-top:.2rem}
.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1.5rem}
.team-card{text-align:center;background:#fff;border-radius:var(--radius-xl);padding:1.75rem 1.25rem;box-shadow:var(--shadow-sm)}
.team-avatar{width:80px;height:80px;border-radius:50%;background:var(--primary-light);
  color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto .85rem}
.team-name{font-weight:700;margin-bottom:.2rem}
.team-role{font-size:.8125rem;color:var(--muted)}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1.25rem}
.value-card{padding:1.5rem;border-radius:var(--radius-xl);background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm)}
.value-icon{font-size:2rem;margin-bottom:.65rem}
.value-title{font-weight:700;margin-bottom:.35rem}
.value-desc{font-size:.875rem;color:var(--medium)}
.timeline{display:flex;flex-direction:column;gap:1.75rem;padding:1.5rem 0;position:relative}
.timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--border)}
@media(min-width:640px){.timeline::before{left:50%;transform:translateX(-50%)}}
.tl-item{display:flex;gap:1.25rem;position:relative}
.tl-dot{width:44px;height:44px;border-radius:50%;background:var(--primary);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;z-index:1}
.tl-content{flex:1;background:#fff;border-radius:var(--radius-lg);padding:1.1rem 1.25rem;border:1px solid var(--border)}
.tl-year{font-size:.8125rem;color:var(--primary);font-weight:700;margin-bottom:.2rem}
.tl-title{font-weight:700;margin-bottom:.25rem}
.tl-desc{font-size:.875rem;color:var(--medium)}

/* ── WARRANTY / SHIPPING ───────────────────────────────────── */
.warranty-banner,.info-banner{background:linear-gradient(135deg,var(--success),#1a7a40);color:#fff;border-radius:var(--radius-xl);padding:2rem;margin:2rem 0;text-align:center}
.warranty-banner h2,.info-banner h2{color:#fff;margin-bottom:.5rem}
.coverage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1.25rem;margin:2rem 0}
.coverage-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.coverage-icon{font-size:2.25rem;margin-bottom:.65rem}
.coverage-title{font-weight:700;margin-bottom:.35rem}
.coverage-desc{font-size:.8125rem;color:var(--medium)}
.steps{display:flex;flex-direction:column;gap:1.25rem;margin:1.5rem 0}
.step{display:flex;gap:1.1rem;align-items:flex-start}
.step-num{width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;
  font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9375rem}
.step-title{font-weight:700;margin-bottom:.2rem}
.step-desc{font-size:.875rem;color:var(--medium)}
/* Shipping specific */
.delivery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),1fr));gap:1.25rem;margin:2rem 0}
.delivery-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.delivery-icon{font-size:2.5rem;margin-bottom:.75rem}
.delivery-name{font-weight:700;margin-bottom:.2rem}
.delivery-price{color:var(--success);font-size:.9375rem;font-weight:700;margin-bottom:.2rem}
.delivery-eta{font-size:.8125rem;color:var(--muted)}
.steps-pack{display:flex;flex-direction:column;gap:1.25rem;margin:1.5rem 0}
.step-pack{display:flex;gap:1rem;align-items:flex-start}
.step-pack-icon{font-size:1.5rem;flex-shrink:0;width:44px;text-align:center}
.step-pack-title{font-weight:700;margin-bottom:.2rem}
.step-pack-desc{font-size:.875rem;color:var(--medium)}
.coverage-list-local{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,140px),1fr));gap:.75rem;margin:1.5rem 0}
.coverage-item{background:var(--success-light);border-radius:var(--radius-lg);padding:.65rem .85rem;font-size:.875rem;font-weight:500;color:var(--success);text-align:center}
.section-wrap{margin:2.5rem 0}

/* ── SEARCH PAGE ───────────────────────────────────────────── */
.search-hero{padding:2.5rem 0;background:var(--surface)}
.search-bar-lg{display:flex;background:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);overflow:hidden;max-width:680px}
.search-bar-lg input{flex:1;border:none;padding:.9rem 1.5rem;font-size:1rem;outline:none;min-width:0}
.search-bar-lg button{background:var(--primary);color:#fff;padding:.9rem 1.75rem;border:none;font-weight:600;cursor:pointer;font-family:var(--font-b);font-size:.9375rem;white-space:nowrap}
.search-bar-lg button:hover{background:var(--primary-dark)}
.search-meta{font-size:.9375rem;color:var(--muted);margin:.75rem 0}
.search-meta strong{color:var(--dark)}
.search-suggestions{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}
.search-tag{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-full);
  padding:.3rem .85rem;font-size:.8125rem;cursor:pointer;transition:all .15s;text-decoration:none;color:var(--medium)}
.search-tag:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-xlight)}
.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:1.25rem;margin:2rem 0}
.no-results{text-align:center;padding:4rem 2rem;background:var(--surface);border-radius:var(--radius-xl)}
.ask-card,.help-card{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border-radius:var(--radius-xl);padding:2rem;margin-top:2.5rem;text-align:center}
.ask-card h2,.help-card h2{color:#fff;margin-bottom:.5rem}
.ask-note,.help-card p{opacity:.85;margin-bottom:1.25rem}

/* ── NEWSLETTER ────────────────────────────────────────────── */
.newsletter{background:linear-gradient(135deg,var(--primary-dark),var(--primary));
  color:#fff;padding:4rem 0;text-align:center}
.newsletter-inner{max-width:540px;margin:0 auto}
.newsletter h2{color:#fff;margin-bottom:.5rem}
.newsletter p{opacity:.85;margin-bottom:1.5rem}
.newsletter-form{display:flex;background:rgba(255,255,255,.15);backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-full);overflow:hidden;max-width:440px;margin:0 auto}
.newsletter-form input{flex:1;border:none;background:transparent;padding:.75rem 1.25rem;
  color:#fff;font-size:.9375rem;outline:none;min-width:0}
.newsletter-form input::placeholder{color:rgba(255,255,255,.65)}
.newsletter-form button{background:#fff;color:var(--primary);padding:.75rem 1.5rem;border:none;
  font-weight:700;cursor:pointer;font-family:var(--font-b);white-space:nowrap}
@media(max-width:479px){.newsletter-form{flex-direction:column;border-radius:var(--radius-xl)}
.newsletter-form button{border-radius:0}}

/* ── FOOTER ────────────────────────────────────────────────── */
.site-footer,footer.site-footer{background:var(--dark);color:rgba(255,255,255,.8);padding:4rem 0 0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}
.footer-brand{display:flex;flex-direction:column}
.footer-logo{display:flex;flex-direction:column;text-decoration:none;margin-bottom:1rem}
.footer-logo-name{font-family:var(--font-h);font-size:1.35rem;font-weight:800;color:#fff}
.footer-logo-tag{font-family:var(--font-a);font-size:.65rem;color:var(--primary-light);font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.footer-desc{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:1.25rem}
.footer-social{display:flex;gap:.6rem}
.social-btn{width:38px;height:38px;border-radius:var(--radius-full);background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s;text-decoration:none;font-size:.9rem}
.social-btn:hover{background:var(--primary)}
.footer-col h4,.footer-h4{font-family:var(--font-h);font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.1rem}
.footer-links{display:flex;flex-direction:column;gap:.65rem}
.footer-links a{font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-contact-item{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.85rem;font-size:.875rem;color:rgba(255,255,255,.7)}
.footer-newsletter-form{display:flex;gap:.5rem;background:rgba(255,255,255,.08);padding:4px;border-radius:var(--radius-full)}
.footer-newsletter-form input{flex:1;border:none;background:transparent;padding:.55rem .85rem;font-size:.875rem;color:#fff;outline:none;min-width:0}
.footer-newsletter-form input::placeholder{color:rgba(255,255,255,.45)}
.footer-newsletter-form button{background:var(--primary);color:#fff;padding:.55rem 1rem;border:none;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:var(--font-b)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;
  justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}
.footer-copyright{font-size:.8125rem;color:rgba(255,255,255,.5)}
.footer-bottom-links{display:flex;gap:1.25rem;flex-wrap:wrap}
.footer-bottom-links a{font-size:.8125rem;color:rgba(255,255,255,.5);transition:color .2s}
.footer-bottom-links a:hover{color:#fff}

/* ── BACK TO TOP ───────────────────────────────────────────── */
.back-to-top,#btt,#backToTop{position:fixed;bottom:6rem;right:1.25rem;width:44px;height:44px;
  background:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-md);border:1.5px solid var(--border);
  display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:998;
  opacity:0;pointer-events:none;transform:translateY(8px);transition:all .3s;color:var(--dark);font-size:1rem;text-decoration:none}
.back-to-top.show,#btt.show,#backToTop.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.back-to-top:hover,#btt:hover,#backToTop:hover{background:var(--primary);color:#fff;border-color:var(--primary)}

/* ── WHATSAPP FLOAT ────────────────────────────────────────── */
.wa-float,.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999}
.wa-float-btn{width:60px;height:60px;background:var(--wa-green);border-radius:50%;
  display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);
  text-decoration:none;font-size:1.75rem;position:relative;animation:float 3s ease-in-out infinite}
.wa-float-btn::before{content:'';position:absolute;inset:-8px;border-radius:50%;
  border:3px solid rgba(37,211,102,.3);animation:ring-pulse 2s ease-out infinite}
@keyframes ring-pulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.3);opacity:0}}
.wa-tooltip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);
  background:var(--dark);color:#fff;padding:.4rem .85rem;border-radius:var(--radius-full);
  font-size:.8125rem;font-weight:600;white-space:nowrap;opacity:0;transition:opacity .2s;pointer-events:none}
.wa-float:hover .wa-tooltip,.whatsapp-float:hover .wa-tooltip{opacity:1}
@media(max-width:479px){.wa-float,.whatsapp-float{bottom:1rem;right:1rem}.wa-float-btn{width:52px;height:52px}}

/* ── SECTION HEADERS ───────────────────────────────────────── */
.section-header{text-align:center;margin-bottom:2.5rem}
.section-tag{display:inline-block;background:var(--primary-xlight);color:var(--primary);
  font-size:.8125rem;font-weight:700;padding:.3rem .9rem;border-radius:var(--radius-full);
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:.65rem}
.section-title{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;margin-bottom:.5rem}
.section-sub{color:var(--medium);font-size:1.0625rem;max-width:560px;margin:0 auto}

/* ── MISC UTILITIES ────────────────────────────────────────── */
.card,.card-white{background:#fff;border-radius:var(--radius-xl);padding:1.75rem;
  box-shadow:var(--shadow-sm);border:1px solid var(--border)}
.divider{height:1px;background:var(--border);margin:2rem 0}
.highlight-box{background:var(--primary-xlight);border-left:4px solid var(--primary);border-radius:0 var(--radius-lg) var(--radius-lg) 0;padding:1rem 1.25rem}
.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive table{min-width:600px;width:100%;border-collapse:collapse}
.table-responsive th,.table-responsive td{padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.875rem;text-align:left;white-space:nowrap}
.table-responsive th{background:var(--surface);font-weight:600}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
img{max-width:100%;height:auto}
.overflow-x-hidden{overflow-x:hidden}
@media(max-width:767px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}
@media(min-width:768px){.hide-desktop{display:none!important}}
@media print{.site-header,.wa-float,.back-to-top,.hamburger,.mobile-drawer{display:none!important}}

/* ============================================================
   MOBILE HEADER FIT
   Measured: logo 152 + gap 16 + actions 213 = 381px in a 358px
   row at 390px viewport, so .header-actions pushed 7px past the
   edge. Collapse the WhatsApp button to an icon below 1024px and
   drop it entirely on very narrow screens.
   ============================================================ */
@media(max-width:1023px){
  .header-inner{gap:.5rem}
  .logo-wrap{min-width:0}
  .logo-name{font-size:1.15rem;white-space:nowrap}
  .logo-tag{font-size:.55rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .header-actions{gap:.35rem;flex-shrink:0}
  .btn-wa-nav{padding:0;width:40px;height:40px;justify-content:center;border-radius:var(--radius-full)}
  .btn-wa-nav span{display:none}
  .btn-wa-nav svg{width:18px;height:18px}
}
@media(max-width:400px){
  .btn-wa-nav{display:none}            /* drawer + float button still offer WhatsApp */
  .logo-tag{display:none}
}

/* ============================================================
   PRODUCT CARD — preview markup variant (.pc-img/.pc-badges/
   .pc-body/.pc-actions). Rendered by components/product-card.php.
   ============================================================ */
.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}
@media(max-width:479px){.products-grid{grid-template-columns:1fr}}

.pc-img{position:relative;display:flex;align-items:center;justify-content:center;
  aspect-ratio:4/3;background:var(--surface);overflow:hidden;text-decoration:none}
.pc-img-inner{font-size:3.25rem;display:flex;align-items:center;justify-content:center;
  width:100%;height:100%}
.pc-img-inner img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .pc-img-inner img{transform:scale(1.05)}
.pc-badges{position:absolute;top:.55rem;left:.55rem;right:.55rem;display:flex;
  flex-wrap:wrap;gap:.3rem;z-index:2;pointer-events:none}
.pc-body{padding:.9rem 1rem;flex:1;display:flex;flex-direction:column;min-width:0}
.pc-proc{font-size:.75rem;color:var(--muted);margin-bottom:.4rem;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pc-name a{color:inherit;text-decoration:none}
.pc-name a:hover{color:var(--primary)}
.pc-pricing{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap;margin-top:auto}
.pc-actions{position:static;top:auto;right:auto;padding:.75rem 1rem;
  border-top:1px solid var(--border);background:var(--surface2);
  display:flex;flex-direction:column;gap:.4rem;margin-top:auto}
.pc-actions .btn{width:100%}
.spec-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);
  padding:.15rem .5rem;font-size:.7rem;color:var(--medium);white-space:nowrap}

/* Star rating input */
.star-input{display:flex;gap:.25rem}
.star-input span{font-size:1.9rem;line-height:1;cursor:pointer;color:var(--border);transition:color .12s}
.star-input span.active{color:var(--gold)}

.error-msg{background:var(--danger-light);border:1px solid var(--danger);color:#7a1f1f;
  border-radius:var(--radius-lg);padding:.85rem 1.15rem;margin:1rem 0;font-weight:500}

/* Toast — non-blocking notice (replaces alert()) */
.lb-toast{position:fixed;left:50%;bottom:6.5rem;transform:translate(-50%,12px);
  background:var(--dark);color:#fff;padding:.7rem 1.2rem;border-radius:var(--radius-full);
  font-size:.875rem;font-weight:500;box-shadow:var(--shadow-lg);z-index:3000;
  opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;max-width:90vw;text-align:center}
.lb-toast.show{opacity:1;transform:translate(-50%,0)}

/* ============================================================
   SERVICES GRID (homepage) — the preview shipped .service-card
   markup with no card styling, so it rendered as bare text.
   ============================================================ */
.services-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:580px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}
.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);
  padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s;
  display:flex;flex-direction:column;height:100%}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary-light)}
.service-icon{font-size:2.25rem;line-height:1;margin-bottom:.85rem;
  width:60px;height:60px;border-radius:var(--radius-lg);background:var(--primary-xlight);
  display:flex;align-items:center;justify-content:center}
.service-title{font-size:1.0625rem;font-weight:700;margin-bottom:.4rem;color:var(--dark)}
.service-desc{font-size:.875rem;color:var(--medium);line-height:1.65;flex:1}
.service-link{margin-top:.9rem;color:var(--primary);font-weight:600;font-size:.875rem;
  display:inline-flex;align-items:center;gap:.3rem}

/* ── Product card badges: wrap cleanly, never cover the image ── */
.pc-badges{flex-direction:row;align-items:flex-start}
.pc-badges .badge{backdrop-filter:blur(2px);box-shadow:0 1px 3px rgba(0,0,0,.12)}
@media(max-width:600px){
  .pc-badges{gap:.25rem}
  .pc-badges .badge{font-size:.62rem;padding:.12rem .4rem}
  .pc-badges .badge:nth-child(n+3){display:none}   /* max 2 badges on small cards */
  .pc-body{padding:.7rem .8rem}
  .pc-name{font-size:.85rem;-webkit-line-clamp:3}
  .pc-price{font-size:1.05rem}
  .pc-actions{padding:.6rem .8rem}
}

/* ============================================================
   LEGAL PAGES — terms.php & privacy-policy.php
   Taken from the supplied HTML previews.
   ============================================================ */
.legal-page{padding:3rem 0 5rem}
.legal-wrap{max-width:780px;margin:0 auto}
.legal-toc{background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:2.5rem}
.legal-toc h3{font-family:var(--font-h);font-size:.9rem;font-weight:700;
  margin-bottom:.75rem;color:var(--dark)}
.legal-toc ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.3rem;list-style:decimal}
.legal-toc li{list-style:decimal}
.legal-toc a{font-size:.85rem;color:var(--primary);text-decoration:none}
.legal-toc a:hover{text-decoration:underline}

.legal-wrap h2{font-family:var(--font-h);font-size:1.15rem;font-weight:700;color:var(--dark);
  margin:2.5rem 0 .75rem;padding-top:2rem;border-top:1px solid var(--border);
  scroll-margin-top:calc(var(--header-h) + 2rem)}
.legal-wrap h2:first-of-type{border-top:none;padding-top:0;margin-top:0}
.legal-wrap h3{font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--dark);margin:1.5rem 0 .5rem}
.legal-wrap p{font-size:.92rem;color:var(--medium);line-height:1.8;margin-bottom:.9rem}
.legal-wrap ul,.legal-wrap ol{padding-left:1.5rem;margin-bottom:1rem;
  display:flex;flex-direction:column;gap:.45rem}
.legal-wrap ul li{list-style:disc}
.legal-wrap ol li{list-style:decimal}
.legal-wrap li{font-size:.92rem;color:var(--medium);line-height:1.65}
.legal-wrap strong{color:var(--dark);font-weight:700}
.legal-wrap a{color:var(--primary);text-decoration:underline}
.legal-wrap table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.88rem}
.legal-wrap th,.legal-wrap td{padding:.6rem .8rem;border:1px solid var(--border);text-align:left}
.legal-wrap th{background:var(--surface);font-weight:600;color:var(--dark)}

/* Callout boxes (terms) */
.info-box{border-radius:var(--radius-lg);padding:1.1rem 1.25rem;margin:1.5rem 0;
  font-size:.88rem;line-height:1.65}
.info-box.green{background:var(--success-light);border-left:4px solid var(--success);color:#1a5c3a}
.info-box.amber{background:var(--warning-light);border-left:4px solid var(--warning);color:#7a4e0a}
.info-box strong{color:inherit;font-weight:700}

/* Contact CTA box (privacy) */
.contact-box{background:var(--primary-xlight);border:1px solid var(--primary-light);
  border-radius:var(--radius-lg);padding:1.5rem;margin-top:2.5rem;text-align:center}
.contact-box h3{font-family:var(--font-h);font-size:1.1rem;font-weight:700;
  color:var(--dark);margin-bottom:.35rem}
.contact-box p{font-size:.88rem;color:var(--muted);margin-bottom:1rem}
.contact-box .btn-group{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}

/* Light page header variant used by the legal pages */
.legal-page-header{background:var(--surface);padding:2.5rem 0;
  border-bottom:1px solid var(--border);text-align:center}
.legal-page-header h1{font-family:var(--font-h);font-size:clamp(1.75rem,4vw,2.5rem);
  font-weight:800;color:var(--dark);margin:.4rem 0 .5rem}
.legal-page-header p{color:var(--muted);font-size:1rem;max-width:560px;line-height:1.6;margin:0 auto}
