/* ============================================
   YOOVAP Global Design System — B2C Vape Brand v3
   Design: Dark Tech + Glass Morphism + Apple-grade Polish
   Brand Colors: Deep Black #060609 / Electric Purple #7C3AED→#A78BFA / Tech Blue #4A90FF
   ============================================ */

/* --- CSS Variables / Design Tokens --- */
:root {
  --okso-bg: #060609;
  --okso-bg-secondary: #0C0C0F;
  --okso-bg-card: rgba(255, 255, 255, 0.03);
  --okso-bg-card-hover: rgba(255, 255, 255, 0.06);
  --okso-text: #F5F5F7;
  --okso-text-secondary: #98989D;
  --okso-text-muted: rgba(255, 255, 255, 0.35);
  --okso-accent: #4A90FF;
  --okso-accent-glow: rgba(74, 144, 255, 0.4);
  --okso-purple: #7C3AED;
  --okso-purple-light: #A78BFA;
  --okso-purple-glow: rgba(124, 58, 237, 0.4);
  --okso-gradient: linear-gradient(135deg, #7C3AED 0%, #A78BFA 100%);
  --okso-gradient-blue: linear-gradient(135deg, #4A90FF 0%, #7C3AED 100%);
  --okso-gradient-reverse: linear-gradient(135deg, #A78BFA 0%, #7C3AED 100%);
  --okso-border: rgba(255, 255, 255, 0.08);
  --okso-border-hover: rgba(255, 255, 255, 0.15);
  --okso-radius-sm: 12px;
  --okso-radius: 20px;
  --okso-radius-lg: 28px;
  --okso-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  --okso-shadow-glow: 0 0 60px rgba(124, 58, 237, 0.15);
  --okso-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --okso-glass: rgba(255, 255, 255, 0.03);
  --okso-glass-border: rgba(255, 255, 255, 0.06);
  --okso-glass-blur: 40px;
  --okso-img-shadow: 0 0 80px rgba(124, 58, 237, 0.12), 0 20px 60px rgba(0, 0, 0, 0.5);

  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Inter', 'SF Pro Display', -apple-system, sans-serif;
}

/* --- Global Reset & Base --- */
* { box-sizing: border-box; }

/* DISABLED by force-white fix */
body:not(.single-product):not(.woocommerce-checkout):not(.page-id-12):not(.page-id-13):not(.page-id-1483):not(.page-id-1484):not(.page-id-1485):not(.ycc-cart-page):not(.page-id-1477):not(.woocommerce-account) {
  /* background: var(--okso-bg) !important; */
  color: var(--okso-text);
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 1.6;
}

body .ast-container,
body #page, body #primary, body #content,
body .site-content, body .ast-row {
  background: transparent !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* DISABLED: body .ast-separate-container */
/* body .ast-separate-container { background: var(--okso-bg) !important; } */
body a {
  color: var(--okso-accent);
  transition: var(--okso-transition);
  text-decoration: none;
}

body a:hover { color: var(--okso-purple-light); }

.okso-page { /* background: var(--okso-bg); */ min-height: 100vh; }

/* --- SECTION BASE --- */
.okso-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.okso-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.okso-section-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 16px;
  color: var(--okso-text);
}

.okso-section-subtitle {
  font-size: 22px;
  color: var(--okso-text-secondary);
  text-align: center;
  margin-bottom: 64px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* ============================================
   1. HERO — Premium Two-Column Layout
   ============================================ */
.okso-hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #060609;
  min-height: 100vh;
}

.okso-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.okso-hero-bg-orb1 {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle at center, rgba(124, 58, 237, 0.1) 0%, rgba(124, 58, 237, 0.03) 35%, transparent 70%);
  filter: blur(60px);
}

.okso-hero-bg-orb2 {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle at center, rgba(74, 144, 255, 0.08) 0%, rgba(74, 144, 255, 0.02) 40%, transparent 70%);
  filter: blur(80px);
}

.okso-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.okso-hero-content { position: relative; z-index: 2; }

.okso-hero-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 32px;
}

.okso-hero-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 6.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 28px;
  color: var(--okso-text);
}

