/*
Theme Name: Qbooksly Theme
Theme URI: https://woobewoo.com/product/woocommerce-filter/
Description: Custom theme for Qbooksly based on static HTML.
Author: woobewoo
Author URI: https://woobewoo.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: qbooksly-theme
*/

/* ============================================================
   DESIGN SYSTEM — "Confident Commerce"
   Dark navy anchor + warm off-white surfaces + electric green
   Typography: Playfair Display (display) + Plus Jakarta Sans (UI)
   CRO-first layout: friction removal at every scroll depth
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { overflow-x: hidden; width: 100%; position: relative; }
#page-store { overflow-x: hidden; width: 100%; position: relative; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: #F7F6F2;
  color: #1A1916;
  overflow-x: hidden !important;
  font-size: 14px;
  line-height: 1.5;
  width: 100% !important;
  position: relative;
}
html { overflow-x: hidden !important; }

:root {
  --navy:      #0D1F35;
  --navy-2:    #162B47;
  --navy-3:    #1E3A5F;
  --blue:      #1A5FBC;
  --blue-lt:   #2472D4;
  --green:     #14D165;
  --green-dk:  #0FB758;
  --green-dim: rgba(20,209,101,.12);
  --amber:     #F59E0B;
  --red:       #EF4444;
  --cream:     #F7F6F2;
  --white:     #FEFDFB;
  --sand:      #EDE9E1;
  --sand-2:    #E2DDD4;
  --border:    #D9D5CC;
  --border-lt: #EDEBE5;
  --ink:       #1A1916;
  --ink-2:     #4A4845;
  --ink-3:     #8A8784;
  --shadow-xs: 0 1px 4px rgba(0,0,0,.06);
  --shadow-sm: 0 2px 12px rgba(0,0,0,.08);
  --shadow-md: 0 6px 28px rgba(0,0,0,.1);
  --shadow-lg: 0 16px 56px rgba(0,0,0,.14);
  --r:         10px;
  --r-lg:      16px;
  --r-xl:      22px;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.display { font-family: 'Playfair Display', serif; }
.italic   { font-style: italic; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,.45); }
  50%       { box-shadow: 0 0 0 10px rgba(34,197,94,0); }
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.anim-up  { animation: fadeUp  .55s ease both; }
.anim-in  { animation: fadeIn  .45s ease both; }
.d1 { animation-delay: .08s; }
.d2 { animation-delay: .16s; }
.d3 { animation-delay: .24s; }
.d4 { animation-delay: .32s; }
.d5 { animation-delay: .40s; }

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.ann-bar {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
}
.ann-track {
  display: flex;
  animation: ticker 28s linear infinite;
  white-space: nowrap;
}
.ann-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 500;
  padding: 0 40px;
  color: rgba(255,255,255,.85);
}
.ann-item .dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
}

header { 
  background: rgba(255, 255, 255, 0.98); 
  backdrop-filter: blur(10px); 
  height: 72px; 
  border-bottom: 1px solid var(--border-lt); 
  position: sticky; 
  top: 0; 
  z-index: 1000; 
}
.hdr-inner { 
  max-width: 1240px; 
  margin: 0 auto; 
  height: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 0 24px; 
}

.logo { font-size: 22px; font-weight: 800; color: var(--navy); text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; }
.logo em { color: var(--green); font-style: normal; }

.nav-menu { display: flex; gap: 28px; }
.nav-menu a { 
  text-decoration: none; 
  color: var(--navy); 
  font-size: 13.5px; 
  font-weight: 600; 
  transition: color 0.2s; 
  opacity: 0.7;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--blue); opacity: 1; }

.hdr-right { display: flex; align-items: center; gap: 20px; }
.hdr-support { font-size: 11px; color: var(--green-dk); font-weight: 700; background: #DCFCE7; padding: 4px 10px; border-radius: 4px; }

/* Mini Cart */
.hdr-cart-wrap { position: relative; }
header .hdr-cart-btn { 
  background-color: #0D1F35 !important; 
  border: none !important; 
  color: #fff !important; 
  font-weight: 700 !important; 
  font-size: 13.5px !important; 
  display: flex !important; 
  align-items: center !important; 
  gap: 8px !important; 
  padding: 10px 20px !important; 
  border-radius: 50px !important; 
  cursor: pointer !important; 
  transition: all 0.3s !important;
}
header .hdr-cart-btn:hover { background-color: var(--blue) !important; }
.cart-count { color: #fff !important; font-weight: 700 !important; }

.mini-cart { 
  position: absolute; 
  top: calc(100% + 15px); 
  right: 0; 
  width: 380px; 
  background: #fff; 
  border-radius: 20px; 
  box-shadow: 0 20px 60px rgba(0,0,0,0.2); 
  border: 1px solid var(--border-lt); 
  z-index: 2000; 
  display: none; 
  flex-direction: column;
  animation: slideDown 0.3s ease;
}
.mini-cart.active { display: flex; }

.mc-header { padding: 15px 20px; border-bottom: 1px solid var(--border-lt); display: flex; justify-content: space-between; align-items: center; }
.mc-header h4 { font-size: 18px; font-weight: 800; color: #0D1F35; margin: 0; }
.mc-close { 
  width: 32px; 
  height: 32px; 
  background: #333; 
  color: #fff; 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 18px; 
  cursor: pointer; 
  border: none; 
  transition: all 0.2s; 
  line-height: 0;
  padding: 0;
  padding-bottom: 2px;
}
.mc-close:hover { background: #000; transform: scale(1.05); }

.mc-body { padding: 15px 0; max-height: 400px; overflow-y: auto; }
.mc-empty { padding: 40px 20px; text-align: center; color: var(--ink-3); font-size: 14px; }

.mc-list { list-style: none; padding: 0; margin: 0; }
.mc-item { padding: 12px 20px; display: flex; gap: 15px; border-bottom: 1px solid rgba(0,0,0,0.03); }
.mc-item:last-child { border-bottom: none; }
.mc-item-img { width: 50px; height: 50px; flex-shrink: 0; border-radius: 8px; overflow: hidden; background: #f8f9fa; }
.mc-item-img img { width: 100%; height: 100%; object-fit: cover; }
.mc-item-info { flex: 1; }
.mc-item-name { font-size: 13px; font-weight: 700; color: #0D1F35; text-decoration: none; display: block; margin-bottom: 4px; line-height: 1.4; }
.mc-item-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.mc-item-qty { color: #0D1F35; font-weight: 700; }
.mc-item-price { color: var(--ink-3); }

.mc-item-remove { 
  color: #ef4444; 
  font-size: 18px; 
  text-decoration: none; 
  opacity: 0.4; 
  transition: opacity 0.2s; 
  padding: 5px;
  line-height: 1;
}
.mc-item-remove:hover { opacity: 1; }

.mc-footer { padding: 20px; background: #f8f9fa; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.mc-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: 14px; color: #0D1F35; }
.mc-total strong { font-size: 16px; color: var(--blue); }

.mc-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-mc-secondary { background: #fff; border: 1px solid var(--border); color: #0D1F35; padding: 10px; border-radius: 8px; font-size: 12px; font-weight: 700; text-align: center; }
.btn-mc-primary { background: #0D1F35; color: #fff; padding: 10px; border-radius: 8px; font-size: 12px; font-weight: 700; text-align: center; }
.btn-mc-primary:hover { background: var(--blue); }

@media (max-width: 768px) {
  .mini-cart { 
    position: fixed; 
    top: auto; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    max-height: 85vh; 
    border-radius: 24px 24px 0 0; 
    box-shadow: 0 -10px 40px rgba(0,0,0,0.15);
  }
  .mc-body { max-height: 50vh; }
}

/* Mobile Toggle */
header .nav-toggle { 
  display: none !important; 
  background-color: #0D1F35 !important; 
  border: none !important; 
  flex-direction: column !important; 
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important; 
  cursor: pointer !important; 
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  z-index: 1001 !important; 
  transition: all 0.3s !important;
}
.nav-toggle span { 
  display: block; 
  width: 20px; 
  height: 2px; 
  background: var(--green); 
  border-radius: 2px;
  transition: all 0.3s; 
}
.nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1024px) {
  header { height: 64px; }
  .nav-menu { 
    position: fixed; 
    top: 64px; 
    left: 0; 
    width: 100%; 
    height: calc(100vh - 64px); 
    background: #fff; 
    flex-direction: column; 
    align-items: center; 
    padding-top: 60px; 
    gap: 32px; 
    transform: translateX(100%); 
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
    z-index: 9999;
    visibility: hidden;
  }
  .nav-menu.active { transform: translateX(0); visibility: visible; }
  header .nav-toggle { display: flex !important; }
  .hdr-support { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { 
  background: var(--navy); 
  background-image: 
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 30px 30px;
  position: relative; 
  overflow: hidden; 
  padding: 80px 0; 
  color: #fff; 
}
.hero-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }

.hero-tag { 
  display: inline-flex; 
  align-items: center; 
  gap: 8px; 
  background: rgba(20, 209, 101, 0.1); 
  border: 1px solid rgba(20, 209, 101, 0.2);
  color: var(--green);
  padding: 5px 12px; 
  border-radius: 50px; 
  font-size: 10px; 
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 24px; 
}
.tag-check { font-weight: 900; }

.hero-title { font-family: 'Playfair Display', serif; font-size: 54px; line-height: 1.1; margin-bottom: 20px; font-weight: 800; }
.hero-title .accent { 
  color: var(--green); 
  font-style: italic; 
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  display: block;
}

.hero-body { font-size: 16px; color: rgba(255,255,255,.6); max-width: 540px; margin-bottom: 32px; line-height: 1.6; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.hchip { 
  background: rgba(255,255,255,0.04); 
  border: 1px solid rgba(255,255,255,0.08);
  padding: 6px 14px; 
  border-radius: 50px; 
  font-size: 12px; 
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hc-dot { width: 5px; height: 5px; background: var(--green); border-radius: 50%; }

.hero-ctas { display: flex; gap: 14px; margin-bottom: 48px; }
.btn-cta-primary { background: var(--green) !important; color: var(--navy) !important; padding: 15px 30px; border-radius: 10px !important; font-weight: 800; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; transition: transform .2s; }
.btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(20, 209, 101, 0.2); }
.btn-cta-ghost { background: rgba(255,255,255,0.05) !important; border: 1px solid rgba(255,255,255,.15) !important; color: #fff !important; padding: 15px 30px; border-radius: 10px !important; font-weight: 600; font-size: 15px; transition: background .2s; }
.btn-cta-ghost:hover { background: rgba(255,255,255,0.1); }

.hero-stats { display: flex; gap: 32px; }
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-num { font-size: 24px; font-weight: 800; color: #fff; line-height: 1; }
.stat-num span { color: var(--green); font-size: 18px; }
.stat-lbl { font-size: 9px; font-weight: 800; color: rgba(255,255,255,0.4); letter-spacing: 1.2px; }

/* HERO CARD */
.hero-card { 
  background: #0D1B2D; 
  border: 1px solid rgba(255,255,255,.08); 
  border-radius: 24px; 
  padding: 32px; 
  position: relative;
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}
.hc-badge { 
  position: absolute; 
  top: 24px; 
  left: 24px; 
  background: var(--green); 
  color: #000; 
  font-size: 10px; 
  font-weight: 900; 
  padding: 3px 10px; 
  border-radius: 4px; 
}
.hc-info { margin-top: 24px; margin-bottom: 20px; }
.hc-info h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.hc-info p { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1px; }

.hc-pricing { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.hcp-sup { font-size: 28px; font-weight: 800; color: var(--green); }
.hcp-val { font-size: 72px; font-weight: 800; color: var(--green); line-height: 0.85; }

.hc-retail { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 12px; }
.hc-savings { font-size: 13px; color: var(--green); font-weight: 700; margin-bottom: 20px; line-height: 1.4; }

.hc-box { background: rgba(255,255,255,0.06); padding: 12px; border-radius: 8px; font-size: 12px; text-align: center; margin-bottom: 20px; color: rgba(255,255,255,0.7); }

.hc-btn { background: var(--green) !important; color: #000 !important; width: 100%; padding: 16px; border-radius: 12px !important; font-weight: 800; text-align: center; display: block; font-size: 15px; margin-bottom: 12px; }

.hc-guar { font-size: 11px; color: rgba(255,255,255,0.4); text-align: center; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.hc-guar-dot { width: 4px; height: 4px; background: #3B82F6; border-radius: 50%; }

.hc-list { display: flex; flex-direction: column; gap: 10px; }
.hcl-item { font-size: 12.5px; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 8px; }
.hcl-item::before { content: '✓'; color: var(--green); font-weight: 800; }


/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--border); }
.trust-strip-inner { max-width: 1240px; margin: 0 auto; display: flex; }
.ts-item { flex: 1; display: flex; align-items: center; gap: 11px; padding: 16px 18px; border-right: 1px solid var(--border); }
.ts-item:last-child { border-right: none; }
.ts-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.tsi-g { background: #DCFCE7; }
.tsi-b { background: #DBEAFE; }
.ts-text strong { display: block; font-size: 12.5px; color: var(--navy); }
.ts-text span { font-size: 11px; color: var(--ink-3); }

/* ============================================================
   PRODUCT GRID
   ============================================================ */
.products-section { background: #F8F7F3; padding: 60px 0; }
.section-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.yr-label-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.yr-chip { background: #0F172A; color: #fff; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 5px; }
.yr-line { flex: 1; height: 1px; background: #E5E7EB; }
.yr-note { font-size: 12px; color: #6B7280; font-weight: 500; }

.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.pcard { background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; overflow: hidden; position: relative; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 15px 20px -5px rgba(0,0,0,0.08); }
.pcard.featured { border: 2px solid #2563EB !important; }
.pcard-link-overlay { position: absolute; inset: 0; z-index: 1; }

.pc-visual { padding: 32px 15px; display: flex; flex-direction: column; align-items: center; min-height: 140px; position: relative; }
.pc-vis-pro { background: #EBF3FF; }
.pc-vis-premier { background: #F0FDF4; }
.pc-vis-ent { background: #F5F3FF; }
.pc-vis-mac { background: #FFFBEB; }

.pc-badge { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 900; padding: 3px 8px; border-radius: 4px; z-index: 10; color: #fff; text-transform: uppercase; }
.pcb-blue { background: #1D4ED8; }
.pcb-green { background: #15803D; }
.pcb-purple { background: #7E22CE; }
.pcb-amber { background: #B45309; }

.pc-box-white { background: #fff; width: 80px; height: 95px; border-radius: 12px; box-shadow: 0 8px 16px rgba(0,0,0,0.06); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 10px; }
.pc-box-year { font-size: 18px; font-weight: 800; color: #0F172A; }
.pc-box-name { font-size: 9px; font-weight: 700; color: #6B7280; text-transform: uppercase; margin-top: 3px; }

.pc-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.pc-name { font-size: 14px; font-weight: 800; color: #0F172A; margin-bottom: 2px; }
.pc-tagline { font-size: 11px; color: #6B7280; margin-bottom: 8px; line-height: 1.3; }

.pc-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.pc-price { font-size: 28px; font-weight: 900; color: #1D4ED8; }
.pc-orig { font-size: 12px; color: #9CA3AF; text-decoration: line-through; }

.pc-save { font-size: 11px; font-weight: 700; color: #16A34A; margin-bottom: 12px; display: flex; align-items: center; gap: 5px; }

.pc-features { margin-bottom: 16px; }
.pcf-item { font-size: 11.5px; color: #4B5563; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; line-height: 1.3; }
.pcf-item::before { 
  content: '✓'; 
  background: #DCFCE7; 
  color: #16A34A; 
  width: 18px; 
  height: 18px; 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 9px; 
  font-weight: 900; 
  flex-shrink: 0;
}

.pc-buy-btn { background: #0F172A !important; color: #fff !important; width: 100%; padding: 12px; border-radius: 10px !important; font-weight: 700; text-align: center; margin-top: auto; position: relative; z-index: 2; font-size: 13.5px; transition: all .2s; }
.pcard.featured .pc-buy-btn { background: #1D4ED8 !important; }
.pc-buy-btn:hover { opacity: 0.9; }



/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-section { background: var(--navy); position: relative; overflow: hidden; }
.how-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 50px 50px;
}
.how-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 24px;
  position: relative;
  z-index: 1;
}
.how-hd { text-align: center; margin-bottom: 52px; }
.how-hd h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.how-hd p { font-size: 15px; color: rgba(255,255,255,.55); max-width: 480px; margin: 0 auto; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.how-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 32px 28px;
  transition: background .2s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.how-card:hover { background: rgba(255,255,255,.08); }
.how-step {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--green);
  color: var(--navy);
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.how-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.how-card p {
  font-size: 13.5px;
  color: rgba(255,255,255,.55);
  line-height: 1.65;
  flex: 1;
}
.how-connector {
  position: absolute;
  top: 56px; right: -24px;
  font-size: 22px;
  color: rgba(255,255,255,.15);
  z-index: 1;
}
.how-time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(34,197,94,.15);
  border: 1px solid rgba(34,197,94,.25);
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-top: 12px;
  width: fit-content;
}
.how-time svg { width: 12px; height: 12px; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-section { background: var(--white); padding: 80px 0; }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.big-stat { font-family: 'Playfair Display', serif; font-size: 96px; color: var(--navy); line-height: 1; margin-bottom: 20px; }
.big-stat span { color: var(--green-dk); }
.why-pills { display: flex; flex-direction: column; gap: 12px; }
.comparison-pill { display: inline-flex; align-items: center; gap: 12px; background: var(--sand); padding: 10px 20px; border-radius: 50px; width: fit-content; }
.cp-our { background: var(--green); color: var(--navy); font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 20px; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-card { background: var(--cream); padding: 24px; border-radius: 16px; }

/* ============================================================
   COMPARE TABLE
   ============================================================ */
.compare-section { background: var(--cream); padding: 80px 0; }
.sec-hd { text-align: center; margin-bottom: 48px; }
.sec-eyebrow { 
  font-size: 13px; 
  font-weight: 800; 
  color: var(--blue); 
  text-transform: uppercase; 
  letter-spacing: 1.5px; 
  margin-bottom: 12px; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sec-eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--blue);
}
.sec-title { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--navy); line-height: 1.2; }
.sec-title em { font-style: italic; color: var(--blue); font-family: 'Playfair Display', serif; }
.sec-sub { font-size: 14.5px; color: var(--ink-3); margin-top: 10px; }

.table-outer { max-width: 1100px; margin: 0 auto; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border-lt); }
.ct { width: 100%; border-collapse: collapse; }
.ct thead tr { background: var(--navy); color: #fff; }
.ct th { padding: 18px 12px; font-size: 13px; font-weight: 700; }
.ct th .th-price { display: block; font-size: 20px; color: var(--green); margin-top: 4px; }
.ct td { padding: 12px 18px; border-bottom: 1px solid var(--border-lt); text-align: center; font-size: 13.5px; }
.ct td:first-child { text-align: left; font-weight: 700; color: var(--navy); }
.ct td.highlight { background: #F0F7FF; }
.ct th.highlight { background: #122841; }
.ct .ck { color: var(--green); font-weight: 800; font-size: 18px; }

.buy-cell-btn { display: inline-flex; width: 100%; padding: 10px; background: var(--navy); color: #fff; border-radius: 8px; font-weight: 700; justify-content: center; font-size: 13px; }
.buy-cell-btn.featured { background: var(--blue); }

.table-help { text-align: center; margin-top: 32px; font-size: 14.5px; color: var(--ink-3); }
.table-help a { color: var(--blue); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(26,95,188,0.2); transition: all .2s; }
.table-help a:hover { border-bottom-color: var(--blue); }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-section { background: var(--white); padding: 80px 0; }
.reviews-hero { 
  display: grid; 
  grid-template-columns: 240px 1fr; 
  gap: 40px; 
  align-items: center; 
  background: var(--navy); 
  border-radius: 20px; 
  padding: 40px; 
  margin-bottom: 40px; 
  color: #fff; 
}
.rh-left { text-align: center; border-right: 1px solid rgba(255,255,255,.1); padding-right: 40px; }
.rh-stars-big { font-size: 42px; color: var(--green); line-height: 1; margin-bottom: 5px; }
.rh-stars-small { font-size: 14px; color: var(--amber); margin-bottom: 8px; }
.rh-label { font-size: 12px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }

.rh-right blockquote { font-family: 'Playfair Display', serif; font-size: 22px; font-style: italic; line-height: 1.4; margin-bottom: 20px; }
.rh-meta { font-size: 14px; color: rgba(255,255,255,.6); }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rev-card { background: var(--cream); border: 1px solid var(--border-lt); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; }
.rev-stars { color: var(--amber); font-size: 13px; margin-bottom: 12px; }
.rev-body { font-size: 13.5px; font-style: italic; color: var(--ink-2); line-height: 1.5; margin-bottom: 20px; flex: 1; }
.rev-author { font-size: 14px; font-weight: 700; color: var(--navy); }
.rev-meta { font-size: 11px; color: var(--ink-3); margin: 2px 0 10px; }
.rev-verified { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; color: var(--green-dk); background: #DCFCE7; padding: 3px 10px; border-radius: 4px; }

/* ============================================================
   FAQ
   ============================================================ */
/* ============================================================
   FAQ
   ============================================================ */
.faq-section { background: #F7F6F2 !important; padding: 80px 0; }
.faq-layout { display: grid; grid-template-columns: 340px 1fr; gap: 60px; }
.faq-support-card { background: var(--navy); border-radius: 20px; padding: 32px; color: #fff; }
.faq-support-card p { font-size: 14px; color: rgba(255,255,255,.6); margin-bottom: 20px; line-height: 1.5; }
.btn-chat { width: 100%; background: var(--green) !important; color: var(--navy) !important; padding: 14px; border-radius: 10px !important; font-weight: 700; font-size: 14px; transition: transform .2s; }
.btn-chat:hover { transform: translateY(-2px); }

.faq-item { background: #fff !important; border: 1px solid var(--border) !important; border-radius: 12px !important; margin-bottom: 12px !important; overflow: hidden !important; transition: all .3s ease !important; position: relative !important; }
.faq-item:hover { border-color: var(--blue) !important; }

.faq-q { 
  width: 100% !important; 
  display: flex !important; 
  justify-content: space-between !important; 
  align-items: center !important; 
  padding: 18px 24px !important; 
  font-size: 14.5px !important; 
  font-weight: 700 !important; 
  color: var(--navy) !important; 
  text-align: left !important; 
  transition: background .2s !important; 
  background: #fff !important;
  cursor: pointer !important;
}
.faq-q:hover { background: #F8F9FA !important; }

.faq-icon-wrap { 
  width: 28px !important; 
  height: 28px !important; 
  border-radius: 50% !important; 
  background: #F1F5F9 !important; 
  display: flex !important; 
  align-items: center !important; 
  justify-content: center !important; 
  flex-shrink: 0 !important; 
  transition: all .2s !important; 
}
.faq-icon { font-size: 16px !important; color: #64748b !important; line-height: 1 !important; pointer-events: none; }

.faq-answer { 
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  padding: 0 24px; 
  font-size: 13.5px !important; 
  color: #4A4845 !important; 
  line-height: 1.6 !important; 
  background: #fff !important;
}

/* Active State */
.faq-item.active { border-color: var(--blue) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; }
.faq-item.active .faq-q { background: #F1F5F9 !important; border-bottom: 1px solid #E2E8F0 !important; }
.faq-item.active .faq-answer { max-height: 500px; padding: 24px; border-top: 1px solid #E2E8F0; }
.faq-item.active .faq-icon-wrap { background: var(--blue) !important; }
.faq-item.active .faq-icon { color: #fff !important; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section { background: var(--navy); padding: 100px 0; color: #fff; }
.cta-layout { display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: center; }
.cta-title { font-family: 'Playfair Display', serif; font-size: 56px; line-height: 1.1; margin-bottom: 24px; }
.cta-title em { color: var(--green); font-style: italic; }
.cta-desc { font-size: 18px; color: rgba(255,255,255,.6); margin-bottom: 40px; max-width: 600px; }
.cta-btns { display: flex; gap: 16px; }

.cta-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 40px; backdrop-filter: blur(10px); }
.cc-header h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.cc-header p { font-size: 12px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
.cc-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.cc-price { font-size: 48px; font-weight: 800; color: var(--green); }
.cc-orig { font-size: 18px; text-decoration: line-through; color: rgba(255,255,255,.3); }
.cc-label { font-size: 13px; color: var(--green); font-weight: 700; margin-bottom: 24px; }
.cc-buy { background: var(--green) !important; color: var(--navy) !important; width: 100%; padding: 18px; border-radius: 12px !important; font-weight: 800; text-align: center; display: block; font-size: 16px; margin-bottom: 12px; }
.cc-guarantee { font-size: 12px; color: rgba(255,255,255,.4); text-align: center; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: #0A1828; color: #fff; padding: 80px 0 30px; border-top: 1px solid rgba(255,255,255,.05); }
.footer-inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 60px; padding: 0 24px 60px; }
.foot-main .foot-desc { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.6; margin-bottom: 24px; }
.foot-contact p { font-size: 14px; color: #fff; margin-bottom: 8px; }

.footer-inner h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.4); margin-bottom: 24px; }
.footer-inner ul li { margin-bottom: 12px; }
.footer-inner ul li a { font-size: 14.5px; color: rgba(255,255,255,.7); transition: color .2s; }
.footer-inner ul li a:hover { color: var(--green); }

.cert-box { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); padding: 24px; border-radius: 12px; }
.cert-box strong { display: block; font-size: 13px; color: #fff; margin-bottom: 8px; }
.cert-box p { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.5; }

.foot-bottom { border-top: 1px solid rgba(255,255,255,.05); padding-top: 30px; font-size: 13px; color: rgba(255,255,255,.3); }
.pay-row { display: flex; gap: 15px; font-weight: 800; font-size: 11px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero {
  background: var(--navy);
  padding: 100px 0 60px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(20,209,101,0.1) 0%, transparent 70%);
}
.contact-hero h1 { font-family: 'Playfair Display', serif; font-size: 56px; margin-bottom: 16px; }
.contact-hero p { font-size: 18px; color: rgba(255,255,255,0.6); max-width: 600px; margin: 0 auto; }

.contact-section { padding: 80px 0; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 380px 1fr; gap: 60px; }

.contact-info-cards { display: flex; flex-direction: column; gap: 20px; }
.info-card { 
  background: #fff; 
  padding: 32px; 
  border-radius: 20px; 
  border: 1px solid var(--border-lt); 
  box-shadow: var(--shadow-sm);
}
.info-card .ic-icon { 
  width: 48px; height: 48px; 
  background: var(--green-dim); 
  color: var(--green-dk); 
  border-radius: 12px; 
  display: flex; align-items: center; justify-content: center; 
  font-size: 20px; margin-bottom: 20px; 
}
.info-card h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.info-card p { font-size: 14px; color: var(--ink-3); line-height: 1.6; }
.info-card a { color: var(--blue); font-weight: 700; }

.contact-form-wrap { 
  background: #fff; 
  padding: 48px; 
  border-radius: 24px; 
  border: 1px solid var(--border-lt); 
  box-shadow: var(--shadow-md); 
}
.contact-form-wrap h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--navy); margin-bottom: 32px; }

.c-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.c-form-group { display: flex; flex-direction: column; gap: 8px; }
.c-form-group.full { grid-column: span 2; }
.c-form-group label { font-size: 13px; font-weight: 700; color: var(--navy); }
.c-form-group input, .c-form-group textarea { 
  background: #F8F9FA; 
  border: 1px solid var(--border-lt); 
  padding: 14px 18px; 
  border-radius: 10px; 
  font-family: inherit; 
  font-size: 14px; 
  transition: all 0.2s; 
}
.c-form-group input:focus, .c-form-group textarea:focus { 
  background: #fff; 
  border-color: var(--blue); 
  outline: none; 
  box-shadow: 0 0 0 4px rgba(26,95,188,0.1); 
}

.btn-submit { 
  background: var(--navy) !important; 
  color: #fff !important; 
  padding: 16px 32px; 
  border-radius: 12px !important; 
  font-weight: 800; 
  font-size: 15px; 
  width: 100%; 
  transition: all 0.2s; 
}
.btn-submit:hover { background: var(--blue) !important; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.form-msg { padding: 16px; border-radius: 10px; margin-bottom: 24px; font-size: 14px; font-weight: 600; }
.form-msg.success { background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0; }
.form-msg.error { background: #FEE2E2; color: #991B1B; border: 1px solid #FECACA; }

/* Modal Styles */
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.c-modal.active {
  opacity: 1;
  visibility: visible;
}
.c-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 31, 53, 0.85);
  backdrop-filter: blur(8px);
}
.c-modal-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 440px;
  padding: 48px 32px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-modal.active .c-modal-content {
  transform: translateY(0);
}
.cm-icon {
  width: 64px; height: 64px;
  background: var(--green);
  color: var(--navy);
  font-size: 32px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 auto 24px;
}
.c-modal-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 12px;
}
.c-modal-content p {
  font-size: 15px;
  color: var(--ink-3);
  line-height: 1.6;
  margin-bottom: 32px;
}
.cm-close-btn {
  background: var(--navy);
  color: #fff;
  padding: 14px 40px;
  border-radius: 12px;
  font-weight: 700;
  width: 100%;
  transition: all 0.2s;
}
.cm-close-btn:hover {
  background: var(--blue);
}

/* Loader Styles */
.btn-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-loader::before {
  content: '';
  width: 18px; height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-hero h1 { font-size: 40px; }
  .c-form-grid { grid-template-columns: 1fr; }
  .c-form-group.full { grid-column: auto; }
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */

/* TABLETS (up to 1024px) */
@media (max-width: 1024px) {
  .section-wrap { padding: 60px 24px; }
  
  /* Hero */
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 48px; }
  .hero-left { display: flex; flex-direction: column; align-items: center; }
  .hero-title { font-size: 42px; }
  .hero-stats { justify-content: center; width: 100%; flex-wrap: wrap; }
  .hero-right { max-width: 500px; margin: 0 auto; width: 100%; }

  /* Product Grid */
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  /* How It Works */
  .how-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .how-connector { display: none; }

  /* Table */
  .table-outer { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .ct { min-width: 800px; }

  /* Other Sections */
  .why-layout, .cta-layout { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .cta-left { display: flex; flex-direction: column; align-items: center; }
  .cta-title { font-size: 44px; }
  .cta-card { max-width: 440px; margin: 0 auto; width: 100%; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-support-card { max-width: 400px; margin: 0 auto; text-align: center; }

  /* Reviews */
  .reviews-hero { grid-template-columns: 1fr; text-align: center; }
  .rh-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-right: 0; padding-bottom: 32px; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }

  /* Footer */
  .footer-inner { grid-template-columns: repeat(2, 1fr); gap: 40px; }
}

/* MOBILE (up to 768px) */
@media (max-width: 768px) {
  .section-wrap { padding: 48px 16px; }
  .sec-title { font-size: 28px; }
  
  /* Header */
  .nav-menu.active { display: flex; } /* Ensure it shows when active if needed, but the fixed positioning handles it */
  
  /* Hero */
  .hero-title { font-size: 34px; }
  .hero-desc { font-size: 15px; }
  .hero-ctas { flex-direction: column; width: 100%; }
  .hero-ctas .btn-cta-primary, .hero-ctas .btn-cta-ghost { width: 100%; justify-content: center; }
  .hc-price { font-size: 48px; }
  
  /* Trust Strip */
  .trust-strip-inner { display: grid; grid-template-columns: repeat(2, 1fr); }
  .ts-item { border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); padding: 12px; }
  .ts-item:nth-child(even) { border-right: none; }
  .ts-item:nth-child(3), .ts-item:nth-child(4) { border-bottom: none; }

  /* Product Cards */
  .yr-label-row { flex-direction: column; gap: 12px; text-align: center; }
  .yr-line { display: none; }
  
  .prod-grid, .how-grid, .why-grid, .reviews-grid { grid-template-columns: 1fr; }
  
  /* Comparison Table */
  .table-help { font-size: 13px; }
  
  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .logo { justify-content: center; display: flex; }
  .foot-contact, .cert-box { display: flex; flex-direction: column; align-items: center; }
  
  .foot-bottom .section-wrap { flex-direction: column; gap: 20px; text-align: center; }
  
  .cta-title { font-size: 32px; }
  .cta-desc { font-size: 15px; }
  .cc-price { font-size: 38px; }
}


/* Fix for WordPress Admin Bar */
.admin-bar header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar header { top: 46px; } }

/* ============================================================
   SINGLE PRODUCT PAGE
   ============================================================ */

/* BREADCRUMB */
.breadcrumb { background: #fff; border-bottom: 1px solid var(--border-lt); }
.breadcrumb-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; height: 44px; display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-3); }
.breadcrumb-inner a { color: var(--blue); font-weight: 500; }
.bc-sep { color: var(--border-lt); }
.bc-current { color: var(--ink-2); font-weight: 500; }

/* PRODUCT HERO */
.product-hero { background: #F7F6F2; border-bottom: 1px solid var(--border-lt); padding: 40px 0 60px; }
.ph-inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: start; }

.version-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.vpill { padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; border: 1.5px solid var(--border-lt); background: #fff; color: var(--ink-2); cursor: pointer; transition: all 0.2s; }
.vpill.active { background: #0D1F35; color: #fff; border-color: #0D1F35; }
.vpill:hover:not(.active) { border-color: var(--blue); color: var(--blue); }

.prod-tag { display: inline-flex; align-items: center; gap: 6px; background: #DBEAFE; color: var(--blue); font-size: 11.5px; font-weight: 700; padding: 5px 14px; border-radius: 6px; margin-bottom: 15px; }
h1.prod-title { font-family: 'Playfair Display', serif; font-size: 28px; line-height: 1.2; color: #0D1F35; margin-bottom: 10px; font-weight: 800; }
.prod-subtitle { font-size: 13.5px; color: var(--ink-2); margin-bottom: 20px; line-height: 1.5; }

.rating-row { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.r-stars { color: #F59E0B; font-size: 16px; }
.r-num { font-size: 14px; font-weight: 800; }
.r-count { font-size: 13px; color: var(--ink-3); }
.r-badge { background: #DCFCE7; color: var(--green-dk); font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 6px; }

.wug-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
.wug-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--border-lt); border-radius: 12px; padding: 14px; transition: transform 0.2s; }
.wug-item:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.wug-ico { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.ico-g { background: #DCFCE7; } .ico-b { background: #DBEAFE; } .ico-a { background: #FEF9C3; } .ico-p { background: #F3E8FF; }
.wug-text strong { display: block; font-size: 13px; color: #0D1F35; margin-bottom: 2px; }
.wug-text span { font-size: 11.5px; color: var(--ink-3); line-height: 1.4; }

.key-box { background: #0D1F35; border-radius: 16px; padding: 24px; margin-bottom: 30px; border: 1px solid rgba(255,255,255,0.05); }
.key-box-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.4); font-weight: 700; margin-bottom: 16px; }
.key-row { display: flex; align-items: center; gap: 15px; margin-bottom: 12px; }
.key-row:last-child { margin-bottom: 0; }
.key-name { font-size: 12px; color: rgba(255,255,255,0.5); min-width: 120px; }
.key-val { font-family: 'Courier New', monospace; font-size: 14px; font-weight: 700; color: #22C55E; letter-spacing: 2px; }
.key-note { font-size: 11px; color: rgba(255,255,255,0.4); }

.tab-nav { display: flex; border: 1px solid #E5E7EB !important; border-radius: 12px !important; overflow: hidden; margin-bottom: 24px; background: #fff !important; box-shadow: none !important; }
.tab-btn { flex: 1; padding: 14px; font-size: 14px; font-weight: 700; color: #6B7280 !important; border: none; border-right: 1px solid #E5E7EB !important; background: #fff !important; cursor: pointer; transition: all 0.2s; text-align: center; font-family: inherit; border-radius: 0 !important; margin: 0 !important; }
.tab-btn:last-child { border-right: none !important; }
.tab-btn.active { background: #0D1F35 !important; color: #fff !important; }
.tab-btn:hover:not(.active) { background: #F9FAFB; color: #0D1F35; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.feat-item { display: flex; gap: 12px; background: #fff; border: 1px solid var(--border-lt); border-radius: 10px; padding: 16px; align-items: center; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.feat-check { color: #22C55E; font-weight: 800; font-size: 14px; flex-shrink: 0; }
.feat-item span { font-size: 13.5px; color: #374151; line-height: 1.4; font-weight: 500; }

.note-box { background: #FFFBEB; border: 1px solid #FEF3C7; border-radius: 12px; padding: 20px; font-size: 13.5px; color: #92400E; line-height: 1.6; }
.note-box strong { color: #78350F; font-weight: 800; margin-right: 4px; }

.specs-tbl { width: 100%; border-collapse: collapse; border: 1px solid var(--border-lt); border-radius: 12px; overflow: hidden; background: #fff; }
.specs-tbl tr { border-bottom: 1px solid var(--border-lt); }
.specs-tbl td { padding: 12px 16px; font-size: 13px; }
.specs-tbl td:first-child { width: 40%; background: #F9FAFB; font-weight: 700; color: var(--ink-3); }

.rev-summary { background: #0D1F35; border-radius: 16px; padding: 25px; margin-bottom: 20px; display: flex; gap: 25px; align-items: center; color: #fff; }
.rs-score { text-align: center; border-right: 1px solid rgba(255,255,255,0.1); padding-right: 25px; flex-shrink: 0; }
.rs-stars { color: #F59E0B; font-size: 20px; margin-bottom: 5px; letter-spacing: 1.5px; }
.rs-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.6); text-transform: uppercase; }
.rs-quote { flex: 1; }
.rs-quote blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 16px; color: #fff; line-height: 1.5; margin-bottom: 8px; }
.rs-quote cite { font-size: 11px; color: rgba(255,255,255,0.5); font-style: normal; display: block; }

@media (max-width: 600px) {
  .rev-summary { flex-direction: column; text-align: center; padding: 20px; }
  .rs-score { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-right: 0; padding-bottom: 15px; width: 100%; }
}

.rev-card { background: #fff; border: 1px solid #F3F4F6; border-radius: 12px; padding: 24px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.02); }
.rc-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.rc-stars { color: #F59E0B; font-size: 14px; letter-spacing: 1px; }
.rc-date { font-size: 12px; color: #9CA3AF; font-weight: 500; }
.rc-body { font-size: 14px; color: #4B5563; line-height: 1.6; margin-bottom: 16px; }
.rc-name { font-size: 14px; font-weight: 800; color: #0D1F35; margin-bottom: 4px; }
.rc-role { font-size: 12px; color: #9CA3AF; margin-bottom: 12px; }
.rc-badge { display: inline-flex; align-items: center; background: #ECFDF5; color: #059669; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 6px; width: fit-content; }

/* BUY BOX */
.buy-box { background: #fff; border: 1px solid var(--border-lt); border-radius: 24px; overflow: hidden; position: sticky; top: 90px; box-shadow: var(--sh-md); }
.bb-head { background: #0D1F35; padding: 32px 26px; color: #fff; position: relative; }
.bb-head::after { content: ''; position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.bb-edition-badge { display: inline-block; background: var(--green); color: #0D1F35; font-size: 10.5px; font-weight: 800; padding: 4px 12px; border-radius: 6px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.bb-name { font-size: 18px; font-weight: 700; margin-bottom: 14px; line-height: 1.3; color: #fff; }
.bb-meta { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 18px; font-weight: 500; }
.bb-price-row { display: flex; align-items: flex-start; gap: 4px; margin-bottom: 20px; }
.bb-currency { font-size: 20px; font-weight: 700; color: var(--green); margin-top: 6px; }
.bb-price { font-size: 56px; font-weight: 800; color: var(--green); line-height: 0.9; letter-spacing: -1px; }
.bb-retail { font-size: 13px; text-decoration: line-through; color: rgba(255,255,255,0.3); margin-top: 26px; margin-left: 8px; }
.bb-note { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 16px; font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.5; }
.bb-body { padding: 24px; }
.bb-section { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }

.ver-sel, .yr-sel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 20px; }
.vs-opt, .yr-opt { padding: 10px; border-radius: 10px; border: 1.5px solid var(--border-lt); background: #F9FAFB; cursor: pointer; text-align: center; transition: all 0.2s; }
.vs-opt.sel, .yr-opt.sel { border-color: var(--blue); background: #EBF3FF; }
.vs-name { display: block; font-size: 12px; font-weight: 700; color: #0D1F35; }
.vs-price { font-size: 13px; color: var(--blue); font-weight: 800; }

.cta-buy { width: 100%; background: #22C55E; color: #0D1F35; padding: 16px; border-radius: 12px; font-size: 16px; font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 4px 15px rgba(34,197,94,0.2); border: none; cursor: pointer; transition: all 0.2s; }
.cta-buy:hover { background: #16A34A; transform: translateY(-1px); }
.cta-cart { width: 100%; background: #fff !important; border: 1px solid #E5E7EB !important; padding: 14px; border-radius: 12px; font-size: 15px; font-weight: 700; color: #0D1F35 !important; margin-bottom: 24px; cursor: pointer; transition: all 0.2s; box-shadow: none !important; }
.cta-cart:hover { background: #F9FAFB; border-color: #D1D5DB; }

.guarantee { display: flex; gap: 12px; background: #ECFDF5; border: 1px solid #D1FAE5; padding: 16px; border-radius: 12px; margin-bottom: 24px; align-items: center; }
.gu-ico { color: #059669; font-size: 18px; opacity: 0.7; }
.gu-text strong { display: block; font-size: 13.5px; color: #059669; font-weight: 800; }
.gu-text span { font-size: 12px; color: #059669; line-height: 1.4; font-weight: 500; }

.bb-features { background: #F9FAFB; border-radius: 16px; padding: 24px; margin-bottom: 24px; }
.bbf-item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #6B7280; margin-bottom: 14px; font-weight: 500; }
.bbf-item:last-child { margin-bottom: 0; }
.bbf-dot { width: 7px; height: 7px; background: #22C55E; border-radius: 50%; flex-shrink: 0; }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 24px; }
.tg-item { background: #F9FAFB; border: 1px solid #F3F4F6; border-radius: 10px; padding: 12px; display: flex; align-items: center; gap: 10px; }
.tg-ico { font-size: 15px; width: 20px; display: flex; justify-content: center; }
.tg-text { font-size: 11.5px; font-weight: 700; color: #374151; line-height: 1.2; }

.pay-accepted { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid #F3F4F6; }
.pa-label { font-size: 11.5px; color: #9CA3AF; margin-right: 4px; }
.pa-tag { background: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 6px; padding: 4px 8px; font-size: 10.5px; font-weight: 700; color: #6B7280; }

/* TRUST BAND */
.trust-band { background: #0D1F35; border-top: 1px solid rgba(255,255,255,0.1); }
.tb-inner { max-width: 1240px; margin: 0 auto; display: flex; }
.tband-item { flex: 1; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 15px; }
.tband-item:last-child { border-right: none; }
.tband-text strong { display: block; font-size: 13px; color: #fff; margin-bottom: 2px; }
.tband-text span { font-size: 11px; color: rgba(255,255,255,0.5); }

/* BOTTOM WRAP */
.bottom-wrap { max-width: 1240px; margin: 0 auto; padding: 40px 24px 60px; }
.bot-sec { margin-bottom: 50px; }
.sec-hd { margin-bottom: 32px; }
.sec-eyebrow { font-size: 12px; font-weight: 800; color: var(--blue); text-transform: uppercase; display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.sec-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--blue); }
h2.sec-title { font-family: 'Playfair Display', serif; font-size: 26px; color: #0D1F35; font-weight: 800; }

.feature-deep { display: grid; grid-template-columns: repeat(2, 1fr); border: 1.5px solid var(--border-lt); border-radius: 20px; overflow: hidden; background: #fff; }
.fd-item { padding: 20px; border-bottom: 1px solid var(--border-lt); border-right: 1px solid var(--border-lt); transition: background 0.2s; }
.fd-item:nth-child(2n) { border-right: none; }
.fd-item:nth-last-child(-n+2) { border-bottom: none; }
.fd-item:hover { background: #F8FAFC; }
.fd-icon { font-size: 24px; margin-bottom: 12px; }
.fd-title { font-size: 14px; font-weight: 700; color: #0D1F35; margin-bottom: 8px; }
.fd-desc { font-size: 12.5px; color: var(--ink-2); line-height: 1.6; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.why-card { background: #fff; border: 1.5px solid var(--border-lt); border-radius: 20px; padding: 18px; }
.why-icon-box { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 10px; }
.why-card h4 { font-size: 13.5px; font-weight: 700; color: #0D1F35; margin-bottom: 6px; }
.why-card p { font-size: 12px; color: var(--ink-2); line-height: 1.5; }

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

.faq-wrap { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 15px; 
  align-items: flex-start;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.faq-left { max-width: 420px; }
.faq-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item { 
  background: #fff; 
  border: 1.5px solid var(--border-lt); 
  border-radius: 16px; 
  overflow: hidden; 
  height: max-content;
}
.faq-q { width: 100%; padding: 20px; text-align: left; font-size: 14.5px; font-weight: 700; color: #0D1F35; display: flex; justify-content: space-between; align-items: center; background: none; border: none; cursor: pointer; }
.faq-answer { 
  padding: 0 20px 20px; 
  font-size: 13.5px; 
  color: var(--ink-2); 
  line-height: 1.7; 
  display: none; 
}
.faq-item.active .faq-answer { display: block; }

.faq-support-card {
  background: var(--sand);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
}
.faq-support-card p { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin-bottom: 20px; }
.btn-chat {
  width: 100%;
  background: var(--navy);
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-chat:hover { background: var(--blue); }

@media (max-width: 1024px) {
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
}




/* STICKY PURCHASE BAR */
.sticky-bar { 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  background: #fff; 
  border-top: 1px solid var(--border-lt); 
  padding: 10px 10%; 
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  gap: 20px; 
  z-index: 2500; 
  box-shadow: 0 -10px 40px rgba(0,0,0,0.08); 
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-bar.visible { transform: translateY(0); }

.sticky-price { display: flex; align-items: center; gap: 8px; }
.sticky-price .big { font-size: 24px; font-weight: 800; color: var(--blue); }
.sticky-price .label { font-size: 11px; color: var(--ink-3); font-weight: 600; line-height: 1.2; }

.sticky-btn { 
  background: var(--green); 
  color: #0D1F35; 
  padding: 14px 60px; 
  border-radius: 12px; 
  font-size: 16px; 
  font-weight: 800; 
  text-decoration: none;
  transition: all 0.2s;
  flex: 1;
  max-width: 800px;
  text-align: center;
}
.sticky-btn:hover { background: var(--green-dk); transform: scale(1.01); }

@media (max-width: 1024px) {
  .ph-inner { grid-template-columns: 1fr; gap: 40px; }
  .buy-box { position: static; margin-top: 30px; width: 100%; max-width: 100%; }
  .why-grid, .faq-wrap, .feature-deep { grid-template-columns: 1fr; }
  .sticky-bar { gap: 12px; padding: 10px 20px; transform: translateY(0) !important; }
  .sticky-price { flex-direction: column; align-items: flex-start; gap: 0; }
  .sticky-price .label { font-size: 10px; opacity: 0.8; }
  .sticky-btn { padding: 14px 10px; font-size: 13.5px; }
  .sticky-price .big { font-size: 22px; line-height: 1; }
  body.single-product { padding-bottom: 80px; }
}

/* TRUST BAR */
.trust-bar { background: #0D1F35; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.trust-bar-inner { max-width: 1240px; margin: 0 auto; display: flex; padding: 0 24px; }
.tb-item { flex: 1; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,0.1); padding: 0 20px; }
.tb-item:first-child { padding-left: 0; }
.tb-item:last-child { border-right: none; padding-right: 0; }
.tb-icon { font-size: 20px; color: #fff; }
.tb-text strong { display: block; color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 2px; }
.tb-text span { font-size: 11px; color: rgba(255,255,255,0.5); font-weight: 500; }

@media (max-width: 768px) {
  .trust-bar-inner { flex-direction: column; gap: 16px; }
  .tb-item { border-right: none; padding: 0; }
}
/* RELATED PRODUCTS */
.related-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
.rel-card { background: #fff; border: 1.5px solid var(--border-lt); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; width: calc(25% - 15px); min-width: 260px; transition: transform 0.2s, box-shadow 0.2s; }
.rel-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.rel-visual { height: 120px; display: flex; align-items: center; justify-content: center; position: relative; }
.rv-premier { background: #E6FFFA; }
.rv-ent { background: #FAF5FF; }
.rv-mac { background: #FFFBEB; }
.rv-pro { background: #F8FAFC; }

.rel-icon { background: #fff; border-radius: 12px; padding: 12px; width: 60px; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.rel-icon .yr { font-size: 14px; font-weight: 800; color: #0D1F35; line-height: 1.1; }
.rel-icon .nm { font-size: 8px; font-weight: 700; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.5px; }

.rel-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.rel-name { font-size: 13.5px; font-weight: 700; color: #0D1F35; margin-bottom: 6px; }
.rel-sub { font-size: 11px; color: var(--ink-2); margin-bottom: 15px; line-height: 1.4; }
.rel-price { font-size: 20px; font-weight: 800; color: var(--blue); margin-bottom: 15px; margin-top: auto; }
.rel-btn { width: 100%; background: #0D1F35; color: #fff; padding: 12px; border-radius: 10px; font-size: 13px; font-weight: 700; text-align: center; transition: background 0.2s; }
.rel-btn:hover { background: #1a2e45; color: #fff; }

@media (max-width: 1024px) {
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}
.actions { border-top: none !important; padding-top: 30px !important; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.coupon { display: flex; gap: 10px; }
.coupon input { padding: 10px 15px; border: 1px solid var(--border-lt); border-radius: 8px; width: 180px; font-family: inherit; }
.coupon button { background: var(--navy) !important; color: #fff !important; border-radius: 8px !important; padding: 10px 20px !important; font-weight: 600 !important; border: none; cursor: pointer; }
.update-cart-btn { background: transparent !important; color: var(--navy) !important; border: 1px solid var(--border-lt) !important; border-radius: 8px !important; padding: 10px 20px !important; font-weight: 600 !important; cursor: pointer; transition: all 0.2s; }
.update-cart-btn:hover { background: var(--navy) !important; color: #fff !important; }
.mobile-remove .remove { color: #ff4d4d; font-size: 12px; text-decoration: none; font-weight: 600; margin-top: 5px; display: inline-block; }

@media (max-width: 600px) {
  .actions { flex-direction: column; align-items: stretch; }
  .coupon { flex-direction: column; }
  .coupon input { width: 100%; }
}
.woocommerce-cart .woocommerce {
  width: 100%;
}
/* Reset alignwide if it's causing the overflow */
.woocommerce-cart .alignwide,
.woocommerce-cart .woocommerce.alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.woocommerce-cart .page-title { text-align: center; margin-bottom: 40px; }

/* Grid Layout */
.cart-modern-layout { 
  display: flex; 
  flex-direction: column; 
  gap: 40px; 
  width: 100%;
}

.woocommerce-cart-form { flex: 1; }
.cart-collaterals { width: 380px; position: sticky; top: 100px; }

@media (min-width: 1024px) {
  .cart-modern-layout { flex-direction: row; align-items: flex-start; }
}

/* Cart Table */
.shop_table.cart { 
  border: none !important; 
  border-radius: 0 !important; 
  background: transparent !important;
}
.shop_table.cart thead { display: block; border-bottom: 1px solid var(--border-lt); }
.shop_table.cart thead tr { display: flex; align-items: center; padding: 15px 0; }
.shop_table.cart th { 
  border: none !important; 
  text-transform: uppercase; 
  font-size: 11px; 
  letter-spacing: 1px; 
  color: var(--ink-3); 
  font-weight: 800;
  text-align: left;
}
.shop_table.cart th.product-name { flex: 1; } 
.shop_table.cart th.product-price, 
.shop_table.cart th.product-quantity, 
.shop_table.cart th.product-subtotal { text-align: right; }
.shop_table.cart tr { 
  display: flex; 
  align-items: center; 
  padding: 25px 0; 
  border-bottom: 1px solid var(--border-lt); 
  transition: background 0.3s ease;
  width: 100%;
}
.shop_table.cart tr:hover { background: rgba(0,0,0,0.005); }
.shop_table.cart tr:last-child { border-bottom: none; }
.shop_table.cart tr:last-child:hover { background: transparent; }
.shop_table.cart td { border: none !important; padding: 0 !important; }

.product-thumbnail { width: 80px; padding-right: 20px !important; flex-shrink: 0; }
.product-thumbnail img { border-radius: 12px; border: 1px solid var(--border-lt); width: 100%; height: auto; }

.product-name { flex: 1; min-width: 0; }
.product-name a { font-weight: 700; color: var(--navy); font-size: 15px; text-decoration: none; display: block; overflow: hidden; text-overflow: ellipsis; }
.product-name a:hover { color: var(--blue); }

.product-price, .product-subtotal { width: 120px; text-align: right; color: var(--navy); }
.product-price { font-weight: 500; font-size: 14px; color: var(--ink-3); }
.product-subtotal { font-weight: 800; font-size: 17px; }
.product-quantity { width: 110px; padding: 0 15px !important; }

/* Continue Shopping Link */
.continue-shopping {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 30px;
  transition: all 0.2s;
  font-size: 14px;
}
.continue-shopping:hover { color: var(--blue); transform: translateX(-4px); }
.continue-shopping svg { transition: transform 0.2s; }


/* Totals Box */
.cart_totals { 
  background: #fff; 
  border: 1px solid var(--border-lt); 
  border-radius: 20px; 
  padding: 30px; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.cart_totals h2 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 20px; }
.shop_table_responsive tr td, .shop_table_responsive tr th { border: none !important; padding: 12px 0 !important; }
.cart-subtotal th, .order-total th { text-align: left; font-weight: 500; color: var(--ink-2); }
.cart-subtotal td, .order-total td { text-align: right; font-weight: 700; color: var(--navy); }
.order-total { border-top: 1px solid var(--border-lt); margin-top: 10px; padding-top: 15px !important; }
.order-total .amount { font-size: 28px; color: var(--navy); font-weight: 900; }
.order-total .amount bdi { color: var(--blue); }

.wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--navy) !important;
  color: #fff !important;
  padding: 18px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-top: 24px;
  box-shadow: 0 4px 12px rgba(13, 31, 53, 0.15);
}
.wc-proceed-to-checkout .checkout-button:hover { 
  background: var(--blue) !important;
  transform: translateY(-2px); 
  box-shadow: 0 8px 25px rgba(26, 95, 188, 0.3); 
}
.wc-proceed-to-checkout .checkout-button::after {
  content: '→';
  font-size: 18px;
  transition: transform 0.3s ease;
}
.wc-proceed-to-checkout .checkout-button:hover::after {
  transform: translateX(4px);
}

.woocommerce-cart .content-card { 
  max-width: 1240px; 
}

/* Trust Badges in Cart */
.cart-trust-badges {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--border-lt);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ctb-title {
  font-size: 11px;
  font-weight: 800;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.ctb-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  opacity: 0.7;
}
.ctb-icons img {
  height: 24px;
  width: auto;
  filter: grayscale(1);
  transition: filter 0.3s;
}
.ctb-icons img:hover { filter: grayscale(0); opacity: 1; }

.cart-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: var(--green-dk);
  background: var(--green-dim);
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  font-weight: 600;
}


@media (max-width: 768px) {
  .cart-collaterals { width: 100%; margin-top: 40px; }
  .shop_table.cart thead { display: none; }
  .shop_table.cart tr { 
    flex-direction: column; 
    align-items: flex-start; 
    padding: 20px 0;
    position: relative;
  }
  .product-thumbnail { width: 60px; padding-right: 0 !important; margin-bottom: 15px; }
  .product-name { width: 100%; margin-bottom: 10px; }
  .product-name a { font-size: 14px; }
  
  .product-price, .product-quantity, .product-subtotal { 
    width: 100%; 
    text-align: left; 
    margin-top: 8px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-price::before { content: 'Price:'; font-weight: 700; color: var(--ink-3); font-size: 12px; }
  .product-quantity::before { content: 'Quantity:'; font-weight: 700; color: var(--ink-3); font-size: 12px; }
  .product-subtotal::before { content: 'Total:'; font-weight: 700; color: var(--ink-3); font-size: 12px; }
  
  .product-quantity { padding: 0 !important; }
  .mobile-remove { position: absolute; top: 20px; right: 0; }
  
  .actions { padding-top: 20px !important; }
  .coupon { width: 100%; }
  .coupon input { width: 100% !important; margin-bottom: 10px; }
  .coupon button, .update-cart-btn { width: 100%; }
}

/* ============================================================
   GENERIC PAGE STYLES (Policies, etc.)
   ============================================================ */
.page-hero { 
  background: var(--navy); 
  padding: 80px 0 60px; 
  color: #fff; 
  text-align: center; 
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 30px 30px;
}
.page-title { 
  font-family: 'Playfair Display', serif; 
  font-size: 42px; 
  font-weight: 800; 
  margin-bottom: 12px; 
  position: relative;
  z-index: 1;
}
.page-breadcrumb { 
  font-size: 13px; 
  color: rgba(255,255,255,0.5); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 8px; 
  position: relative;
  z-index: 1;
}
.page-breadcrumb a { color: var(--green); transition: color 0.2s; }
.page-breadcrumb a:hover { color: #fff; }
.page-breadcrumb .sep { opacity: 0.3; }

.page-body-section { 
  background: #F7F6F2; 
  padding: 60px 0 100px; 
}
.content-card { 
  background: #fff; 
  border: 1px solid var(--border-lt); 
  border-radius: 24px; 
  padding: 60px; 
  max-width: 900px; 
  margin: 0 auto; 
  box-shadow: 0 10px 40px rgba(0,0,0,0.03); 
  line-height: 1.8;
  color: var(--ink-2);
}

.content-card h1, .content-card h2, .content-card h3 { 
  font-family: 'Playfair Display', serif; 
  color: var(--navy); 
  margin: 40px 0 20px; 
  line-height: 1.3;
}
.content-card h1:first-child, .content-card h2:first-child { margin-top: 0; }

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--blue);
  margin-bottom: 12px;
}
.sec-eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
}
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.sec-title em { color: var(--blue); font-style: italic; }
.sec-sub {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 600px;
}
.sec-hd { margin-bottom: 48px; text-align: center; }
.sec-hd .sec-eyebrow { justify-content: center; }
.sec-hd .sec-title { text-align: center; }
.sec-hd .sec-sub { margin-left: auto; margin-right: auto; text-align: center; }





/* ============================================================
   WHY US — SPLIT LAYOUT
   ============================================================ */
.why-section { background: var(--white); padding: 80px 0; }
.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.why-left .big-stat {
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  font-weight: 800;
  color: var(--navy);
  line-height: .9;
  letter-spacing: -4px;
  margin-bottom: 12px;
}
.why-left .big-stat span { color: var(--green-dk); }
.why-left .big-label {
  font-size: 15px;
  color: var(--ink-2);
  max-width: 380px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.why-pills { display: flex; flex-direction: column; gap: 10px; }
.comparison-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--sand);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 8px 16px 8px 10px;
}
.cp-our {
  background: var(--green);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 20px;
}
.cp-label { font-size: 13px; color: var(--ink-2); }
.cp-vs { font-size: 11px; color: var(--ink-3); font-weight: 600; }

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.why-card {
  background: var(--cream);
  border: 1px solid var(--border-lt);
  border-radius: 16px;
  padding: 20px 18px;
  transition: box-shadow .18s, transform .18s;
}
.why-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}
.wc-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 12px;
}
.wci-g  { background: #DCFCE7; color: #16a34a; }
.wci-b  { background: #DBEAFE; color: #2563eb; }
.wci-a  { background: #FEF9C3; color: #ca8a04; }
.wci-p  { background: #F3E8FF; color: #7e22ce; }
.wci-r  { background: #FEE2E2; color: #dc2626; }
.wci-s  { background: #E0F2FE; color: #0284c7; }

.why-card h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}
.why-card p {
  font-size: 12px;
  color: var(--ink-2);
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .why-layout { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .why-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.js-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
.js-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   FOOTER CTA REFINEMENT
   ============================================================ */
.cta-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(26,95,188,.3) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 80% 50%, rgba(34,197,94,.07) 0%, transparent 55%);
}
.cta-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 52px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.1;
}
.cta-title em { color: var(--green); font-style: italic; }
.cta-desc {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 32px;
}
.cta-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 32px;
}
.cc-header h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.cc-header p { font-size: 11.5px; color: rgba(255,255,255,.45); margin-bottom: 20px; }
.cc-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 8px; }
.cc-price { font-size: 52px; font-weight: 800; color: var(--green); line-height: 1; letter-spacing: -2px; }
.cc-orig { font-size: 15px; color: rgba(255,255,255,.35); text-decoration: line-through; }
.cc-label { font-size: 13px; font-weight: 700; color: var(--green); margin-bottom: 24px; }
.cc-buy {
  width: 100%;
  background: var(--green);
  color: var(--navy);
  padding: 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  display: block;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 4px 18px rgba(34,197,94,.4);
  margin-bottom: 12px;
}
.cc-buy:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(34,197,94,.5); }
.cc-guarantee { text-align: center; font-size: 12px; color: rgba(255,255,255,.4); }

@media (max-width: 1024px) {
  .cta-layout { grid-template-columns: 1fr; gap: 40px; }
  .cta-title { font-size: 34px; }
}

.content-card p { margin-bottom: 24px; }
.content-card ul, .content-card ol { margin-bottom: 24px; padding-left: 24px; }
.content-card li { margin-bottom: 12px; }

@media (max-width: 768px) {
  .page-title { font-size: 32px; }
  .content-card { padding: 24px 15px; border-radius: 16px; margin: 0 5px; }
  .page-hero { padding: 60px 0 40px; }
}
