/* ==========================================================================
   Growque — Premium B2B Marketplace
   Navbar-first: clean, modern, Kartify-inspired two-row nav + Fuse.js search
   ========================================================================== */

/* ── Design Tokens ────────────────────────────────────────────────── */
:root {
  --p:       #4B5CF6;
  --p-l:     #7B8CF8;
  --p-d:     #3A4ADB;
  --p-s:     #EEF1FF;
  --p-s2:    #E0E5FF;
  --gold:    #f59e0b;
  --ink:     #0f172a;
  --ink-2:   #1e293b;
  --ink-3:   #334155;
  --muted:   #64748b;
  --faint:   #94a3b8;
  --brd:     #e2e8f0;
  --bg:      #ffffff;
  --bg-off:  #f8fafc;
  --bg-soft: #f1f5f9;

  --g:     linear-gradient(135deg,#4B5CF6 0%,#7B8CF8 100%);
  --g-d:   linear-gradient(135deg,#1a1f6e 0%,#4B5CF6 100%);

  --s1: 0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);
  --s2: 0 4px 16px rgba(15,23,42,.08),0 2px 6px rgba(15,23,42,.04);
  --s3: 0 12px 40px rgba(15,23,42,.12),0 4px 12px rgba(15,23,42,.06);
  --s4: 0 24px 64px rgba(15,23,42,.16),0 6px 16px rgba(15,23,42,.08);
  --sg: 0 6px 24px rgba(75,92,246,.32);

  --r4: 4px; --r6: 6px; --r8: 8px; --r10: 10px;
  --r12: 12px; --r16: 16px; --r20: 20px; --r24: 24px;

  --t: .22s cubic-bezier(.4,0,.2,1);
  --tb: .38s cubic-bezier(.34,1.56,.64,1);
}

/* ── Reset ────────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'DM Sans','Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6,.hb-title,.sec-h,.h1,.h2,.h3{font-family:'Plus Jakarta Sans','DM Sans',sans-serif}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}
input,select{font-family:inherit;font-size:inherit}
.container{max-width:1300px;margin:0 auto;padding:0 1.5rem}

/* ── Admin bar ────────────────────────────────────────────────────── */
.admin-bar{background:#111827;color:rgba(255,255,255,.62);font-size:.72rem;padding:.35rem 0}
.admin-bar .container{display:flex;justify-content:flex-end;gap:1.25rem}
.admin-bar a{color:rgba(255,255,255,.62);transition:color var(--t)}
.admin-bar a:hover{color:var(--p-l)}

/* ══════════════════════════════════════════════════════════════════
   HEADER — Two-row premium navbar
═══════════════════════════════════════════════════════════════════ */

/* ── Row 1: Logo | Search | Meta ─────────────────────────────────── */
.header-top{background:#fff;padding:1.25rem 0;border-bottom:1px solid var(--brd)}
.header-top-inner{display:flex;align-items:center;gap:1.5rem}

/* Logo */
.h-logo{flex-shrink:0}
.h-logo img{height:44px;width:auto;object-fit:contain}
.h-logo-text{font-size:1.25rem;font-weight:900;background:var(--g);-webkit-background-clip:text;-webkit-text-fill-color:transparent}

/* Search bar (center — takes most space) */
.h-search{flex:1;position:relative}
.h-search-box{display:flex;align-items:stretch;border:1.5px solid var(--brd);border-radius:var(--r10);overflow:visible;transition:all var(--t);background:#fff;position:relative;box-shadow:var(--s1)}
.h-search-box:focus-within{border-color:var(--p);box-shadow:0 0 0 3px rgba(75,92,246,.1),var(--s2)}
.h-cat-select{flex-shrink:0;height:54px;padding:0 .875rem;border:none;border-right:1.5px solid var(--brd);background:var(--bg-soft);color:var(--ink-3);font-size:.8rem;font-weight:600;cursor:pointer;outline:none;border-radius:var(--r10) 0 0 var(--r10);min-width:130px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;padding-right:1.875rem}
.h-search-input{flex:1;height:54px;padding:0 1rem;border:none;outline:none;font-size:.9rem;color:var(--ink);background:transparent}
.h-search-input::placeholder{color:var(--faint)}
.h-search-btn{flex-shrink:0;height:54px;width:56px;background:var(--g);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;border-radius:0 var(--r8) var(--r8) 0;transition:all var(--t)}
.h-search-btn:hover{box-shadow:var(--sg)}

/* Search dropdown */
.h-search-drop{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid var(--brd);border-radius:var(--r16);box-shadow:var(--s4);z-index:1000;max-height:480px;overflow-y:auto;display:none;scrollbar-width:thin}
.h-search-drop.show{display:block;animation:sd-in .15s ease both}
@keyframes sd-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.h-search-drop::-webkit-scrollbar{width:4px}
.h-search-drop::-webkit-scrollbar-thumb{background:var(--brd);border-radius:99px}
.hsd-section-title{padding:.625rem 1rem .375rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--faint)}
.hsd-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;cursor:pointer;transition:background var(--t)}
.hsd-item:hover{background:var(--p-s)}
.hsd-item:hover .hsd-name{color:var(--p)}
.hsd-icon{width:36px;height:36px;border-radius:var(--r8);background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--muted);flex-shrink:0;overflow:hidden}
.hsd-icon img{width:100%;height:100%;object-fit:cover}
.hsd-meta{flex:1;min-width:0}
.hsd-name{font-size:.84rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hsd-sub{font-size:.7rem;color:var(--muted)}
.hsd-type{flex-shrink:0;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:999px}
.type-product{background:var(--p-s);color:var(--p)}
.type-category{background:#eff6ff;color:#2563eb}
.hsd-empty{padding:2rem 1rem;text-align:center;color:var(--muted);font-size:.875rem}
.hsd-empty i{display:block;font-size:1.5rem;margin-bottom:.5rem;color:var(--faint)}
.hsd-footer{padding:.625rem 1rem;border-top:1px solid var(--brd);text-align:center}
.hsd-footer a{font-size:.8rem;font-weight:700;color:var(--p);display:flex;align-items:center;justify-content:center;gap:.375rem;transition:gap var(--t)}
.hsd-footer a:hover{gap:.625rem}
.hsd-loading{padding:1.5rem 1rem;text-align:center;color:var(--muted);font-size:.875rem}
.hsd-loading i{animation:spin .6s linear infinite;display:inline-block;margin-right:.375rem}
@keyframes spin{to{transform:rotate(360deg)}}

/* Header meta (right) */
.h-meta{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.h-contact{display:flex;align-items:center;gap:.5rem;color:var(--ink-3)}
.h-contact-icon{width:38px;height:38px;border-radius:var(--r8);background:var(--p-s);display:flex;align-items:center;justify-content:center;color:var(--p);font-size:1rem}
.h-contact-text{font-size:.72rem;line-height:1.4}
.h-contact-text strong{display:block;font-size:.84rem;font-weight:700;color:var(--ink)}
/* "Call us now" inside second nav row */
.nav-contact{display:flex;align-items:center;gap:.5rem;padding:0 .875rem;border-left:1px solid var(--brd);flex-shrink:0}
.nav-contact-icon{width:30px;height:30px;border-radius:var(--r8);background:var(--p-s);display:flex;align-items:center;justify-content:center;color:var(--p);font-size:.8rem;flex-shrink:0}
.nav-contact-text{font-size:.65rem;line-height:1.35}
.nav-contact-text span{display:block;color:var(--muted)}
.nav-contact-text strong{display:block;font-size:.78rem;font-weight:700;color:var(--ink);white-space:nowrap}
.h-rfq-hero{display:flex;align-items:center;gap:.625rem;padding:.55rem 1.125rem;background:var(--g);color:#fff;border-radius:var(--r10);font-size:.84rem;font-weight:700;transition:all var(--t);box-shadow:var(--sg);white-space:nowrap;position:relative}
.h-rfq-hero:hover{box-shadow:0 10px 32px rgba(75,92,246,.45);transform:translateY(-1px)}
.h-rfq-count{background:rgba(255,255,255,.22);border:1.5px solid rgba(255,255,255,.35);width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;line-height:1}
.h-user-btn{width:38px;height:38px;border-radius:var(--r8);border:1.5px solid var(--brd);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--ink-3);font-size:.9rem;transition:all var(--t)}
.h-user-btn:hover{border-color:var(--p);background:var(--p-s);color:var(--p)}

/* ── Row 2: Nav links ─────────────────────────────────────────────── */
.header-nav{background:#fff;border-bottom:1px solid var(--brd);position:sticky;top:0;z-index:200;transition:box-shadow var(--t);padding:0 0}
.header-nav.shadow{box-shadow:var(--s3)}
.header-nav-inner{display:flex;align-items:center;height:60px;gap:0;padding:8px 0}

/* Shop By Cat button */
.nav-cat-btn{display:flex;align-items:center;gap:.625rem;padding:0 1.25rem;height:100%;background:var(--g);color:#fff;font-size:.875rem;font-weight:700;white-space:nowrap;transition:all var(--t);border-right:none;flex-shrink:0}
.nav-cat-btn:hover{background:linear-gradient(135deg,#3A4ADB,#4B5CF6)}
.nav-cat-btn i{font-size:.8rem}

/* Nav links */
.nav-links-row{display:flex;align-items:center;flex:1;height:100%}
.nav-link{display:flex;align-items:center;gap:.2rem;padding:0 .875rem;height:100%;font-size:.875rem;font-weight:500;color:var(--ink-3);transition:all var(--t);white-space:nowrap;position:relative;border-radius:var(--r6)}
.nav-link:hover{color:var(--p)}
.nav-link.active{color:var(--p);font-weight:700}

/* Products mega dropdown */
.nav-link-has-dd{position:relative}
.nav-mega{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--brd);border-radius:0 0 var(--r16) var(--r16);box-shadow:var(--s4);padding:1.25rem;width:680px;display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem;opacity:0;pointer-events:none;transition:all var(--t);z-index:400;border-top:2px solid var(--p)}
.nav-link-has-dd:hover .nav-mega{opacity:1;pointer-events:all}
.mega-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:var(--r8);font-size:.8125rem;font-weight:500;color:var(--ink-3);transition:all var(--t)}
.mega-row:hover{background:var(--p-s);color:var(--p)}
.mega-ico{width:26px;height:26px;border-radius:var(--r4);background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--muted);flex-shrink:0;overflow:hidden}
.mega-ico img{width:100%;height:100%;object-fit:cover}

/* Nav right */
.nav-right-row{display:flex;align-items:center;gap:.5rem;padding:0 1rem;border-left:1px solid var(--brd);flex-shrink:0;height:100%}
.nav-quote-btn{display:flex;align-items:center;gap:.5rem;padding:.45rem .875rem;background:var(--g);color:#fff;border-radius:var(--r8);font-size:.8rem;font-weight:700;transition:all var(--t);box-shadow:var(--sg);white-space:nowrap}
.nav-quote-btn:hover{box-shadow:0 8px 24px rgba(75,92,246,.42);transform:translateY(-1px)}
.nqb-ct{background:rgba(255,255,255,.22);border:1.5px solid rgba(255,255,255,.3);width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:800}

/* Mobile toggle */
.nav-mb-toggle{display:none;width:38px;height:38px;border-radius:var(--r8);background:var(--bg-soft);border:1.5px solid var(--brd);align-items:center;justify-content:center;font-size:.9rem;color:var(--ink-3);transition:all var(--t)}
.nav-mb-toggle:hover{border-color:var(--p);color:var(--p)}

/* ── Mobile Menu ──────────────────────────────────────────────────── */
.mobile-menu{position:fixed;inset:0;z-index:500;background:rgba(15,23,42,.55);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .28s}
.mobile-menu.open{opacity:1;pointer-events:all}
.mobile-menu-panel{position:absolute;left:0;top:0;bottom:0;width:min(320px,88vw);background:#fff;overflow-y:auto;transform:translateX(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}
.mobile-menu.open .mobile-menu-panel{transform:translateX(0)}
.mm-head{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--brd);display:flex;align-items:center;justify-content:space-between}
.mm-head-logo{font-size:1.125rem;font-weight:900;background:var(--g);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.mm-close{width:34px;height:34px;border-radius:var(--r8);background:var(--bg-soft);border:1.5px solid var(--brd);display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--ink-3);cursor:pointer;transition:all var(--t)}
.mm-close:hover{border-color:var(--p);color:var(--p)}
.mm-search{padding:.875rem 1.25rem;border-bottom:1px solid var(--brd)}
.mm-search input{width:100%;height:42px;padding:0 1rem 0 2.5rem;border-radius:999px;border:1.5px solid var(--brd);background:var(--bg-soft);font-size:.875rem;font-family:inherit;outline:none;transition:border-color var(--t)}
.mm-search input:focus{border-color:var(--p)}
.mm-search-wrap{position:relative}
.mm-search-wrap i{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--faint);font-size:.8rem;pointer-events:none}
.mm-nav{padding:.5rem 1rem;flex:1}
.mm-nav li a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--r10);font-weight:500;font-size:.9rem;color:var(--ink-3);margin-bottom:.25rem;transition:all var(--t)}
.mm-nav li a:hover,.mm-nav li a.active{background:var(--p-s);color:var(--p)}
.mm-nav li a i{width:18px;text-align:center;color:var(--p);font-size:.875rem}
.mm-foot{padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--brd);display:flex;flex-direction:column;gap:.625rem}

/* ── RFQ Toast ────────────────────────────────────────────────────── */
#rfq-toast{position:fixed;bottom:1.75rem;left:50%;transform:translateX(-50%);background:var(--g);color:#fff;padding:.625rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:600;z-index:9999;opacity:0;transition:opacity .3s;pointer-events:none;box-shadow:0 8px 32px rgba(75,92,246,.4);white-space:nowrap}

/* ── Spacer (so sticky nav doesn't overlap content) ──────────────── */
.header-spacer{height:0}

/* ── Page empty state (home page with only navbar) ───────────────── */
.home-placeholder{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#EEF1FF 0%,#f8fafc 50%,#EEF1FF 100%)}
.home-placeholder-icon{width:88px;height:88px;border-radius:24px;background:var(--g);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;margin:0 auto 1.5rem;box-shadow:var(--sg)}
.home-placeholder h1{font-size:clamp(1.875rem,4vw,3rem);font-weight:900;letter-spacing:-.03em;color:var(--ink);margin-bottom:.875rem}
.home-placeholder h1 span{background:var(--g);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.home-placeholder p{font-size:1rem;color:var(--muted);max-width:500px;margin:0 auto 2rem;line-height:1.7}
.home-cta-row{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}
.btn-hp-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:var(--g);color:#fff;border-radius:var(--r10);font-weight:700;font-size:.9375rem;box-shadow:var(--sg);transition:all var(--t)}
.btn-hp-primary:hover{box-shadow:0 12px 36px rgba(75,92,246,.45);transform:translateY(-1px)}
.btn-hp-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:transparent;color:var(--p);border:2px solid var(--p);border-radius:var(--r10);font-weight:700;font-size:.9375rem;transition:all var(--t)}
.btn-hp-outline:hover{background:var(--p);color:#fff}
.home-stats{display:flex;gap:3rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}
.hs-stat .val{font-size:2rem;font-weight:900;color:var(--p);letter-spacing:-.03em;display:block;line-height:1}
.hs-stat .lbl{font-size:.75rem;color:var(--muted);font-weight:500;margin-top:.25rem}

/* ── Utility ──────────────────────────────────────────────────────── */
.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}
.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}

/* ── Responsive ───────────────────────────────────────────────────── */
@media(max-width:1024px){
  .h-contact{display:none}
  .nav-links-row .nav-link{padding:0 .625rem;font-size:.82rem}
}
/* Mobile-only logo in nav row — hidden on desktop */
.nav-mb-logo { display: none; flex-shrink: 0; }
.nav-mb-logo img { height: 36px; width: auto; object-fit: contain; }

@media(max-width:768px){
  /* ── Row 1: search + quotation only ── */
  .h-logo         { display: none }          /* hide logo from Row 1 */
  .h-user-btn     { display: none }          /* hide user icon from Row 1 */
  .h-cat-select   { display: none }          /* hide category filter */
  .header-top-inner { gap: .75rem }
  .h-search       { flex: 1 }
  /* Compact RFQ button — icon + count only */
  .h-rfq-hero     { padding: 0 1.125rem; gap: 0; height: 54px; border-radius: var(--r10); position: relative }
  .h-rfq-hero > span:first-of-type { display: none } /* hide "Quotation" label */
  .h-rfq-hero .fa-clipboard-list  { font-size: 1.5rem }
  .h-rfq-hero .h-rfq-count {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    font-size: .65rem;
    background: #fff;
    color: var(--p);
    border: 2px solid var(--p);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }

  /* ── Row 2: logo (left) + hamburger (right) ── */
  .nav-mb-logo    { display: flex; align-items: center }
  .nav-links-row, .nav-cat-btn, .nav-right-row, .nav-contact { display: none }
  .nav-mb-toggle  { display: flex; margin-left: auto }
  .home-stats     { gap: 1.75rem }
}
@media(max-width:480px){
  .h-meta   { gap: .5rem; align-items: stretch }
  .h-contact{ display: none }
}

/* ══════════════════════════════════════════════════════════════════
   HERO BANNER SECTION
══════════════════════════════════════════════════════════════════ */
.hero-banners{
  padding:1.25rem 0 1.5rem;
  background:#e8f5ee;
}
.hero-banners-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.25rem;
  flex:1;
}

/* Card */
.hero-banner-card{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  display:block;
  cursor:pointer;
  min-height:0;
  transition:transform .35s cubic-bezier(.34,1.56,.64,1),
             box-shadow .3s ease;
}
.hero-banner-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* Full-cover image */
/* Image is in normal flow — its natural height drives the card height */
.hero-banner-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  transition:transform .55s ease;
}
.hero-banner-card:hover .hero-banner-img{
  transform:scale(1.03);
}

