:root {
  --red: #E31E24;
  --red-dark: #B8171C;
  --red-light: #FFF0F0;
  --ink: #1A1A1A;
  --ink-mid: #555;
  --ink-soft: #888;
  --surface: #fff;
  --surface2: #F5F5F5;
  --surface3: #ECECEC;
  --border: #E0E0E0;
  --accent: #FF6B00;
  --green: #1B8A3E;
  --radius: 10px;
  --shadow: 0 2px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.13);
  --sp-xs: 8px; --sp-sm: 14px; --sp-md: 20px; --sp-lg: 32px; --sp-xl: 52px;
  --sec-px: 5%; --sec-py: 52px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: 'Plus Jakarta Sans', sans-serif; }

/* TOP BAR */
.topbar { background: var(--ink); color: #fff; font-size: 12.5px; padding: 7px var(--sec-px); display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.topbar-left { display: flex; align-items: center; gap: 20px; }
.topbar-pill { background: var(--red); border-radius: 4px; padding: 2px 8px; font-weight: 700; font-size: 11px; letter-spacing: 0.05em; white-space: nowrap; }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.topbar-right a { color: rgba(255,255,255,0.75); transition: color .2s; }
.topbar-right a:hover { color: #fff; }

/* NAV */
nav { background: #fff; border-bottom: 2px solid var(--border); position: sticky; top: 0; z-index: 300; box-shadow: var(--shadow); }
.nav-main { display: flex; align-items: center; padding: 14px var(--sec-px); gap: 16px; flex-wrap: nowrap; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-text { font-size: 26px; font-weight: 800; color: var(--red); letter-spacing: -0.5px; }
.logo-sub { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); line-height: 1.2; }
.logo-divider { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }
.logo-tagline { font-size: 11px; font-weight: 700; color: var(--ink-soft); line-height: 1.4; white-space: nowrap; }
.search-wrap { flex: 1; min-width: 0; max-width: 520px; position: relative; }
.search-wrap input { width: 100%; padding: 11px 44px 11px 18px; border: 2px solid var(--border); border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; outline: none; transition: border .2s; background: var(--surface2); }
.search-wrap input:focus { border-color: var(--red); background: #fff; }
.search-wrap button { position: absolute; right: 0; top: 0; bottom: 0; width: 42px; background: var(--red); border: none; border-radius: 0 8px 8px 0; cursor: pointer; color: #fff; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.nav-call { display: flex; align-items: center; gap: 8px; background: var(--red); color: #fff; border-radius: 8px; padding: 10px 18px; font-weight: 700; font-size: 13px; cursor: pointer; white-space: nowrap; transition: background .2s; }
.nav-call:hover { background: var(--red-dark); }
.nav-wa { display: flex; align-items: center; gap: 6px; background: #25D366; color: #fff; border-radius: 8px; padding: 10px 16px; font-weight: 700; font-size: 13px; cursor: pointer; white-space: nowrap; transition: background .2s; }
.nav-wa:hover { background: #1aad52; }
.nav-stores { font-size: 13px; font-weight: 600; color: var(--ink-mid); display: flex; align-items: center; gap: 5px; cursor: pointer; white-space: nowrap; transition: color .2s; }
.nav-stores:hover { color: var(--red); }
.cat-bar { background: #fff; border-top: 1px solid var(--border); display: flex; align-items: center; overflow-x: auto; padding: 0 var(--sec-px); gap: 2px; scrollbar-width: none; }
.cat-bar::-webkit-scrollbar { display: none; }
.cat-item { padding: 11px 16px; font-size: 13px; font-weight: 600; color: var(--ink-mid); white-space: nowrap; cursor: pointer; border-bottom: 3px solid transparent; transition: all .2s; }
.cat-item:hover, .cat-item.active { color: var(--red); border-bottom-color: var(--red); }

/* ================================================================
   HERO SLIDER — NEW MOBILE-FIRST DESIGN
   Mobile: full-width laptop photo top + text block below (HP-style)
   Desktop: dark panel with image on right, text on left
================================================================ */
.hero-slider { width: 100%; overflow: hidden; position: relative; }
.hero-track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }

/* Each slide */
.hslide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column; /* mobile: stack vertically */
}

/* Image zone — shows laptop photo */
.hslide-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hslide-img img {
  width: 500;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay badge on image */
.hslide-img-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  z-index: 2;
}

/* Text content zone below image on mobile */
.hslide-body {
  padding: 22px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hslide-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hslide-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  color: var(--ink);
}
.hslide-title em { font-style: normal; }
.hslide-sub {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin-bottom: 20px;
}
.hslide-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.hcta-primary {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s;
  flex: 1;
  text-align: center;
}
.hcta-primary:hover { background: var(--red-dark); }
.hcta-ghost {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .18s;
  flex: 1;
  text-align: center;
}
.hcta-ghost:hover { border-color: var(--red); color: var(--red); }

/* Slider controls */
.hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  border: 1px solid var(--border);
  color: var(--ink);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  z-index: 10;
  box-shadow: var(--shadow);
  transition: .2s;
}
.hero-nav-btn:hover { background: #fff; box-shadow: var(--shadow-lg); }
.hero-nav-prev { left: 10px; }
.hero-nav-next { right: 10px; }

/* Dots + progress bar */
.hero-footer {
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 12px;
}
.hero-dots-wrap { display: flex; gap: 6px; align-items: center; }
.hdot {
  height: 6px; border-radius: 4px;
  background: rgba(255,255,255,.3);
  cursor: pointer; transition: .3s;
  width: 8px;
}
.hdot.on { background: #fff; width: 22px; }
.hero-progress {
  flex: 1;
  height: 3px;
  background: rgba(255,255,255,.15);
  border-radius: 2px;
  overflow: hidden;
}
.hero-progress-bar {
  height: 100%;
  background: var(--red);
  width: 0%;
  border-radius: 2px;
}

/* TRUST STRIP */
.trust-strip { background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 12px var(--sec-px); flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.trust-divider { width: 1px; height: 18px; background: rgba(255,255,255,0.3); }

/* SECTIONS */
.section { padding: var(--sec-py) var(--sec-px); }
.section-alt { background: var(--surface2); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; gap: 16px; flex-wrap: wrap; }
.sec-title { font-size: clamp(18px, 3vw, 28px); font-weight: 800; letter-spacing: -0.02em; }
.sec-link { font-size: 13px; font-weight: 700; color: var(--red); white-space: nowrap; }
.sec-link:hover { text-decoration: underline; }

/* BRANDS */
.brands-row { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.brands-row::-webkit-scrollbar { display: none; }
.brand-tile { flex-shrink: 0; background: #fff; border: 2px solid var(--border); border-radius: var(--radius); width: 130px; padding: 18px 12px; display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; transition: all .22s; }
.brand-tile:hover { border-color: var(--red); box-shadow: var(--shadow); }
.brand-tile.active { border-color: var(--red); background: var(--red-light); }
.brand-emoji { font-size: 34px; }
.brand-name { font-size: 13px; font-weight: 700; color: var(--ink); }
.brand-count { font-size: 11px; color: var(--ink-soft); }

/* FILTER BAR */
.filter-bar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.filter-label { font-size: 13px; font-weight: 700; color: var(--ink-mid); }
.filter-chip { padding: 7px 16px; border: 1.5px solid var(--border); border-radius: 40px; font-size: 13px; font-weight: 600; cursor: pointer; color: var(--ink-mid); background: #fff; transition: all .18s; white-space: nowrap; }
.filter-chip:hover, .filter-chip.on { border-color: var(--red); color: var(--red); background: var(--red-light); }
.filter-sort { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.filter-sort select { border: 1.5px solid var(--border); border-radius: 8px; padding: 7px 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 600; color: var(--ink); background: #fff; cursor: pointer; outline: none; }

/* PRODUCT GRID */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.product-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: all .22s; position: relative; }
.product-card:hover { border-color: var(--red); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.badge-pill { display: inline-block; font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.05em; text-transform: uppercase; }
.badge-new { background: #0052CC; color: #fff; }
.badge-hot { background: var(--accent); color: #fff; }
.badge-emi { background: #1B8A3E; color: #fff; }
.badge-off { background: var(--red); color: #fff; }

/* Product image — uses real laptop photo */
.product-img-wrap {
  background: var(--surface2);
  display: flex; align-items: center; justify-content: center;
  height: 180px; position: relative; overflow: hidden;
}
.product-img-wrap img {
  width: 100%; height: 100%; object-fit: contain;
  padding: 10px;
  transition: transform .3s;
}
.product-card:hover .product-img-wrap img { transform: scale(1.04); }
.product-wishlist { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; box-shadow: var(--shadow); cursor: pointer; transition: .2s; }
.product-wishlist:hover { transform: scale(1.15); }
.product-body { padding: 14px 14px 16px; }
.product-brand { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--red); text-transform: uppercase; margin-bottom: 4px; }
.product-name { font-size: 14px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; color: var(--ink); }
.product-specs { font-size: 12px; color: var(--ink-soft); margin-bottom: 10px; line-height: 1.5; }
.product-rating { display: flex; align-items: center; gap: 5px; margin-bottom: 12px; }
.rating-stars { background: #1B8A3E; color: #fff; font-size: 11px; font-weight: 700; border-radius: 4px; padding: 2px 7px; }
.rating-count { font-size: 11px; color: var(--ink-soft); }
.product-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.price-main { font-size: 20px; font-weight: 800; color: var(--ink); }
.price-old { font-size: 13px; color: var(--ink-soft); text-decoration: line-through; }
.price-off { font-size: 12px; font-weight: 700; color: var(--green); }
.emi-note { font-size: 11px; color: var(--ink-mid); margin-bottom: 12px; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.btn-buy { background: var(--red); color: #fff; border: none; padding: 9px; border-radius: 7px; font-weight: 700; font-size: 12.5px; cursor: pointer; transition: .18s; }
.btn-buy:hover { background: var(--red-dark); }
.btn-enquire { background: #fff; color: var(--ink); border: 1.5px solid var(--border); padding: 9px; border-radius: 7px; font-weight: 700; font-size: 12.5px; cursor: pointer; transition: .18s; }
.btn-enquire:hover { border-color: var(--red); color: var(--red); }

/* DEAL BANNERS */
.deal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.deal-card { border-radius: var(--radius); overflow: hidden; position: relative; min-height: 160px; display: flex; align-items: flex-end; padding: 24px; cursor: pointer; transition: transform .22s; }
.deal-card:hover { transform: scale(1.02); }
.deal-1 { background: linear-gradient(135deg, #0A0A14, #1a3a6e); }
.deal-2 { background: linear-gradient(135deg, #1a0505, #6e1a1a); }
.deal-3 { background: linear-gradient(135deg, #0a2a0a, #1a6e2a); }
.deal-emoji { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 64px; opacity: .85; }
.deal-content { position: relative; z-index: 1; }
.deal-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 6px; }
.deal-title { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 4px; line-height: 1.2; }
.deal-sub { font-size: 13px; color: rgba(255,255,255,0.7); }
.deal-cta { margin-top: 14px; display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); border-radius: 6px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: #fff; }

/* USE CASE CARDS */
.usecase-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.uc-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 20px 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; cursor: pointer; transition: all .2s; }
.uc-card:hover { border-color: var(--red); box-shadow: var(--shadow); transform: translateY(-2px); }
.uc-icon { font-size: 38px; }
.uc-title { font-size: 14px; font-weight: 700; }
.uc-sub { font-size: 12px; color: var(--ink-soft); line-height: 1.5; }
.uc-link { font-size: 12px; font-weight: 700; color: var(--red); margin-top: 4px; }

/* PROCESSOR */
.proc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.proc-col-title { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 14px; }
.proc-col-title .pdot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.proc-list { display: flex; flex-direction: column; gap: 10px; }
.proc-chip { background: #fff; border: 1.5px solid var(--border); border-radius: 8px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .18s; }
.proc-chip:hover { border-color: var(--red); color: var(--red); background: var(--red-light); }
.proc-chip-arrow { font-size: 12px; color: var(--ink-soft); }

/* STORE LOCATOR */
.stores-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.store-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 18px; transition: all .2s; }
.store-card:hover { border-color: var(--red); box-shadow: var(--shadow); }
.store-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.store-name { font-size: 15px; font-weight: 800; display: flex; align-items: center; gap: 6px; }
.store-open { background: #E8F5E9; color: var(--green); font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px; }
.store-addr { font-size: 12.5px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 14px; }
.store-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.s-btn { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 9px; border-radius: 7px; font-size: 12px; font-weight: 700; cursor: pointer; border: none; transition: .18s; }
.s-btn-call { background: var(--red); color: #fff; }
.s-btn-call:hover { background: var(--red-dark); }
.s-btn-wa { background: #25D366; color: #fff; }
.s-btn-wa:hover { background: #1aad52; }
.map-wrap { margin-top: 28px; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--border); height: 380px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* WHY GBS */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.why-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; transition: all .2s; }
.why-card:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: var(--shadow); }
.why-icon { font-size: 26px; flex-shrink: 0; }
.why-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.why-card p { font-size: 12.5px; color: var(--ink-mid); line-height: 1.55; }

/* OFFER STRIP */
.offer-strip { background: linear-gradient(135deg, #0A0A14, #1a0505); color: #fff; padding: 36px var(--sec-px); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.offer-text h2 { font-size: clamp(20px, 4vw, 36px); font-weight: 800; margin-bottom: 8px; }
.offer-text p { color: rgba(255,255,255,0.7); font-size: 14px; }
.offer-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.off-badge { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; padding: 12px 18px; text-align: center; }
.off-badge-num { font-size: 22px; font-weight: 800; color: #FFD600; }
.off-badge-lbl { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 2px; }
.offer-cta { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.btn-offer-primary { background: var(--red); color: #fff; border: none; border-radius: 8px; padding: 13px 24px; font-weight: 700; font-size: 14px; cursor: pointer; }
.btn-offer-ghost { background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.3); color: #fff; border-radius: 8px; padding: 13px 24px; font-weight: 700; font-size: 14px; cursor: pointer; }

/* FAQ */
.faq-list { max-width: 760px; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 16px 20px; text-align: left; font-size: 14px; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-q .arr { font-size: 18px; color: var(--red); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-q .arr { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s; padding: 0 20px; font-size: 13.5px; color: var(--ink-mid); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 20px 16px; }

/* FOOTER */
footer { background: #1A1A1A; color: #fff; padding: 56px var(--sec-px) 28px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { font-size: 22px; font-weight: 800; color: var(--red); margin-bottom: 12px; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
.footer-contact { font-size: 13px; color: rgba(255,255,255,0.65); display: flex; align-items: flex-start; gap: 7px; margin-bottom: 8px; }
.footer-contact a { color: #fff; font-weight: 600; }
.footer-col h4 { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.10); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.4); }

/* FLOATING */
.floats { position: fixed; bottom: 24px; right: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 999; }
.float-btn { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; border: none; cursor: pointer; box-shadow: 0 4px 18px rgba(0,0,0,0.25); transition: transform .2s, box-shadow .2s; text-decoration: none; }
.float-btn:hover { transform: scale(1.12); box-shadow: 0 6px 24px rgba(0,0,0,0.3); }
.f-call { background: var(--red); color: #fff; }
.f-wa { background: #25D366; color: #fff; }

/* MOBILE STICKY BAR */
.mob-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 2px solid var(--border); display: none; align-items: center; gap: 8px; padding: 10px 14px; z-index: 998; }
.mob-bar a { flex: 1; padding: 12px; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 700; font-size: 13px; }
.mob-bar-call { background: var(--red); color: #fff; border: none; }
.mob-bar-wa { background: #25D366; color: #fff; }
.mob-bar-store { background: var(--surface2); border: 1.5px solid var(--border); color: var(--ink); }

/* ================================================================
   RESPONSIVE
================================================================ */

/* Desktop: side-by-side layout for hero */
@media (min-width: 768px) {
  .hslide {
    flex-direction: row;
    min-height: 340px;
  }
  .hslide-img {
    width: 45%;
    flex-shrink: 0;
    order: 2; /* image on right */
  }
  .hslide-body {
    flex: 1;
    padding: 48px 5%;
    justify-content: center;
    background: inherit;
  }
  .hslide-title { font-size: 36px; }
  .hslide-sub { font-size: 14px; }
  .hcta-primary, .hcta-ghost { flex: none; }

  /* Dark backgrounds on desktop */
  .hslide-1 .hslide-body { background: linear-gradient(to right, #07070f, #160406); }
  .hslide-2 .hslide-body { background: linear-gradient(to right, #04100a, #0a2518); }
  .hslide-3 .hslide-body { background: linear-gradient(to right, #08060e, #1c0b36); }
  .hslide-1 .hslide-title,
  .hslide-2 .hslide-title,
  .hslide-3 .hslide-title { color: #fff; }
  .hslide-1 .hslide-sub,
  .hslide-2 .hslide-sub,
  .hslide-3 .hslide-sub { color: rgba(255,255,255,0.65); }
  .hslide-1 .hcta-ghost,
  .hslide-2 .hcta-ghost,
  .hslide-3 .hcta-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); color: #fff; }
  .hslide-1 .hcta-ghost:hover,
  .hslide-2 .hcta-ghost:hover,
  .hslide-3 .hcta-ghost:hover { background: rgba(255,255,255,.2); }

  .hero-nav-btn { display: flex; }
}

@media (max-width: 767px) {
  /* Mobile-first hero: white background, image top, text below */
  .hslide { background: #fff; }
  .hslide-img { height: 240px; }
  .hslide-title { font-size: 22px; }
  .hslide-eyebrow { font-size: 10.5px; }
  .hslide-sub { font-size: 12.5px; }
  .hero-nav-btn { display: none; }
  .trust-divider { display: none; }
  .trust-strip { gap: 14px; padding: 10px var(--sec-px); }
  .trust-item { font-size: 12px; }
}

@media (max-width: 1024px) {
  :root { --sec-px: 4%; --sec-py: 44px; }
  .logo-tagline { display: none; }
  .logo-divider { display: none; }
  .nav-stores { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .proc-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
}

@media (max-width: 640px) {
  :root { --sec-px: 4%; --sec-py: 36px; }
  .topbar { font-size: 11.5px; gap: 6px; }
  .topbar-left span:not(.topbar-pill) { display: none; }
  .nav-main { gap: 10px; padding: 12px var(--sec-px); }
  .logo-text { font-size: 22px; }
  .logo-divider, .logo-tagline { display: none; }
  .search-wrap { display: none; }
  .nav-call { padding: 9px 12px; font-size: 12px; gap: 4px; }
  .nav-wa { display: none; }
  .cat-item { padding: 9px 12px; font-size: 12px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-img-wrap { height: 140px; }
  .price-main { font-size: 16px; }
  .deal-grid { grid-template-columns: 1fr; }
  .usecase-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .proc-grid { grid-template-columns: 1fr; gap: 16px; }
  .offer-strip { flex-direction: column; gap: 20px; text-align: center; }
  .offer-badges { justify-content: center; }
  .offer-cta { justify-content: center; }
  .stores-grid { grid-template-columns: 1fr; }
  .map-wrap { height: 260px; }
  .why-grid { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  footer { padding-bottom: 80px; }
  .floats { display: none; }
  .mob-bar { display: flex; }
}

@media (max-width: 480px) {
  :root { --sec-px: 3.5%; --sec-py: 28px; }
  .topbar { padding: 6px var(--sec-px); justify-content: center; }
  .topbar-right { display: none; }
  .topbar-left { justify-content: center; font-size: 11px; }
  .nav-main { padding: 10px var(--sec-px); gap: 8px; }
  .logo-text { font-size: 20px; }
  .logo-sub { display: none; }
  .nav-call { font-size: 12px; padding: 8px 10px; }
  .hslide-img { height: 200px; }
  .hslide-body { padding: 18px 16px 24px; }
  .hslide-title { font-size: 20px; }
  .products-grid { grid-template-columns: 1fr; }
  .footer-logo { font-size: 20px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 6px; }
  footer { padding-top: 40px; padding-bottom: 80px; }
  .map-wrap { height: 220px; }
}