.okso-hero-title-accent {
  background: var(--okso-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.okso-hero-subtitle {
  font-size: 20px;
  color: var(--okso-text-secondary);
  margin: 0 0 40px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.okso-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.okso-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
  background: var(--okso-gradient);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: var(--okso-transition);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.okso-hero-cta:hover {
  transform: scale(1.03);
  box-shadow: 0 0 32px rgba(124, 58, 237, 0.35);
}

.okso-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 600;
  color: var(--okso-text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  cursor: pointer;
  transition: var(--okso-transition);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.okso-hero-cta-secondary:hover {
  transform: scale(1.03);
  border-color: rgba(255, 255, 255, 0.35);
  color: #FFF;
}

.okso-hero-trust {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
}

.okso-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
}

.okso-hero-product-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.okso-hero-product-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, rgba(124, 58, 237, 0.04) 40%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.okso-hero-product {
  width: 100%;
  max-width: 550px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/* Hero Responsive */
@media (max-width: 1024px) {
  .okso-hero { padding: 100px 0; }
  .okso-hero-grid { gap: 60px; padding: 0 48px; }
  .okso-hero-title { font-size: clamp(40px, 5vw, 56px); }
  .okso-hero-product { max-width: 420px; }
}

@media (max-width: 860px) {
  .okso-hero { padding: 80px 0 60px; }
  .okso-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0 24px;
    text-align: center;
  }
  .okso-hero-visual { order: -1; }
  .okso-hero-title { font-size: 36px; }
  .okso-hero-subtitle { font-size: 17px; margin-bottom: 32px; }
  .okso-hero-actions { justify-content: center; margin-bottom: 32px; }
  .okso-hero-product { max-width: 320px; width: 100%; }
  .okso-hero-product-glow { width: 350px; height: 350px; }
  .okso-hero-label { margin-bottom: 20px; }
}

@media (max-width: 480px) {
  .okso-hero-title { font-size: 28px; }
  .okso-hero-actions { flex-direction: column; align-items: center; }
  .okso-hero-cta,
  .okso-hero-cta-secondary { width: 100%; max-width: 300px; text-align: center; }
  .okso-hero-product { max-width: 260px; }
}

/* ============================================
   NAVIGATION BAR — Fixed top, glass morphism
   ============================================ */

:root {
  --nav-height: 80px;
}

.okso-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  background: rgba(6, 6, 9, 0.85);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 10000;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.okso-nav.scrolled {
  background: rgba(6, 6, 9, 0.92);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 32px rgba(0, 0, 0, 0.3);
}

.okso-nav-container {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.okso-nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  z-index: 2;
}

.okso-nav-logo-svg {
  height: 28px;
  width: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.okso-nav-logo:hover .okso-nav-logo-svg { opacity: 0.8; }

.okso-nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.okso-nav-link {
  position: relative;
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  color: var(--okso-text-secondary);
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 8px 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.okso-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--okso-gradient);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.okso-nav-link:hover,
.okso-nav-link.active {
  color: var(--okso-text);
}

.okso-nav-link:hover::after,
.okso-nav-link.active::after {
  transform: scaleX(1);
}

.okso-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  z-index: 2;
}

.okso-nav-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  transition: opacity 0.3s ease;
}

.okso-nav-icon-link:hover { opacity: 0.8; }

.okso-nav-icon {
  width: 22px;
  height: 22px;
  display: block;
  transition: stroke 0.3s ease;
}

.okso-nav-icon-link:hover .okso-nav-icon {
  stroke: #FFFFFF !important;
}

.okso-nav-cart-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  background: #FF3860;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.okso-nav-shop-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  background: var(--okso-gradient);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: var(--okso-transition);
  white-space: nowrap;
  margin-left: 12px;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.25);
}

.okso-nav-shop-now:hover {
  transform: scale(1.04);
  box-shadow: 0 0 36px rgba(124, 58, 237, 0.45);
  color: #FFF;
}

/* Hamburger Toggle */
.okso-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  padding: 0;
}

.okso-nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.okso-nav-toggle.active .okso-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.okso-nav-toggle.active .okso-nav-toggle-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.okso-nav-toggle.active .okso-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Overlay */
.okso-nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(6, 6, 9, 0.97);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.okso-nav-mobile.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.okso-nav-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.okso-nav-mobile-link {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.3s ease, transform 0.3s ease;
}

.okso-nav-mobile-link:hover,
.okso-nav-mobile-link:active {
  color: var(--okso-purple-light);
  transform: scale(1.05);
}