/* Gradient overlay — covers the card area */
.hero-banner-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    105deg,
    rgba(255,255,255,.88) 0%,
    rgba(255,255,255,.60) 45%,
    rgba(255,255,255,0)   80%
  );
  z-index:1;
  pointer-events:none;
}

/* Content overlaid on left side */
.hero-banner-content{
  position:absolute;
  top:0;left:0;bottom:0;
  z-index:2;
  padding:2rem 2rem 2rem 2.25rem;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:55%;
}

/* Eyebrow label */
.hb-eyebrow{
  font-size:.72rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#4B5CF6;
  font-style:italic;
  margin-bottom:.5rem;
  display:block;
}

/* Main heading */
.hb-title{
  font-size:clamp(1.5rem,2.8vw,2.5rem);
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.02em;
  color:#0f172a;
  margin-bottom:.625rem;
}

/* Coloured highlight bar (like the red stripe in reference) */
.hb-highlight{
  display:inline-block;
  width:fit-content;
  align-self:flex-start;
  background:#4B5CF6;
  color:#fff;
  font-size:.8rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  padding:.3rem .875rem;
  border-radius:4px;
  margin-bottom:.75rem;
}

/* Red subheadline variant for banner 2 */
.hb-sub{
  font-size:1rem;
  font-weight:800;
  color:#e11d48;
  text-transform:uppercase;
  letter-spacing:.02em;
  margin-bottom:.5rem;
}

/* Description text */
.hb-desc{
  font-size:.84rem;
  color:#334155;
  line-height:1.6;
  margin-bottom:1.125rem;
  max-width:280px;
}

/* CTA button */
.hb-btn{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.55rem 1.375rem;
  background:#4B5CF6;
  color:#fff;
  border-radius:6px;
  font-size:.84rem;
  font-weight:700;
  transition:all .25s ease;
  border:2px solid #4B5CF6;
  white-space:nowrap;
  width:fit-content;
  align-self:flex-start;
}
.hero-banner-card:hover .hb-btn{
  background:#3A4ADB;
  border-color:#3A4ADB;
  gap:.75rem;
}
.hb-btn-dark{
  background:#4B5CF6;
  border-color:#4B5CF6;
}
.hero-banner-card:hover .hb-btn-dark{
  background:#3A4ADB;
  border-color:#3A4ADB;
}

/* Row for btn + badge */
.hb-row{
  display:flex;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
}

/* Circular discount badge */
.hb-discount-badge{
  width:68px;
  height:68px;
  border-radius:50%;
  background:#fff;
  border:2px dashed #e11d48;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.2;
  box-shadow:0 4px 14px rgba(225,29,72,.2);
  animation:badge-spin 6s linear infinite;
}
@keyframes badge-spin{
  0%,100%{transform:rotate(-4deg)}
  50%{transform:rotate(4deg)}
}
.hb-disc-label{
  font-size:.6rem;
  font-weight:700;
  text-transform:uppercase;
  color:#e11d48;
  display:block;
}
.hb-disc-value{
  font-size:.75rem;
  font-weight:900;
  color:#0f172a;
  display:block;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media(max-width:860px){
  .hero-banners-grid{
    grid-template-columns:1fr;
    gap:1rem;
  }
  .hero-banner-card{
    min-height:360px;
  }
  .hero-banner-content{
    max-width:65%;
    padding:1.5rem 1.5rem 1.5rem 1.75rem;
  }
  .hb-title{
    font-size:clamp(1.25rem,4vw,1.75rem);
  }
}
@media(max-width:480px){
  .hero-banner-card{
    min-height:280px;
  }
  .hero-banner-content{
    max-width:75%;
    padding:1.25rem 1rem 1.25rem 1.25rem;
  }
  .hb-title{
    font-size:1.375rem;
  }
  .hb-desc{display:none}
  .hb-discount-badge{
    width:56px;
    height:56px;
  }
}

/* ══════════════════════════════════════════════════════════════════
   BROWSE BY CATEGORIES — horizontal Swiper slider
══════════════════════════════════════════════════════════════════ */
.bbc-section{
  background:#fff;
  padding:2rem 0 2.25rem;
  border-bottom:1px solid var(--brd);
}
/* Contained inside container — clips at edges, padding gives room for shadow/lift */
.bbc-swiper{
  overflow:hidden !important;
  padding:10px 2px 16px !important;
  margin-top:-10px !important;
  box-sizing:content-box;
}

/* Header row */
.bbc-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:1.25rem;
}
.bbc-title{
  font-family:'Plus Jakarta Sans','DM Sans',sans-serif;
  font-size:1.25rem;
  font-weight:800;
  color:var(--ink);
  letter-spacing:-.02em;
}

/* Arrow buttons */
.bbc-nav{display:flex;align-items:center;gap:.5rem}
.bbc-arr{
  width:32px;
  height:32px;
  border-radius:50%;
  border:1.5px solid var(--brd);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.875rem;
  color:var(--ink-3);
  cursor:pointer;
  transition:all var(--t);
  flex-shrink:0;
}
.bbc-arr:hover{
  border-color:var(--p);
  background:var(--p);
  color:#fff;
}
.bbc-arr:disabled,
.bbc-arr.swiper-button-disabled{
  opacity:.35;
  pointer-events:none;
}

/* Swiper override — no built-in arrows needed */
.bbc-swiper .swiper-button-next,
.bbc-swiper .swiper-button-prev{display:none}

/* Card */
.bbc-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:#f6f7f9;
  border-radius:14px;
  overflow:visible; /* allow hover shadow to show */
  transition:all .28s cubic-bezier(.34,1.56,.64,1);
  cursor:pointer;
  border:1.5px solid transparent;
  text-decoration:none;
}
.bbc-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 28px rgba(15,23,42,.12);
  border-color:var(--p);
  background:#fff;
}

/* Image area */
.bbc-img-wrap{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:12px 12px 0 0; /* rounded top corners only */
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f0f1f4;
  padding:.75rem;
}
.bbc-img-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:10px;
  transition:transform .4s ease;
}
.bbc-card:hover .bbc-img-wrap img{transform:scale(1.08)}

/* Icon fallback */
.bbc-icon-fb{
  font-size:2.5rem;
  color:var(--p);
  opacity:.55;
}

/* Text */
.bbc-info{
  padding:.625rem .5rem .875rem;
  width:100%;
}
.bbc-name{
  font-family:'Plus Jakarta Sans','DM Sans',sans-serif;
  font-size:.8125rem;
  font-weight:700;
  color:var(--ink);
  margin-bottom:.25rem;
  line-height:1.3;
  transition:color var(--t);
}
.bbc-card:hover .bbc-name{color:var(--p)}
.bbc-count{
  font-size:.72rem;
  color:var(--muted);
  font-weight:500;
}

/* ══════════════════════════════════════════════════════════════════
   FEATURED PRODUCTS — Reference-exact card design
══════════════════════════════════════════════════════════════════ */

/* ── Section ──────────────────────────────────────────────────────── */
.fp-section{
  background:#f5f5f7;
  padding:3rem 0 3.5rem;
}
.fp-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:1.875rem;
  gap:1rem;
}
.fp-eyebrow{
  font-size:.7rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--p);
  margin-bottom:.375rem;
}
.fp-title{
  font-family:'Plus Jakarta Sans','DM Sans',sans-serif;
  font-size:1.625rem;
  font-weight:900;
  color:var(--ink);
  letter-spacing:-.025em;
  line-height:1.15;
}
.fp-see-all{
  display:inline-flex;
  align-items:center;
  gap:.375rem;
  font-size:.84rem;
  font-weight:700;
  color:var(--p);
  white-space:nowrap;
  padding:.45rem 1.25rem;
  border:1.5px solid var(--p);
  border-radius:999px;
  transition:all .22s ease;
  flex-shrink:0;
}
.fp-see-all:hover{background:var(--p);color:#fff;gap:.625rem}

/* 4-column grid */
.fp-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.25rem;
}

/* ══ CARD — matches reference exactly ═══════════════════════════════ */
.fp-card{
  background:#fff;
  border-radius:22px;
  box-shadow:0 2px 16px rgba(15,23,42,.07), 0 1px 4px rgba(15,23,42,.05);
  transition:transform .32s cubic-bezier(.34,1.56,.64,1),
             box-shadow .28s ease;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
}
.fp-card:hover{
  transform:translateY(-7px);
  box-shadow:0 20px 56px rgba(15,23,42,.14), 0 4px 12px rgba(15,23,42,.08);
}

/* ── Image area — fills top of card, edge-to-edge ─────────────────── */
.fp-img-area{
  position:relative;
  width:100%;
  /* Fixed height — matches reference proportions */
  height:260px;
  background:#f0f1f4;
  overflow:hidden;
  flex-shrink:0;
}

/* Badge: "Best Seller" — frosted pill top-left */
.fp-badge{
  position:absolute;
  top:.875rem;
  left:.875rem;
  z-index:3;
  font-size:.72rem;
  font-weight:700;
  padding:.32rem .875rem;
  border-radius:999px;
  letter-spacing:.01em;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.fp-badge-hot    { background:rgba(20,20,20,.52); color:#fff; }
.fp-badge-new    { background:var(--p);            color:#fff; }
.fp-badge-default{ background:rgba(75,92,246,.15); color:var(--p); }

/* Brand circle — top-right, white */
.fp-brand-circle{
  position:absolute;
  top:.75rem;
  right:.75rem;
  z-index:3;
  height:28px;
  padding:0 .625rem;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 2px 10px rgba(0,0,0,.15);
  backdrop-filter:blur(6px);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.65rem;
  font-weight:800;
  color:var(--ink);
  text-transform:uppercase;
  letter-spacing:.03em;
  color:var(--ink);
  white-space:nowrap;
  text-transform:uppercase;
}

/* Images — stacked, only active one visible */
.fp-imgs{ position:absolute; inset:0; }
.fp-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .38s ease, transform .48s ease;
  will-change:opacity,transform;
}
.fp-img-active{ opacity:1; }
.fp-card:hover .fp-img-active{ transform:scale(1.04); }
.fp-img-empty{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:3.5rem;
  color:#c9cdd8;
}

/* Dots — centred at bottom of image, like reference */
.fp-dots{
  position:absolute;
  bottom:.875rem;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:.375rem;
  z-index:3;
}
.fp-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(255,255,255,.45);
  border:none;
  cursor:pointer;
  transition:all .22s ease;
  padding:0;
}
.fp-dot-active{
  background:#fff;
  width:20px;
  border-radius:4px;
}

/* Quick-view overlay — hidden (removed per design) */
.fp-qv-overlay{ display:none; }
.fp-qv-pill{ display:none; }

/* ── Card body — white, generous padding ──────────────────────────── */
.fp-body{
  padding:1.125rem 1.25rem 1.25rem;
  display:flex;
  flex-direction:column;
  flex:1;
}
.fp-cat{
  font-size:.68rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
  color:var(--p);
  margin-bottom:.5rem;
}
.fp-name{
  font-family:'Plus Jakarta Sans','DM Sans',sans-serif;
  font-size:1.0625rem;
  font-weight:800;
  color:#111;
  line-height:1.3;
  letter-spacing:-.015em;
  margin-bottom:.25rem;
}
.fp-name a{ color:inherit; text-decoration:none; }
.fp-name a:hover{ color:var(--p); }
.fp-tagline{
  font-size:.84rem;
  font-weight:500;
  color:#888;
  margin-bottom:.5rem;
}
.fp-desc{
  font-size:.8125rem;
  color:#aaa;
  line-height:1.6;
  flex:1;
  margin-bottom:.125rem;
}
.fp-moq{
  font-size:.7rem;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:.3rem;
  margin-top:.5rem;
  margin-bottom:.75rem;
}
.fp-moq i{ color:var(--p); font-size:.62rem; }

/* ── Footer row: qty pill + RFQ button ───────────────────────────── */
.fp-footer{
  display:flex;
  align-items:center;
  gap:.625rem;
  margin-top:auto;
  padding-top:.875rem;
  border-top:1px solid #f0f0f2;
}

/* Quantity pill — matches the "$111" pill in reference */
.fp-qty{
  display:inline-flex;
  align-items:center;
  background:#f5f5f7;
  border:1.5px solid #e8e8ec;
  border-radius:999px;
  overflow:hidden;
  flex-shrink:0;
  height:40px;
}
.fp-qty-btn{
  width:36px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.78rem;
  font-weight:700;
  color:#444;
  background:none;
  border:none;
  cursor:pointer;
  transition:all .18s ease;
  flex-shrink:0;
  user-select:none;
}
.fp-qty-btn:hover{
  background:var(--p-s);
  color:var(--p);
}
.fp-qty-val{
  min-width:30px;
  text-align:center;
  font-size:.9rem;
  font-weight:800;
  color:#111;
  display:block;
  user-select:none;
  letter-spacing:-.01em;
}

/* RFQ button — dark pill + arrow, exactly like "Buy Now →" */
.fp-rfq-btn{
  flex:1;
  height:40px;
  background:#111;
  color:#fff;
  border:none;
  border-radius:999px;
  font-size:.76rem;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  transition:all .24s ease;
  letter-spacing:.01em;
  white-space:nowrap;
  padding:0 .875rem;
  min-width:0;
}
.fp-rfq-btn:hover{
  background:var(--p);
  transform:translateY(-1px);
  box-shadow:0 6px 20px rgba(75,92,246,.38);
}
.fp-rfq-btn .fp-btn-icon{
  width:22px;
  height:22px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  font-size:.6rem;
  flex-shrink:0;
  transition:all .22s ease;
}
.fp-rfq-btn:hover .fp-btn-icon{
  background:rgba(255,255,255,.9);
  color:var(--p);
  transform:scale(1.1);
}
.fp-rfq-added{
  background:var(--p) !important;
}
.fp-rfq-added .fp-btn-icon{
  background:rgba(255,255,255,.95);
  color:var(--p);
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media(max-width:1100px){ .fp-grid{ grid-template-columns:repeat(3,1fr); } }
@media(max-width:768px){
  .fp-grid{ grid-template-columns:repeat(2,1fr); gap:1rem; }
  .fp-title{ font-size:1.25rem; }
  .fp-img-area{ height:200px; }
}
@media(max-width:480px){
  .fp-img-area{ height:170px; }
  .fp-body{ padding:.875rem 1rem 1rem; }
  .fp-desc{ display:none; }
  .fp-rfq-btn span:first-child{ display:none; }
}

/* ══════════════════════════════════════════════════════════════════
   BLOG SECTION — 3-per-row Swiper slider
══════════════════════════════════════════════════════════════════ */

.blog-sec {
  background: #f5f5f7;
  padding: 4rem 0 4.5rem;
}

/* Header */
.blog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.blog-header-right {
  display: flex;
  align-items: center;
  gap: .875rem;
  flex-shrink: 0;
}
.blog-eyebrow {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--p);
  margin-bottom: .4rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.blog-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.375rem, 2.2vw, 1.875rem);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -.03em;
  line-height: 1.15;
  margin-bottom: .3rem;
}
.blog-title-accent {
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.blog-sub { font-size: .84rem; color: var(--muted); }
.blog-nav-btns { display: flex; align-items: center; gap: .5rem; }
.blog-arr {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--brd);
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .84rem; color: var(--ink-3);
  cursor: pointer; transition: all .22s ease;
}
.blog-arr:hover { background: var(--p); color: #fff; border-color: var(--p); }
.blog-arr:disabled, .blog-arr.swiper-button-disabled { opacity: .3; pointer-events: none; }
.blog-see-all {
  display: inline-flex; align-items: center; gap: .375rem;
  padding: .45rem 1.125rem;
  border: 1.5px solid var(--p); color: var(--p);
  border-radius: 999px; font-size: .8rem; font-weight: 700;
  white-space: nowrap; transition: all .22s ease;
}
.blog-see-all:hover { background: var(--p); color: #fff; gap: .575rem; }

/* Swiper overrides */
.blog-swiper { overflow: hidden !important; padding-bottom: 2.5rem !important; }
.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev { display: none; }
.blog-pagination { bottom: 0 !important; }
.blog-pagination .swiper-pagination-bullet {
  width: 7px; height: 7px;
  background: var(--brd); opacity: 1;
  transition: all .22s ease;
}
.blog-pagination .swiper-pagination-bullet-active {
  background: var(--p); width: 20px; border-radius: 4px;
}

/* ── Blog Card ────────────────────────────────────────────────────── */
.bc {
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid var(--brd);
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
  text-decoration: none;
  height: 100%;
  transition: transform .32s cubic-bezier(.34,1.56,.64,1), box-shadow .28s ease, border-color .22s;
}
.bc:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(15,23,42,.13);
  border-color: rgba(75,92,246,.25);
}

/* Image */
.bc-img {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: var(--bg-soft);
  flex-shrink: 0;
}
.bc-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.bc:hover .bc-img img { transform: scale(1.06); }
.bc-img-fb {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: rgba(75,92,246,.25);
  background: linear-gradient(135deg, #EEF1FF, #E0E5FF);
}
/* Category badge on image */
.bc-cat-tag {
  position: absolute; top: .875rem; left: .875rem;
  background: var(--p); color: #fff;
  font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: .25rem .7rem; border-radius: 999px; z-index: 2;
}

/* Body */
.bc-body {
  padding: 1.125rem 1.25rem 1.25rem;
  display: flex; flex-direction: column; flex: 1;
}
.bc-meta {
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem; margin-bottom: .625rem; flex-wrap: wrap;
}
.bc-time {
  font-size: .7rem; color: var(--p); font-weight: 600;
  display: flex; align-items: center; gap: .3rem;
}
.bc-time i { font-size: .62rem; }
.bc-date { font-size: .7rem; color: var(--faint); }

.bc-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: .9875rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.38;
  letter-spacing: -.015em;
  margin-bottom: .5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s;
}
.bc:hover .bc-title { color: var(--p); }

.bc-excerpt {
  font-size: .8125rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer */
.bc-footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem;
  padding-top: .875rem;
  border-top: 1px solid var(--brd);
  margin-top: auto;
}
.bc-author {
  display: flex; align-items: center; gap: .5rem; min-width: 0;
}
.bc-av {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8);
  color: #fff; font-weight: 800; font-size: .72rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bc-author-name {
  font-size: .75rem; font-weight: 600;
  color: var(--ink-3); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.bc-read {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .76rem; font-weight: 700; color: var(--p);
  white-space: nowrap; flex-shrink: 0;
  transition: gap .2s;
}
.bc:hover .bc-read { gap: .5rem; }

/* Responsive */
@media (max-width: 768px) {
  .blog-header { flex-direction: column; align-items: flex-start; gap: .875rem; }
  .blog-header-right { width: 100%; justify-content: space-between; }
  .bc-img { height: 180px; }
}
@media (max-width: 480px) {
  .bc-img { height: 160px; }
  .bc-body { padding: .875rem 1rem 1rem; }
}

/* ══════════════════════════════════════════════════════════════════
   CTA SECTION — Creative, premium, animated
══════════════════════════════════════════════════════════════════ */

@keyframes cta-float-a { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-18px) rotate(5deg)} }
@keyframes cta-float-b { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-12px) rotate(-4deg)} }
@keyframes cta-float-c { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} }
@keyframes cta-pulse-dot { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.5);opacity:.5} }
@keyframes cta-count { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }
@keyframes cta-fade-up { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }

.cta-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a1e 0%, #0f1035 30%, #3A4ADB 65%, #1a1f6e 100%);
  padding: 5rem 0 5.5rem;
}

/* Animated geometric blobs */
.cta-geo {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}
.cta-geo-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(75,92,246,.35) 0%, transparent 70%);
  top: -150px; right: -100px;
  animation: cta-float-a 9s ease-in-out infinite;
}
.cta-geo-2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(123,140,248,.2) 0%, transparent 70%);
  bottom: -100px; left: -80px;
  animation: cta-float-b 12s ease-in-out infinite;
}
.cta-geo-3 {
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(245,158,11,.15) 0%, transparent 70%);
  top: 40%; left: 35%;
  animation: cta-float-c 7s ease-in-out infinite;
}
.cta-geo-4 {
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(99,102,241,.2) 0%, transparent 70%);
  top: 20%; left: 20%;
  animation: cta-float-b 10s ease-in-out infinite reverse;
}

/* Subtle dot-grid overlay */
.cta-dot-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
  pointer-events: none;
}

/* Two-column inner */
.cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* ── LEFT column ──────────────────────────────────────────────────── */
.cta-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(123,140,248,.12);
  border: 1px solid rgba(123,140,248,.25);
  color: #93A4FC;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .375rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.375rem;
  backdrop-filter: blur(8px);
}
.cta-pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #93A4FC;
  flex-shrink: 0;
  animation: cta-pulse-dot 2s ease-in-out infinite;
}

.cta-headline {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -.03em;
  margin-bottom: 1.25rem;
}
.cta-highlight {
  background: linear-gradient(90deg, #93A4FC 0%, #7B8CF8 50%, #B4C0FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-sub {
  font-size: .9375rem;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 2rem;
}

/* CTA buttons */
.cta-buttons {
  display: flex;
  align-items: center;
  gap: .875rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}
.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding: .875rem 1.75rem;
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8);
  color: #fff;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .28s ease;
  box-shadow: 0 8px 32px rgba(75,92,246,.45);
  position: relative;
  overflow: hidden;
}
.cta-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15), transparent);
  opacity: 0;
  transition: opacity .2s;
}
.cta-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 44px rgba(75,92,246,.55); }
.cta-btn-primary:hover::before { opacity: 1; }
.cta-btn-arrow {
  width: 28px; height: 28px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  transition: transform .22s ease;
}
.cta-btn-primary:hover .cta-btn-arrow { transform: rotate(45deg); }

.cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .875rem 1.625rem;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
  backdrop-filter: blur(8px);
}
.cta-btn-ghost:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.35);
  transform: translateY(-2px);
}

/* Trust pills */
.cta-trust-row {
  display: flex;
  align-items: center;
  gap: .625rem;
  flex-wrap: wrap;
}
.cta-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: .3rem .875rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.72);
  backdrop-filter: blur(6px);
}
.cta-trust-pill i { color: #93A4FC; font-size: .65rem; }

/* ── RIGHT column ─────────────────────────────────────────────────── */
.cta-right {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

/* Stats 2×2 grid */
.cta-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.cta-stat-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 1.375rem 1.25rem;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: all .28s ease;
  position: relative;
  overflow: hidden;
}
.cta-stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.05) 0%, transparent 60%);
  pointer-events: none;
}
.cta-stat-card:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(123,140,248,.35);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,.25);
}
.cta-stat-accent {
  background: rgba(75,92,246,.2);
  border-color: rgba(123,140,248,.25);
}
.cta-stat-accent:hover { border-color: rgba(123,140,248,.5); }
.cta-stat-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(123,140,248,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #93A4FC;
  margin: 0 auto .75rem;
}
.cta-stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -.04em;
  display: inline;
}
.cta-stat-suffix {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #93A4FC;
  display: inline;
}
.cta-stat-label {
  font-size: .75rem;
  color: rgba(255,255,255,.55);
  margin-top: .375rem;
  font-weight: 500;
}

/* Floating testimonial card */
.cta-testi-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 1.375rem 1.5rem;
  backdrop-filter: blur(14px);
  transition: all .28s ease;
}
.cta-testi-card:hover {
  background: rgba(255,255,255,.11);
  border-color: rgba(123,140,248,.3);
}
.cta-testi-stars {
  display: flex;
  gap: .2rem;
  color: #f59e0b;
  font-size: .78rem;
  margin-bottom: .75rem;
}
.cta-testi-text {
  font-size: .84rem;
  color: rgba(255,255,255,.78);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 1rem;
}
.cta-testi-author {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.cta-testi-av {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8);
  color: #fff;
  font-weight: 800;
  font-size: .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-testi-name {
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
}
.cta-testi-role {
  font-size: .7rem;
  color: rgba(255,255,255,.5);
  margin-top: .1rem;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .cta-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .cta-headline { font-size: 2.25rem; }
  .cta-stats-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .cta-section { padding: 3.5rem 0 4rem; }
  .cta-headline { font-size: 1.75rem; }
  .cta-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-buttons { flex-direction: column; align-items: flex-start; }
  .cta-btn-primary, .cta-btn-ghost { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════════
   SITE FOOTER — Flexfolio-inspired, light, minimal
══════════════════════════════════════════════════════════════════ */

.site-footer {
  background: #f5f5f7;
  border-top: 1px solid #e5e5ea;
  padding: 4rem 0 0;
  font-family: 'DM Sans','Poppins',sans-serif;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
/* Brand col */
.footer-logo img{height:48px;width:auto;object-fit:contain;display:block;margin-bottom:1.125rem}
.footer-logo-text{font-family:'Plus Jakarta Sans','DM Sans',sans-serif;font-size:1.25rem;font-weight:900;color:var(--ink);display:block;margin-bottom:1rem;text-decoration:none}
.footer-tagline{font-size:.875rem;color:#6b7280;line-height:1.7;max-width:290px;margin-bottom:1.5rem}
.footer-socials{display:flex;align-items:center;gap:.625rem}
.footer-social-btn{width:38px;height:38px;border-radius:50%;border:1.5px solid #e5e5ea;background:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#374151;text-decoration:none;transition:all .22s ease}
.footer-social-btn:hover{background:var(--p);border-color:var(--p);color:#fff;transform:translateY(-2px);box-shadow:0 4px 14px rgba(75,92,246,.3)}
/* Link cols */
.footer-col-title{font-family:'Plus Jakarta Sans','DM Sans',sans-serif;font-size:1rem;font-weight:800;color:var(--ink);letter-spacing:-.01em;margin-bottom:1.25rem}
.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.footer-nav-list li a{font-size:.9rem;color:#6b7280;text-decoration:none;transition:color .18s ease}
.footer-nav-list li a:hover{color:var(--p)}
/* Newsletter col */
.footer-nl-desc{font-size:.875rem;color:#6b7280;line-height:1.65;margin-bottom:1.25rem}
.footer-nl-input-wrap{display:flex;align-items:center;background:#fff;border:1.5px solid #e5e5ea;border-radius:999px;overflow:hidden;transition:border-color .2s,box-shadow .2s;padding:.25rem .25rem .25rem 1rem}
.footer-nl-input-wrap:focus-within{border-color:var(--p);box-shadow:0 0 0 3px rgba(75,92,246,.1)}
.footer-nl-input{flex:1;border:none;outline:none;background:transparent;font-size:.875rem;color:var(--ink);font-family:inherit;min-width:0}
.footer-nl-input::placeholder{color:#9ca3af}
.footer-nl-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;background:var(--p);color:#fff;border:none;border-radius:999px;font-size:.84rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .22s ease;white-space:nowrap}
.footer-nl-btn:hover{background:var(--p-d);transform:translateX(2px)}
/* Divider */
.footer-divider{height:1px;background:#e5e5ea}
/* Bottom bar */
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;flex-wrap:wrap}
.footer-copy{font-size:.82rem;color:#9ca3af;margin:0}
.footer-bottom-links{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}
.footer-bottom-links a{font-size:.82rem;color:#9ca3af;text-decoration:none;transition:color .18s ease}
.footer-bottom-links a:hover{color:var(--p)}
/* Responsive */
@media(max-width:1024px){.footer-main{grid-template-columns:1.3fr 1fr 1fr;gap:2rem}.footer-newsletter-col{grid-column:1/-1}}
@media(max-width:680px){.footer-main{grid-template-columns:1fr 1fr;gap:1.75rem}.footer-brand-col,.footer-newsletter-col{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-bottom-links{gap:1rem}}
@media(max-width:400px){.footer-main{grid-template-columns:1fr}}

/* ══════════════════════════════════════════════════════════════════
   RFQ OFFCANVAS
══════════════════════════════════════════════════════════════════ */

/* Backdrop */
.rfq-oc-backdrop {
  position: fixed;
  inset: 0;
  z-index: 600;
  background: rgba(10, 15, 26, 0);
  pointer-events: none;
  transition: background .3s ease;
}
.rfq-oc-open {
  background: rgba(10, 15, 26, .52);
  pointer-events: all;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* Slide panel */
.rfq-oc-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 96vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  box-shadow: -8px 0 48px rgba(10, 15, 26, .18);
}
.rfq-oc-panel-open {
  transform: translateX(0);
}

/* ── Header ─────────────────────────────────────────────────────── */
.rfq-oc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.375rem 1.125rem;
  border-bottom: 1px solid #f0f0f4;
  flex-shrink: 0;
}
.rfq-oc-title-wrap {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.rfq-oc-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--p-s);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--p);
  font-size: 1rem;
  flex-shrink: 0;
}
.rfq-oc-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.02em;
  margin: 0;
}
.rfq-oc-subtitle {
  font-size: .72rem;
  color: var(--muted);
  margin: .125rem 0 0;
}
.rfq-oc-close {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f5f5f7;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  color: var(--ink-3);
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}
.rfq-oc-close:hover { background: #ffe4e6; color: #e11d48; }
.rfq-oc-clear {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  border: 1.5px solid #f0f0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: var(--muted);
  cursor: pointer;
  transition: all .2s ease;
  flex-shrink: 0;
}
.rfq-oc-clear:hover { background: #fff5f5; border-color: #fecaca; color: #e11d48; }

/* Progress bar */
.rfq-oc-progress {
  height: 3px;
  background: #f0f0f4;
  flex-shrink: 0;
}
.rfq-oc-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #4B5CF6, #7B8CF8);
  border-radius: 0 2px 2px 0;
  transition: width .4s ease;
  min-width: 8px;
}

/* ── Body / item list ───────────────────────────────────────────── */
.rfq-oc-body {
  flex: 1;
  overflow-y: auto;
  padding: .75rem 1.375rem;
  scrollbar-width: thin;
  scrollbar-color: #e5e5ea transparent;
}
.rfq-oc-body::-webkit-scrollbar { width: 4px; }
.rfq-oc-body::-webkit-scrollbar-thumb { background: #e5e5ea; border-radius: 99px; }

/* Empty state */
.rfq-oc-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.5rem 1.5rem;
  gap: .625rem;
}
.rfq-oc-empty-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: var(--p-s);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  color: var(--p);
  margin-bottom: .5rem;
}
.rfq-oc-empty h4 {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}
.rfq-oc-empty p {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 260px;
}
.rfq-oc-browse-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.375rem;
  background: var(--g);
  color: #fff;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: .5rem;
  transition: all .22s ease;
  box-shadow: var(--sg);
}
.rfq-oc-browse-btn:hover { box-shadow: 0 8px 24px rgba(75,92,246,.42); transform: translateY(-1px); }

/* Item card */
.rfq-oc-item {
  display: flex;
  align-items: flex-start;
  gap: .875rem;
  padding: .875rem 0;
  border-bottom: 1px solid #f5f5f7;
  transition: background .18s;
}
.rfq-oc-item:last-child { border-bottom: none; }

/* Thumbnail */
.rfq-oc-item-img {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f7;
  border: 1.5px solid #e5e5ea;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rfq-oc-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rfq-oc-item-img-fb {
  font-size: 1.5rem;
  color: #c9cdd8;
}

/* Info */
.rfq-oc-item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.rfq-oc-item-name {
  font-size: .875rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rfq-oc-item-sku {
  font-size: .7rem;
  color: var(--muted);
  font-weight: 500;
}
.rfq-oc-item-footer {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-top: .375rem;
}

/* Qty control */
.rfq-oc-qty {
  display: flex;
  align-items: center;
  background: #f5f5f7;
  border: 1.5px solid #e5e5ea;
  border-radius: 999px;
  overflow: hidden;
}
.rfq-oc-qty-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  color: var(--ink-3);
  background: none;
  border: none;
  cursor: pointer;
  transition: all .18s;
  flex-shrink: 0;
}
.rfq-oc-qty-btn:hover:not(:disabled) { background: var(--p-s); color: var(--p); }
.rfq-oc-qty-btn:disabled { opacity: .35; cursor: not-allowed; }
.rfq-oc-qty-val {
  min-width: 28px;
  text-align: center;
  font-size: .875rem;
  font-weight: 800;
  color: var(--ink);
  border-left: 1px solid #e5e5ea;
  border-right: 1px solid #e5e5ea;
  line-height: 28px;
  display: block;
  user-select: none;
}
.rfq-oc-unit-label {
  font-size: .68rem;
  color: var(--muted);
  font-weight: 500;
}
.rfq-oc-remove {
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: none;
  border: 1.5px solid #e5e5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  color: var(--muted);
  cursor: pointer;
  transition: all .18s;
  flex-shrink: 0;
}
.rfq-oc-remove:hover { background: #fff5f5; border-color: #fecaca; color: #e11d48; }

/* ── Footer ─────────────────────────────────────────────────────── */
.rfq-oc-footer {
  border-top: 1px solid #f0f0f4;
  padding: 1.125rem 1.375rem 1.375rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  background: #fff;
}
.rfq-oc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border-radius: 10px;
  padding: .75rem 1rem;
  border: 1px solid #e5e5ea;
}
.rfq-oc-summary-label {
  font-size: .78rem;
  color: var(--muted);
  font-weight: 500;
}
.rfq-oc-summary-val {
  font-size: .82rem;
  font-weight: 700;
  color: var(--ink);
}
.rfq-oc-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .875rem 1.5rem;
  background: var(--g);
  color: #fff;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .24s ease;
  box-shadow: var(--sg);
  letter-spacing: .01em;
}
.rfq-oc-submit:hover { box-shadow: 0 10px 30px rgba(75,92,246,.45); transform: translateY(-1px); }
.rfq-oc-submit-count {
  background: rgba(255,255,255,.22);
  padding: .15rem .5rem;
  border-radius: 999px;
  font-size: .72rem;
}
.rfq-oc-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .625rem 1.5rem;
  background: none;
  border: 1.5px solid #e5e5ea;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  transition: all .22s ease;
}
.rfq-oc-continue:hover { border-color: var(--p); color: var(--p); background: var(--p-s); }

/* Mobile full-width */
@media (max-width: 480px) {
  .rfq-oc-panel { width: 100vw; }
}

/* ══════════════════════════════════════════════════════════════════
   FLOATING RFQ BUTTON (bottom-center)
══════════════════════════════════════════════════════════════════ */

.rfq-fab {
  position: fixed;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 2rem));
  z-index: 500;
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  padding: .75rem 1.375rem .75rem 1.125rem;
  background: linear-gradient(135deg, #3A4ADB 0%, #4B5CF6 60%, #7B8CF8 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
  box-shadow: 0 8px 32px rgba(75,92,246,.45), 0 2px 8px rgba(0,0,0,.18);
  transition: transform .42s cubic-bezier(.34,1.56,.64,1), box-shadow .28s ease, opacity .28s ease;
  opacity: 0;
  pointer-events: none;
}

.rfq-fab.rfq-fab-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.rfq-fab:hover {
  box-shadow: 0 14px 44px rgba(75,92,246,.58), 0 4px 12px rgba(0,0,0,.22);
  filter: brightness(1.06);
}

.rfq-fab:active { filter: brightness(.94); }

.rfq-fab-icon {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  flex-shrink: 0;
}

.rfq-fab-label {
  font-size: .84rem;
}

/* Badge */
.rfq-fab-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  background: #fff;
  color: #4B5CF6;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4B5CF6;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  transform-origin: center;
}

/* Badge pop animation */
@keyframes rfq-badge-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.55); }
  65%  { transform: scale(.85); }
  100% { transform: scale(1); }
}
.rfq-fab-badge-pop { animation: rfq-badge-pop .42s cubic-bezier(.34,1.56,.64,1) both; }

/* FAB pulse ring after item lands */
@keyframes rfq-fab-pulse-ring {
  0%   { box-shadow: 0 8px 32px rgba(75,92,246,.45), 0 0 0 0 rgba(123,140,248,.6); }
  60%  { box-shadow: 0 8px 32px rgba(75,92,246,.45), 0 0 0 14px rgba(123,140,248,.0); }
  100% { box-shadow: 0 8px 32px rgba(75,92,246,.45), 0 0 0 0 rgba(123,140,248,.0); }
}
.rfq-fab.rfq-fab-pulse { animation: rfq-fab-pulse-ring .55s ease-out both; }

/* ── Fly-to-fab particle ─────────────────────────────────────── */
.rfq-fly-dot {
  position: fixed;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--p-s);
  border: 2.5px solid #4B5CF6;
  z-index: 9999;
  pointer-events: none;
  transform-origin: center;
  box-shadow: 0 4px 16px rgba(75,92,246,.35);
  transition: transform .62s cubic-bezier(.4,.0,.2,1), opacity .58s ease;
  /* Center the dot on its spawn point */
  margin-left: -22px;
  margin-top: -22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #4B5CF6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231A6B4A'%3E%3Cpath d='M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm-7 14H8v-2h4v2zm4-4H8v-2h8v2zm0-4H8V7h8v2z'/%3E%3C/svg%3E");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
.rfq-fly-dot-img {
  background-size: cover;
  background-position: center;
}


/* ══════════════════════════════════════════════════════════════════
   TESTIMONIALS SECTION
══════════════════════════════════════════════════════════════════ */

.testi-section {
  position: relative;
  padding: 5.5rem 0 6rem;
  background: #f8fafc;
  overflow: hidden;
}

/* Background blobs */
.testi-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: .45;
}
.testi-blob-1 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #E0E5FF, transparent 70%);
  top: -120px;
  left: -100px;
}
.testi-blob-2 {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #bbf7d0, transparent 70%);
  bottom: -80px;
  right: -80px;
}

