/*
Theme Name: Xoralure
Theme URI: https://xoralure.com
Author: Xoralure Inc.
Author URI: https://xoralure.com
Description: Xoralure Inc. — a premium industrial WooCommerce theme for Tools, Electrical Equipment, Plumbing & HVAC supplies. Engineered-precision aesthetic with animated 3D hero, mega menu, and fully responsive design.
Version: 1.0.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xoralure
Tags: woocommerce, e-commerce, tools, electrical, industrial, hvac, plumbing, responsive
WC requires at least: 7.0
WC tested up to: 9.0
*/

/* ============================================================
   XORALURE — DESIGN SYSTEM
   Aesthetic: Industrial-Premium "Engineered Precision"
   ============================================================ */
:root {
  /* Core ink / steel scale */
  --ink:          #0c0e13;
  --graphite:     #14171f;
  --steel-900:    #1b1f29;
  --steel-800:    #232834;
  --steel-700:    #2e3442;
  --steel-600:    #3a4150;
  --steel-500:    #525a6c;
  --steel-400:    #7c8597;
  --steel-300:    #aab2c2;
  --steel-200:    #d4d9e2;
  --steel-100:    #e9ecf2;
  --steel-50:     #f4f6f9;

  /* Volt — electric cyan-blue (electrical) */
  --volt:         #18b4e9;
  --volt-bright:  #2dd4ff;
  --volt-deep:    #0a8fc4;
  --volt-ink:     #073b50;

  /* Amber — safety orange (tools / industrial) */
  --amber:        #ff7a18;
  --amber-bright: #ff9233;
  --amber-deep:   #e85d04;

  /* Functional */
  --white:        #ffffff;
  --text:         #14171f;
  --text-soft:    #525a6c;
  --text-mute:    #7c8597;
  --line:         #e3e7ee;
  --line-soft:    #eef1f6;
  --success:      #16a34a;
  --danger:       #e11d48;

  /* Gradients */
  --grad-volt:    linear-gradient(135deg, #2dd4ff 0%, #0a8fc4 100%);
  --grad-amber:   linear-gradient(135deg, #ff9233 0%, #e85d04 100%);
  --grad-steel:   linear-gradient(135deg, #2e3442 0%, #14171f 100%);
  --grad-dark:    linear-gradient(135deg, #0c0e13 0%, #14171f 45%, #1b2531 100%);
  --grad-hero:    linear-gradient(125deg, #0a0c11 0%, #11151e 40%, #142231 75%, #0d2a3a 100%);

  /* Shadows */
  --sh-sm:        0 1px 3px rgba(12,14,19,0.10), 0 1px 2px rgba(12,14,19,0.06);
  --sh-md:        0 6px 20px rgba(12,14,19,0.10);
  --sh-lg:        0 16px 44px rgba(12,14,19,0.16);
  --sh-xl:        0 28px 70px rgba(12,14,19,0.22);
  --sh-volt:      0 10px 34px rgba(10,143,196,0.40);
  --sh-amber:     0 10px 34px rgba(232,93,4,0.38);
  --sh-card:      0 4px 18px rgba(20,23,31,0.08);

  /* Type */
  --f-display: 'Saira Condensed', 'Arial Narrow', sans-serif;
  --f-head:    'Saira', 'Helvetica Neue', sans-serif;
  --f-body:    'DM Sans', 'Segoe UI', sans-serif;
  --f-mono:    'Space Mono', 'Courier New', monospace;

  /* Layout */
  --container:    1280px;
  --radius:       14px;
  --radius-sm:    9px;
  --radius-lg:    22px;
  --ease:         cubic-bezier(0.22, 1, 0.36, 1);
  --header-h:     78px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--steel-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--volt-deep); text-decoration: none; transition: color 0.2s var(--ease); }
a:hover { color: var(--volt); }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--f-head); font-weight: 700; line-height: 1.15; color: var(--graphite); letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
::selection { background: var(--volt); color: #fff; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }

/* Section heading kit */
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.sec-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--volt-deep);
  margin-bottom: 14px;
}
.sec-kicker::before { content: ""; width: 26px; height: 2px; background: var(--grad-amber); border-radius: 2px; }
.sec-kicker svg { width: 15px; height: 15px; flex-shrink: 0; }
.sec-kicker.center::after { content: ""; width: 26px; height: 2px; background: var(--grad-amber); border-radius: 2px; }
.sec-title {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em;
  line-height: 0.98;
}
.sec-title .hl { color: var(--volt-deep); }
.sec-sub { margin-top: 14px; color: var(--text-soft); font-size: 1.05rem; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,
.btn-volt, .btn-amber, .btn-dark, .btn-outline, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-head); font-weight: 700; font-size: 0.94rem;
  letter-spacing: 0.02em; padding: 13px 26px; border-radius: 11px;
  cursor: pointer; transition: all 0.25s var(--ease); white-space: nowrap;
  position: relative; overflow: hidden; border: 2px solid transparent;
  text-decoration: none; line-height: 1.2; vertical-align: middle;
}
.btn svg,
.btn-volt svg, .btn-amber svg, .btn-dark svg, .btn-outline svg, .btn-ghost svg {
  width: 17px; height: 17px; flex-shrink: 0;
}
/* size modifiers can be used standalone with a variant; keep block full-width */
.btn-block { display: inline-flex; width: 100%; }
.btn-volt { background: var(--grad-volt); color: #fff; box-shadow: var(--sh-volt); }
.btn-volt:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 42px rgba(10,143,196,0.5); }
.btn-amber { background: var(--grad-amber); color: #fff; box-shadow: var(--sh-amber); }
.btn-amber:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 42px rgba(232,93,4,0.5); }
.btn-dark { background: var(--graphite); color: #fff; }
.btn-dark:hover { background: var(--steel-700); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-outline:hover { border-color: var(--volt-bright); color: var(--volt-bright); background: rgba(45,212,255,0.08); }
.btn-ghost { background: var(--steel-100); color: var(--graphite); }
.btn-ghost:hover { background: var(--steel-200); color: var(--graphite); }
.btn-lg { padding: 16px 34px; font-size: 1.02rem; }
.btn-sm { padding: 9px 18px; font-size: 0.82rem; border-radius: 9px; }
.btn-block { display: flex; width: 100%; }

/* ============================================================
   TOP ANNOUNCEMENT BAR
   ============================================================ */
.top-announce {
  background: var(--grad-amber);
  color: #fff; text-align: center;
  font-family: var(--f-mono); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; padding: 8px 16px;
  position: relative; overflow: hidden;
}
.top-announce strong { color: var(--ink); }
.top-announce a { color: #fff; text-decoration: underline; }

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar { background: var(--ink); color: var(--steel-300); font-size: 0.8rem; }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.top-bar-left, .top-bar-right { display: flex; align-items: center; gap: 22px; }
.top-bar-item { display: inline-flex; align-items: center; gap: 7px; }
.top-bar-item svg { width: 14px; height: 14px; color: var(--volt); }
.top-bar a { color: var(--steel-300); font-weight: 500; }
.top-bar a:hover { color: var(--volt-bright); }
.top-bar-divider { width: 1px; height: 14px; background: var(--steel-700); }

/* ============================================================
   MAIN HEADER
   ============================================================ */
.site-header {
  background: #fff; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 800;
  transition: box-shadow 0.3s var(--ease);
}
.site-header.scrolled { box-shadow: var(--sh-md); }
.header-inner { display: flex; align-items: center; gap: 30px; height: var(--header-h); }
.site-logo { flex-shrink: 0; }
.site-logo img, .site-logo svg { height: 46px; width: auto; display: block; }
.site-logo .custom-logo { height: 46px; width: auto; }

.header-search { flex: 1; max-width: 620px; }
.header-search-form {
  display: flex; align-items: center; height: 50px;
  background: var(--steel-50); border: 2px solid var(--line);
  border-radius: 12px; overflow: hidden; transition: all 0.2s var(--ease);
}
.header-search-form:focus-within { border-color: var(--volt); background: #fff; box-shadow: 0 0 0 4px rgba(24,180,233,0.12); }
.header-search-input { flex: 1; border: none; background: transparent; padding: 0 18px; font-size: 0.92rem; color: var(--text); outline: none; }
.header-search-input::placeholder { color: var(--text-mute); }
.header-search-btn {
  height: 100%; width: 56px; background: var(--grad-volt); color: #fff;
  display: flex; align-items: center; justify-content: center; transition: filter 0.2s;
}
.header-search-btn:hover { filter: brightness(1.1); }
.header-search-btn svg { width: 20px; height: 20px; }

.header-actions { display: flex; align-items: center; gap: 6px; }
.header-action {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 8px 12px; border-radius: 11px; color: var(--steel-600);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.02em;
  transition: all 0.2s var(--ease); position: relative;
}
.header-action svg { width: 23px; height: 23px; }
.header-action:hover { background: var(--steel-50); color: var(--volt-deep); }
.header-action .badge {
  position: absolute; top: 2px; right: 6px; min-width: 19px; height: 19px;
  padding: 0 5px; background: var(--grad-amber); color: #fff;
  border-radius: 10px; font-size: 0.66rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}

.mobile-toggle {
  display: none; width: 46px; height: 46px; border-radius: 11px;
  background: var(--graphite); color: #fff; align-items: center; justify-content: center;
}
.mobile-toggle svg { width: 24px; height: 24px; }

/* ============================================================
   PRIMARY NAVIGATION + MEGA MENU
   ============================================================ */
.main-nav { background: var(--graphite); position: relative; z-index: 700; }
.nav-menu { display: flex; align-items: stretch; gap: 0; flex-wrap: nowrap; }
.nav-menu > li { position: relative; }
.nav-menu > li > a {
  display: flex; align-items: center; gap: 7px; height: 52px; padding: 0 15px;
  color: var(--steel-200); font-family: var(--f-head); font-weight: 600;
  font-size: 0.88rem; letter-spacing: 0.01em; transition: all 0.2s var(--ease);
  position: relative; white-space: nowrap;
}
.nav-menu > li > a::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 0; height: 3px;
  background: var(--grad-volt); transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s var(--ease); border-radius: 3px 3px 0 0;
}
.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a { color: #fff; background: rgba(255,255,255,0.04); }
.nav-menu > li > a:hover::after, .nav-menu > li.current-menu-item > a::after { transform: scaleX(1); }
.nav-menu > li > a .arrow { width: 12px; height: 12px; transition: transform 0.25s var(--ease); }
.nav-menu > li:hover > a .arrow { transform: rotate(180deg); }
.nav-hot { color: var(--amber-bright) !important; }
.nav-hot:hover { color: var(--amber) !important; }

/* Standard dropdown (subcategories) */
.nav-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 248px;
  background: #fff; border-radius: 0 0 14px 14px; box-shadow: var(--sh-lg);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all 0.25s var(--ease); border-top: 3px solid var(--volt); z-index: 50;
}
.nav-menu > li:hover > .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a {
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
  border-radius: 9px; color: var(--steel-700); font-weight: 600; font-size: 0.88rem;
}
.nav-dropdown a:hover { background: var(--steel-50); color: var(--volt-deep); padding-left: 20px; }
.nav-dropdown a .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); flex-shrink: 0; }

/* Mega menu */
.mega-parent { position: static; }
.mega-menu {
  position: absolute; top: 100%; left: 0; right: 0; width: 100%;
  background: #fff; box-shadow: var(--sh-xl); border-top: 3px solid var(--volt);
  padding: 30px; opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all 0.3s var(--ease); z-index: 40; border-radius: 0 0 16px 16px;
}
.mega-parent:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.mega-head .title { font-family: var(--f-display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; color: var(--graphite); }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 26px; }
.mega-col { padding: 6px 0; }
.mega-col > a.mega-cat {
  display: flex; align-items: center; gap: 11px; padding: 9px 10px; border-radius: 10px;
  font-family: var(--f-head); font-weight: 700; font-size: 0.92rem; color: var(--graphite);
  margin-bottom: 4px; transition: all 0.2s var(--ease);
}
.mega-col > a.mega-cat:hover { background: var(--steel-50); color: var(--volt-deep); }
.mega-icon {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(24,180,233,0.14), rgba(232,93,4,0.12));
  color: var(--volt-deep);
}
.mega-icon svg { width: 19px; height: 19px; }
.mega-subs { padding-left: 45px; display: flex; flex-direction: column; gap: 1px; }
.mega-subs a { font-size: 0.82rem; color: var(--text-soft); padding: 4px 0; font-weight: 500; }
.mega-subs a:hover { color: var(--volt-deep); padding-left: 5px; }

/* ============================================================
   HERO SECTION — animated 3D / floating
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--grad-hero); }
.hero-slider { position: relative; min-height: 640px; }
.hero-slide {
  position: absolute; inset: 0; display: flex; align-items: center;
  opacity: 0; visibility: hidden; transition: opacity 0.8s var(--ease);
  pointer-events: none;
}
.hero-slide.active { opacity: 1; visibility: visible; pointer-events: auto; }

/* blueprint grid + glow background */
.hero-bg-grid {
  position: absolute; inset: 0; opacity: 0.5;
  background-image:
    linear-gradient(rgba(45,212,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,212,255,0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 80% 80% at 70% 50%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 70% 50%, #000 30%, transparent 75%);
}
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5;
  pointer-events: none;
}
.hero-glow-1 { width: 460px; height: 460px; background: radial-gradient(circle, #0a8fc4, transparent 70%); top: -120px; right: -60px; }
.hero-glow-2 { width: 380px; height: 380px; background: radial-gradient(circle, #e85d04, transparent 70%); bottom: -120px; right: 30%; opacity: 0.32; }

.hero-inner { position: relative; z-index: 5; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 40px; width: 100%; padding: 70px 0; }
.hero-content { max-width: 600px; }
.hero-label {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(45,212,255,0.1); border: 1px solid rgba(45,212,255,0.3);
  color: var(--volt-bright); font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; padding: 8px 16px; border-radius: 40px;
  margin-bottom: 24px;
}
.hero-label .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(255,122,24,0.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,122,24,0.55);} 70%{box-shadow:0 0 0 11px rgba(255,122,24,0);} 100%{box-shadow:0 0 0 0 rgba(255,122,24,0);} }
.hero-title {
  font-family: var(--f-display); color: #fff;
  font-size: clamp(2.6rem, 5.6vw, 4.7rem); font-weight: 800;
  text-transform: uppercase; line-height: 0.96; letter-spacing: 0.005em; margin-bottom: 20px;
}
.hero-title .hl {
  background: var(--grad-volt); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; position: relative;
}
.hero-title .hl-amber { background: var(--grad-amber); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-desc { color: var(--steel-300); font-size: 1.1rem; line-height: 1.6; margin-bottom: 30px; max-width: 500px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 38px; }
.hero-stat-num { font-family: var(--f-display); font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1; }
.hero-stat-num .u { color: var(--volt-bright); }
.hero-stat-label { font-family: var(--f-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel-400); margin-top: 7px; }

/* Hero 3D visual stage */
.hero-stage { position: relative; height: 480px; perspective: 1200px; }
.hero-orbit { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.hero-core {
  width: 270px; height: 270px; border-radius: 30px;
  background: linear-gradient(145deg, #232834, #0c0e13);
  border: 1px solid rgba(45,212,255,0.25);
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.06), 0 0 60px rgba(10,143,196,0.25);
  display: flex; align-items: center; justify-content: center;
  transform: rotateX(8deg) rotateY(-14deg); transform-style: preserve-3d;
  animation: coreFloat 6s ease-in-out infinite;
}
@keyframes coreFloat { 0%,100%{ transform: rotateX(8deg) rotateY(-14deg) translateY(0);} 50%{ transform: rotateX(8deg) rotateY(-14deg) translateY(-18px);} }
.hero-core-icon { width: 130px; height: 130px; color: var(--volt-bright); filter: drop-shadow(0 8px 24px rgba(45,212,255,0.5)); }
.hero-core-ring {
  position: absolute; border: 2px dashed rgba(45,212,255,0.22); border-radius: 50%;
}
.hero-ring-1 { width: 360px; height: 360px; animation: spin 24s linear infinite; }
.hero-ring-2 { width: 460px; height: 460px; border-color: rgba(232,93,4,0.18); animation: spin 36s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero-chip {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: rgba(20,23,31,0.82); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 11px 15px;
  box-shadow: var(--sh-lg); animation: chipFloat 5s ease-in-out infinite;
}
.hero-chip .ci {
  width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  color: #fff; flex-shrink: 0;
}
.hero-chip .ci svg { width: 21px; height: 21px; }
.hero-chip .ci.volt { background: var(--grad-volt); }
.hero-chip .ci.amber { background: var(--grad-amber); }
.hero-chip .ct { line-height: 1.1; }
.hero-chip .ct b { display: block; color: #fff; font-family: var(--f-head); font-size: 0.86rem; font-weight: 700; }
.hero-chip .ct span { font-family: var(--f-mono); font-size: 0.66rem; color: var(--steel-400); letter-spacing: 0.04em; }
.hero-chip-1 { top: 8%; right: 4%; animation-delay: 0s; }
.hero-chip-2 { bottom: 14%; left: -2%; animation-delay: 1.4s; }
.hero-chip-3 { top: 46%; right: -4%; animation-delay: 2.6s; }
@keyframes chipFloat { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-16px);} }

/* hero controls */
.hero-arrows { position: absolute; bottom: 30px; right: 30px; z-index: 10; display: flex; gap: 10px; }
.hero-arrow { width: 48px; height: 48px; border-radius: 12px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); color: #fff; display: flex; align-items: center; justify-content: center; transition: all 0.2s var(--ease); }
.hero-arrow:hover { background: var(--grad-volt); border-color: transparent; transform: translateY(-2px); }
.hero-arrow svg { width: 22px; height: 22px; }
.hero-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 9px; }
.hero-dot { width: 32px; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.22); transition: all 0.3s var(--ease); cursor: pointer; }
.hero-dot.active { width: 50px; background: var(--grad-volt); }

/* ============================================================
   TRUST / FEATURE STRIP
   ============================================================ */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 24px 26px; border-right: 1px solid var(--line-soft); }
.trust-item:last-child { border-right: none; }
.trust-ico { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, rgba(24,180,233,0.12), rgba(232,93,4,0.1)); color: var(--volt-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-ico svg { width: 24px; height: 24px; }
.trust-item b { display: block; font-family: var(--f-head); font-size: 0.96rem; color: var(--graphite); }
.trust-item span { font-size: 0.8rem; color: var(--text-mute); }

/* ============================================================
   CATEGORY MARQUEE
   ============================================================ */
.marquee-sec { background: var(--graphite); padding: 16px 0; overflow: hidden; }
.marquee { display: flex; gap: 14px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee-chip {
  display: inline-flex; align-items: center; gap: 9px; padding: 9px 18px;
  background: var(--steel-800); border: 1px solid var(--steel-700); border-radius: 40px;
  color: var(--steel-200); font-family: var(--f-head); font-weight: 600; font-size: 0.86rem; white-space: nowrap;
  transition: all 0.2s var(--ease);
}
.marquee-chip:hover { background: var(--volt-deep); border-color: var(--volt); color: #fff; }
.marquee-chip svg { width: 17px; height: 17px; color: var(--volt-bright); }
.marquee-chip:hover svg { color: #fff; }

/* ============================================================
   SECTIONS shell
   ============================================================ */
.section { padding: 78px 0; }
.section-tight { padding: 56px 0; }
.section-dark { background: var(--grad-dark); color: #fff; }
.section-dark .sec-title { color: #fff; }
.section-dark .sec-sub { color: var(--steel-300); }
.section-alt { background: #fff; }

/* ============================================================
   CATEGORY GRID
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 22px; overflow: hidden;
  transition: all 0.3s var(--ease); display: block;
}
.cat-card::before {
  content: ""; position: absolute; inset: 0; background: var(--grad-steel);
  opacity: 0; transition: opacity 0.3s var(--ease); z-index: 0;
}
.cat-card::after {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: var(--grad-volt); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }
.cat-card:hover::before { opacity: 1; }
.cat-card:hover::after { transform: scaleX(1); }
.cat-card > * { position: relative; z-index: 1; }
.cat-card .cat-ico {
  width: 60px; height: 60px; border-radius: 15px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(24,180,233,0.14), rgba(232,93,4,0.12));
  color: var(--volt-deep); transition: all 0.3s var(--ease);
}
.cat-card .cat-ico svg { width: 30px; height: 30px; }
.cat-card:hover .cat-ico { background: var(--grad-volt); color: #fff; transform: scale(1.05) rotate(-4deg); }
.cat-card h3 { font-family: var(--f-head); font-size: 1.12rem; font-weight: 700; margin-bottom: 6px; transition: color 0.3s; }
.cat-card:hover h3 { color: #fff; }
.cat-card .cat-blurb { color: var(--text-soft); font-size: 0.9rem; line-height: 1.55; margin: 0 0 14px; transition: color 0.3s; }
.cat-card:hover .cat-blurb { color: var(--steel-200); }
.cat-card .cat-count { font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; color: var(--text-mute); text-transform: uppercase; transition: color 0.3s; }
.cat-card:hover .cat-count { color: var(--volt-bright); }
.cat-card .cat-arrow { position: absolute; bottom: 22px; right: 22px; width: 34px; height: 34px; border-radius: 9px; background: var(--steel-50); display: flex; align-items: center; justify-content: center; color: var(--volt-deep); transition: all 0.3s; opacity: 0; transform: translateX(-8px); }
.cat-card:hover .cat-arrow { opacity: 1; transform: translateX(0); background: var(--grad-amber); color: #fff; }
.cat-card .cat-arrow svg { width: 17px; height: 17px; }

/* ============================================================
   PRODUCT CARDS / GRID
   ============================================================ */
.prod-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.prod-tab {
  padding: 10px 22px; border-radius: 40px; font-family: var(--f-head); font-weight: 700;
  font-size: 0.86rem; color: var(--text-soft); background: var(--steel-50);
  border: 1px solid var(--line); transition: all 0.2s var(--ease);
}
.prod-tab.active, .prod-tab:hover { background: var(--graphite); color: #fff; border-color: var(--graphite); }

.products, ul.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
ul.products li.product, li.product.xl-prod {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; transition: all 0.3s var(--ease);
  display: flex; flex-direction: column; text-align: left; margin: 0; padding: 0; list-style: none;
}
ul.products li.product::before { display: none; } /* kill WC default first-letter/clear hacks */
ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }

.xl-prod-media { position: relative; display: block; aspect-ratio: 1/1; background: var(--steel-50); overflow: hidden; }
.xl-prod-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); margin: 0; }
ul.products li.product:hover .xl-prod-media img { transform: scale(1.07); }

.xl-prod-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.xl-prod-cat { font-family: var(--f-mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--volt-deep); margin-bottom: 7px; }
.xl-prod-title { font-family: var(--f-head); font-size: 1rem; font-weight: 700; line-height: 1.3; margin: 0 0 8px; }
.xl-prod-title a { color: var(--graphite); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xl-prod-title a:hover { color: var(--volt-deep); }
.xl-prod .xl-stars { margin-bottom: 12px; }
.xl-prod-price { font-family: var(--f-head); font-size: 1.3rem; font-weight: 800; color: var(--graphite); margin: auto 0 14px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.xl-prod-price del { font-size: 0.92rem; color: var(--text-mute); font-weight: 500; opacity: 0.8; }
.xl-prod-price ins { text-decoration: none; color: var(--amber-deep); }
.xl-prod-price .amount { color: var(--graphite); }

/* Loop add-to-cart / select-options button */
ul.products li.product a.button {
  display: flex !important; align-items: center; justify-content: center; gap: 8px; width: 100%;
  padding: 12px 16px !important; border-radius: 10px !important; margin: 0 !important;
  font-family: var(--f-head) !important; font-weight: 700 !important; font-size: 0.86rem !important;
  border: none !important; cursor: pointer; transition: all 0.2s var(--ease); line-height: 1.2;
  background: var(--grad-volt) !important; color: #fff !important; box-shadow: var(--sh-volt); text-decoration: none;
}
ul.products li.product a.button:hover { transform: translateY(-2px); filter: brightness(1.07); color: #fff !important; }
ul.products li.product a.button.loading { opacity: 0.65; pointer-events: none; }
ul.products li.product a.added_to_cart {
  display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 8px !important;
  padding: 10px 16px; border-radius: 10px; background: var(--graphite); color: #fff !important;
  font-family: var(--f-head); font-weight: 700; font-size: 0.82rem; text-decoration: none;
}
ul.products li.product a.added_to_cart:hover { background: var(--ink); }
ul.products li.product .star-rating { display: none; }
.add-to-cart-btn.added { background: var(--success) !important; }

/* ============================================================
   PROMO BANNERS
   ============================================================ */
.promo-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
.promo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 44px;
  min-height: 260px; display: flex; flex-direction: column; justify-content: center;
  color: #fff; isolation: isolate;
}
.promo::before { content: ""; position: absolute; inset: 0; z-index: -2; }
.promo-volt::before { background: linear-gradient(120deg, #0a8fc4, #073b50); }
.promo-amber::before { background: linear-gradient(120deg, #e85d04, #7a2e02); }
.promo-dark::before { background: var(--grad-steel); }
.promo-deco { position: absolute; inset: 0; z-index: -1; opacity: 0.4; }
.promo-deco svg { position: absolute; right: -20px; bottom: -20px; width: 240px; height: 240px; color: rgba(255,255,255,0.18); }
.promo .pk { font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; margin-bottom: 12px; }
.promo h3 { font-family: var(--f-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1; margin-bottom: 12px; }
.promo p { opacity: 0.88; margin-bottom: 22px; max-width: 360px; }
.promo .btn { align-self: flex-start; }
.promo-row2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 22px; }
.promo-sm { min-height: 180px; padding: 30px; }
.promo-sm h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testi {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius); padding: 30px; position: relative;
}
.testi .quote { position: absolute; top: 22px; right: 26px; font-family: var(--f-display); font-size: 4rem; color: rgba(45,212,255,0.18); line-height: 1; }
.testi .stars { margin-bottom: 14px; }
.testi p { color: var(--steel-200); font-size: 0.98rem; line-height: 1.65; margin-bottom: 22px; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-volt); display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-weight: 800; color: #fff; }
.testi-who b { display: block; color: #fff; font-family: var(--f-head); font-size: 0.94rem; }
.testi-who span { font-family: var(--f-mono); font-size: 0.72rem; color: var(--steel-400); }

/* ============================================================
   NEWSLETTER / CTA
   ============================================================ */
.cta-band { position: relative; overflow: hidden; background: var(--grad-volt); border-radius: var(--radius-lg); padding: 56px; text-align: center; color: #fff; }
.cta-band::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 40%), radial-gradient(circle at 85% 80%, rgba(232,93,4,0.4), transparent 45%); }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { font-family: var(--f-display); font-size: clamp(2rem,4vw,3rem); font-weight: 800; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.92); max-width: 520px; margin: 0 auto 28px; }
.cta-form { display: flex; gap: 12px; max-width: 520px; margin: 0 auto; }
.cta-form input { flex: 1; height: 56px; border-radius: 12px; border: none; padding: 0 20px; font-size: 1rem; color: var(--text); outline: none; }
.cta-form .btn { background: var(--graphite); color: #fff; height: 56px; }
.cta-form .btn:hover { background: var(--ink); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: var(--steel-300); }
.footer-top { padding: 64px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-about img, .footer-about svg { height: 48px; width: auto; margin-bottom: 20px; }
.footer-about p { color: var(--steel-400); font-size: 0.92rem; line-height: 1.7; max-width: 320px; }
.footer-contact { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 11px; font-size: 0.9rem; color: var(--steel-300); }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--volt); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: var(--steel-300); }
.footer-contact-item a:hover { color: var(--volt-bright); }
.footer-col h4 { font-family: var(--f-head); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px; background: var(--grad-amber); }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { color: var(--steel-400); font-size: 0.9rem; transition: all 0.2s var(--ease); }
.footer-col ul li a:hover { color: var(--volt-bright); padding-left: 5px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: var(--steel-800); display: flex; align-items: center; justify-content: center; color: var(--steel-300); transition: all 0.25s var(--ease); }
.footer-social a:hover { background: var(--grad-volt); color: #fff; transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-pay { display: flex; align-items: center; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.footer-pay span { font-size: 0.74rem; color: var(--steel-500); font-family: var(--f-mono); letter-spacing: 0.06em; }
.footer-pay .pay-pill { background: var(--steel-800); border-radius: 6px; padding: 5px 10px; font-family: var(--f-head); font-weight: 700; font-size: 0.72rem; color: var(--steel-200); }
.footer-bottom { border-top: 1px solid var(--steel-800); padding: 22px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.footer-bottom p { margin: 0; font-size: 0.84rem; color: var(--steel-500); }
.footer-bottom .fb-links { display: flex; gap: 22px; }
.footer-bottom .fb-links a { font-size: 0.84rem; color: var(--steel-400); }

/* ============================================================
   PAGE / BREADCRUMB / SHOP LAYOUT
   ============================================================ */
.page-hero { background: var(--grad-dark); color: #fff; padding: 52px 0; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(45,212,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(45,212,255,0.05) 1px, transparent 1px); background-size: 40px 40px; mask-image: radial-gradient(ellipse at 80% 50%, #000, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 80% 50%, #000, transparent 70%); }
.page-hero > * { position: relative; z-index: 2; }
.page-hero h1 { font-family: var(--f-display); font-size: clamp(2.2rem,5vw,3.4rem); font-weight: 800; text-transform: uppercase; color: #fff; }
.breadcrumb, .woocommerce-breadcrumb { font-family: var(--f-mono); font-size: 0.78rem; color: var(--steel-400); margin-bottom: 14px; letter-spacing: 0.03em; }
.breadcrumb a, .woocommerce-breadcrumb a { color: var(--volt-bright); }
.breadcrumb-sep { margin: 0 8px; color: var(--steel-600); }

.shop-layout { display: grid; grid-template-columns: 270px 1fr; gap: 36px; padding: 48px 0; }
.shop-sidebar { position: sticky; top: 100px; align-self: start; }
.sidebar-widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 20px; }
.sidebar-widget-title, .shop-sidebar h3 { font-family: var(--f-head); font-size: 1rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--line); }
.shop-sidebar ul li { margin-bottom: 4px; }
.shop-sidebar ul li a { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; border-radius: 8px; color: var(--text-soft); font-size: 0.9rem; font-weight: 500; }
.shop-sidebar ul li a:hover { background: var(--steel-50); color: var(--volt-deep); }
.shop-sidebar ul li .count { font-family: var(--f-mono); font-size: 0.74rem; color: var(--text-mute); }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 14px; }
.shop-result-count, .woocommerce-result-count { font-size: 0.9rem; color: var(--text-soft); margin: 0; }
.woocommerce-ordering select { padding: 10px 16px; border: 2px solid var(--line); border-radius: 10px; font-weight: 600; color: var(--graphite); background: #fff; }

.woocommerce-pagination { margin-top: 44px; }
.woocommerce-pagination ul { display: flex; gap: 8px; justify-content: center; border: none !important; }
.woocommerce-pagination ul li { margin: 0; }
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
  display: flex; align-items: center; justify-content: center; min-width: 44px; height: 44px;
  border-radius: 11px; background: #fff; border: 1px solid var(--line); color: var(--graphite);
  font-family: var(--f-head); font-weight: 700; padding: 0 12px;
}
.woocommerce-pagination ul li span.current { background: var(--graphite); color: #fff; border-color: var(--graphite); }
.woocommerce-pagination ul li a:hover { background: var(--volt-deep); color: #fff; border-color: var(--volt-deep); }

/* page content */
.page-content { padding: 56px 0; }
.content-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; max-width: 880px; margin: 0 auto; }
.content-card h2 { font-family: var(--f-head); font-size: 1.5rem; margin: 32px 0 14px; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { font-size: 1.15rem; margin: 24px 0 10px; }
.content-card p, .content-card li { color: var(--text-soft); line-height: 1.75; }
.content-card ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.content-card ul li { margin-bottom: 8px; }

/* ============================================================
   SINGLE PRODUCT
   ============================================================ */
.single-product div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 48px 0; }
.single-product .product .images { position: relative; }
.single-product .woocommerce-product-gallery__image img { border-radius: var(--radius); border: 1px solid var(--line); }
.single-product .product_title { font-family: var(--f-display); font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 800; text-transform: uppercase; line-height: 1.02; margin-bottom: 14px; }
.single-product .price { font-family: var(--f-head); font-size: 2rem !important; font-weight: 800; color: var(--graphite) !important; margin-bottom: 18px; }
.single-product .price del { color: var(--text-mute); font-size: 1.3rem; }
.single-product .price ins { text-decoration: none; color: var(--amber-deep); }
.single-product .woocommerce-product-details__short-description { color: var(--text-soft); line-height: 1.7; margin-bottom: 24px; }
.single-product .quantity input { width: 74px; height: 54px; border: 2px solid var(--line); border-radius: 11px; text-align: center; font-weight: 700; font-size: 1.05rem; }
.single-product .single_add_to_cart_button {
  background: var(--grad-volt) !important; color: #fff !important; border: none !important;
  height: 54px; padding: 0 36px !important; border-radius: 11px !important;
  font-family: var(--f-head) !important; font-weight: 700 !important; font-size: 1rem !important;
  box-shadow: var(--sh-volt); transition: all 0.2s var(--ease);
}
.single-product .single_add_to_cart_button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.single-product form.cart { display: flex; gap: 14px; align-items: center; margin-bottom: 26px; }
.single-product .product_meta { font-size: 0.88rem; color: var(--text-soft); padding-top: 22px; border-top: 1px solid var(--line); }
.single-product .product_meta > span { display: block; margin-bottom: 7px; }
.woocommerce-tabs { padding: 20px 0 56px; }
.woocommerce-tabs ul.tabs { display: flex; gap: 6px; border-bottom: 2px solid var(--line); margin-bottom: 26px; padding: 0; }
.woocommerce-tabs ul.tabs li { list-style: none; margin: 0; }
.woocommerce-tabs ul.tabs li a { display: block; padding: 13px 24px; font-family: var(--f-head); font-weight: 700; color: var(--text-soft); border-bottom: 3px solid transparent; margin-bottom: -2px; }
.woocommerce-tabs ul.tabs li.active a { color: var(--volt-deep); border-color: var(--volt); }
.product-spec-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.spec-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--steel-50); border: 1px solid var(--line); border-radius: 10px; padding: 9px 14px; font-size: 0.84rem; font-weight: 600; color: var(--graphite); }
.spec-badge svg { width: 17px; height: 17px; color: var(--volt-deep); }

/* ============================================================
   CART / CHECKOUT / ACCOUNT
   ============================================================ */
.wc-wrap { padding: 48px 0 64px; }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: var(--radius); border-collapse: separate; overflow: hidden; background: #fff; }
.woocommerce table.shop_table th { background: var(--steel-50); font-family: var(--f-head); font-weight: 700; color: var(--graphite); padding: 16px; text-align: left; }
.woocommerce table.shop_table td { padding: 16px; border-top: 1px solid var(--line-soft); }
.woocommerce .cart_totals h2, .woocommerce-checkout h3 { font-family: var(--f-head); font-size: 1.3rem; margin-bottom: 18px; }
.woocommerce #payment, .woocommerce .cart-collaterals .cart_totals { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  width: 100%; padding: 13px 15px; border: 2px solid var(--line); border-radius: 10px; background: #fff; transition: all 0.2s var(--ease);
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--volt); box-shadow: 0 0 0 4px rgba(24,180,233,0.1); outline: none; }
.woocommerce form .form-row label { font-weight: 600; color: var(--graphite); margin-bottom: 6px; display: block; }
.woocommerce #place_order, .woocommerce button.button.alt, .woocommerce .checkout-button {
  background: var(--grad-amber) !important; color: #fff !important; font-family: var(--f-head) !important;
  font-weight: 700 !important; padding: 15px 30px !important; border-radius: 11px !important; box-shadow: var(--sh-amber);
  border: none; transition: all 0.2s var(--ease);
}
.woocommerce #place_order:hover, .woocommerce button.button.alt:hover { transform: translateY(-2px); filter: brightness(1.05); }
.woocommerce-MyAccount-navigation ul li { margin-bottom: 6px; }
.woocommerce-MyAccount-navigation ul li a { display: block; padding: 12px 16px; border-radius: 10px; background: #fff; border: 1px solid var(--line); font-weight: 600; color: var(--text-soft); }
.woocommerce-MyAccount-navigation ul li.is-active a { background: var(--graphite); color: #fff; border-color: var(--graphite); }
.account-grid { display: grid; grid-template-columns: 260px 1fr; gap: 32px; padding: 48px 0; }

/* WC messages */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-radius: var(--radius); padding: 16px 20px !important; border: none !important;
  font-weight: 600; border-left: 4px solid var(--volt) !important; background: #eef9fe !important; color: var(--volt-ink) !important;
}
.woocommerce-message { border-left-color: var(--success) !important; background: #ecfdf3 !important; color: #14633a !important; }
.woocommerce-error { border-left-color: var(--danger) !important; background: #fff1f4 !important; color: #9f1239 !important; }

/* empty state */
.empty-state { text-align: center; padding: 70px 20px; }
.empty-state .ei { width: 90px; height: 90px; margin: 0 auto 22px; border-radius: 24px; background: var(--steel-50); display: flex; align-items: center; justify-content: center; color: var(--steel-400); }
.empty-state .ei svg { width: 44px; height: 44px; }
.empty-state h2 { font-family: var(--f-display); font-size: 2rem; text-transform: uppercase; margin-bottom: 10px; }
.empty-state p { color: var(--text-soft); margin-bottom: 24px; }

/* ============================================================
   TOAST / FLOATING CART
   ============================================================ */
.xl-toast {
  position: fixed; bottom: 26px; right: 26px; z-index: 99999;
  display: flex; align-items: center; gap: 13px; background: var(--graphite); color: #fff;
  padding: 15px 20px; border-radius: 14px; box-shadow: var(--sh-xl);
  transform: translateY(120%); opacity: 0; transition: all 0.4s var(--ease); max-width: 340px;
}
.xl-toast.show { transform: translateY(0); opacity: 1; }
.xl-toast .ti { width: 40px; height: 40px; border-radius: 11px; background: var(--grad-volt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.xl-toast .ti svg { width: 22px; height: 22px; }
.xl-toast b { display: block; font-family: var(--f-head); font-size: 0.92rem; }
.xl-toast span { font-size: 0.8rem; color: var(--steel-400); }
.xl-toast a { color: var(--volt-bright); font-weight: 700; font-size: 0.84rem; margin-left: auto; white-space: nowrap; }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================================
   MOBILE MENU OVERLAY
   ============================================================ */
.m-overlay { position: fixed; inset: 0; background: rgba(12,14,19,0.6); backdrop-filter: blur(4px); z-index: 9990; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease); }
.m-overlay.open { opacity: 1; visibility: visible; pointer-events: auto; }
.m-overlay[hidden] { display: none; }
.m-drawer { position: absolute; top: 0; left: 0; bottom: 0; width: min(340px, 88vw); background: var(--graphite); overflow-y: auto; transform: translateX(-100%); transition: transform 0.4s var(--ease); }
.m-overlay.open .m-drawer { transform: translateX(0); }
.m-head { display: flex; align-items: center; justify-content: space-between; padding: 20px; background: var(--ink); border-bottom: 1px solid var(--steel-800); }
.m-head img, .m-head svg { height: 38px; width: auto; }
.m-close { width: 40px; height: 40px; border-radius: 10px; background: var(--steel-800); color: #fff; display: flex; align-items: center; justify-content: center; }
.m-close svg { width: 22px; height: 22px; }
.m-search { padding: 16px 18px; border-bottom: 1px solid var(--steel-800); }
.m-search form { display: flex; background: var(--steel-800); border-radius: 11px; overflow: hidden; }
.m-search input { flex: 1; background: transparent; border: none; padding: 12px 14px; color: #fff; outline: none; }
.m-search input::placeholder { color: var(--steel-500); }
.m-search button { background: var(--grad-volt); color: #fff; padding: 0 16px; }
.m-search button svg { width: 18px; height: 18px; }
.m-quick { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 16px 18px; border-bottom: 1px solid var(--steel-800); }
.m-quick a { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 14px 8px; border-radius: 12px; background: var(--steel-800); color: var(--steel-200); font-size: 0.74rem; font-weight: 700; }
.m-quick a svg { width: 22px; height: 22px; color: var(--volt-bright); }
.m-nav { padding: 10px 0 30px; }
.m-nav-title { padding: 16px 18px 8px; font-family: var(--f-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel-500); }
.m-nav > a, .m-acc-head { display: flex; align-items: center; gap: 12px; padding: 13px 18px; color: var(--steel-200); font-family: var(--f-head); font-weight: 600; font-size: 0.92rem; border-bottom: 1px solid var(--steel-800); width: 100%; }
.m-nav > a svg, .m-acc-head svg.mi { width: 19px; height: 19px; color: var(--volt-bright); }
.m-nav > a:hover { background: var(--steel-800); color: #fff; }
.m-acc-head { justify-content: space-between; cursor: pointer; }
.m-acc-head .chev { margin-left: auto; transition: transform 0.25s; width: 18px; height: 18px; color: var(--steel-400); }
.m-acc.open .m-acc-head .chev { transform: rotate(180deg); }
.m-acc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); background: var(--ink); }
.m-acc.open .m-acc-body { max-height: 600px; }
.m-acc-body a { display: block; padding: 11px 18px 11px 50px; color: var(--steel-400); font-size: 0.86rem; border-bottom: 1px solid var(--steel-900); }
.m-acc-body a:hover { color: var(--volt-bright); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hero-stage { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .mega-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid, .products, ul.products { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .header-search { display: none; }
  .main-nav { display: none; }
  .mobile-toggle { display: flex; }
  .header-actions .header-action span { display: none; }
}
@media (max-width: 960px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2n) { border-right: none; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-row2 { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .shop-layout, .account-grid { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .single-product div.product { grid-template-columns: 1fr; gap: 28px; }
  .single-product .price { font-size: 1.6rem !important; }
}
@media (max-width: 720px) {
  :root { --header-h: 66px; }
  .top-bar-left .top-bar-item:not(:first-child) { display: none; }
  .top-bar-right > *:not(:last-child) { display: none; }
  .cat-grid, .products, ul.products { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hero-slider { min-height: 540px; }
  .hero-title { font-size: clamp(2rem, 9vw, 2.8rem); }
  .hero-stats { gap: 22px; flex-wrap: wrap; }
  .hero-stat-num { font-size: 1.7rem; }
  .section { padding: 52px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .cta-form { flex-direction: column; }
  .content-card { padding: 24px; }
  .sec-title, .promo h3, .cta-band h2 { font-size: 1.8rem; }
  .single-product form.cart { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .container { padding-inline: 16px; }
  .cat-grid, .products, ul.products { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; }
  .m-quick { grid-template-columns: 1fr 1fr; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* ============================================================
   FRONT-PAGE COMPONENTS (categories, featured, promo, testi, cta)
   ============================================================ */

/* Inline text accents */
.txt-volt { color: var(--volt-deep); }
.txt-amber { color: var(--amber-deep); }
.section-dark .txt-volt, .sec-title.light .txt-volt { color: var(--volt-bright); }
.section-dark .txt-amber, .sec-title.light .txt-amber { color: var(--amber-bright); }
.sec-title.light { color: #fff; }
.sec-kicker.light { color: var(--volt-bright); }
.sec-kicker.light::before { background: var(--grad-amber); }

/* Section CTA row */
.sec-cta { text-align: center; margin-top: 44px; }

/* Featured product row spacing */
.xl-product-row { margin-top: 6px; }

/* ---- Demo / placeholder product cards (pre-launch) ---- */
.xl-demo-card { padding: 0; }
.xl-demo-media {
  position: relative; aspect-ratio: 1/1;
  background:
    radial-gradient(circle at 30% 25%, rgba(45,212,255,0.16), transparent 55%),
    radial-gradient(circle at 75% 80%, rgba(255,122,24,0.14), transparent 55%),
    var(--steel-50);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.xl-demo-media::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(82,90,108,0.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(82,90,108,0.08) 1px, transparent 1px);
  background-size: 26px 26px; opacity: 0.6;
}
.xl-demo-ico { position: relative; z-index: 1; color: var(--steel-500); transition: transform 0.45s var(--ease); }
.xl-demo-ico svg { width: 84px; height: 84px; }
.xl-demo-card:hover .xl-demo-ico { transform: scale(1.08) rotate(-4deg); color: var(--volt-deep); }
.xl-badge {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  font-family: var(--f-mono); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 7px; color: #fff;
}
.xl-badge.sale { background: var(--grad-amber); }
.xl-badge.new { background: var(--grad-volt); }
.xl-fav {
  position: absolute; top: 12px; right: 12px; z-index: 3; width: 36px; height: 36px;
  border-radius: 10px; background: rgba(255,255,255,0.92); color: var(--steel-600);
  display: flex; align-items: center; justify-content: center; border: none; cursor: pointer;
  opacity: 0; transform: translateY(-6px); transition: all 0.25s var(--ease);
}
.xl-demo-card:hover .xl-fav { opacity: 1; transform: translateY(0); }
.xl-fav:hover { background: var(--amber); color: #fff; }
.xl-fav svg { width: 18px; height: 18px; }
.xl-demo-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.xl-demo-dept { font-family: var(--f-mono); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--volt-deep); margin-bottom: 7px; }
.xl-demo-name { font-family: var(--f-head); font-size: 1rem; font-weight: 700; line-height: 1.3; margin: 0 0 8px; color: var(--graphite); }
.xl-stars { color: var(--amber); font-size: 0.9rem; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 6px; }
.xl-rcount { font-size: 0.74rem; color: var(--text-mute); letter-spacing: 0; }
.xl-demo-price { font-family: var(--f-head); margin: 12px 0 14px; display: flex; align-items: baseline; gap: 8px; }
.xl-demo-price .price-now { font-size: 1.3rem; font-weight: 800; color: var(--graphite); }
.xl-demo-price .price-was { font-size: 0.92rem; color: var(--text-mute); font-weight: 500; text-decoration: line-through; opacity: 0.8; }
.xl-demo-btn { margin-top: auto; }
.xl-demo-note {
  text-align: center; margin: 30px auto 0; max-width: 560px; color: var(--text-mute);
  font-size: 0.86rem; display: flex; align-items: center; justify-content: center; gap: 9px;
}
.xl-demo-note svg { width: 17px; height: 17px; color: var(--volt-deep); flex-shrink: 0; }

/* ---- Promo banners (front-page variant) ---- */
.promo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.promo-row-2 { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.promo-card {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  padding: 40px; min-height: 240px; display: flex; flex-direction: column;
  justify-content: center; color: #fff; isolation: isolate;
}
.promo-row-2 .promo-card { min-height: 180px; padding: 30px; }
.promo-card::before { content: ""; position: absolute; inset: 0; z-index: -2; }
.promo-volt::before { background: linear-gradient(120deg, #0a8fc4, #073b50); }
.promo-amber::before { background: linear-gradient(120deg, #e85d04, #7a2e02); }
.promo-dark::before { background: var(--grad-steel); }
.promo-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; }
.promo-kicker { font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; margin-bottom: 12px; }
.promo-title { font-family: var(--f-display); font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1; margin-bottom: 12px; }
.promo-row-2 .promo-title { font-size: clamp(1.3rem, 2vw, 1.7rem); margin-bottom: 16px; }
.promo-desc { opacity: 0.9; margin-bottom: 22px; max-width: 340px; }
.promo-bg-ico { position: absolute; right: -26px; bottom: -30px; z-index: 0; opacity: 0.16; pointer-events: none; }
.promo-bg-ico svg { width: 230px; height: 230px; color: #fff; }
.promo-bg-ico.sm svg { width: 150px; height: 150px; }

/* ---- Testimonials (front-page variant) ---- */
.testi-card {
  position: relative; background: var(--steel-900); border: 1px solid var(--steel-700);
  border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column;
}
.testi-stars { color: var(--amber); font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.testi-text { color: var(--steel-200); font-size: 0.98rem; line-height: 1.65; margin: 0 0 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testi-avatar { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-volt); display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-weight: 800; color: #fff; flex-shrink: 0; }
.testi-author b { display: block; color: #fff; font-family: var(--f-head); font-size: 0.94rem; }
.testi-author > div span { font-family: var(--f-mono); font-size: 0.72rem; color: var(--steel-400); }
.testi-verified { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-family: var(--f-mono); font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--success); align-self: flex-start; }
.testi-verified svg { width: 14px; height: 14px; }

/* ---- CTA / Newsletter ---- */
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-copy { text-align: left; flex: 1; min-width: 280px; }
.cta-title { font-family: var(--f-display); font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.cta-desc { color: rgba(255,255,255,0.92); max-width: 460px; margin: 0; }
.newsletter-form { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; flex: 1; min-width: 280px; justify-content: flex-end; }
.newsletter-field { position: relative; flex: 1; min-width: 240px; max-width: 360px; }
.newsletter-field svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--text-mute); }
.newsletter-field input { width: 100%; height: 56px; border-radius: 12px; border: none; padding: 0 18px 0 44px; font-size: 1rem; color: var(--text); outline: none; font-family: var(--f-body); }
.newsletter-field input:focus { box-shadow: 0 0 0 4px rgba(255,255,255,0.25); }
.newsletter-msg { flex-basis: 100%; text-align: right; font-size: 0.85rem; font-weight: 600; color: #fff; min-height: 0; }
.newsletter-msg.show { min-height: 20px; }

/* ---- Front-page responsive ---- */
@media (max-width: 960px) {
  .promo-row { grid-template-columns: 1fr; }
  .promo-row-2 { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-copy { text-align: center; }
  .cta-desc { margin: 0 auto; }
  .newsletter-form { justify-content: center; }
  .newsletter-msg { text-align: center; }
}

/* ---- JS interaction states ---- */
.add-to-cart-btn.loading, a.button.loading, .xl-demo-btn.loading { position: relative; color: transparent !important; pointer-events: none; }
.add-to-cart-btn.loading::after, a.button.loading::after, .xl-demo-btn.loading::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px;
  border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff; border-radius: 50%;
  animation: xlspin 0.7s linear infinite;
}
@keyframes xlspin { to { transform: rotate(360deg); } }
.xl-fav.active, .product-fav.active { background: var(--amber) !important; color: #fff !important; opacity: 1 !important; transform: translateY(0) !important; }
.xl-fav.active svg, .product-fav.active svg { fill: currentColor; }

/* ============================================================
   SHOP / CATEGORY TEMPLATE EXTRAS
   ============================================================ */
.page-hero-sub { color: var(--steel-300); font-size: 1.05rem; margin-top: 12px; max-width: 620px; }
.page-hero-sm { padding: 28px 0; }
.shop-main { min-width: 0; }
.sidebar-help p { color: var(--text-soft); font-size: 0.88rem; line-height: 1.6; margin-bottom: 16px; }

/* Category hero */
.cat-hero-row { display: flex; align-items: center; gap: 22px; }
.cat-hero-ico {
  width: 76px; height: 76px; border-radius: 18px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(45,212,255,0.18), rgba(255,122,24,0.16));
  border: 1px solid rgba(255,255,255,0.12); color: var(--volt-bright);
}
.cat-hero-ico svg { width: 40px; height: 40px; }

/* Subcategory cards */
.subcat-strip { margin-bottom: 38px; }
.subcat-title { font-family: var(--f-head); font-size: 1.2rem; font-weight: 700; margin-bottom: 18px; }
.subcat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.subcat-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; transition: all 0.25s var(--ease); position: relative; overflow: hidden;
}
.subcat-card::after { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: var(--grad-volt); transform: scaleX(0); transform-origin: left; transition: transform 0.25s var(--ease); }
.subcat-card:not(.subcat-card-static):hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: transparent; }
.subcat-card:not(.subcat-card-static):hover::after { transform: scaleX(1); }
.subcat-card-static { opacity: 0.85; cursor: default; }
.subcat-ico { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(24,180,233,0.12), rgba(232,93,4,0.1)); color: var(--volt-deep); }
.subcat-ico svg { width: 22px; height: 22px; }
.subcat-name { font-family: var(--f-head); font-weight: 700; font-size: 0.92rem; color: var(--graphite); line-height: 1.25; }
.subcat-count { font-family: var(--f-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-mute); }

/* Single product wrap */
.single-product-wrap { min-height: 40vh; }

@media (max-width: 960px) {
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .cat-hero-row { gap: 16px; }
  .cat-hero-ico { width: 60px; height: 60px; }
  .cat-hero-ico svg { width: 32px; height: 32px; }
}

/* ============================================================
   BLOG / SEARCH / 404
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s var(--ease); }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: transparent; }
.blog-thumb { display: block; aspect-ratio: 16/10; background: var(--steel-50); overflow: hidden; position: relative; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-thumb-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--steel-400); }
.blog-thumb-ph svg { width: 48px; height: 48px; }
.blog-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.blog-date { font-family: var(--f-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--volt-deep); margin-bottom: 8px; }
.blog-title { font-family: var(--f-head); font-size: 1.15rem; line-height: 1.3; margin-bottom: 10px; }
.blog-title a { color: var(--graphite); }
.blog-title a:hover { color: var(--volt-deep); }
.blog-excerpt { color: var(--text-soft); line-height: 1.6; font-size: 0.92rem; margin-bottom: 16px; }
.blog-more { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-head); font-weight: 700; font-size: 0.86rem; color: var(--volt-deep); }
.blog-more svg { width: 16px; height: 16px; transition: transform 0.2s var(--ease); }
.blog-more:hover svg { transform: translateX(4px); }

.search-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.search-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.search-item-title { font-family: var(--f-head); font-size: 1.2rem; margin-bottom: 8px; }
.search-item-title a { color: var(--graphite); }
.search-item-title a:hover { color: var(--volt-deep); }
.search-item p { color: var(--text-soft); line-height: 1.6; margin-bottom: 12px; }
.search-again { display: flex; gap: 10px; max-width: 460px; margin: 8px auto 0; }
.search-again input { flex: 1; height: 50px; border: 2px solid var(--line); border-radius: 11px; padding: 0 16px; font-size: 0.95rem; outline: none; }
.search-again input:focus { border-color: var(--volt); }

.pagination-wrap { margin-top: 40px; }
.pagination-wrap .nav-links { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.pagination-wrap .page-numbers { display: flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 11px; background: #fff; border: 1px solid var(--line); color: var(--graphite); font-family: var(--f-head); font-weight: 700; }
.pagination-wrap .page-numbers.current { background: var(--graphite); color: #fff; border-color: var(--graphite); }
.pagination-wrap a.page-numbers:hover { background: var(--volt-deep); color: #fff; border-color: var(--volt-deep); }

.page-feat-img { margin-bottom: 26px; }
.page-feat-img img { width: 100%; border-radius: var(--radius); }

.err-404 { padding: 70px 0 90px; }
.err-code { font-family: var(--f-display); font-size: clamp(5rem, 16vw, 11rem); font-weight: 800; line-height: 0.85; background: var(--grad-volt); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 6px; }
.err-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 960px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } .search-again { flex-direction: column; } }

/* ============================================================
   PAGE TEMPLATES (About, Contact, FAQ, Deals)
   ============================================================ */

/* About */
.about-intro { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: center; margin-bottom: 56px; }
.about-h { font-family: var(--f-display); font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; text-transform: uppercase; line-height: 1.05; margin: 14px 0 18px; }
.about-intro-copy p { color: var(--text-soft); line-height: 1.75; margin-bottom: 16px; }
.about-intro-copy .btn-volt { margin-top: 8px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-stat { background: var(--graphite); border-radius: var(--radius); padding: 26px 22px; text-align: center; color: #fff; }
.about-stat b { display: block; font-family: var(--f-display); font-size: 2.4rem; font-weight: 800; color: var(--volt-bright); line-height: 1; }
.about-stat b i { font-style: normal; color: var(--amber); font-size: 1.4rem; }
.about-stat span { font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--steel-300); }

.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 56px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; transition: all 0.3s var(--ease); }
.value-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: transparent; }
.value-ico { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(24,180,233,0.14), rgba(232,93,4,0.12)); color: var(--volt-deep); margin-bottom: 16px; }
.value-ico svg { width: 28px; height: 28px; }
.value-card h3 { font-family: var(--f-head); font-size: 1.08rem; margin-bottom: 8px; }
.value-card p { color: var(--text-soft); font-size: 0.9rem; line-height: 1.6; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 32px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.contact-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--grad-volt); color: #fff; }
.contact-ico svg { width: 22px; height: 22px; }
.contact-info-card b { display: block; font-family: var(--f-head); font-size: 0.95rem; margin-bottom: 4px; }
.contact-info-card p { color: var(--text-soft); font-size: 0.9rem; margin: 0; line-height: 1.5; }
.contact-info-card a { color: var(--volt-deep); }
.contact-form-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.contact-form-title { font-family: var(--f-head); font-size: 1.4rem; margin-bottom: 22px; }
.contact-form .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .form-field { margin-bottom: 18px; }
.form-field label { display: block; font-family: var(--f-head); font-weight: 700; font-size: 0.85rem; margin-bottom: 7px; color: var(--graphite); }
.form-field label span { color: var(--amber-deep); }
.form-field input, .form-field textarea { width: 100%; border: 2px solid var(--line); border-radius: 11px; padding: 13px 15px; font-family: var(--f-body); font-size: 0.95rem; color: var(--text); background: var(--steel-50); transition: all 0.2s var(--ease); outline: none; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--volt); background: #fff; box-shadow: 0 0 0 4px rgba(24,180,233,0.1); }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-alert { display: flex; align-items: center; gap: 10px; border-radius: 11px; padding: 14px 18px; font-weight: 600; margin-bottom: 22px; }
.form-alert svg { width: 20px; height: 20px; flex-shrink: 0; }
.form-alert.success { background: #ecfdf3; color: #14633a; border-left: 4px solid var(--success); }
.form-alert.error { background: #fff1f4; color: #9f1239; border-left: 4px solid #e11d48; }

/* FAQ */
.faq-wrap { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item[open] { border-color: var(--volt); box-shadow: var(--sh-sm); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 24px; cursor: pointer; font-family: var(--f-head); font-weight: 700; font-size: 1rem; color: var(--graphite); list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-chev { width: 20px; height: 20px; flex-shrink: 0; color: var(--volt-deep); transition: transform 0.25s var(--ease); }
.faq-item[open] .faq-chev { transform: rotate(180deg); }
.faq-a { padding: 0 24px 22px; }
.faq-a p { color: var(--text-soft); line-height: 1.7; margin: 0; }
.faq-cta { text-align: center; margin-top: 48px; background: var(--grad-dark); border-radius: var(--radius-lg); padding: 48px; color: #fff; }
.faq-cta h2 { font-family: var(--f-display); font-size: 1.8rem; text-transform: uppercase; color: #fff; margin-bottom: 8px; }
.faq-cta p { color: var(--steel-300); margin-bottom: 22px; }

/* Deals */
.deals-banner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(120deg, #e85d04, #7a2e02); border-radius: var(--radius-lg); padding: 44px; color: #fff; margin-bottom: 44px; }
.deals-tag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(255,255,255,0.18); padding: 6px 12px; border-radius: 30px; margin-bottom: 14px; }
.deals-tag svg { width: 15px; height: 15px; }
.deals-banner-copy h2 { font-family: var(--f-display); font-size: clamp(1.6rem, 3.4vw, 2.6rem); font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1.02; margin-bottom: 10px; }
.deals-banner-copy p { opacity: 0.92; margin-bottom: 22px; max-width: 420px; }
.deals-banner-ico { position: absolute; right: -10px; bottom: -30px; opacity: 0.18; }
.deals-banner-ico svg { width: 230px; height: 230px; color: #fff; }
.deals-section-title { font-family: var(--f-head); font-size: 1.4rem; margin-bottom: 22px; }
.deals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deal-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: all 0.25s var(--ease); }
.deal-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: transparent; }
.deal-card-ico { width: 52px; height: 52px; flex-shrink: 0; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(24,180,233,0.14), rgba(232,93,4,0.12)); color: var(--volt-deep); }
.deal-card-ico svg { width: 26px; height: 26px; }
.deal-card h3 { font-family: var(--f-head); font-size: 1.02rem; margin-bottom: 4px; }
.deal-card p { color: var(--text-soft); font-size: 0.86rem; margin: 0; line-height: 1.45; }
.deal-card-arrow { margin-left: auto; color: var(--volt-deep); opacity: 0; transform: translateX(-6px); transition: all 0.25s var(--ease); }
.deal-card:hover .deal-card-arrow { opacity: 1; transform: translateX(0); }
.deal-card-arrow svg { width: 20px; height: 20px; }

@media (max-width: 960px) {
  .about-intro { grid-template-columns: 1fr; gap: 30px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .deals-grid { grid-template-columns: 1fr 1fr; }
  .deals-banner { padding: 32px; }
}
@media (max-width: 600px) {
  .values-grid, .deals-grid, .about-stats { grid-template-columns: 1fr; }
  .contact-form .form-row-2 { grid-template-columns: 1fr; }
}

/* ============================================================
   SINGLE PRODUCT — full polish (gallery, variations, cart, tabs)
   ============================================================ */
.single-product-wrap { padding-bottom: 20px; }
.single-product div.product { display: grid; grid-template-columns: 1fr 1.05fr; gap: 50px; padding: 30px 0 50px; align-items: start; }

/* Gallery */
.single-product .woocommerce-product-gallery { position: relative; margin: 0 !important; width: 100% !important; }
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__wrapper { border-radius: var(--radius); }
.single-product .woocommerce-product-gallery__image img { border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.single-product .woocommerce-product-gallery .flex-control-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
.single-product .woocommerce-product-gallery .flex-control-thumbs li { width: 72px !important; margin: 0 !important; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img { border-radius: 10px; border: 2px solid var(--line); opacity: 0.7; transition: all 0.2s var(--ease); cursor: pointer; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover { opacity: 1; border-color: var(--volt); }
.single-product .woocommerce-product-gallery__trigger { z-index: 5; top: 14px; right: 14px; }

/* Summary */
.single-product .summary.entry-summary { margin: 0 !important; width: 100% !important; }
.single-product .product_title { font-family: var(--f-display); font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 800; text-transform: uppercase; line-height: 1.04; margin-bottom: 16px; color: var(--graphite); }
.single-product .woocommerce-product-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.single-product .price { font-family: var(--f-head); font-size: 2rem !important; font-weight: 800; color: var(--graphite) !important; margin-bottom: 20px; display: block; }
.single-product .price del { color: var(--text-mute); font-size: 1.3rem; font-weight: 500; margin-right: 8px; }
.single-product .price ins { text-decoration: none; color: var(--amber-deep); }
.single-product .woocommerce-product-details__short-description { color: var(--text-soft); line-height: 1.7; margin-bottom: 24px; font-size: 0.98rem; }
.single-product .woocommerce-product-details__short-description ul { margin: 0 0 0 18px; }

/* Stock */
.single-product .stock.in-stock { display: inline-flex; align-items: center; gap: 7px; color: #14633a; background: #ecfdf3; border-radius: 8px; padding: 5px 12px; font-size: 0.82rem; font-weight: 700; margin-bottom: 18px; }
.single-product .stock.out-of-stock { color: #9f1239; background: #fff1f4; border-radius: 8px; padding: 5px 12px; font-weight: 700; font-size: 0.82rem; }

/* Variations table */
.single-product form.cart { margin-bottom: 22px; }
.single-product table.variations { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.single-product table.variations td { padding: 0 0 14px; vertical-align: middle; }
.single-product table.variations th.label { text-align: left; font-family: var(--f-head); font-weight: 700; font-size: 0.86rem; color: var(--graphite); padding: 0 16px 14px 0; white-space: nowrap; width: 1%; }
.single-product table.variations td.value { position: relative; }
.single-product table.variations select {
  width: 100%; min-height: 50px; border: 2px solid var(--line); border-radius: 11px;
  padding: 0 40px 0 15px; font-family: var(--f-body); font-size: 0.95rem; color: var(--text);
  background: var(--steel-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2314171f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 15px center;
  -webkit-appearance: none; appearance: none; cursor: pointer; outline: none; transition: all 0.2s var(--ease);
}
.single-product table.variations select:focus { border-color: var(--volt); background-color: #fff; }
.single-product .reset_variations { display: inline-block; margin-top: 4px; font-size: 0.82rem; color: var(--volt-deep); font-weight: 600; }
.single-product .woocommerce-variation-price { margin-bottom: 16px; }
.single-product .woocommerce-variation-price .price { font-size: 1.7rem !important; }
.single-product .woocommerce-variation-availability .stock { margin-bottom: 12px; }

/* Quantity + add to cart */
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form) { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; }
.single-product .quantity { display: inline-flex; }
.single-product .quantity input.qty {
  width: 78px; height: 56px; border: 2px solid var(--line); border-radius: 12px; text-align: center;
  font-family: var(--f-head); font-weight: 800; font-size: 1.1rem; color: var(--graphite); background: #fff; outline: none;
}
.single-product .quantity input.qty:focus { border-color: var(--volt); }
.single-product .single_add_to_cart_button {
  flex: 1; min-width: 220px; min-height: 56px; border: none; cursor: pointer; border-radius: 12px;
  background: var(--grad-volt) !important; color: #fff !important; font-family: var(--f-head); font-weight: 800;
  font-size: 1rem; letter-spacing: 0.02em; text-transform: uppercase; box-shadow: var(--sh-volt);
  transition: all 0.2s var(--ease); display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 28px;
}
.single-product .single_add_to_cart_button:hover { transform: translateY(-2px); filter: brightness(1.07); }
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled { background: var(--steel-300) !important; box-shadow: none; cursor: not-allowed; opacity: 1; transform: none; filter: none; }

/* Meta */
.single-product .product_meta { font-size: 0.86rem; color: var(--text-soft); padding-top: 22px; margin-top: 4px; border-top: 1px solid var(--line); }
.single-product .product_meta > span { display: block; margin-bottom: 8px; }
.single-product .product_meta a { color: var(--volt-deep); }

/* Trust strip under add-to-cart (added via hook) */
.xl-product-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 6px 0 22px; padding: 18px; background: var(--steel-50); border: 1px solid var(--line); border-radius: var(--radius); }
.xl-product-trust .xl-pt-item { display: flex; align-items: center; gap: 10px; font-size: 0.84rem; font-weight: 600; color: var(--graphite); }
.xl-product-trust .xl-pt-item svg { width: 20px; height: 20px; color: var(--volt-deep); flex-shrink: 0; }

/* Tabs */
.woocommerce-tabs { padding: 10px 0 50px; }
.woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: 6px; border-bottom: 2px solid var(--line); margin: 0 0 26px; padding: 0; list-style: none; }
.woocommerce-tabs ul.tabs li { list-style: none; margin: 0; }
.woocommerce-tabs ul.tabs li a { display: block; padding: 13px 24px; font-family: var(--f-head); font-weight: 700; color: var(--text-soft); border-bottom: 3px solid transparent; margin-bottom: -2px; text-decoration: none; }
.woocommerce-tabs ul.tabs li.active a { color: var(--volt-deep); border-color: var(--volt); }
.woocommerce-tabs .woocommerce-Tabs-panel h2 { font-family: var(--f-head); font-size: 1.3rem; margin-bottom: 12px; }
.woocommerce-tabs .woocommerce-Tabs-panel p { color: var(--text-soft); line-height: 1.7; }
.woocommerce-tabs table.shop_attributes { width: 100%; border-collapse: collapse; }
.woocommerce-tabs table.shop_attributes th, .woocommerce-tabs table.shop_attributes td { padding: 11px 14px; border: 1px solid var(--line); text-align: left; font-size: 0.9rem; }
.woocommerce-tabs table.shop_attributes th { background: var(--steel-50); font-family: var(--f-head); width: 30%; }

/* Related / upsells */
.single-product .related.products, .single-product .upsells.products { padding: 16px 0 30px; clear: both; }
.single-product .related.products > h2, .single-product .upsells.products > h2 { font-family: var(--f-display); font-size: clamp(1.5rem,3vw,2rem); font-weight: 800; text-transform: uppercase; margin-bottom: 26px; }

@media (max-width: 900px) {
  .single-product div.product { grid-template-columns: 1fr; gap: 30px; }
  .xl-product-trust { grid-template-columns: 1fr; }
}