.okso-nav-mobile-cta {
  margin-top: 16px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: var(--okso-gradient);
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: -0.01em;
  box-shadow: 0 0 32px rgba(124, 58, 237, 0.3);
  transition: all 0.3s ease;
}

.okso-nav-mobile-cta:hover {
  box-shadow: 0 0 48px rgba(124, 58, 237, 0.5);
}

}

body.okso-nav-open { overflow: hidden; }

/* ============================================
   ADD TO CART — Shared Button Style
   ============================================ */
.okso-btn-add-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: #FFF;
  background: var(--okso-gradient);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: var(--okso-transition);
  letter-spacing: -0.01em;
  margin-top: auto;
}

.okso-btn-add-cart:hover {
  transform: scale(1.03);
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.35);
}

.okso-btn-add-cart--sm {
  padding: 10px 16px;
  font-size: 13px;
}

/* ============================================
   BEST SELLERS — 4 Cards Grid
   ============================================ */
.okso-best-sellers { background: var(--okso-bg); }

.okso-best-sellers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .okso-best-sellers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .okso-best-sellers-grid { grid-template-columns: 1fr; }
}

.okso-product-card-bs {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  padding: 24px 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: var(--okso-transition);
  backdrop-filter: blur(10px);
}

.okso-product-card-bs:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), 0 0 40px rgba(124, 58, 237, 0.08);
}

.okso-product-card-bs-image-wrap {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
}

.okso-product-card-bs-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.okso-product-card-bs:hover .okso-product-card-bs-image {
  transform: scale(1.05);
}

.okso-product-card-bs-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: var(--okso-text);
}

.okso-product-card-bs-puffs {
  font-size: 13px;
  color: var(--okso-text-secondary);
  margin: 0 0 8px;
}

.okso-product-card-bs-price {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--okso-text);
  margin: 0 0 16px;
}

/* ============================================
   SHOP — Full Product Catalog
   ============================================ */
.okso-shop { background: var(--okso-bg-secondary); }

.okso-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .okso-shop-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .okso-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

@media (max-width: 480px) {
  .okso-shop-grid { grid-template-columns: 1fr; }
}

.okso-product-card-shop {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  padding: 20px 16px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: var(--okso-transition);
  backdrop-filter: blur(10px);
}

.okso-product-card-shop:hover {
  transform: translateY(-8px);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(124, 58, 237, 0.06);
}

.okso-product-card-shop-image-wrap {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}

.okso-product-card-shop-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.okso-product-card-shop:hover .okso-product-card-shop-image {
  transform: scale(1.05);
}

.okso-product-card-shop-placeholder {
  width: 100%;
  height: 160px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 58, 237, 0.12);
}

.okso-product-card-shop-placeholder-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.35);
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}

.okso-product-card-shop-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: var(--okso-text);
}

.okso-product-card-shop-puffs {
  font-size: 12px;
  color: var(--okso-text-secondary);
  margin: 0 0 6px;
}

.okso-product-card-shop-price {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--okso-text);
  margin: 0 0 12px;
}

/* ============================================
   EXPLORE FLAVORS — 12 Flavor Cards
   ============================================ */
.okso-flavors {
  background: var(--okso-bg);
  position: relative;
}

.okso-flavors::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, 0.04), transparent 60%);
  pointer-events: none;
}

.okso-flavors-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

@media (max-width: 1024px) {
  .okso-flavors-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .okso-flavors-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
  .okso-flavors-grid { grid-template-columns: repeat(2, 1fr); }
}

.okso-flavor-card {
  position: relative;
  border-radius: var(--okso-radius);
  padding: 28px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  text-align: center;
  transition: var(--okso-transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.okso-flavor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.okso-flavor-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--flavor-color, #7C3AED);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.okso-flavor-card:hover::before {
  opacity: 0.1;
}

.okso-flavor-icon {
  font-size: 36px;
  position: relative;
  z-index: 1;
}

.okso-flavor-name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
  margin: 0;
}

/* ============================================
   WHY CHOOSE YOOVAP — 4 Cards
   ============================================ */
.okso-why { background: var(--okso-bg-secondary); }

.okso-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .okso-why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .okso-why-grid { grid-template-columns: 1fr; }
}

.okso-why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  padding: 40px 28px;
  text-align: center;
  transition: var(--okso-transition);
  backdrop-filter: blur(10px);
}

.okso-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
}

.okso-why-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
}

.okso-why-icon svg {
  width: 100%;
  height: 100%;
}