/* ── Header ─────────────────────────────────────────────────────── */
.testi-header {
  text-align: center;
  margin-bottom: 3.25rem;
}
.testi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--p);
  margin-bottom: 1rem;
}
.testi-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--p);
  animation: testi-dot-pulse 2s ease-in-out infinite;
}
@keyframes testi-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(.7); }
}
.testi-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -.035em;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: .875rem;
}
.testi-sub {
  font-size: 1rem;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ── Swiper overrides ───────────────────────────────────────────── */
.testi-swiper {
  overflow: hidden !important;
  padding-bottom: 3rem !important;
}
.testi-swiper .swiper-slide { height: auto; }

/* ── Card base ──────────────────────────────────────────────────── */
/* ── Card base — all cards start light, active card goes dark ─── */
.testi-card {
  height: 100%;
  border-radius: 20px;
  padding: 2rem 1.875rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  position: relative;
  /* Animate background, text, shadow on slide change */
  transition:
    background .45s ease,
    box-shadow .45s ease,
    transform .3s ease,
    border-color .45s ease;
  /* Default: light */
  background: #fff;
  border: 1.5px solid #e8edf2;
  box-shadow: 0 2px 16px rgba(10,15,26,.06);
}
.testi-card:hover { transform: translateY(-5px); }

/* Active slide → dark emerald */
.swiper-slide-active .testi-card {
  background: linear-gradient(145deg, #4B5CF6 0%, #3A4ADB 100%);
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(75,92,246,.42);
}
.swiper-slide-active .testi-card:hover {
  box-shadow: 0 18px 52px rgba(75,92,246,.56);
}

/* ── Stars ──────────────────────────────────────────────────────── */
.testi-stars { display: flex; gap: 3px; }
.testi-star  { font-size: .75rem; transition: color .45s ease; }

/* Light (default) */
.testi-star-filled { color: #f59e0b; }
.testi-star-empty  { color: #e5e7eb; }

/* Dark (active) */
.swiper-slide-active .testi-star-filled { color: #fbbf24; }
.swiper-slide-active .testi-star-empty  { color: rgba(255,255,255,.28); }

/* ── Big quote mark ─────────────────────────────────────────────── */
.testi-quote-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4.5rem;
  line-height: .6;
  font-weight: 900;
  user-select: none;
  margin-bottom: -.25rem;
  color: var(--p-s2);
  transition: color .45s ease;
}
.swiper-slide-active .testi-quote-mark { color: rgba(255,255,255,.18); }

/* ── Content ────────────────────────────────────────────────────── */
.testi-content {
  font-size: .9375rem;
  line-height: 1.7;
  flex: 1;
  color: var(--ink-3);
  transition: color .45s ease;
}
.swiper-slide-active .testi-content { color: rgba(255,255,255,.9); }

/* ── Author ─────────────────────────────────────────────────────── */
.testi-author {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding-top: 1.125rem;
  border-top: 1px solid #f0f0f4;
  transition: border-color .45s ease;
}
.swiper-slide-active .testi-author { border-top-color: rgba(255,255,255,.18); }

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  font-weight: 800;
  background: var(--p-s);
  border: 2px solid var(--p-s2);
  color: var(--p);
  transition: background .45s ease, border-color .45s ease, color .45s ease;
}
.swiper-slide-active .testi-avatar {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.32);
  color: #fff;
}
.testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-author-info {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 0;
}
.testi-author-name {
  font-size: .875rem;
  font-weight: 800;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ink);
  transition: color .45s ease;
}
.swiper-slide-active .testi-author-name { color: #fff; }

.testi-author-role {
  font-size: .75rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--muted);
  transition: color .45s ease;
}
.swiper-slide-active .testi-author-role { color: rgba(255,255,255,.65); }

/* ── Pagination ─────────────────────────────────────────────────── */
.testi-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  transition: all .25s ease;
}
.testi-pagination .swiper-pagination-bullet-active {
  background: var(--p);
  width: 24px;
  border-radius: 4px;
}

/* ── Navigation arrows ──────────────────────────────────────────── */
.testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  margin-top: .5rem;
}
.testi-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  color: var(--ink-3);
  cursor: pointer;
  transition: all .22s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.testi-arrow:hover {
  background: var(--p);
  border-color: var(--p);
  color: #fff;
  box-shadow: 0 6px 20px rgba(75,92,246,.32);
  transform: scale(1.08);
}
.testi-arrow:disabled { opacity: .4; cursor: not-allowed; transform: none; }

/* Responsive */
@media (max-width: 768px) {
  .testi-section { padding: 4rem 0 4.5rem; }
  .testi-card    { padding: 1.625rem 1.375rem 1.5rem; }
}

/* ══════════════════════════════════════════════════════════════════
   CATEGORIES PAGE
══════════════════════════════════════════════════════════════════ */

/* ── Page hero ──────────────────────────────────────────────────── */
.cat-page-hero {
  position: relative;
  background: linear-gradient(135deg, #EEF1FF 0%, #E0E5FF 40%, #f8fafc 100%);
  padding: 2.75rem 0 2.5rem;
  overflow: hidden;
  border-bottom: 1px solid #e8edf2;
}
.cat-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.cat-hero-blob-1 {
  width: 400px; height: 300px;
  background: radial-gradient(circle, rgba(75,92,246,.12), transparent 70%);
  top: -80px; right: -60px;
}
.cat-hero-blob-2 {
  width: 300px; height: 250px;
  background: radial-gradient(circle, rgba(123,140,248,.08), transparent 70%);
  bottom: -60px; left: -40px;
}

/* Breadcrumb */
.cat-breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
.cat-breadcrumb::-webkit-scrollbar { display: none; }
.cat-breadcrumb a { color: var(--p); font-weight: 600; text-decoration: none; }
.cat-breadcrumb a:hover { text-decoration: underline; }
.cat-breadcrumb span { color: var(--muted); }
.cat-bc-sep { color: #cbd5e1; font-size: .6rem; }

/* Hero body */
.cat-hero-body { position: relative; z-index: 1; }
.cat-hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--p); margin-bottom: .875rem;
}
.cat-hero-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--p); flex-shrink: 0;
  animation: testi-dot-pulse 2s ease-in-out infinite;
}
.cat-hero-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -.035em;
  color: var(--ink);
  line-height: 1.12;
  margin-bottom: .875rem;
}
.cat-hero-accent {
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cat-hero-sub { font-size: .9rem; color: var(--muted); }

/* ── Jump bar ───────────────────────────────────────────────────── */
.cat-jump-bar {
  position: sticky;
  top: 60px;
  z-index: 150;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0f0f4;
  padding: .625rem 0;
  transition: box-shadow .25s ease;
}
.cat-jump-shadow { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.cat-jump-inner {
  display: flex;
  align-items: center;
  gap: .875rem;
}
.cat-jump-label {
  color: var(--p);
  font-size: .875rem;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--p-s);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-jump-pills {
  display: flex;
  align-items: center;
  gap: .375rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  flex: 1;
}
.cat-jump-pills::-webkit-scrollbar { display: none; }
.cat-jump-pill {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: .35rem .875rem;
  border-radius: 999px;
  font-size: .775rem;
  font-weight: 600;
  color: var(--ink-3);
  background: #f5f5f7;
  border: 1.5px solid transparent;
  text-decoration: none;
  transition: all .2s ease;
  flex-shrink: 0;
}
.cat-jump-pill:hover {
  background: var(--p-s);
  color: var(--p);
  border-color: var(--p-s2);
}
.cat-jump-pill.active {
  background: var(--g);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(75,92,246,.28);
}

/* ── Category sections ──────────────────────────────────────────── */
.cat-sections { }
.cat-section { padding: 3.5rem 0; }
.cat-sec-white { background: #fff; }
.cat-sec-soft  { background: #f8fafc; }

/* Section header */
.cat-sec-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f0f0f4;
}
.cat-sec-head-left {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
}
.cat-sec-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--p-s);
  border: 2px solid var(--p-s2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: var(--p);
  flex-shrink: 0;
  overflow: hidden;
}
.cat-sec-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-sec-pills {
  display: flex;
  align-items: center;
  gap: .375rem;
  margin-bottom: .5rem;
  flex-wrap: wrap;
}
.cat-sec-pill {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .7rem;
  font-weight: 700;
  padding: .2rem .625rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: var(--muted);
  border: 1px solid #e5e5ea;
}
.cat-sec-pill-green {
  background: var(--p-s);
  color: var(--p);
  border-color: var(--p-s2);
}
.cat-sec-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.025em;
  line-height: 1.2;
}
.cat-sec-desc {
  font-size: .85rem;
  color: var(--muted);
  margin-top: .375rem;
  line-height: 1.6;
  max-width: 480px;
}
.cat-sec-viewall {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1.125rem;
  background: #fff;
  border: 1.5px solid var(--p);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--p);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all .22s ease;
}
.cat-sec-viewall:hover {
  background: var(--g);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(75,92,246,.3);
}

/* ── Subcategory card grid ──────────────────────────────────────── */
.cat-sub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
}

/* Subcategory card */
.cat-sub-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid #e8edf2;
  text-decoration: none;
  transition: all .28s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  position: relative;
}
.cat-sec-soft .cat-sub-card { background: #fff; }
.cat-sub-card:hover {
  border-color: var(--p);
  box-shadow: 0 10px 32px rgba(75,92,246,.16);
  transform: translateY(-4px);
}

/* Card image */
.cat-sub-img {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #f5f5f7;
}
.cat-sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s ease;
}
.cat-sub-card:hover .cat-sub-img img { transform: scale(1.06); }

.cat-sub-img-fb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #cbd5e1;
  background: linear-gradient(135deg, #f8fafc, #EEF1FF);
}

/* Hover arrow overlay */
.cat-sub-hover-arrow {
  position: absolute;
  bottom: .75rem;
  right: .75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--p);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  opacity: 0;
  transform: scale(.7) translateY(4px);
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(75,92,246,.4);
}
.cat-sub-card:hover .cat-sub-hover-arrow {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Card info */
.cat-sub-info {
  padding: .875rem 1rem .9rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  flex: 1;
}
.cat-sub-name {
  font-size: .875rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s;
}
.cat-sub-card:hover .cat-sub-name { color: var(--p); }
.cat-sub-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--muted);
  font-weight: 500;
}
.cat-sub-chev {
  font-size: .6rem;
  color: #cbd5e1;
  transition: color .2s, transform .2s;
}
.cat-sub-card:hover .cat-sub-chev { color: var(--p); transform: translateX(2px); }