.okso-why-card-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--okso-text);
}

.okso-why-card-desc {
  font-size: 14px;
  color: var(--okso-text-secondary);
  line-height: 1.6;
}

/* ============================================
   WHOLESALE PARTNERSHIP — Two-Column
   ============================================ */
.okso-wholesale { background: var(--okso-bg); }

.okso-wholesale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 860px) {
  .okso-wholesale-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.okso-wholesale-left-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
}

.okso-wholesale-point {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.okso-wholesale-point-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
}

.okso-wholesale-point-icon svg {
  width: 100%;
  height: 100%;
}

.okso-wholesale-point-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 4px;
  color: var(--okso-text);
}

.okso-wholesale-point-desc {
  font-size: 14px;
  color: var(--okso-text-secondary);
  line-height: 1.5;
  margin: 0;
}

.okso-wholesale-right {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--okso-radius);
  padding: 40px 32px;
  backdrop-filter: blur(10px);
}

.okso-wholesale-form-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}

.okso-wholesale-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.okso-wholesale-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  font-family: var(--font-primary);
  color: var(--okso-text);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

.okso-wholesale-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.okso-wholesale-input:focus {
  border-color: var(--okso-purple);
}

.okso-wholesale-input select {
  color: var(--okso-text);
}

.okso-wholesale-input option {
  background: #1a1a1a;
  color: #FFF;
}

.okso-wholesale-textarea {
  resize: vertical;
  min-height: 80px;
}

.okso-wholesale-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: #FFF;
  background: var(--okso-gradient);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: var(--okso-transition);
  letter-spacing: -0.01em;
  margin-top: 8px;
}

.okso-wholesale-submit:hover {
  transform: scale(1.03);
  box-shadow: 0 0 28px rgba(124, 58, 237, 0.35);
}

/* ============================================
   BLOG SECTION — 3 Cards
   ============================================ */
.okso-blog-section { background: var(--okso-bg-secondary); }

.okso-blog-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 48px;
  padding: 0 40px;
}

.okso-blog-section-view-all {
  font-size: 15px;
  font-weight: 500;
  color: var(--okso-purple-light);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.okso-blog-section-view-all:hover { opacity: 0.7; }

.okso-blog-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .okso-blog-section-grid { grid-template-columns: 1fr; }
  .okso-blog-section-header { padding: 0 20px; }
}

.okso-blog-section-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  overflow: hidden;
  transition: var(--okso-transition);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.okso-blog-section-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.15);
}

.okso-blog-section-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 70%, #1a1a2e 100%);
}

.okso-blog-section-card-body {
  padding: 20px;
}

.okso-blog-section-date {
  font-size: 12px;
  color: var(--okso-text-muted);
  display: block;
  margin-bottom: 8px;
}

.okso-blog-section-card-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  line-height: 1.3;
  color: var(--okso-text);
}

.okso-blog-section-card-excerpt {
  font-size: 14px;
  color: var(--okso-text-secondary);
  line-height: 1.5;
  margin: 0;
}

/* ============================================
   FOOTER — 3 Columns (Products column removed)
   ============================================ */
.okso-footer {
  background: #040405;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 80px 0 0;
}

.okso-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1024px) {
  .okso-footer-inner { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 600px) {
  .okso-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .okso-footer-inner { padding: 0 20px; }
}

.okso-footer-col {
  display: flex;
  flex-direction: column;
}

.okso-footer-heading {
  font-size: 14px;
  font-weight: 700;
  color: var(--okso-text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.okso-footer-link {
  font-size: 14px;
  color: var(--okso-text-secondary);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.3s;
}

.okso-footer-link:hover {
  color: var(--okso-purple-light);
}

.okso-footer-text {
  font-size: 14px;
  color: var(--okso-text-secondary);
  margin: 0 0 8px;
}

.okso-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.okso-footer-social-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s;
}

.okso-footer-social-link:hover {
  color: var(--okso-purple-light);
}

.okso-footer-bottom {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 32px 40px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.okso-footer-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
}

.okso-footer-legal {
  display: flex;
  gap: 24px;
}

.okso-footer-legal a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: color 0.3s;
}

.okso-footer-legal a:hover {
  color: rgba(255, 255, 255, 0.55);
}

.okso-footer-warning {
  width: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.18);
  text-align: center;
  margin: 12px 0 0;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.okso-product-detail {
  padding: calc(var(--nav-height) + 80px) 0 120px;
  background: var(--okso-bg);
  min-height: 100vh;
}

.okso-product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: start;
}

@media (max-width: 860px) {
  .okso-product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }
}

.okso-product-gallery-main {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  backdrop-filter: blur(10px);
}

.okso-product-gallery-main img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.okso-product-gallery-main-placeholder {
  width: 80%;
  height: 80%;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.25);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}

.okso-product-gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.okso-product-gallery-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.okso-product-gallery-thumb:hover,
.okso-product-gallery-thumb.active {
  border-color: var(--okso-purple);
}

.okso-product-gallery-thumb-inner {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
}

.okso-product-info-name {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: var(--okso-text);
}

.okso-product-info-price {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--okso-text);
  margin: 0 0 24px;
}

.okso-product-info-specs {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.okso-product-info-spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.okso-product-info-spec-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--okso-text-muted);
  font-weight: 500;
}

.okso-product-info-spec-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--okso-text);
}

.okso-product-info-nicotine {
  margin-bottom: 28px;
}

.okso-product-info-nicotine-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--okso-text-secondary);
  margin-bottom: 12px;
  display: block;
}

.okso-product-info-nicotine-options {
  display: flex;
  gap: 10px;
}

.okso-product-info-nicotine-radio {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: var(--okso-text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.okso-product-info-nicotine-radio:hover,
.okso-product-info-nicotine-radio.active {
  border-color: var(--okso-purple);
  color: var(--okso-purple-light);
  background: rgba(124, 58, 237, 0.08);
}

.okso-product-info-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 36px;
}

.okso-product-info-add-cart {
  flex: 1;
  padding: 18px 32px;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--font-primary);
  color: #FFF;
  background: var(--okso-gradient);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: var(--okso-transition);
  letter-spacing: -0.01em;
}

.okso-product-info-add-cart:hover {
  transform: scale(1.03);
  box-shadow: 0 0 28px rgba(124, 58, 237, 0.35);
}

.okso-product-info-buy-now {
  padding: 18px 32px;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: var(--okso-text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  cursor: pointer;
  transition: var(--okso-transition);
  letter-spacing: -0.01em;
}

.okso-product-info-buy-now:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.03);
}

.okso-product-info-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.okso-product-info-accordion details {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0;
}

.okso-product-info-accordion details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.okso-product-info-accordion summary {
  padding: 18px 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--okso-text-secondary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease;
}

.okso-product-info-accordion summary:hover {
  color: var(--okso-text);
}

.okso-product-info-accordion summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.okso-product-info-accordion details[open] summary::after {
  content: '\2212';
}

.okso-product-info-accordion details[open] summary {
  color: var(--okso-text);
}

.okso-product-info-accordion-content {
  padding: 0 0 20px;
  font-size: 14px;
  color: var(--okso-text-secondary);
  line-height: 1.6;
}

/* ============================================
   GLOBAL ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.okso-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.okso-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.okso-stagger > * {
  opacity: 0;
  transform: translateY(30px);
}

.okso-stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.okso-stagger.visible > *:nth-child(2) { transition-delay: 0.05s; }
.okso-stagger.visible > *:nth-child(3) { transition-delay: 0.1s; }
.okso-stagger.visible > *:nth-child(4) { transition-delay: 0.15s; }
.okso-stagger.visible > *:nth-child(5) { transition-delay: 0.2s; }
.okso-stagger.visible > *:nth-child(6) { transition-delay: 0.25s; }
.okso-stagger.visible > *:nth-child(7) { transition-delay: 0.3s; }
.okso-stagger.visible > *:nth-child(8) { transition-delay: 0.35s; }
.okso-stagger.visible > *:nth-child(9) { transition-delay: 0.4s; }
.okso-stagger.visible > *:nth-child(10) { transition-delay: 0.45s; }
.okso-stagger.visible > *:nth-child(11) { transition-delay: 0.5s; }
.okso-stagger.visible > *:nth-child(12) { transition-delay: 0.55s; }

.okso-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}

.okso-stagger > * {
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ============================================
   GLOBAL UTILITIES
   ============================================ */
html { scroll-behavior: smooth; }


/* ============================================
   RESPONSIVE GLOBAL
   ============================================ */
@media (max-width: 1024px) {
  .okso-section { padding: 100px 0; }
  .okso-container { padding: 0 32px; }
}