/* "View all" filler card */
.cat-sub-card-all {
  background: var(--p-s);
  border-color: var(--p-s2);
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.cat-sub-card-all:hover {
  background: var(--g);
  border-color: transparent;
}
.cat-sub-all-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 1.5rem;
  text-align: center;
}
.cat-sub-all-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(75,92,246,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.125rem; color: var(--p);
  transition: all .25s ease;
}
.cat-sub-card-all:hover .cat-sub-all-icon {
  background: rgba(255,255,255,.2);
  color: #fff;
}
.cat-sub-all-label {
  font-size: .825rem;
  color: var(--p);
  font-weight: 600;
  line-height: 1.45;
  transition: color .25s ease;
}
.cat-sub-all-label strong { display: block; font-weight: 800; }
.cat-sub-card-all:hover .cat-sub-all-label { color: #fff; }
.cat-sub-all-arr {
  font-size: .875rem;
  color: var(--p);
  transition: color .25s, transform .25s;
}
.cat-sub-card-all:hover .cat-sub-all-arr { color: #fff; transform: translateX(4px); }

/* Direct link (no subcategories) */
.cat-direct-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.5rem;
  background: var(--p-s);
  border: 1.5px solid var(--p-s2);
  border-radius: 12px;
  font-size: .9rem;
  font-weight: 700;
  color: var(--p);
  text-decoration: none;
  transition: all .22s ease;
}
.cat-direct-link:hover {
  background: var(--g);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(75,92,246,.3);
}

/* ── Bottom CTA strip ───────────────────────────────────────────── */
.cat-cta-strip {
  background: linear-gradient(135deg, #3A4ADB 0%, #4B5CF6 100%);
  padding: 3rem 0;
}
.cat-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cat-cta-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: .375rem;
  letter-spacing: -.02em;
}
.cat-cta-sub { font-size: .875rem; color: rgba(255,255,255,.7); }
.cat-cta-btns { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.cat-cta-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.375rem; border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 999px; font-size: .875rem; font-weight: 700;
  color: #fff; text-decoration: none; transition: all .22s ease;
}
.cat-cta-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }
.cat-cta-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.5rem; background: #fff;
  border-radius: 999px; font-size: .875rem; font-weight: 800;
  color: var(--p); text-decoration: none; transition: all .22s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
}
.cat-cta-primary:hover { box-shadow: 0 8px 28px rgba(0,0,0,.28); transform: translateY(-1px); }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 1100px) { .cat-sub-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) {
  .cat-sub-grid { grid-template-columns: repeat(2, 1fr); gap: .875rem; }
  .cat-sec-head { flex-direction: column; gap: .875rem; }
  .cat-sec-viewall { align-self: flex-start; }
  .cat-jump-bar { top: 0; }
}
@media (max-width: 480px) {
  .cat-sub-grid { grid-template-columns: 1fr 1fr; gap: .625rem; }
  .cat-sub-img  { height: 110px; }
  .cat-cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════════════════
   CATEGORIES PAGE — GRID LAYOUT
══════════════════════════════════════════════════════════════════ */

.catpg-section {
  padding: 3rem 0 4rem;
  background: #f8fafc;
}

/* Reuse bbc-card but in a fixed grid instead of swiper */
.catpg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.125rem;
}

/* Override the bbc-card sizing for grid context */
.catpg-card {
  width: 100% !important;
}

/* "View all" filler card */
.catpg-card-all .bbc-img-wrap {
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8) !important;
}
.catpg-all-img {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.catpg-all-img i {
  font-size: 2rem;
  color: #fff;
}
.catpg-card-all .bbc-name { color: var(--p) !important; }
.catpg-card-all:hover .bbc-img-wrap { filter: brightness(1.08); }

/* Empty state */
.catpg-empty {
  text-align: center;
  padding: 5rem 0;
}
.catpg-empty i { font-size: 3rem; color: #cbd5e1; display: block; margin-bottom: 1rem; }
.catpg-empty p { color: var(--muted); }

/* No-subcategory state on detail page */
.catpg-no-sub {
  text-align: center;
  padding: 4rem 1rem;
  max-width: 420px;
  margin: 0 auto;
}
.catpg-no-sub-icon {
  width: 80px; height: 80px;
  border-radius: 20px;
  background: var(--p-s);
  border: 2px solid var(--p-s2);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--p);
  margin: 0 auto 1.25rem;
  overflow: hidden;
}
.catpg-no-sub-icon img { width: 100%; height: 100%; object-fit: cover; }
.catpg-no-sub h2 {
  font-size: 1.375rem; font-weight: 800; color: var(--ink);
  letter-spacing: -.025em; margin-bottom: .5rem;
}
.catpg-no-sub p { font-size: .9rem; color: var(--muted); margin-bottom: 1.5rem; }
.catpg-browse-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .75rem 1.75rem;
  background: var(--g); color: #fff;
  border-radius: 999px; font-size: .9rem; font-weight: 700;
  text-decoration: none; transition: all .22s ease;
  box-shadow: var(--sg);
}
.catpg-browse-btn:hover { box-shadow: 0 10px 30px rgba(75,92,246,.42); transform: translateY(-1px); }

/* Responsive grid */
@media (max-width: 1200px) { .catpg-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px)  { .catpg-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .catpg-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; } }

/* ══════════════════════════════════════════════════════════════════
   PRODUCTS LISTING PAGE (PLP)
══════════════════════════════════════════════════════════════════ */

/* Breadcrumb bar */
.plp-breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid #f0f0f4;
  padding: .875rem 0;
}

/* Page wrapper */
.plp-page {
  background: #f8fafc;
  padding: 2rem 0 4rem;
  min-height: 70vh;
}

/* Two-column layout */
.plp-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
  align-items: start;
}

/* ── SIDEBAR ────────────────────────────────────────────────────── */
/* ── SIDEBAR — BOXY DESIGN ──────────────────────────────────────── */
.plp-sidebar {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 2px solid #e8edf2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

/* Each block is separated by a border */
.plp-filter-block {
  background: #fff;
  border-bottom: 1.5px solid #f0f2f5;
}
.plp-filter-block:last-child { border-bottom: none; }

/* Block header row */
.plp-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .875rem 1.125rem;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-bottom: 1.5px solid #f0f2f5;
}

.plp-filter-label {
  font-size: .8125rem;
  font-weight: 800;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: .5rem;
  letter-spacing: -.01em;
}
.plp-filter-label i { color: var(--p); font-size: .875rem; }