@media (max-width: 768px) {
  .okso-section { padding: 80px 0; }
  .okso-container { padding: 0 20px; }
  .okso-section-subtitle { font-size: 18px; margin-bottom: 48px; }
}

@media (max-width: 640px) {
  .okso-section-title { font-size: 32px; }
  .okso-section-subtitle { font-size: 17px; }
}

/* ============================================
   HOMEPAGE OPTIMIZATION — v3 Styles
   Date: 2026-06-24
   ============================================ */

/* --- NAV BAR: Sticky + Glass --- */
.okso-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
}

.okso-nav-warning {
  background: #FF3860;
  color: #FFF;
  text-align: center;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.okso-nav-main {
  background: rgba(6, 6, 9, 0.88);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.okso-nav-sub {
  background: rgba(8, 8, 10, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.okso-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 56px;
}

.okso-nav-main .okso-nav-inner {
  height: 64px;
}

.okso-nav-sub .okso-nav-inner {
  height: 40px;
  gap: 28px;
}

.okso-nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  margin-right: auto;
}

.okso-nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.okso-nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--okso-text-secondary);
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 8px 0;
  transition: color 0.3s;
  white-space: nowrap;
  position: relative;
}

.okso-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--okso-gradient);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.okso-nav-link:hover,
.okso-nav-link.active {
  color: var(--okso-text);
}

.okso-nav-link:hover::after,
.okso-nav-link.active::after {
  transform: scaleX(1);
}

.okso-nav-sub-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: 0.02em;
  padding: 6px 0;
  transition: color 0.3s;
  white-space: nowrap;
  position: relative;
}

.okso-nav-sub-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--okso-gradient);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.okso-nav-sub-link:hover,
.okso-nav-sub-link.active {
  color: var(--okso-text);
}

.okso-nav-sub-link:hover::after,
.okso-nav-sub-link.active::after {
  transform: scaleX(1);
}

.okso-nav-sub-link--new {
  color: var(--okso-accent);
  font-weight: 600;
}

/* Page content offset for fixed nav */
.okso-page {
  padding-top: 160px;
}

/* --- HERO SECTION (Swiper) --- */
.okso-hero {
  background: #060609;
  position: relative;
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}

.hero-slide-img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
  border-radius: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgba(255,255,255,0.5) !important;
  width: 48px !important;
  height: 48px !important;
  background: rgba(0,0,0,0.45);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: rgba(255,255,255,0.8) !important;
  background: rgba(0,0,0,0.6);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
}

.hero-swiper-pagination {
  bottom: 24px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.3);
  width: 24px;
  height: 2px;
  border-radius: 1px;
  opacity: 1;
  transition: all 0.3s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--okso-purple-light);
  width: 36px;
}

/* ============================================
   TRUST STRIP (NEW)
   ============================================ */
.okso-trust-strip {
  background: linear-gradient(180deg, #0A0A10 0%, #060609 100%);
  padding: 48px 0;
  position: relative;
  z-index: 1;
}

.okso-trust-strip-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.okso-trust-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.okso-trust-strip-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--okso-purple-light);
  transition: var(--okso-transition);
}

.okso-trust-strip-item:hover .okso-trust-strip-icon {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.35);
  transform: scale(1.08);
}

.okso-trust-strip-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.01em;
}

@media (max-width: 768px) {
  .okso-trust-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .okso-trust-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }
  .okso-trust-strip-icon {
    width: 52px;
    height: 52px;
  }
  .okso-trust-strip-label {
    font-size: 12px;
  }
}

/* ============================================
   BRAND STORY — Purple Gradient Accent
   ============================================ */
.okso-about {
  padding: 100px 0 120px;
  background: #060609;
  position: relative;
  overflow: hidden;
}

.okso-about::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.05) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

.okso-about::after {
  content: '';
  position: absolute;
  bottom: -15%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(74, 144, 255, 0.04) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

.okso-about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.okso-about-title {
  font-family: 'Inter', 'SF Pro Display', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
  color: var(--okso-text);
  margin-bottom: 24px;
}

.okso-about-text {
  font-size: 18px;
  color: var(--okso-text-secondary);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 20px;
  line-height: 1.8;
  font-weight: 400;
}

.okso-about-mission {
  font-size: 18px;
  color: var(--okso-text-secondary);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
  line-height: 1.8;
  font-weight: 400;
}

.okso-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 48px;
}

.okso-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  padding: 32px 20px;
  text-align: center;
  transition: var(--okso-transition);
  backdrop-filter: blur(10px);
  position: relative;
}

.okso-stat-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--okso-radius);
  padding: 1px;
  background: var(--okso-gradient);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.okso-stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(124, 58, 237, 0.06);
}

.okso-stat-card:hover::before {
  opacity: 1;
}

.okso-stat-number {
  font-family: 'Inter', 'SF Pro Display', sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--okso-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.okso-stat-label {
  font-size: 14px;
  color: var(--okso-text-secondary);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.okso-about-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: var(--okso-gradient);
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: var(--okso-transition);
}

.okso-about-cta:hover {
  transform: scale(1.04);
  box-shadow: 0 0 36px rgba(124, 58, 237, 0.35);
  color: #FFF;
}

/* --- MEDIA SECTION --- */
.okso-media {
  padding: 80px 0;
  background: #060609;
}

.okso-media-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.okso-media-card {
  position: relative;
  border-radius: var(--okso-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.3s;
  backdrop-filter: blur(10px);
}

.okso-media-card:hover {
  border-color: rgba(124, 58, 237, 0.2);
}

.okso-media-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.okso-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.okso-media-card:hover .okso-media-img {
  transform: scale(1.05);
}

.okso-media-label {
  display: inline-block;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFF;
  background: var(--okso-gradient);
  border-radius: 6px;
  margin: 16px 20px 0;
}

.okso-media-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--okso-text);
  margin: 12px 20px 20px;
  letter-spacing: -0.02em;
}

/* --- PRODUCT SECTIONS (Categorized) --- */
.okso-products {
  padding: 100px 0;
  background: #060609;
}

.okso-products-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.okso-products-title {
  font-family: 'Inter', 'SF Pro Display', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
  color: var(--okso-text);
  margin-bottom: 64px;
}

.okso-category-section {
  margin-bottom: 80px;
}

.okso-category-section:last-child {
  margin-bottom: 0;
}

.okso-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.okso-category-title {
  font-family: 'Inter', 'SF Pro Display', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--okso-text);
  letter-spacing: -0.02em;
}

.okso-category-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--okso-purple-light);
  text-decoration: none;
  transition: color 0.3s;
}

.okso-category-view-all:hover {
  color: var(--okso-accent);
}

.okso-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* --- PRODUCT CARD — Glass Morphism --- */
.product-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  overflow: hidden;
  transition: var(--okso-transition);
  backdrop-filter: blur(12px);
}

.product-card:hover {
  border-color: rgba(124, 58, 237, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(124, 58, 237, 0.08);
}

.product-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-card-img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.01);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-card-img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card-img {
  transform: scale(1.05);
}

.product-card-info {
  padding: 20px;
}

.product-card-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--okso-text);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.product-card-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--okso-purple-light);
  margin-bottom: 12px;
}

.product-card-price .woocommerce-Price-amount {
  color: var(--okso-purple-light);
}

.product-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  transition: all 0.3s ease;
  padding: 8px 0;
}

.product-card:hover .product-card-cta {
  color: var(--okso-purple-light);
  gap: 8px;
}

.product-card-arrow {
  transition: transform 0.3s;
}

.product-card:hover .product-card-arrow {
  transform: translateX(3px);
}

/* --- B2B SECTION --- */
.okso-b2b {
  padding: 100px 0;
  background: #060609;
  position: relative;
}

.okso-b2b-inner {
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.okso-b2b-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--okso-radius);
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.3s;
  backdrop-filter: blur(10px);
}

.okso-b2b-item:hover {
  border-color: rgba(124, 58, 237, 0.2);
}

.okso-b2b-icon {
  display: block;
  font-size: 28px;
  color: var(--okso-purple-light);
  margin-bottom: 12px;
}

.okso-b2b-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--okso-text);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.okso-b2b-desc {
  font-size: 14px;
  color: var(--okso-text-secondary);
  margin: 0;
  line-height: 1.6;
}

.okso-b2b-cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.okso-b2b-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: var(--okso-gradient);
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: var(--okso-transition);
}

.okso-b2b-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 0 32px rgba(124, 58, 237, 0.3);
  color: #FFF;
}

.okso-b2b-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--okso-text);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: var(--okso-transition);
}