.plp-clear-all {
  font-size: .72rem;
  font-weight: 700;
  color: #ef4444;
  text-decoration: none;
  padding: .2rem .625rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  transition: background .18s;
}
.plp-clear-all:hover { background: #fee2e2; }

.plp-toggle-ico {
  font-size: .65rem;
  color: var(--muted);
  width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  background: #f5f5f7; border-radius: 5px;
}

/* Active filter tags */
.plp-active-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  padding: .75rem 1.125rem;
}
.plp-tag {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: .3rem .75rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: .72rem;
  font-weight: 600;
  color: #e11d48;
  text-decoration: none;
  transition: all .18s;
}
.plp-tag:hover { background: #fee2e2; }
.plp-tag i { font-size: .6rem; }

/* Category search */
.plp-cat-search {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: .75rem 1rem .5rem;
  background: #f5f7fa;
  border: 1.5px solid #e8edf2;
  border-radius: 8px;
  padding: 0 .75rem;
  transition: border-color .18s;
}
.plp-cat-search:focus-within { border-color: var(--p); }
.plp-cat-search i { color: #94a3b8; font-size: .75rem; flex-shrink: 0; }
.plp-cat-search input {
  flex: 1; height: 36px;
  background: none; border: none; outline: none;
  font-size: .8rem; color: var(--ink); font-family: inherit;
}
.plp-cat-search input::placeholder { color: #94a3b8; }

/* Category list */
.plp-cat-list {
  list-style: none;
  padding: .375rem .75rem .875rem;
  max-height: 360px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e5e5ea transparent;
}
.plp-cat-list::-webkit-scrollbar { width: 3px; }
.plp-cat-list::-webkit-scrollbar-thumb { background: #dde2ea; border-radius: 99px; }

/* Each row */
.plp-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem .625rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all .18s;
  gap: .5rem;
  margin-bottom: 2px;
  border-left: 2.5px solid transparent;
}
.plp-cat-item:hover {
  background: var(--p-s);
  border-left-color: var(--p);
}
.plp-cat-active {
  background: var(--p-s) !important;
  border-left-color: var(--p) !important;
}
.plp-cat-active .plp-cat-name { color: var(--p); font-weight: 700; }
.plp-cat-active .plp-cat-count {
  background: var(--p); color: #fff; border-color: var(--p);
}

.plp-cat-name {
  font-size: .8125rem;
  font-weight: 500;
  color: var(--ink-3);
  flex: 1;
  line-height: 1.35;
}
.plp-cat-item:hover .plp-cat-name { color: var(--p); font-weight: 600; }

.plp-cat-count {
  font-size: .68rem;
  font-weight: 700;
  background: #f1f5f9;
  color: var(--muted);
  padding: .18rem .55rem;
  border-radius: 6px;
  border: 1px solid #e8edf2;
  flex-shrink: 0;
  min-width: 24px;
  text-align: center;
  transition: all .18s;
}

/* Quick links */
.plp-quick-links {
  list-style: none;
  padding: .625rem .75rem .875rem;
}
.plp-quick-links li { margin-bottom: 2px; }
.plp-quick-links li a {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .5rem .75rem;
  border-radius: 8px;
  font-size: .8125rem;
  font-weight: 500;
  color: var(--ink-3);
  text-decoration: none;
  transition: all .18s;
  border-left: 2.5px solid transparent;
}
.plp-quick-links li a:hover {
  background: var(--p-s);
  color: var(--p);
  border-left-color: var(--p);
  font-weight: 600;
}
.plp-quick-links li a i {
  color: var(--p);
  width: 18px;
  text-align: center;
  font-size: .8rem;
  flex-shrink: 0;
}

/* ── MAIN CONTENT ───────────────────────────────────────────────── */

/* Toolbar */
.plp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1.5px solid #eef0f4;
  border-radius: 14px;
  padding: .75rem 1.125rem;
}
.plp-result-count {
  font-size: .84rem;
  color: var(--muted);
}
.plp-result-count strong { color: var(--ink); font-weight: 700; }
.plp-result-count em { font-style: normal; color: var(--p); font-weight: 600; }

.plp-toolbar-right {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

/* Sort form */
.plp-sort-form {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.plp-sort-label {
  font-size: .78rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}
.plp-sort-select {
  height: 36px;
  padding: 0 2rem 0 .75rem;
  border: 1.5px solid #e8edf2;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink);
  background: #fff;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: .875rem;
  transition: border-color .2s;
}
.plp-sort-select:focus { border-color: var(--p); }

/* Grid toggle buttons */
.plp-cols { display: flex; gap: .25rem; }
.plp-col-btn {
  width: 34px; height: 34px;
  border-radius: 8px;
  border: 1.5px solid #e8edf2;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; color: var(--muted);
  cursor: pointer; transition: all .18s;
}
.plp-col-btn:hover, .plp-col-btn.active {
  border-color: var(--p);
  background: var(--p-s);
  color: var(--p);
}

/* Mobile filter toggle */
.plp-mob-filter-btn {
  display: none;
  height: 36px; padding: 0 1rem;
  border: 1.5px solid #e8edf2;
  border-radius: 8px;
  background: #fff;
  font-size: .8rem; font-weight: 600; color: var(--ink-3);
  cursor: pointer; gap: .375rem; align-items: center;
  font-family: inherit; transition: all .18s;
}
.plp-mob-filter-btn:hover { border-color: var(--p); color: var(--p); }

/* Search bar */
.plp-search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #e8edf2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  transition: border-color .2s, box-shadow .2s;
}
.plp-search-bar:focus-within {
  border-color: var(--p);
  box-shadow: 0 0 0 3px rgba(75,92,246,.1);
}
.plp-search-ico {
  width: 44px; text-align: center;
  color: #94a3b8; font-size: .875rem; flex-shrink: 0;
}
.plp-search-input {
  flex: 1; height: 46px; background: none; border: none;
  outline: none; font-size: .9rem; color: var(--ink);
  font-family: inherit;
}
.plp-search-input::placeholder { color: #94a3b8; }
.plp-search-btn {
  height: 46px; padding: 0 1.25rem;
  background: var(--g); color: #fff; border: none;
  font-size: .84rem; font-weight: 700; font-family: inherit;
  cursor: pointer; flex-shrink: 0; transition: opacity .18s;
}
.plp-search-btn:hover { opacity: .9; }

/* Adapt fp-grid for the PLP context */
.plp-fp-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

/* Pagination */
.plp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .375rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.plp-page-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: .84rem; font-weight: 600;
  background: #fff;
  border: 1.5px solid #e8edf2;
  color: var(--ink-3); text-decoration: none;
  transition: all .18s;
}
.plp-page-btn:hover { border-color: var(--p); color: var(--p); background: var(--p-s); }
.plp-page-active {
  background: var(--g) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(75,92,246,.3);
}

/* Empty state */
.plp-empty {
  text-align: center;
  padding: 5rem 1rem;
}
.plp-empty i { font-size: 3.5rem; color: #cbd5e1; display: block; margin-bottom: 1.25rem; }
.plp-empty h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.plp-empty p { color: var(--muted); font-size: .9rem; margin-bottom: 1.5rem; }
.plp-empty-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.5rem; background: var(--g); color: #fff;
  border-radius: 999px; font-size: .875rem; font-weight: 700;
  text-decoration: none; box-shadow: var(--sg);
  transition: all .22s;
}
.plp-empty-btn:hover { box-shadow: 0 8px 24px rgba(75,92,246,.4); transform: translateY(-1px); }

/* Responsive */
@media (max-width: 1024px) {
  .plp-layout { grid-template-columns: 220px 1fr; }
  .plp-fp-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
  .plp-layout { grid-template-columns: 1fr; }
  .plp-sidebar {
    position: fixed; top: 0; left: -100%; bottom: 0; z-index: 400;
    width: 280px; background: #fff; box-shadow: 4px 0 24px rgba(0,0,0,.12);
    overflow-y: auto; padding: 1.5rem 1rem;
    transition: left .32s cubic-bezier(.4,0,.2,1);
  }
  .plp-sidebar.plp-sidebar-open { left: 0; }
  .plp-mob-filter-btn { display: flex; }
  .plp-fp-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
  .plp-fp-grid { grid-template-columns: 1fr !important; }
  .plp-toolbar { flex-direction: column; align-items: flex-start; }
}

/* ── PLP Fuzzy search dropdown ──────────────────────────────────── */
.plp-fuzz-wrap { position: relative; margin-bottom: 1.25rem; }

.plp-fuzz-drop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0; right: 0;
  background: #fff;
  border: 1.5px solid #e8edf2;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  z-index: 300;
  overflow: hidden;
  max-height: 420px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e5e5ea transparent;
}
.plp-fuzz-drop::-webkit-scrollbar { width: 4px; }
.plp-fuzz-drop::-webkit-scrollbar-thumb { background: #e5e5ea; border-radius: 99px; }

.plp-fuzz-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f7;
  transition: background .15s;
}
.plp-fuzz-item:last-of-type { border-bottom: none; }
.plp-fuzz-item:hover, .plp-fuzz-item.plp-fuzz-hover { background: var(--p-s); }

.plp-fuzz-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: #f1f5f9;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; color: var(--p); flex-shrink: 0;
}
.plp-fuzz-body { flex: 1; min-width: 0; }
.plp-fuzz-name {
  display: block;
  font-size: .85rem; font-weight: 600; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.plp-fuzz-meta { font-size: .72rem; color: var(--muted); }

.plp-fuzz-badge {
  font-size: .65rem; font-weight: 700;
  padding: .18rem .55rem; border-radius: 6px;
  background: var(--p-s); color: var(--p);
  border: 1px solid var(--p-s2); white-space: nowrap; flex-shrink: 0;
}
.plp-fuzz-badge-cat { background: #f0f4ff; color: #4f46e5; border-color: #c7d2fe; }

.plp-fuzz-footer {
  border-top: 1.5px solid #f0f0f4;
  padding: .625rem 1rem;
}
.plp-fuzz-footer button {
  background: none; border: none; cursor: pointer;
  font-size: .8rem; font-weight: 600; color: var(--p);
  font-family: inherit; display: flex; align-items: center; gap: .5rem;
  padding: 0;
}
.plp-fuzz-footer button:hover { text-decoration: underline; }

/* ══════════════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE (PDP)
══════════════════════════════════════════════════════════════════ */

/* Breadcrumb bar */
.pdp-bc-bar {
  background: linear-gradient(135deg, #EEF1FF 0%, #f8fafc 100%);
  border-bottom: 1.5px solid #e8f5ee;
  padding: 1rem 0;
}
.pdp-bc-bar .cat-breadcrumb {
  margin-bottom: 0;
  font-size: .8125rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.pdp-bc-bar .cat-breadcrumb::-webkit-scrollbar { display: none; }
.pdp-bc-bar .cat-breadcrumb a {
  color: var(--p);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .25rem .5rem;
  border-radius: 6px;
  transition: background .18s;
}
.pdp-bc-bar .cat-breadcrumb a:hover {
  background: var(--p-s);
  text-decoration: none;
}
.pdp-bc-bar .cat-breadcrumb span {
  color: var(--ink-3);
  font-weight: 600;
  padding: .25rem .5rem;
}
.pdp-bc-bar .cat-bc-sep {
  color: #a3b8a8;
  font-size: .55rem;
}

/* Section */
.pdp-section { background: #f8fafc; padding: 2.5rem 0 3rem; }

/* 3-col grid: gallery | info | panel */
.pdp-grid {
  display: grid;
  grid-template-columns: 420px 1fr 300px;
  gap: 2rem;
  align-items: start;
}

/* ── GALLERY ────────────────────────────────────────────────────── */
.pdp-gallery { display: flex; flex-direction: column; gap: .875rem; }

.pdp-main-img-wrap {
  position: relative;
  background: #fff;
  border: 1.5px solid #e8edf2;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.pdp-main-img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
  transition: opacity .25s ease;
}
.pdp-img-show { opacity: 1; z-index: 2; }
.pdp-img-hide { opacity: 0; z-index: 1; }
.pdp-img-empty {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .5rem; color: #c9cdd8; font-size: .875rem;
}
.pdp-img-empty i { font-size: 3rem; }

.pdp-badge-hot {
  position: absolute; top: 1rem; left: 1rem; z-index: 10;
  background: linear-gradient(135deg, #4B5CF6, #7B8CF8);
  color: #fff; font-size: .7rem; font-weight: 800;
  padding: .3rem .75rem; border-radius: 999px;
  display: flex; align-items: center; gap: .375rem;
  box-shadow: 0 4px 12px rgba(75,92,246,.35);
}

.pdp-thumbs {
  display: flex; gap: .625rem; flex-wrap: wrap;
}
.pdp-thumb {
  width: 72px; height: 72px;
  border-radius: 12px; overflow: hidden;
  border: 2px solid #e8edf2;
  background: #fff; padding: 0; cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
  flex-shrink: 0;
}
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumb:hover { border-color: var(--p); }
.pdp-thumb-active {
  border-color: var(--p) !important;
  box-shadow: 0 0 0 3px rgba(75,92,246,.15);
}

/* ── PRODUCT INFO ───────────────────────────────────────────────── */
.pdp-info { display: flex; flex-direction: column; gap: 1rem; }

.pdp-cat-link {
  display: inline-flex; align-items: center; gap: .375rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--p); text-decoration: none;
}
.pdp-cat-link:hover { text-decoration: underline; }

.pdp-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 900; letter-spacing: -.03em;
  color: var(--ink); line-height: 1.2; margin: 0;
}

.pdp-meta-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.pdp-meta-pill {
  display: inline-flex; align-items: center; gap: .375rem;
  padding: .3rem .75rem; background: #f1f5f9;
  border: 1px solid #e8edf2; border-radius: 8px;
  font-size: .75rem; font-weight: 600; color: var(--ink-3);
}
.pdp-pill-green { background: #EEF1FF; border-color: #bbf7d0; color: #15803d; }
.pdp-pill-red   { background: #fef2f2; border-color: #fecaca; color: #dc2626; }

.pdp-short-desc {
  font-size: .9rem; color: var(--muted); line-height: 1.75; margin: 0;
}

.pdp-divider { height: 1px; background: #f0f0f4; }

/* About / specs */
.pdp-about-title {
  font-size: .8rem; font-weight: 800; color: var(--ink);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: .75rem;
}
.pdp-specs-grid { display: flex; flex-direction: column; gap: 0; }
.pdp-spec-row {
  display: flex; align-items: center; gap: 1rem;
  padding: .5rem 0; border-bottom: 1px solid #f5f5f7;
}
.pdp-spec-row:last-child { border-bottom: none; }
.pdp-spec-key {
  font-size: .8rem; color: var(--muted); font-weight: 500;
  min-width: 110px; flex-shrink: 0;
}
.pdp-spec-val { font-size: .8rem; font-weight: 700; color: var(--ink); }

/* Trust row */
.pdp-trust-row {
  display: flex; flex-wrap: wrap; gap: 1rem;
  padding: 1rem; background: #EEF1FF;
  border: 1px solid #bbf7d0; border-radius: 12px;
}
.pdp-trust-item {
  display: flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 600; color: #15803d;
}
.pdp-trust-item i { font-size: .875rem; }

/* ── ORDER PANEL ────────────────────────────────────────────────── */
.pdp-order-panel {
  background: #fff;
  border: 2px solid #e8edf2;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 80px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  display: flex; flex-direction: column;
}

.pdp-panel-head {
  display: flex; align-items: center; gap: .625rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #3A4ADB, #4B5CF6);
  color: #fff; font-size: .875rem; font-weight: 800;
  letter-spacing: -.01em;
}
.pdp-panel-head i { font-size: 1rem; }

.pdp-panel-preview {
  display: flex; align-items: center; gap: .875rem;
  padding: 1rem 1.25rem;
}
.pdp-panel-img {
  width: 52px; height: 52px; border-radius: 10px;
  object-fit: cover; border: 1.5px solid #e8edf2; flex-shrink: 0;
}
.pdp-panel-img-fb {
  width: 52px; height: 52px; border-radius: 10px;
  background: var(--p-s); display: flex; align-items: center;
  justify-content: center; color: var(--p); font-size: 1.25rem;
  flex-shrink: 0;
}
.pdp-panel-name {
  font-size: .8rem; font-weight: 700; color: var(--ink);
  line-height: 1.35; margin-bottom: .2rem;
}
.pdp-panel-sku { font-size: .72rem; color: var(--muted); }

/* Qty row */
.pdp-panel-qty-row {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: .875rem 1.25rem;
}
.pdp-panel-qty-label { font-size: .8rem; font-weight: 600; color: var(--muted); }
.pdp-panel-qty {
  display: flex; align-items: center;
  border: 2px solid #e8edf2; border-radius: 10px; overflow: hidden;
  background: #f8fafc;
}
.pdp-qty-btn {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  color: var(--ink-3); font-size: .75rem;
  transition: background .18s;
}
.pdp-qty-btn:hover:not(:disabled) { background: var(--p-s); color: var(--p); }
.pdp-qty-btn:disabled { opacity: .35; cursor: not-allowed; }
.pdp-qty-val {
  min-width: 40px; text-align: center;
  font-size: .9375rem; font-weight: 800; color: var(--ink);
  border-left: 1.5px solid #e8edf2;
  border-right: 1.5px solid #e8edf2;
  line-height: 36px; user-select: none;
}

.pdp-panel-stock {
  padding: 0 1.25rem .75rem;
  font-size: .75rem; color: var(--muted);
}
.pdp-panel-stock strong { color: var(--p); }

/* Price */
.pdp-panel-price-row {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: .75rem 1.25rem;
  background: #f8fafc;
}
.pdp-panel-price-label { font-size: .8rem; font-weight: 600; color: var(--muted); }
.pdp-panel-price {
  font-size: 1.125rem; font-weight: 900; color: var(--ink);
  letter-spacing: -.02em;
}

/* CTA buttons */
.pdp-rfq-btn {
  margin: .75rem 1.25rem .375rem;
  width: calc(100% - 2.5rem);
  padding: .875rem;
  background: linear-gradient(135deg, #3A4ADB, #4B5CF6 60%, #7B8CF8);
  color: #fff; border: none; border-radius: 12px;
  font-size: .875rem; font-weight: 800; font-family: inherit;
  cursor: pointer; transition: all .22s;
  box-shadow: 0 4px 18px rgba(75,92,246,.35);
  display: flex; align-items: center; justify-content: center; gap: .5rem;
}
.pdp-rfq-btn:hover { box-shadow: 0 8px 28px rgba(75,92,246,.48); transform: translateY(-1px); }
.pdp-rfq-added {
  background: linear-gradient(135deg, #15803d, #16a34a) !important;
}

.pdp-contact-btn {
  margin: 0 1.25rem .875rem;
  width: calc(100% - 2.5rem);
  padding: .75rem;
  background: #fff; border: 1.5px solid #e2e8f0;
  border-radius: 12px; font-size: .84rem; font-weight: 700;
  color: var(--ink-3); text-decoration: none;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: all .22s;
}
.pdp-contact-btn:hover { border-color: var(--p); color: var(--p); background: var(--p-s); }

/* Share */
.pdp-panel-share {
  display: flex; align-items: center; gap: .625rem;
  padding: .75rem 1.25rem 1rem;
  border-top: 1px solid #f0f0f4;
}
.pdp-panel-share-label { font-size: .75rem; color: var(--muted); font-weight: 600; margin-right: .25rem; }
.pdp-share-ico {
  width: 32px; height: 32px; border-radius: 8px;
  background: #f1f5f9; border: 1px solid #e8edf2;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; color: var(--ink-3);
  text-decoration: none; cursor: pointer;
  transition: all .18s;
}
.pdp-share-ico:hover { background: var(--p-s); color: var(--p); border-color: var(--p-s2); }
.pdp-share-wa:hover { background: #E0E5FF; color: #16a34a; border-color: #bbf7d0; }

/* ── TABS ───────────────────────────────────────────────────────── */
.pdp-tabs-wrap {
  margin-top: 2.5rem;
  background: #fff;
  border: 1.5px solid #e8edf2;
  border-radius: 20px;
  overflow: hidden;
}
.pdp-tabs-nav {
  display: flex;
  border-bottom: 1.5px solid #f0f0f4;
  background: #fff;
}
.pdp-tab-btn {
  padding: 1rem 1.5rem;
  font-size: .875rem; font-weight: 600;
  color: var(--muted); background: none; border: none;
  font-family: inherit; cursor: pointer;
  border-bottom: 2.5px solid transparent;
  transition: all .2s; margin-bottom: -1.5px;
}
.pdp-tab-btn:hover { color: var(--ink); }
.pdp-tab-active { color: var(--p) !important; border-bottom-color: var(--p) !important; font-weight: 700; }

.pdp-tab-content { padding: 1.75rem 1.75rem; }

.pdp-desc-body {
  font-size: .9rem; color: var(--ink-3);
  line-height: 1.85; max-width: 780px;
}

.pdp-specs-table { max-width: 600px; }

.pdp-ship-list { display: flex; flex-direction: column; gap: 1.125rem; }
.pdp-ship-row {
  display: flex; align-items: flex-start; gap: 1rem;
}
.pdp-ship-row > i {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--p-s); color: var(--p);
  display: flex; align-items: center; justify-content: center;
  font-size: .875rem; flex-shrink: 0; margin-top: 2px;
}
.pdp-ship-row div { display: flex; flex-direction: column; gap: .2rem; }
.pdp-ship-row strong { font-size: .875rem; font-weight: 700; color: var(--ink); }
.pdp-ship-row span  { font-size: .825rem; color: var(--muted); line-height: 1.5; }

/* ── RELATED ────────────────────────────────────────────────────── */
.pdp-related {
  background: #f8fafc;
  padding: 3.5rem 0 4rem;
  border-top: 1.5px solid #f0f0f4;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .pdp-grid { grid-template-columns: 380px 1fr 280px; }
}
@media (max-width: 1024px) {
  .pdp-grid { grid-template-columns: 1fr 1fr; }
  .pdp-order-panel { grid-column: 1 / -1; position: static; }
}
@media (max-width: 680px) {
  .pdp-grid { grid-template-columns: 1fr; }
  .pdp-order-panel { grid-column: 1; }
  .pdp-tabs-nav { overflow-x: auto; }
  .pdp-tab-btn { white-space: nowrap; }
}

/* ══════════════════════════════════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════════════════════════════════ */

/* ── About Us section ──────────────────────────────────────────── */
.about-main-section {
  padding: 5rem 0;
  background: #fff;
}
.about-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
}

/* Image side */
.about-img-side { display: flex; flex-direction: column; gap: 1.25rem; }
.about-img-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF1FF, #E0E5FF);
  border: 2px solid #bbf7d0;
  aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
}
.about-img-box img {
  width: 70%; height: auto; object-fit: contain; opacity: .9;
}
.about-exp-badge {
  position: absolute;
  bottom: 1.25rem; right: 1.25rem;
  background: linear-gradient(135deg, #3A4ADB, #4B5CF6);
  color: #fff; border-radius: 16px;
  padding: .875rem 1.125rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(75,92,246,.4);
}
.about-exp-num {
  display: block;
  font-size: 1.625rem; font-weight: 900;
  letter-spacing: -.03em; line-height: 1;
}
.about-exp-label {
  display: block;
  font-size: .7rem; font-weight: 600;
  opacity: .8; margin-top: .25rem; line-height: 1.35;
}

/* Mini stats row */
.about-mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .875rem;
}
.about-mini-stat {
  background: #f8fafc; border: 1.5px solid #e8edf2;
  border-radius: 14px; padding: 1rem .875rem;
  display: flex; flex-direction: column; align-items: center;
  gap: .375rem; text-align: center;
  transition: all .22s ease;
}
.about-mini-stat:hover { border-color: var(--p); background: var(--p-s); }
.about-mini-stat i { font-size: 1.125rem; color: var(--p); }
.about-mini-stat strong { font-size: 1.25rem; font-weight: 900; color: var(--ink); }
.about-mini-stat span { font-size: .72rem; color: var(--muted); font-weight: 600; }

/* Copy side */
.about-copy { display: flex; flex-direction: column; gap: 1.125rem; }
.about-eyebrow {
  display: inline-flex; align-items: center; gap: .625rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--p);
}
.about-eyebrow-line {
  display: inline-block; width: 28px; height: 2px;
  background: var(--p); border-radius: 999px;
}
.about-h2 {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-weight: 900; letter-spacing: -.035em;
  color: var(--ink); line-height: 1.18;
}
.about-lead { font-size: 1.0rem; font-weight: 600; color: var(--ink-3); line-height: 1.7; }
.about-body { font-size: .9rem; color: var(--muted); line-height: 1.8; }

.about-feature-list {
  list-style: none; display: flex; flex-direction: column; gap: .625rem;
}
.about-feature-list li {
  display: flex; align-items: center; gap: .75rem;
  font-size: .875rem; font-weight: 500; color: var(--ink-3);
}
.about-feature-list li i { color: var(--p); font-size: .875rem; flex-shrink: 0; }

.about-btn-row { display: flex; gap: .875rem; flex-wrap: wrap; margin-top: .5rem; }
.about-btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .75rem 1.5rem; background: var(--g); color: #fff;
  border-radius: 999px; font-size: .875rem; font-weight: 700;
  text-decoration: none; box-shadow: var(--sg);
  transition: all .22s ease;
}
.about-btn-primary:hover { box-shadow: 0 10px 28px rgba(75,92,246,.42); transform: translateY(-1px); }
.about-btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .75rem 1.5rem; border: 1.5px solid var(--p);
  color: var(--p); border-radius: 999px; font-size: .875rem; font-weight: 700;
  text-decoration: none; transition: all .22s ease;
}
.about-btn-ghost:hover { background: var(--p-s); }

/* ── Counter section ────────────────────────────────────────────── */
.about-counters {
  position: relative;
  background: linear-gradient(135deg, #0a3320 0%, #4B5CF6 50%, #0f5235 100%);
  padding: 3.5rem 0;
  overflow: hidden;
}
.about-counters-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.about-counters-grid {
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative; z-index: 1;
}
.about-counter {
  display: flex; align-items: center; gap: 1.125rem;
  flex: 1; padding: .5rem;
}
.about-counter-ico {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.375rem; color: #fff; flex-shrink: 0;
  backdrop-filter: blur(8px);
}
.about-counter-info { display: flex; flex-direction: column; gap: .25rem; }
.about-counter-row { display: flex; align-items: baseline; gap: .2rem; }
.about-c-num {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 2.125rem; font-weight: 900;
  color: #fff; letter-spacing: -.04em; line-height: 1;
}
.about-c-suffix { font-size: 1.375rem; font-weight: 900; color: #7B8CF8; }
.about-c-label { font-size: .78rem; color: rgba(255,255,255,.7); font-weight: 500; }

.about-c-divider {
  width: 1px; height: 60px; background: rgba(255,255,255,.15);
  flex-shrink: 0;
}

/* ── Mission & Vision ───────────────────────────────────────────── */
.about-mv-section { padding: 5.5rem 0; background: #f8fafc; }
.about-mv-hdr { text-align: center; margin-bottom: 3.25rem; }
.about-mv-h2 {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900; letter-spacing: -.035em;
  color: var(--ink); margin: .75rem 0 .875rem;
}
.about-mv-sub { font-size: .9375rem; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.65; }

.about-mv-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.about-mv-card {
  background: #fff; border: 1.5px solid #e8edf2;
  border-radius: 20px; padding: 2.25rem 1.875rem;
  display: flex; flex-direction: column; gap: 1rem;
  transition: all .28s ease;
  position: relative; overflow: hidden;
}
.about-mv-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--g);
  opacity: 0; transition: opacity .28s ease;
}
.about-mv-card:hover { border-color: var(--p-s2); box-shadow: 0 12px 40px rgba(75,92,246,.1); transform: translateY(-4px); }
.about-mv-card:hover::before { opacity: 1; }

/* Featured centre card */
.about-mv-card-featured {
  background: linear-gradient(145deg, #4B5CF6, #3A4ADB);
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(75,92,246,.35);
}
.about-mv-card-featured::before { opacity: 0 !important; }
.about-mv-card-featured:hover { box-shadow: 0 16px 48px rgba(75,92,246,.5); }
.about-mv-card-featured .about-mv-card-h { color: #fff; }
.about-mv-card-featured .about-mv-card-p { color: rgba(255,255,255,.8); }
.about-mv-card-featured .about-mv-bullets li { color: rgba(255,255,255,.85); }
.about-mv-card-featured .about-mv-bullets li i { color: #7B8CF8; }

.about-mv-ico-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
}
.about-mv-ico-mission { background: var(--p-s); color: var(--p); }
.about-mv-ico-vision  { background: rgba(255,255,255,.18); color: #fff; }
.about-mv-ico-values  { background: #fef9c3; color: #a16207; }

.about-mv-card-h {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1.125rem; font-weight: 800;
  color: var(--ink); letter-spacing: -.02em;
}
.about-mv-card-p { font-size: .875rem; color: var(--muted); line-height: 1.7; flex: 1; }

.about-mv-bullets { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.about-mv-bullets li {
  display: flex; align-items: center; gap: .625rem;
  font-size: .8rem; font-weight: 600; color: var(--ink-3);
}
.about-mv-bullets li i { color: var(--p); font-size: .7rem; flex-shrink: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .about-main-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-img-side { max-width: 520px; margin: 0 auto; width: 100%; }
  .about-mv-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .about-counters-grid { flex-wrap: wrap; gap: 1.5rem; }
  .about-counter { flex: 0 0 calc(50% - .75rem); }
  .about-c-divider { display: none; }
}
@media (max-width: 480px) {
  .about-counter { flex: 0 0 100%; }
  .about-mini-stats { grid-template-columns: repeat(3, 1fr); }
}

/* ══════════════════════════════════════════════════════════════════
   BLOG LISTING PAGE
══════════════════════════════════════════════════════════════════ */

.blog-page-wrap { background: #f8fafc; padding: 2.5rem 0 4rem; }

/* Two-col layout */
.blog-page-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  align-items: start;
}

/* ── SEARCH BAR ─────────────────────────────────────────────────── */
.blog-search-bar {
  display: flex; align-items: center;
  background: #fff; border: 1.5px solid #e8edf2;
  border-radius: 12px; overflow: hidden; margin-bottom: 1.375rem;
  transition: border-color .2s, box-shadow .2s;
}
.blog-search-bar:focus-within { border-color: var(--p); box-shadow: 0 0 0 3px rgba(75,92,246,.1); }
.blog-search-ico { width: 44px; text-align: center; color: #94a3b8; font-size: .875rem; flex-shrink: 0; }
.blog-search-input {
  flex: 1; height: 46px; background: none; border: none; outline: none;
  font-size: .9rem; color: var(--ink); font-family: inherit;
}
.blog-search-input::placeholder { color: #94a3b8; }
.blog-search-btn {
  height: 46px; padding: 0 1.25rem; background: var(--g); color: #fff;
  border: none; font-size: .84rem; font-weight: 700; font-family: inherit;
  cursor: pointer; flex-shrink: 0; transition: opacity .18s;
}
.blog-search-btn:hover { opacity: .9; }

/* Result count */
.blog-result-count { font-size: .84rem; color: var(--muted); margin-bottom: 1.25rem; }
.blog-result-count strong { color: var(--ink); font-weight: 700; }
.blog-result-count em { font-style: normal; color: var(--p); font-weight: 600; }

/* ── CARDS GRID — uses .bc cards from home page ─────────────────── */
.blog-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

/* Empty state */
.blog-empty {
  text-align: center; padding: 4rem 1rem;
}
.blog-empty i { font-size: 3.5rem; color: #cbd5e1; display: block; margin-bottom: 1.25rem; }
.blog-empty h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.blog-empty p { color: var(--muted); font-size: .9rem; margin-bottom: 1.5rem; }

/* ── SIDEBAR ────────────────────────────────────────────────────── */
.blog-sidebar {
  display: flex; flex-direction: column; gap: 1.25rem;
  position: sticky; top: 80px;
}
.blog-sb-block {
  background: #fff; border: 1.5px solid #e8edf2;
  border-radius: 16px; overflow: hidden;
}
.blog-sb-title {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 800; color: var(--ink);
  letter-spacing: .04em; text-transform: uppercase;
  padding: .875rem 1.125rem;
  border-bottom: 1.5px solid #f0f0f4;
}
.blog-sb-title i { color: var(--p); }

/* Featured card in sidebar */
.blog-featured-card { display: flex; flex-direction: column; text-decoration: none; }
.blog-featured-img {
  height: 140px; overflow: hidden; background: #f5f5f7;
  display: flex; align-items: center; justify-content: center;
}
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease; }
.blog-featured-card:hover .blog-featured-img img { transform: scale(1.05); }
.blog-featured-body { padding: .875rem 1.125rem 1rem; }
.blog-featured-body h5 {
  font-size: .875rem; font-weight: 700; color: var(--ink);
  line-height: 1.4; margin-bottom: .375rem;
  transition: color .18s;
}
.blog-featured-card:hover .blog-featured-body h5 { color: var(--p); }
.blog-featured-body p { font-size: .775rem; color: var(--muted); line-height: 1.55; }

/* Category list */
.blog-cat-list { list-style: none; padding: .5rem .75rem .875rem; }
.blog-cat-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: .5rem .625rem; border-radius: 8px; text-decoration: none;
  font-size: .8125rem; font-weight: 500; color: var(--ink-3);
  transition: all .18s; border-left: 2.5px solid transparent; margin-bottom: 2px;
}
.blog-cat-item:hover { background: var(--p-s); color: var(--p); border-left-color: var(--p); }
.blog-cat-active { background: var(--p-s) !important; color: var(--p) !important; border-left-color: var(--p) !important; font-weight: 700; }
.blog-cat-count {
  font-size: .68rem; font-weight: 700; background: #f1f5f9;
  color: var(--muted); padding: .15rem .55rem; border-radius: 6px;
  border: 1px solid #e8edf2;
}
.blog-cat-active .blog-cat-count { background: var(--p); color: #fff; border-color: var(--p); }

/* Newsletter */
.blog-sb-newsletter {
  background: linear-gradient(145deg, #3A4ADB, #4B5CF6) !important;
  border-color: transparent !important;
  padding: 1.5rem 1.25rem;
  display: flex; flex-direction: column; gap: .875rem;
}
.blog-nl-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,.15); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.125rem;
}
.blog-nl-title { font-size: .9375rem; font-weight: 800; color: #fff; }
.blog-nl-sub { font-size: .8rem; color: rgba(255,255,255,.7); line-height: 1.5; }
.blog-nl-form { display: flex; flex-direction: column; gap: .5rem; }
.blog-nl-input {
  height: 42px; border-radius: 9px; border: 1.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.1); color: #fff; padding: 0 .875rem;
  font-size: .84rem; font-family: inherit; outline: none;
  transition: border-color .2s;
}
.blog-nl-input::placeholder { color: rgba(255,255,255,.5); }
.blog-nl-input:focus { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.15); }
.blog-nl-btn {
  height: 42px; border-radius: 9px; background: #fff; color: var(--p);
  border: none; font-size: .84rem; font-weight: 700; font-family: inherit;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: .375rem;
  transition: all .22s;
}
.blog-nl-btn:hover { background: #EEF1FF; }

/* Responsive */
@media (max-width: 1100px) { .blog-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) {
  .blog-page-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
  .blog-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) { .blog-cards-grid { grid-template-columns: 1fr; } }

/* ══════════════════════════════════════════════════════════════════
   BLOG DETAIL PAGE (BDD)
══════════════════════════════════════════════════════════════════ */

/* Hero meta row */
.bdd-hero-meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: .625rem;
  margin-top: 1.125rem;
}
.bdd-author-pill {
  display: flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 600; color: var(--ink);
}
.bdd-av {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--g); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 800; flex-shrink: 0;
}
.bdd-meta-sep { color: rgba(255,255,255,.3); font-size: .75rem; }
.bdd-meta-item {
  display: flex; align-items: center; gap: .35rem;
  font-size: .78rem; color: var(--muted);
}
.bdd-meta-item i { color: var(--p); }

/* Page wrap */
.bdd-page { background: #f8fafc; padding: 2.5rem 0 4rem; }

/* Two-col layout */
.bdd-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  align-items: start;
}

/* ── ARTICLE ────────────────────────────────────────────────────── */
.bdd-article {
  background: #fff;
  border: 1.5px solid #e8edf2;
  border-radius: 20px;
  overflow: hidden;
}

/* Success banner */
.bdd-success-banner {
  display: flex; align-items: center; gap: .75rem;
  padding: .875rem 1.5rem;
  background: #EEF1FF; border-bottom: 1.5px solid #bbf7d0;
  font-size: .875rem; font-weight: 600; color: #15803d;
}
.bdd-success-banner i { color: #7B8CF8; font-size: 1rem; }

/* Hero image */
.bdd-hero-img {
  width: 100%; max-height: 460px; overflow: hidden;
  border-bottom: 1.5px solid #e8edf2;
}
.bdd-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}

/* Lead / excerpt */
.bdd-lead {
  font-size: 1.0625rem; font-weight: 600; color: var(--ink-3);
  line-height: 1.75; padding: 1.75rem 2rem .25rem;
  border-bottom: 2px solid var(--p-s);
  font-style: italic;
}

/* Article content */
.bdd-content {
  padding: 1.75rem 2rem 1.5rem;
  font-size: .9375rem; color: var(--ink-3);
  line-height: 1.85;
}
.bdd-content h2 { font-size: 1.375rem; font-weight: 800; color: var(--ink); margin: 1.75rem 0 .75rem; letter-spacing: -.02em; }
.bdd-content h3 { font-size: 1.125rem; font-weight: 700; color: var(--ink); margin: 1.375rem 0 .625rem; }
.bdd-content p  { margin-bottom: 1.125rem; }
.bdd-content ul, .bdd-content ol { padding-left: 1.5rem; margin-bottom: 1.125rem; }
.bdd-content li { margin-bottom: .375rem; }
.bdd-content blockquote {
  border-left: 4px solid var(--p); margin: 1.5rem 0;
  padding: .875rem 1.25rem; background: var(--p-s);
  border-radius: 0 12px 12px 0; font-style: italic; color: var(--ink-3);
}
.bdd-content img { max-width: 100%; border-radius: 12px; margin: 1rem 0; }
.bdd-content a { color: var(--p); font-weight: 600; }
.bdd-content code {
  background: #f1f5f9; border: 1px solid #e8edf2;
  padding: .15rem .45rem; border-radius: 5px; font-size: .85em;
}
.bdd-content pre {
  background: #0f172a; color: #e2e8f0; border-radius: 12px;
  padding: 1.25rem; overflow-x: auto; margin: 1.25rem 0;
  font-size: .84rem; line-height: 1.6;
}

/* Tags */
.bdd-tags {
  display: flex; align-items: center; flex-wrap: wrap; gap: .5rem;
  padding: .75rem 2rem 1.25rem;
  border-top: 1px solid #f0f0f4;
}
.bdd-tags i { color: var(--muted); font-size: .8rem; }
.bdd-tag {
  padding: .25rem .75rem; background: #f1f5f9;
  border: 1px solid #e8edf2; border-radius: 6px;
  font-size: .72rem; font-weight: 600; color: var(--muted);
  transition: all .18s;
}
.bdd-tag:hover { background: var(--p-s); color: var(--p); border-color: var(--p-s2); cursor: default; }

/* Share bar */
.bdd-share-bar {
  display: flex; align-items: center; flex-wrap: wrap; gap: .875rem;
  padding: 1.125rem 2rem; border-top: 1.5px solid #f0f0f4;
  background: #fafbfc;
}
.bdd-share-label { font-size: .8rem; font-weight: 700; color: var(--muted); white-space: nowrap; }
.bdd-share-btns { display: flex; flex-wrap: wrap; gap: .5rem; }
.bdd-share-btn {
  display: inline-flex; align-items: center; gap: .375rem;
  padding: .4rem .875rem; border-radius: 8px; font-size: .78rem;
  font-weight: 700; text-decoration: none; cursor: pointer;
  border: 1.5px solid #e8edf2; background: #fff; color: var(--ink-3);
  font-family: inherit; transition: all .2s;
}
.bdd-share-wa  { border-color: #E0E5FF; color: #16a34a; background: #EEF1FF; }
.bdd-share-wa:hover  { background: #16a34a; color: #fff; }
.bdd-share-li  { border-color: #dbeafe; color: #1d4ed8; background: #eff6ff; }
.bdd-share-li:hover  { background: #1d4ed8; color: #fff; }
.bdd-share-tw  { border-color: #e2e8f0; color: #0f172a; background: #f8fafc; }
.bdd-share-tw:hover  { background: #0f172a; color: #fff; }
.bdd-share-copy { border-color: #e8edf2; }
.bdd-share-copy:hover { background: var(--p-s); color: var(--p); border-color: var(--p-s2); }

/* Author card */
.bdd-author-card {
  display: flex; align-items: flex-start; gap: 1.125rem;
  padding: 1.5rem 2rem; border-top: 1.5px solid #f0f0f4;
  background: var(--p-s);
}
.bdd-author-av {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--g); color: #fff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; font-weight: 900; box-shadow: var(--sg);
}
.bdd-author-info { flex: 1; min-width: 0; }
.bdd-author-name { font-size: .9375rem; font-weight: 800; color: var(--ink); margin-bottom: .2rem; }
.bdd-author-role { font-size: .78rem; color: var(--p); font-weight: 600; margin-bottom: .5rem; }
.bdd-author-bio  { font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ══ COMMENTS ══════════════════════════════════════════════════ */
.bdd-comments { padding: 2rem; border-top: 2px solid #f0f0f4; }

.bdd-comments-title {
  display: flex; align-items: center; gap: .625rem;
  font-size: 1.125rem; font-weight: 800; color: var(--ink);
  margin-bottom: 1.5rem;
}
.bdd-comments-title i { color: var(--p); }
.bdd-comment-count {
  background: var(--p); color: #fff; font-size: .72rem;
  padding: .2rem .6rem; border-radius: 999px; font-weight: 700;
}

/* Comment list */
.bdd-comment-list { display: flex; flex-direction: column; gap: 1.375rem; margin-bottom: 2rem; }
.bdd-comment {
  display: flex; align-items: flex-start; gap: .875rem;
}
.bdd-comment-av {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--g); color: #fff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: .875rem; font-weight: 800;
}
.bdd-comment-body { flex: 1; min-width: 0; }
.bdd-comment-header {
  display: flex; align-items: center; gap: .75rem; margin-bottom: .375rem; flex-wrap: wrap;
}
.bdd-comment-name { font-size: .875rem; font-weight: 700; color: var(--ink); }
.bdd-comment-date { font-size: .72rem; color: var(--muted); }
.bdd-comment-text { font-size: .875rem; color: var(--ink-3); line-height: 1.65; }

.bdd-reply-toggle {
  background: none; border: none; cursor: pointer; font-family: inherit;
  font-size: .75rem; font-weight: 600; color: var(--p);
  display: inline-flex; align-items: center; gap: .3rem;
  padding: 0; margin-top: .5rem; transition: opacity .18s;
}
.bdd-reply-toggle:hover { opacity: .75; }

.bdd-reply-form { margin-top: .75rem; }
.bdd-reply-input {
  width: 100%; border: 1.5px solid #e8edf2; border-radius: 10px;
  padding: .625rem .875rem; font-size: .84rem; color: var(--ink);
  font-family: inherit; resize: vertical; outline: none;
  transition: border-color .2s;
}
.bdd-reply-input:focus { border-color: var(--p); box-shadow: 0 0 0 3px rgba(75,92,246,.1); }
.bdd-reply-submit {
  margin-top: .5rem; padding: .45rem 1.125rem;
  background: var(--g); color: #fff; border: none; border-radius: 8px;
  font-size: .8rem; font-weight: 700; cursor: pointer; font-family: inherit;
  box-shadow: 0 3px 10px rgba(75,92,246,.3); transition: all .2s;
}
.bdd-reply-submit:hover { opacity: .9; }

/* Replies */
.bdd-replies { margin-top: .875rem; padding-left: 1.25rem; border-left: 2.5px solid var(--p-s2); }
.bdd-reply { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .875rem; }
.bdd-reply-av { width: 32px; height: 32px; font-size: .75rem; }

/* No comments */
.bdd-no-comments {
  text-align: center; padding: 2rem 0; color: var(--muted);
  border: 1.5px dashed #e8edf2; border-radius: 14px; margin-bottom: 1.5rem;
}
.bdd-no-comments i { font-size: 2rem; display: block; margin-bottom: .75rem; color: #cbd5e1; }
.bdd-no-comments p { font-size: .875rem; }

/* Comment form */
.bdd-comment-form-wrap {
  background: #f8fafc; border: 1.5px solid #e8edf2;
  border-radius: 16px; padding: 1.5rem;
}
.bdd-comment-form-title { font-size: .9375rem; font-weight: 800; color: var(--ink); margin-bottom: 1rem; }

.bdd-form-user-row {
  display: flex; align-items: center; gap: .75rem; margin-bottom: .875rem;
}
.bdd-form-av { width: 38px; height: 38px; font-size: .875rem; }
.bdd-form-username { font-size: .82rem; color: var(--muted); }
.bdd-form-username strong { color: var(--ink); }

.bdd-comment-input {
  width: 100%; border: 1.5px solid #e2e8f0; border-radius: 12px;
  padding: .875rem 1rem; font-size: .9rem; color: var(--ink);
  font-family: inherit; resize: vertical; outline: none; background: #fff;
  transition: border-color .2s, box-shadow .2s; min-height: 100px;
}
.bdd-comment-input:focus { border-color: var(--p); box-shadow: 0 0 0 3px rgba(75,92,246,.1); }
.bdd-comment-input::placeholder { color: #94a3b8; }

.bdd-form-footer {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: .875rem; margin-top: .875rem;
}
.bdd-form-note { font-size: .75rem; color: var(--muted); display: flex; align-items: center; gap: .375rem; }
.bdd-form-note i { color: var(--p); }

.bdd-comment-submit {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .7rem 1.5rem; background: var(--g); color: #fff;
  border: none; border-radius: 999px; font-size: .875rem;
  font-weight: 700; font-family: inherit; cursor: pointer;
  box-shadow: var(--sg); transition: all .22s;
}
.bdd-comment-submit:hover { box-shadow: 0 8px 24px rgba(75,92,246,.42); transform: translateY(-1px); }

/* Login prompt */
.bdd-login-prompt {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.25rem; background: #f8fafc;
  border: 1.5px dashed #e8edf2; border-radius: 12px;
}
.bdd-login-prompt > i { font-size: 1.5rem; color: #cbd5e1; margin-top: 2px; flex-shrink: 0; }
.bdd-login-prompt p { font-size: .875rem; color: var(--muted); margin-bottom: .75rem; }
.bdd-login-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .6rem 1.25rem; background: var(--g); color: #fff;
  border-radius: 999px; text-decoration: none; font-size: .84rem;
  font-weight: 700; box-shadow: var(--sg); transition: all .22s;
}
.bdd-login-btn:hover { box-shadow: 0 8px 24px rgba(75,92,246,.4); }

/* ── SIDEBAR ────────────────────────────────────────────────────── */
.bdd-sidebar {
  display: flex; flex-direction: column; gap: 1.25rem;
  position: sticky; top: 80px;
}

/* Related posts */
.bdd-related-item {
  display: flex; align-items: center; gap: .75rem;
  text-decoration: none; padding: .625rem;
  border-radius: 10px; transition: background .18s;
  margin-bottom: 2px;
}
.bdd-related-item:hover { background: var(--p-s); }
.bdd-related-img {
  width: 64px; height: 54px; border-radius: 8px; overflow: hidden;
  background: #f1f5f9; flex-shrink: 0;
}
.bdd-related-img img { width: 100%; height: 100%; object-fit: cover; }
.bdd-related-body { flex: 1; min-width: 0; }
.bdd-related-title {
  font-size: .8rem; font-weight: 700; color: var(--ink); line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .18s;
}
.bdd-related-item:hover .bdd-related-title { color: var(--p); }
.bdd-related-date { font-size: .7rem; color: var(--muted); margin-top: .25rem; display: block; }

/* Responsive */
@media (max-width: 900px) {
  .bdd-layout { grid-template-columns: 1fr; }
  .bdd-sidebar { position: static; }
}
@media (max-width: 600px) {
  .bdd-lead, .bdd-content, .bdd-comments { padding-left: 1.25rem; padding-right: 1.25rem; }
  .bdd-share-bar { padding: 1rem 1.25rem; }
  .bdd-author-card { padding: 1.25rem; }
}

/* ══════════════════════════════════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════════════════════════════════ */

.contact-page-wrap { background: #f8fafc; padding: 2.5rem 0 4rem; }

/* Alert banners */
.contact-alert {
  display: flex; align-items: center; gap: .75rem;
  padding: .875rem 1.25rem; border-radius: 12px; margin-bottom: 1.25rem;
  font-size: .875rem; font-weight: 600;
}
.contact-alert-success { background: #EEF1FF; border: 1px solid #bbf7d0; color: #15803d; }
.contact-alert-error   { background: #fef2f2; border: 1px solid #fecaca; color: #dc2626; }
.contact-alert i { font-size: 1rem; flex-shrink: 0; }

/* Main card */
.contact-card {
  display: grid;
  grid-template-columns: 1fr 340px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,.1);
  background: #fff;
  border: 1.5px solid #e8edf2;
}

/* ── FORM SIDE ──────────────────────────────────────────────────── */
.contact-form-side { padding: 2.5rem 2.25rem; }

.contact-form-header { margin-bottom: 2rem; }
.contact-form-title {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1.375rem; font-weight: 900; color: var(--ink);
  letter-spacing: -.025em; margin-bottom: .5rem;
}
.contact-form-sub { font-size: .875rem; color: var(--muted); line-height: 1.65; }

/* Form layout */
.contact-form { display: flex; flex-direction: column; gap: 1.125rem; }
.cf-row { display: flex; gap: 1rem; }
.cf-row-2 > .cf-field { flex: 1; min-width: 0; }
.cf-field { display: flex; flex-direction: column; gap: .375rem; }

.cf-label {
  font-size: .8rem; font-weight: 700; color: var(--ink-3);
}
.cf-req { color: #ef4444; }

.cf-input-wrap {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  transition: border-color .2s, box-shadow .2s;
  overflow: hidden;
}
.cf-input-wrap:focus-within {
  border-color: var(--p);
  box-shadow: 0 0 0 3px rgba(75,92,246,.1);
  background: #fff;
}
.cf-input-wrap.cf-error { border-color: #ef4444; }

.cf-input {
  width: 100%; height: 48px;
  background: none; border: none; outline: none;
  padding: 0 1rem;
  font-size: .9rem; color: var(--ink); font-family: inherit;
}
.cf-input::placeholder { color: #94a3b8; }
.cf-textarea { height: auto; padding: .875rem 1rem; resize: vertical; min-height: 120px; }

/* Phone field */
.cf-phone-wrap { display: flex; align-items: center; }
.cf-phone-code {
  padding: 0 .875rem; font-size: .85rem; font-weight: 700;
  color: var(--ink-3); border-right: 1.5px solid #e2e8f0;
  height: 48px; display: flex; align-items: center;
  background: #f1f5f9; flex-shrink: 0;
}
.cf-phone-input { padding-left: .875rem; }

/* Select */
.cf-select-wrap { position: relative; }
.cf-select {
  appearance: none; -webkit-appearance: none;
  padding-right: 2.5rem; cursor: pointer;
}
.cf-select-ico {
  position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  color: #94a3b8; font-size: .8rem; pointer-events: none;
}

.cf-err-msg {
  font-size: .75rem; color: #ef4444;
  display: flex; align-items: center; gap: .3rem;
}

/* Submit */
.cf-submit-row { display: flex; justify-content: flex-end; margin-top: .5rem; }
.cf-submit-btn {
  display: inline-flex; align-items: center; gap: .625rem;
  padding: .875rem 2rem;
  background: linear-gradient(135deg, #3A4ADB, #4B5CF6 60%, #7B8CF8);
  color: #fff; border: none; border-radius: 999px;
  font-size: .9375rem; font-weight: 800; font-family: inherit;
  cursor: pointer; box-shadow: 0 4px 18px rgba(75,92,246,.38);
  transition: all .24s ease; letter-spacing: .01em;
}
.cf-submit-btn:hover { box-shadow: 0 10px 30px rgba(75,92,246,.5); transform: translateY(-1px); }

/* ── INFO PANEL ─────────────────────────────────────────────────── */
.contact-info-panel {
  background: linear-gradient(160deg, #0d3b24 0%, #4B5CF6 55%, #0f5235 100%);
  padding: 2.25rem 1.75rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  position: relative; overflow: hidden;
}
.contact-info-panel::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.cip-top { position: relative; z-index: 1; }
.cip-headline {
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif;
  font-size: 1.25rem; font-weight: 900; color: #fff;
  line-height: 1.3; letter-spacing: -.02em;
}

/* Contact items */
.cip-items { display: flex; flex-direction: column; gap: .625rem; position: relative; z-index: 1; }
.cip-item {
  display: flex; align-items: center; gap: .875rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px; padding: .875rem 1rem;
  text-decoration: none; cursor: pointer;
  transition: all .22s ease; backdrop-filter: blur(4px);
}
.cip-item:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.3); }
.cip-item-addr { cursor: default; }
.cip-item-addr:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.15); }

.cip-ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .9375rem; flex-shrink: 0;
}
.cip-ico-wa { background: rgba(123,140,248,.25); }
.cip-ico-email { background: rgba(59,130,246,.25); }

.cip-item-body {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: .15rem;
}
.cip-item-label { font-size: .7rem; color: rgba(255,255,255,.6); font-weight: 600; }
.cip-item-val {
  font-size: .84rem; font-weight: 700; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cip-arr { color: rgba(255,255,255,.4); font-size: .75rem; flex-shrink: 0; }

/* Divider */
.cip-divider { height: 1px; background: rgba(255,255,255,.15); position: relative; z-index: 1; }

/* Social */
.cip-social-section { position: relative; z-index: 1; }
.cip-social-label { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.55); letter-spacing: .08em; text-transform: uppercase; margin-bottom: .75rem; }
.cip-social-icons { display: flex; gap: .625rem; flex-wrap: wrap; }
.cip-social-ico {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.8); font-size: .875rem;
  text-decoration: none; transition: all .2s;
}
.cip-social-ico:hover { background: rgba(255,255,255,.25); color: #fff; transform: translateY(-2px); }

/* Hours */
.cip-hours { position: relative; z-index: 1; }
.cip-hours-row {
  display: flex; justify-content: space-between;
  font-size: .78rem; color: rgba(255,255,255,.7);
  padding: .3rem 0; font-weight: 500;
}
.cip-closed { color: rgba(255,100,100,.8); font-weight: 600; }

/* ── MAP ────────────────────────────────────────────────────────── */
.contact-map-wrap {
  margin-top: 2rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1.5px solid #e8edf2;
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
}
.contact-map-header {
  display: flex; align-items: center; gap: .875rem;
  padding: 1.125rem 1.5rem;
  background: #fff; border-bottom: 1.5px solid #f0f0f4;
}
.contact-map-header > i { font-size: 1.25rem; color: var(--p); }
.contact-map-title {
  font-size: .9375rem; font-weight: 800; color: var(--ink); margin-bottom: .15rem;
}
.contact-map-sub { font-size: .78rem; color: var(--muted); }
.contact-map-frame {
  height: 400px; background: #f1f5f9;
}
.contact-map-frame iframe { display: block; }

/* Responsive */
@media (max-width: 960px) {
  .contact-card { grid-template-columns: 1fr; }
  .contact-info-panel { border-radius: 0; }
}
@media (max-width: 640px) {
  .contact-form-side { padding: 1.75rem 1.25rem; }
  .cf-row-2 { flex-direction: column; }
  .contact-map-frame { height: 280px; }
}

/* ══════════════════════════════════════════════════════════════════
   PUBLIC GALLERY PAGE
══════════════════════════════════════════════════════════════════ */

.gallery-section { padding: 2.5rem 0 4rem; background: #f8fafc; }

/* Category filter pills */
.gallery-filter-row {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-bottom: 2rem;
}
.gallery-filter-pill {
  padding: .4rem 1.125rem;
  border-radius: 999px; font-size: .8rem; font-weight: 600;
  background: #fff; border: 1.5px solid #e8edf2;
  color: var(--ink-3); cursor: pointer; font-family: inherit;
  transition: all .2s ease;
}
.gallery-filter-pill:hover { border-color: var(--p); color: var(--p); background: var(--p-s); }
.gallery-filter-active { background: var(--g) !important; color: #fff !important; border-color: transparent !important; box-shadow: 0 3px 12px rgba(75,92,246,.3); }

/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery-item {
  cursor: pointer;
  border-radius: 14px; overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
  position: relative;
}
/* All items same height — no masonry span */
.gallery-item:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.15); }

.gallery-img-wrap {
  position: relative; width: 100%;
  height: 240px;         /* fixed uniform height */
  overflow: hidden;
  background: #f1f5f9;
}
.gallery-img {
  width: 100%; height: 100%;
  object-fit: cover;     /* fill the box, crop if needed */
  display: block;
  transition: transform .4s ease;
}
.gallery-item:hover .gallery-img { transform: scale(1.05); }
.gallery-img-empty {
  width: 100%; height: 240px; display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: #cbd5e1;
}

/* Hover overlay — title + category only, no zoom icon */
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,74,47,.88) 0%, rgba(15,74,47,.15) 55%, transparent 100%);
  opacity: 0; transition: opacity .3s ease;
  display: flex; align-items: flex-end;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-content { padding: 1rem; width: 100%; }
.gallery-zoom-ico { display: none; } /* removed */
.gallery-overlay-title {
  font-size: .9rem; font-weight: 700; color: #fff;
  line-height: 1.3; margin-bottom: .3rem;
}
.gallery-overlay-cat {
  font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.15); border-radius: 4px;
  padding: .15rem .5rem; display: inline-block;
}

/* Empty state */
.gallery-empty { text-align: center; padding: 5rem 1rem; }
.gallery-empty i { font-size: 3.5rem; color: #cbd5e1; display: block; margin-bottom: 1.25rem; }
.gallery-empty h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: .5rem; }
.gallery-empty p  { color: var(--muted); }

/* ── LIGHTBOX ───────────────────────────────────────────────────── */
.glb-backdrop {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(5, 8, 18, .92);
  backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.glb-open { opacity: 1 !important; pointer-events: all !important; }

.glb-close {
  position: absolute; top: 1.25rem; right: 1.25rem; z-index: 10;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: none;
  color: #fff; font-size: 1.125rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.glb-close:hover { background: rgba(255,255,255,.25); }

.glb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: none;
  color: #fff; font-size: 1.25rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.glb-nav:hover { background: rgba(255,255,255,.25); }
.glb-prev { left: 1.5rem; }
.glb-next { right: 1.5rem; }

.glb-content {
  display: flex; flex-direction: column; align-items: center;
  gap: 1rem; max-width: min(90vw, 960px); width: 100%;
}
.glb-img-wrap { max-height: 75vh; display: flex; align-items: center; justify-content: center; }
.glb-img { max-width: 100%; max-height: 75vh; object-fit: contain; border-radius: 12px; box-shadow: 0 24px 64px rgba(0,0,0,.5); }
.glb-info { text-align: center; }
.glb-title { font-size: 1.0625rem; font-weight: 700; color: #fff; margin-bottom: .25rem; }
.glb-cat   { font-size: .78rem; color: #7B8CF8; font-weight: 600; margin-bottom: .25rem; }
.glb-desc  { font-size: .82rem; color: rgba(255,255,255,.6); line-height: 1.5; max-width: 480px; }
.glb-counter { font-size: .75rem; color: rgba(255,255,255,.4); font-weight: 600; }

/* Responsive */
@media (max-width: 1100px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .gallery-grid { grid-template-columns: repeat(2, 1fr); } .gallery-img-wrap, .gallery-img-empty { height: 180px; } }
@media (max-width: 480px)  { .gallery-grid { grid-template-columns: 1fr 1fr; gap: .625rem; } }