.okso-b2b-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.03);
  color: #FFF;
}

/* ===== Wholesale Mini ===== */
.okso-wholesale-mini {
    padding: 24px 0 40px;
}
.okso-wholesale-mini-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 18px 28px;
    max-width: 800px;
    margin: 0 auto;
}
.okso-wholesale-mini-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.06);
    padding: 4px 10px;
    border-radius: 4px;
}
.okso-wholesale-mini-text {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
}
.okso-wholesale-mini-link {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 2px;
    transition: all 0.25s;
    white-space: nowrap;
}
.okso-wholesale-mini-link:hover {
    color: rgba(255,255,255,0.7);
    border-bottom-color: rgba(255,255,255,0.4);
}
@media (max-width: 640px) {
    .okso-wholesale-mini-strip {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 16px 20px;
    }
}

/* ===== Trust Bar (Purple-Tinted) ===== */
.okso-trust-bar {
    padding: 40px 20px;
    background: linear-gradient(180deg, #08080D 0%, #060609 100%);
}
.okso-trust-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.okso-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 16px;
    background: rgba(255,255,255,0.03);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: var(--okso-transition);
    backdrop-filter: blur(10px);
}
.okso-trust-item:hover {
    background: rgba(124, 58, 237, 0.06);
    border-color: rgba(124, 58, 237, 0.15);
}
.okso-trust-icon {
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(70%) saturate(4000%) hue-rotate(255deg) brightness(110%);
}
.okso-trust-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .okso-trust-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .okso-trust-item {
        padding: 16px 12px;
        gap: 8px;
    }
    .okso-trust-icon {
        width: 32px;
        height: 32px;
    }
    .okso-trust-label {
        font-size: 12px;
    }
}

/* --- RESPONSIVE (medium) --- */
@media (max-width: 1024px) {
  .okso-nav-links { gap: 24px; }
  .okso-nav-link { font-size: 13px; }
  .okso-nav-inner { padding: 0 24px; }
  .okso-products-grid { grid-template-columns: repeat(2, 1fr); }
  .okso-about-stats { grid-template-columns: repeat(3, 1fr); }
  .okso-media-inner { grid-template-columns: 1fr; }
  .okso-b2b-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .okso-nav-links { display: none; }
  .okso-nav-sub .okso-nav-inner { justify-content: center; gap: 16px; }
  .okso-nav-sub-link { font-size: 12px; }
  .okso-products-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .okso-about-stats { grid-template-columns: 1fr; gap: 16px; }
  .okso-b2b-inner { grid-template-columns: 1fr; }
  .okso-b2b-cta { flex-direction: column; align-items: center; }
  .okso-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .okso-footer-bottom { flex-direction: column; text-align: center; }
  .okso-about { padding: 60px 0 80px; }
  .okso-category-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (max-width: 480px) {
  .okso-products-grid { grid-template-columns: 1fr; }
  .okso-nav-inner { padding: 0 16px; }
  .okso-nav-sub .okso-nav-inner { gap: 12px; }
  .okso-nav-sub-link { font-size: 11px; }
  .okso-footer-inner { grid-template-columns: 1fr; }
  .hero-swiper { padding: 0 16px; }
}


/* ============================================
   PRODUCT PAGE WHITE BACKGROUND OVERRIDE
   ============================================ */
body.single-product,
.single-product body,
body.single.single-product,
body.single-product .ast-container,
body.single-product #page,
body.single-product #primary,
body.single-product #content,
body.single-product .site-content,
body.single-product .content-area,
body.single-product #main,
body.single-product .ast-row {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

/* === FORCE WHITE BACKGROUND ON ALL SINGLE PRODUCT PAGES === */
body.single-product,
.single-product body,
.single-product,
body.ast-plain-container,
.ast-plain-container,
.single-product #page,
.single-product .site-content,
.single-product .ast-container,
.single-product #primary,
.single-product #main,
.single-product #content,
body.single-product .ast-container,
body.single-product #page,
body.single-product #primary,
body.single-product #main,
body.single-product #content,
.single-product .site,
.single-product .ast-row,
.single-product main,
.single-product article,
.single-product .product,
.single-product .woocommerce,
.single-product .content-area {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

/* Force white on any element still holding dark background */
.single-product [style*="060609"],
.single-product [style*="rgb(6"],
.single-product *[style*="background:#060"],
.single-product *[style*="background: #060"] {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}
