/*
Theme Name: WABAccs Global Official
Theme URI: https://wabaccs.com
Author: WABAccs Team
Author URI: https://wabaccs.com
Description: Premium global WhatsApp Business API account provider theme. Advanced professional design with multi-language i18n support.
Version: 2.0.0
License: GPL v2
Text Domain: wabaccs
*/

/* ============================================
   CSS Variables — Premium Global Brand System
   ============================================ */
:root {
  /* Primary — Deep Teal & Platinum */
  --primary: #0d9488;
  --primary-light: #14b8a6;
  --primary-dark: #0f766e;
  --primary-glow: rgba(13,148,136,0.15);

  /* Accent — Warm Gold for luxury feel */
  --accent: #d4a853;
  --accent-light: #e8c87a;
  --accent-glow: rgba(212,168,83,0.12);

  /* WhatsApp Green (retained as secondary brand) */
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;
  --wa-teal: #075E54;

  /* Backgrounds */
  --bg-white: #ffffff;
  --bg-cream: #f8f9fb;
  --bg-silver: #f0f1f5;
  --bg-dark: #0f172a;
  --bg-dark-2: #1e293b;
  --bg-card: #ffffff;
  --bg-glass: rgba(255,255,255,0.75);

  /* Text */
  --text-heading: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --text-white: #ffffff;

  /* Borders & Shadows */
  --border-light: #e2e8f0;
  --border-medium: #cbd5e1;
  --shadow-sm: 0 1px 3px rgba(15,23,42,0.04);
  --shadow-md: 0 4px 20px rgba(15,23,42,0.06);
  --shadow-lg: 0 12px 40px rgba(15,23,42,0.1);
  --shadow-xl: 0 24px 60px rgba(15,23,42,0.14);
  --shadow-primary: 0 4px 20px rgba(13,148,136,0.18);
  --shadow-accent: 0 4px 20px rgba(212,168,83,0.15);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, var(--primary), var(--primary-light));
  --gradient-dark: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  --gradient-hero: radial-gradient(ellipse 70% 60% at 70% 40%, rgba(13,148,136,0.1), transparent 60%);
  --gradient-gold: linear-gradient(135deg, var(--accent), var(--accent-light));

  /* Spacing & Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 9999px;

  /* Transitions */
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  --transition-slow: all 0.5s cubic-bezier(0.4,0,0.2,1);

  /* Fonts */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', monospace;

  /* Layout */
  --header-height: 72px;
  --container-max: 1200px;
}

/* ============================================
   Reset & Base
   ============================================ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-font-smoothing:antialiased; }
body {
  font-family:var(--font-sans);
  background:var(--bg-white);
  color:var(--text-body);
  line-height:1.6;
  overflow-x:hidden;
}
::selection { background:rgba(13,148,136,0.15); color:var(--text-heading); }

h1,h2,h3,h4,h5,h6 { font-weight:700; line-height:1.25; color:var(--text-heading); letter-spacing:-0.02em; }
h1 { font-size:clamp(2.2rem, 4.5vw, 3.4rem); }
h2 { font-size:clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size:clamp(1.15rem, 1.8vw, 1.35rem); }

p { color:var(--text-body); line-height:1.7; }
a { color:var(--primary-dark); text-decoration:none; transition:var(--transition); }
a:hover { color:var(--primary); }

/* ============================================
   Layout
   ============================================ */
.container {
  width:100%; max-width:var(--container-max); margin:0 auto; padding:0 24px;
}
.section { padding:100px 0; position:relative; }
@media (max-width:768px) { .section { padding:64px 0; } }

.section-header {
  text-align:center; max-width:640px; margin:0 auto 56px;
}
.eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-mono); font-size:0.72rem; font-weight:600;
  text-transform:uppercase; letter-spacing:2px; color:var(--primary-dark);
  padding:6px 14px; border:1.5px solid rgba(13,148,136,0.2); border-radius:var(--radius-full);
  background:rgba(13,148,136,0.05); margin-bottom:16px;
}
.section-header h2 { margin-bottom:14px; color:var(--text-heading); }
.section-header p { font-size:1.05rem; color:var(--text-muted); }

/* ============================================
   Header — Glass morphism
   ============================================ */
.site-header {
  position:fixed; top:0; left:0; right:0; z-index:1000;
  height:var(--header-height);
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(20px) saturate(180%);
  -webkit-backdrop-filter:blur(20px) saturate(180%);
  border-bottom:1px solid rgba(226,232,240,0.6);
  transition:var(--transition);
}
.site-header.scrolled {
  background:rgba(255,255,255,0.95);
  box-shadow:0 1px 12px rgba(15,23,42,0.06);
}
.header-inner {
  display:flex; align-items:center; justify-content:space-between;
  height:100%;
}
.site-logo {
  font-size:1.5rem; font-weight:800; color:var(--text-heading);
  letter-spacing:-0.5px; display:flex; align-items:center; gap:10px;
}
.site-logo .wa-icon {
  width:36px; height:36px; background:var(--gradient-primary);
  border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:1.1rem; font-weight:700;
  box-shadow:var(--shadow-primary);
}
.main-nav ul {
  display:flex; list-style:none; gap:32px;
}
.main-nav a {
  color:var(--text-muted); font-size:0.9rem; font-weight:500;
  position:relative; padding:4px 0;
}
.main-nav a::after {
  content:''; position:absolute; bottom:-2px; left:0;
  width:0; height:2px; background:var(--gradient-primary); border-radius:2px;
  transition:var(--transition);
}
.main-nav a:hover { color:var(--text-heading); }
.main-nav a:hover::after { width:100%; }

.header-actions { display:flex; align-items:center; gap:14px; }

.menu-toggle {
  display:none; flex-direction:column; gap:5px;
  cursor:pointer; padding:8px; background:none; border:none;
}
.menu-toggle span {
  display:block; width:22px; height:2px;
  background:var(--text-heading); border-radius:2px; transition:var(--transition);
}

/* ============================================
   Language Switcher
   ============================================ */
.lang-switcher {
  position:relative;
}
.lang-btn {
  display:flex; align-items:center; gap:6px;
  padding:6px 12px; border-radius:var(--radius-md);
  background:var(--bg-cream); border:1px solid var(--border-light);
  font-size:0.82rem; font-weight:500; color:var(--text-muted);
  cursor:pointer; transition:var(--transition); font-family:var(--font-sans);
}
.lang-btn:hover {
  border-color:var(--primary); color:var(--primary-dark);
  background:rgba(13,148,136,0.05);
}
.lang-btn .lang-globe {
  font-size:1rem;
}
.lang-dropdown {
  position:absolute; top:calc(100% + 6px); right:0;
  background:var(--bg-glass);
  backdrop-filter:blur(20px) saturate(180%);
  -webkit-backdrop-filter:blur(20px) saturate(180%);
  border:1px solid var(--border-light);
  border-radius:var(--radius-md);
  padding:6px;
  min-width:160px;
  box-shadow:var(--shadow-lg);
  opacity:0; visibility:hidden;
  transform:translateY(-6px);
  transition:var(--transition);
  z-index:2000;
}
.lang-dropdown.active {
  opacity:1; visibility:visible;
  transform:translateY(0);
}
.lang-dropdown a {
  display:flex; align-items:center; justify-content:space-between;
  padding:8px 12px; border-radius:var(--radius-sm);
  font-size:0.85rem; color:var(--text-body);
  transition:var(--transition);
}
.lang-dropdown a:hover {
  background:rgba(13,148,136,0.08); color:var(--primary-dark);
}
.lang-dropdown a.active {
  color:var(--primary); font-weight:600;
  background:rgba(13,148,136,0.08);
}
.lang-dropdown a.active::after {
  content:'✓'; font-size:0.75rem;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 28px; font-size:0.9rem; font-weight:600;
  border-radius:var(--radius-md); border:none; cursor:pointer;
  transition:var(--transition); font-family:var(--font-sans); text-decoration:none;
  white-space:nowrap;
}
.btn-green {
  background:var(--gradient-primary); color:#fff;
  box-shadow:var(--shadow-primary);
}
.btn-green:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(13,148,136,0.4), 0 0 60px rgba(13,148,136,0.15); color:#fff; }
.btn-white {
  background:#fff; color:var(--text-heading);
  border:1.5px solid var(--border-medium);
}
.btn-white:hover { border-color:var(--primary); color:var(--primary-dark); }
.btn-outline-light {
  background:transparent; color:#fff;
  border:1.5px solid rgba(255,255,255,0.3);
}
.btn-outline-light:hover { border-color:#fff; background:rgba(255,255,255,0.08); color:#fff; }
.btn-sm { padding:8px 20px; font-size:0.82rem; }
.btn-lg { padding:14px 32px; font-size:0.95rem; }

/* .btn-blur — blurred placeholder for demonstrable but not yet functional CTAs */
.btn-blur {
  filter: blur(4px);
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
  user-select: none;
  transition: var(--transition);
}
.btn-blur:hover {
  filter: blur(4px);
  opacity: 0.6;
}

/* ============================================
   Hero — Dark gradient with premium teal
   ============================================ */
.hero {
  min-height:100vh; display:flex; align-items:center;
  position:relative; padding-top:var(--header-height);
  background:var(--gradient-dark);
  overflow:hidden;
}
.hero::before {
  content:''; position:absolute; inset:0;
  background:var(--gradient-hero);
  pointer-events:none;
}
.hero::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:200px;
  background:linear-gradient(to top, rgba(15,23,42,0.8), transparent);
  pointer-events:none;
}
.hero-bubble {
  position:absolute; bottom:15%; right:8%;
  width:300px; height:220px; background:rgba(13,148,136,0.05);
  border:1px solid rgba(13,148,136,0.12); border-radius:28px;
  pointer-events:none; transform:rotate(-6deg);
  transition:transform 0.3s ease-out;
}
.hero-bubble::before {
  content:''; position:absolute; bottom:-12px; right:24px;
  width:24px; height:24px; background:rgba(13,148,136,0.05);
  border-bottom:1px solid rgba(13,148,136,0.12);
  border-right:1px solid rgba(13,148,136,0.12);
  transform:rotate(45deg);
}

.hero-inner {
  display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;
  position:relative; z-index:1;
}
.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 16px; background:rgba(13,148,136,0.12);
  border:1px solid rgba(13,148,136,0.25); border-radius:var(--radius-full);
  font-size:0.82rem; color:var(--primary-light); margin-bottom:24px; font-weight:500;
}
.hero-badge .dot {
  width:7px; height:7px; background:var(--primary-light); border-radius:50%;
  box-shadow:0 0 10px var(--primary-light); animation:pulse 2.5s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

.hero h1 { margin-bottom:18px; line-height:1.1; letter-spacing:-0.02em; color:#fff; }
.hero h1 .green { color:var(--primary-light); }
.hero-desc { font-size:1.1rem; color:rgba(255,255,255,0.7); margin-bottom:36px; max-width:480px; }
.hero-cta { display:flex; gap:14px; margin-bottom:48px; flex-wrap:wrap; }

.hero-stats { display:flex; gap:48px; }
.hero-stat { display:flex; flex-direction:column; gap:4px; }
.hero-stat .num { font-size:1.6rem; font-weight:800; color:#fff; font-family:var(--font-mono); }
.hero-stat .label { font-size:0.75rem; color:rgba(255,255,255,0.5); text-transform:uppercase; letter-spacing:1px; }

/* Hero Card */
.hero-visual { position:relative; display:flex; justify-content:center; }
.hero-card {
  width:100%; max-width:420px; background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1); border-radius:var(--radius-xl);
  padding:28px; backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px);
  position:relative; overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.2);
}
.hero-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background:var(--gradient-primary);
}
.card-hdr { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.card-avatar {
  width:44px; height:44px; border-radius:var(--radius-md);
  background:var(--gradient-primary); display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; color:#fff;
}
.card-title { font-size:0.95rem; font-weight:700; color:#fff; }
.card-sub { font-size:0.78rem; color:rgba(255,255,255,0.5); }
.card-rows { display:flex; flex-direction:column; gap:8px; }
.card-row {
  display:flex; justify-content:space-between; align-items:center;
  padding:10px 14px; background:rgba(255,255,255,0.04);
  border-radius:var(--radius-sm); border:1px solid rgba(255,255,255,0.06);
}
.card-row-lbl { font-size:0.8rem; color:rgba(255,255,255,0.4); }
.card-row-val { font-family:var(--font-mono); font-size:0.8rem; color:var(--primary-light); }
.card-status {
  display:inline-flex; align-items:center; gap:6px;
  padding:4px 12px; background:rgba(13,148,136,0.15);
  color:var(--primary-light); border-radius:var(--radius-full);
  font-size:0.7rem; font-weight:600;
}

/* ============================================
   Trust Bar
   ============================================ */
.trust-bar {
  padding:28px 0; background:var(--bg-white);
  border-bottom:1px solid var(--border-light);
}
.trust-inner {
  display:flex; align-items:center; justify-content:center;
  gap:48px; flex-wrap:wrap;
}
.trust-item {
  display:flex; align-items:center; gap:10px;
  font-size:0.88rem; color:var(--text-muted); font-weight:500;
}
.trust-item .dot {
  width:6px; height:6px; background:var(--primary); border-radius:50%;
}

/* ============================================
   Comparison — Pain Point Section
   ============================================ */
.comparison {
  background:var(--bg-cream);
  position:relative;
}
.comparison::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, var(--border-light), transparent);
}
.compare-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:900px; margin:0 auto;
}
.compare-card {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); padding:36px 32px;
  transition:var(--transition);
}
.compare-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-lg); }
.compare-card.bad { border-color:#fecaca; }
.compare-card.bad:hover { border-color:#fca5a5; transform:translateY(-2px); }
.compare-card.good { border-color:#bbf7d0; position:relative; }
.compare-card.good::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--gradient-primary); border-radius:var(--radius-lg) var(--radius-lg) 0 0;
}
.compare-card.good:hover { border-color:#86efac; box-shadow:var(--shadow-md); }
.compare-title {
  font-size:1.1rem; font-weight:700; margin-bottom:24px;
  display:flex; align-items:center; gap:10px;
}
.compare-card.bad .compare-title { color:#dc2626; }
.compare-card.good .compare-title { color:var(--primary-dark); }
.compare-list { list-style:none; display:flex; flex-direction:column; gap:14px; }
.compare-list li {
  display:flex; align-items:flex-start; gap:12px;
  font-size:0.9rem; color:var(--text-body);
}
.compare-list li .icon {
  width:22px; height:22px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:0.7rem; margin-top:1px; font-weight:700;
}
.compare-card.bad .icon { background:#fee2e2; color:#dc2626; }
.compare-card.good .icon { background:#dcfce7; color:#16a34a; }

/* ============================================
   Products
   ============================================ */
.products-grid {
  display:grid; grid-template-columns:repeat(3, 1fr); gap:24px;
}
.product-card {
  background:var(--bg-card); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); overflow:hidden; transition:var(--transition);
  display:flex; flex-direction:column;
}
.product-card:hover { transform:translateY(-6px) perspective(800px) rotateX(2deg); border-color:var(--border-medium); box-shadow:var(--shadow-xl), 0 20px 40px rgba(15,23,42,0.08); }
.product-card.featured { border-color:var(--primary); box-shadow:var(--shadow-primary); position:relative; }
.badge-best {
  display:block; text-align:center;
  background:var(--gradient-primary); color:#fff; padding:4px 16px;
  font-size:0.68rem; font-weight:700; text-transform:uppercase; letter-spacing:1px;
}
.product-hdr { padding:32px 28px 0; }
.product-tag {
  display:inline-block; padding:5px 14px; border-radius:var(--radius-full);
  font-size:0.7rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:14px;
}
.tag-super { background:#dcfce7; color:#166534; border:1px solid #86efac; }
.tag-blue { background:#dbeafe; color:#1e40af; border:1px solid #93c5fd; }
.tag-bma { background:#fef3c7; color:#92400e; border:1px solid #fcd34d; }
.product-card h3 { font-size:1.2rem; margin-bottom:8px; color:var(--text-heading); }
.product-desc { font-size:0.88rem; color:var(--text-muted); margin-bottom:20px; }
.product-specs { padding:0 28px; display:flex; flex-direction:column; gap:10px; margin-bottom:24px; flex:1; }
.spec-row { display:flex; justify-content:space-between; font-size:0.85rem; padding-bottom:10px; border-bottom:1px solid var(--border-light); }
.spec-row:last-child { border-bottom:none; }
.spec-lbl { color:var(--text-light); }
.spec-val { color:var(--text-heading); font-weight:600; }
.product-ftr {
  padding:20px 28px 28px; border-top:1px solid var(--border-light);
  display:flex; justify-content:space-between; align-items:center;
}
.product-price { font-size:1.6rem; font-weight:800; color:var(--text-heading); }
.product-price span { font-size:0.8rem; color:var(--text-light); font-weight:400; }

/* ============================================
   Features
   ============================================ */
.features { background:var(--bg-cream); position:relative; }
.features::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, var(--border-light), transparent);
}
.features-grid {
  display:grid; grid-template-columns:repeat(3, 1fr); gap:24px;
}
.values-grid {
  display:grid; grid-template-columns:repeat(4, 1fr); gap:24px;
}
.feature-card {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); padding:32px;
  transition:var(--transition);
}
.feature-card:hover { border-color:var(--primary); box-shadow:var(--shadow-md); transform:translateY(-3px); }
.feature-icon {
  width:52px; height:52px; border-radius:var(--radius-md);
  background:linear-gradient(135deg, rgba(13,148,136,0.1), rgba(20,184,166,0.08));
  border:1.5px solid rgba(13,148,136,0.15);
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; margin-bottom:18px;
  transition:var(--transition);
}
.feature-card:hover .feature-icon {
  background:var(--gradient-primary);
  border-color:transparent;
  box-shadow:var(--shadow-primary), 0 0 24px rgba(13,148,136,0.3);
  color:#fff;
  animation: icon-glow 1.5s ease-in-out infinite;
}
@keyframes icon-glow {
  0%,100% { box-shadow:0 4px 20px rgba(13,148,136,0.18), 0 0 24px rgba(13,148,136,0.3); }
  50% { box-shadow:0 4px 20px rgba(13,148,136,0.18), 0 0 40px rgba(13,148,136,0.5); }
}
.feature-card h3 { font-size:1.05rem; margin-bottom:8px; color:var(--text-heading); }
.feature-card p { font-size:0.88rem; color:var(--text-muted); line-height:1.6; }

/* ============================================
   Stats Wall — Dark impact section
   ============================================ */
.stats-wall {
  background:var(--gradient-dark); position:relative; overflow:hidden;
  padding:100px 0;
}
.stats-wall::before {
  content:''; position:absolute; inset:0;
  background:var(--gradient-hero); pointer-events:none;
}
.stats-wall .stats-grid {
  display:grid; grid-template-columns:repeat(4, 1fr); gap:40px;
  position:relative; z-index:1; text-align:center;
}
.stat-big { display:flex; flex-direction:column; gap:8px; }
.stat-big .num {
  font-size:clamp(2.2rem, 4vw, 3.2rem); font-weight:800;
  color:var(--primary-light); font-family:var(--font-mono); line-height:1;
  transition:transform 0.3s ease;
}
.stat-big .num.bounce {
  animation: stat-bounce 0.6s ease;
}
@keyframes stat-bounce {
  0% { transform:scale(1); }
  50% { transform:scale(1.08); }
  100% { transform:scale(1); }
}
.stat-big .lbl { font-size:0.9rem; color:rgba(255,255,255,0.65); }

/* ============================================
   Steps
   ============================================ */
.steps { display:flex; justify-content:center; gap:32px; flex-wrap:wrap; max-width:960px; margin:0 auto; }
.step { flex:1; min-width:240px; max-width:300px; text-align:center; position:relative; }
.step:not(:last-child)::after {
  content:''; position:absolute; top:28px; right:-20px; width:24px; height:2px;
  background:var(--border-light);
}
.step-num {
  width:56px; height:56px; border-radius:50%; background:var(--bg-cream);
  border:2px solid var(--border-light); display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; font-weight:800; color:var(--primary-dark); margin:0 auto 18px;
  font-family:var(--font-mono); position:relative; transition:var(--transition);
}
.step:hover .step-num { border-color:var(--primary); background:rgba(13,148,136,0.08); }
.step h3 { font-size:1.05rem; margin-bottom:8px; color:var(--text-heading); }
.step p { font-size:0.88rem; color:var(--text-muted); }

/* ============================================
   Testimonials
   ============================================ */
.testimonials { background:var(--bg-cream); position:relative; }
.testimonials::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, var(--border-light), transparent);
}
.testi-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; }
.testi-card {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); padding:28px; transition:var(--transition);
}
.testi-card:hover { border-color:var(--border-medium); box-shadow:var(--shadow-md); }
.testi-stars { color:#f59e0b; font-size:0.9rem; margin-bottom:14px; letter-spacing:2px; }
.testi-text { font-size:0.92rem; color:var(--text-body); line-height:1.7; margin-bottom:20px; font-style:italic; }
.testi-author { display:flex; align-items:center; gap:12px; }
.testi-avatar {
  width:40px; height:40px; border-radius:50%;
  background:var(--gradient-primary); display:flex; align-items:center; justify-content:center;
  font-weight:700; font-size:0.85rem; color:#fff;
}
.testi-name { font-size:0.9rem; font-weight:600; color:var(--text-heading); }
.testi-role { font-size:0.78rem; color:var(--text-light); }

/* ============================================
   FAQ
   ============================================ */
.faq-list { max-width:720px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-md); overflow:hidden; transition:var(--transition);
}
.faq-item:hover { border-color:var(--border-medium); }
.faq-item.active { border-color:var(--primary); }
.faq-q {
  width:100%; padding:20px 24px; background:none; border:none;
  color:var(--text-heading); font-size:0.95rem; font-weight:600;
  text-align:left; cursor:pointer; display:flex; justify-content:space-between; align-items:center;
  font-family:var(--font-sans); transition:var(--transition);
}
.faq-q:hover { color:var(--primary-dark); }
.faq-q::after {
  content:'+'; font-size:1.4rem; color:var(--primary); transition:var(--transition); flex-shrink:0; margin-left:16px;
}
.faq-item.active .faq-q::after { transform:rotate(45deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.faq-item.active .faq-a { max-height:400px; }
.faq-a-inner { padding:0 24px 20px; color:var(--text-body); font-size:0.9rem; line-height:1.7; }

/* ============================================
   CTA Box
   ============================================ */
.cta-section { padding:0; }
.cta-box {
  background:var(--gradient-dark); border-radius:var(--radius-xl);
  padding:80px 40px; max-width:1000px; margin:0 auto;
  text-align:center; position:relative; overflow:hidden;
  box-shadow:var(--shadow-xl);
}
.cta-box::before {
  content:''; position:absolute; inset:0;
  background:var(--gradient-hero); pointer-events:none;
}
.cta-box h2 { margin-bottom:16px; color:#fff; position:relative; z-index:1; }
.cta-box h2 .green { color:var(--primary-light); }
.cta-box p { margin-bottom:32px; max-width:520px; margin-left:auto; margin-right:auto;
  color:rgba(255,255,255,0.7); position:relative; z-index:1; }
.cta-actions { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }

/* ============================================
   Contact Section (New)
   ============================================ */
.contact-section {
  background:var(--bg-cream);
  position:relative;
}
.contact-section::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, var(--border-light), transparent);
}
.contact-grid {
  display:grid; grid-template-columns:repeat(3, 1fr); gap:24px;
  max-width:900px; margin:0 auto;
}
.contact-method {
  background:var(--bg-white);
  border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg);
  padding:36px 28px;
  text-align:center;
  transition:var(--transition);
  position:relative;
  overflow:hidden;
}
.contact-method:hover {
  transform:translateY(-4px);
  border-color:var(--primary);
  box-shadow:var(--shadow-lg);
}
.contact-method::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--gradient-primary);
  opacity:0;
  transition:opacity 0.3s ease;
}
.contact-method:hover::before {
  opacity:1;
}
.contact-icon {
  width:56px; height:56px; border-radius:var(--radius-md);
  background:linear-gradient(135deg, rgba(13,148,136,0.1), rgba(20,184,166,0.06));
  border:1.5px solid rgba(13,148,136,0.15);
  display:flex; align-items:center; justify-content:center;
  font-size:1.6rem; margin:0 auto 18px;
  transition:var(--transition);
}
.contact-method:hover .contact-icon {
  background:var(--gradient-primary);
  border-color:transparent;
  color:#fff;
  box-shadow:var(--shadow-primary);
}
.contact-method h3 {
  font-size:1.05rem; margin-bottom:8px; color:var(--text-heading);
}
.contact-method .contact-value {
  font-size:0.92rem; color:var(--text-muted);
  font-family:var(--font-mono);
}
.contact-method .contact-value.blur-placeholder {
  filter: blur(3px);
  user-select: none;
  transition: var(--transition);
}
.contact-method:hover .contact-value.blur-placeholder {
  filter: blur(3px);
}
.contact-note {
  text-align:center; margin-top:32px; font-size:0.85rem; color:var(--text-light);
}

/* ============================================
   Footer — Dark premium
   ============================================ */
.site-footer {
  background:var(--bg-dark); border-top:1px solid rgba(255,255,255,0.06); padding:60px 0 28px;
}
.site-footer .site-logo { color:#fff; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }
.footer-brand .site-logo { margin-bottom:14px; }
.footer-brand p { font-size:0.88rem; max-width:300px; line-height:1.6; color:rgba(255,255,255,0.55); }
.footer-title { font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:1.5px; color:#fff; margin-bottom:18px; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-links a { color:rgba(255,255,255,0.55); font-size:0.86rem; }
.footer-links a:hover { color:var(--primary-light); }
.footer-bottom {
  border-top:1px solid rgba(255,255,255,0.06); padding-top:24px;
  display:flex; justify-content:space-between; align-items:center;
  font-size:0.78rem; color:rgba(255,255,255,0.4);
}

/* ============================================
   Page Template
   ============================================ */
.page-hero {
  padding:140px 0 60px; text-align:center; background:var(--bg-cream); position:relative;
}
.page-hero::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, var(--border-light), transparent);
}
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { margin-bottom:16px; }
.page-hero p { max-width:560px; margin:0 auto; font-size:1.05rem; color:var(--text-muted); }

.page-body { padding:60px 0 100px; }
.page-body .container { max-width:780px; }

.page-body h2 {
  margin-top:48px; margin-bottom:20px; font-size:1.5rem;
  padding-bottom:12px; border-bottom:2px solid var(--border-light);
  display:flex; align-items:center; gap:12px;
}
.page-body h2::before {
  content:''; display:inline-block; width:4px; height:24px;
  background:var(--gradient-primary); border-radius:2px; flex-shrink:0;
}
.page-body h3 {
  margin-top:32px; margin-bottom:14px; font-size:1.2rem;
  color:var(--primary-dark);
}
.page-body p { margin-bottom:18px; font-size:1.02rem; }
.page-body ul, .page-body ol { margin-bottom:24px; padding-left:0; list-style:none; }
.page-body li {
  margin-bottom:14px; color:var(--text-body);
  padding:14px 18px; background:var(--bg-cream);
  border-radius:var(--radius-md); border-left:3px solid var(--primary);
  display:flex; align-items:flex-start; gap:10px;
}
.page-body li::before {
  content:'\2713'; color:var(--primary); font-weight:700; flex-shrink:0; margin-top:1px;
}
.page-body a { color:var(--primary-dark); font-weight:500; }
.page-body a:hover { color:var(--primary); text-decoration:underline; }
.page-body strong { color:var(--text-heading); font-weight:600; }
.page-body blockquote {
  border-left:3px solid var(--primary); padding:16px 24px; margin:28px 0;
  background:var(--bg-cream); border-radius:0 var(--radius-md) var(--radius-md) 0;
  color:var(--text-body); font-style:italic;
}

/* ============================================
   Scroll Reveal Animations
   ============================================ */
.reveal-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.reveal-item.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Blur utilities — cleared for live site
   ============================================ */
.blur-contact {
  opacity: 1;
  transition: var(--transition);
}
.blur-contact-sm {
  opacity: 1;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width:1024px) {
  .hero-inner { grid-template-columns:1fr; text-align:center; gap:48px; }
  .hero-desc { margin-left:auto; margin-right:auto; }
  .hero-cta { justify-content:center; }
  .hero-stats { justify-content:center; }
  .hero-visual { order:-1; }
  .products-grid { grid-template-columns:1fr; max-width:500px; margin:0 auto; }
  .features-grid { grid-template-columns:repeat(2, 1fr); }
  .values-grid { grid-template-columns:repeat(2, 1fr); }
  .stats-wall .stats-grid { grid-template-columns:repeat(2, 1fr); gap:32px; }
  .compare-grid { grid-template-columns:1fr; }
  .testi-grid { grid-template-columns:1fr; max-width:500px; margin:0 auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .step:not(:last-child)::after { display:none; }
  .contact-grid { grid-template-columns:1fr; max-width:400px; }
}

@media (max-width:768px) {
  .main-nav { display:none; position:absolute; top:var(--header-height); left:0; right:0;
    background:var(--bg-white); border-bottom:1px solid var(--border-light); padding:20px;
    box-shadow:var(--shadow-md);
  }
  .main-nav.active { display:block; }
  .main-nav ul { flex-direction:column; gap:14px; }
  .menu-toggle { display:flex; }
  .header-actions .btn-white { display:none; }
  .features-grid { grid-template-columns:1fr; }
  .values-grid { grid-template-columns:1fr; }
  .stats-wall .stats-grid { grid-template-columns:1fr; gap:28px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-bottom { flex-direction:column; gap:10px; text-align:center; }
  .steps { flex-direction:column; align-items:center; }
  .step { max-width:100%; }
  .cta-box { padding:48px 24px; border-radius:0; }
  .hero-card { max-width:100%; }
  .posts-grid { grid-template-columns:1fr; max-width:500px; margin:0 auto; }
}

/* ============================================
   Blog / Posts Grid
   ============================================ */
.page-content { padding:60px 0 100px; }
.posts-grid {
  display:grid; grid-template-columns:repeat(3, 1fr); gap:28px;
}
.post-card {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); overflow:hidden;
  transition:var(--transition);
}
.post-card:hover {
  transform:translateY(-4px); border-color:var(--border-medium);
  box-shadow:var(--shadow-lg);
}
.post-thumbnail {
  display:block; overflow:hidden;
  aspect-ratio:16/10;
}
.post-thumbnail img {
  width:100%; height:100%; object-fit:cover;
  transition:transform 0.5s ease;
}
.post-card:hover .post-thumbnail img {
  transform:scale(1.05);
}
.post-content { padding:24px; }
.post-content h2 {
  font-size:1.1rem; margin-bottom:10px; color:var(--text-heading);
}
.post-content h2 a { color:inherit; }
.post-content h2 a:hover { color:var(--primary-dark); }
.post-content p {
  font-size:0.9rem; color:var(--text-muted); line-height:1.6;
  margin-bottom:14px;
}
.read-more {
  font-size:0.85rem; font-weight:600; color:var(--primary-dark);
  display:inline-flex; align-items:center; gap:4px;
}
.read-more:hover { color:var(--primary); gap:8px; }

/* Pagination */
.nav-links {
  display:flex; justify-content:center; gap:8px; margin-top:48px;
}
.nav-links a, .nav-links span {
  padding:8px 16px; border-radius:var(--radius-md);
  font-size:0.85rem; font-weight:500;
  border:1px solid var(--border-light); color:var(--text-muted);
  transition:var(--transition);
}
.nav-links a:hover {
  border-color:var(--primary); color:var(--primary-dark);
  background:rgba(13,148,136,0.04);
}
.nav-links .current {
  background:var(--gradient-primary); color:#fff; border-color:transparent;
}

/* ============================================
   Focus visibility (keyboard navigation)
   ============================================ */
:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
:focus:not(:focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================
   Utilities
   ============================================ */
.text-green { color:var(--wa-green); }
.text-primary { color:var(--primary); }
.text-gradient-green { background:var(--gradient-primary); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }


/* ============================================
   Page Templates — About & Contact
   ============================================ */

/* Page Hero (shared) */
.page-hero-section {
  background:linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-2) 50%, #0f3d3e 100%);
  color:#fff;
  padding:140px 0 80px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.page-hero-section::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(circle at 80% 20%, rgba(13,148,136,0.12) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(212,168,83,0.06) 0%, transparent 50%);
  pointer-events:none;
}
.page-hero-section .container { position:relative; z-index:1; }
.page-hero-section .eyebrow {
  display:inline-block; padding:6px 16px; border-radius:var(--radius-pill);
  background:rgba(13,148,136,0.15); color:var(--primary-light);
  font-size:0.8rem; font-weight:600; letter-spacing:0.05em; text-transform:uppercase;
  margin-bottom:20px;
}
.page-hero-section h1 {
  font-size:2.8rem; font-weight:800; line-height:1.15; margin-bottom:20px;
  max-width:700px; margin-left:auto; margin-right:auto;
}
.page-hero-section h1 .text-green { color:var(--primary-light); }
.page-hero-desc {
  font-size:1.1rem; color:var(--text-light); max-width:560px;
  margin:0 auto; line-height:1.65;
}
@media (max-width:768px) {
  .page-hero-section { padding:120px 0 60px; }
  .page-hero-section h1 { font-size:2rem; }
  .page-hero-desc { font-size:1rem; }
}

/* About Story */
.about-story { background:#fff; }
.about-story-grid {
  display:grid; grid-template-columns:1.2fr 0.8fr; gap:64px; align-items:center;
}
.about-story-content h2 {
  font-size:1.9rem; font-weight:700; color:var(--text-heading); margin-bottom:20px;
}
.about-story-content p {
  font-size:1rem; color:var(--text-body); line-height:1.75; margin-bottom:16px;
}
.about-story-stats {
  display:grid; grid-template-columns:1fr 1fr; gap:24px;
}
.about-stat-item {
  background:var(--bg-cream); border:1px solid var(--border-light); border-radius:var(--radius-lg);
  padding:28px 24px; text-align:center; transition:var(--transition);
}
.about-stat-item:hover {
  border-color:var(--primary); box-shadow:var(--shadow-md); transform:translateY(-3px);
}
.about-stat-num {
  display:block; font-size:1.8rem; font-weight:800;
  background:var(--gradient-primary); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
  margin-bottom:6px;
}
.about-stat-label {
  font-size:0.85rem; color:var(--text-muted); font-weight:500;
}
@media (max-width:768px) {
  .about-story-grid { grid-template-columns:1fr; gap:40px; }
  .about-story-stats { grid-template-columns:1fr 1fr; gap:16px; }
  .about-stat-item { padding:20px 16px; }
  .about-stat-num { font-size:1.5rem; }
}

/* About data grid (core values / service data) */
.about-data-grid {
  display:grid; grid-template-columns:repeat(4, 1fr); gap:20px;
  margin-top:8px;
}
.about-data-item {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); padding:28px 24px; text-align:center;
  transition:var(--transition);
}
.about-data-item:hover {
  border-color:var(--primary); box-shadow:var(--shadow-md); transform:translateY(-3px);
}
.about-data-num {
  display:block; font-size:1.8rem; font-weight:800;
  background:var(--gradient-primary); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
  font-family:var(--font-mono); margin-bottom:6px;
}
.about-data-label {
  font-size:0.85rem; color:var(--text-muted); font-weight:500;
}
@media (max-width:768px) {
  .about-data-grid { grid-template-columns:1fr 1fr; gap:14px; }
  .about-data-item { padding:20px 16px; }
  .about-data-num { font-size:1.4rem; }
}

/* Contact page adjustments */
.contact-section { padding-top:0; }

/* ============================================
   Pricing Discount Table
   ============================================ */
.pricing-discount-table {
  background:var(--bg-white); border:1.5px solid var(--border-light);
  border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-sm);
}
/* Pricing discount table */
.discount-row {
  display:grid; grid-template-columns:1.5fr 1.2fr 1.2fr 1.8fr;
  align-items:center; padding:20px 24px;
  border-bottom:1px solid var(--border-light);
  transition:var(--transition);
}
.discount-row > * {
  text-align:center;
}
.blur-wrap {
  position:relative; overflow:hidden;
}
.blur-wrap .discount-row {
  transition:filter 0.15s;
}
.blur-overlay {
  display:none;
}
.blur-overlay-text {
  display:none;
}
.discount-row.header {
  background:var(--bg-cream);
  font-size:0.72rem; font-weight:700; text-transform:uppercase;
  letter-spacing:1.5px; color:var(--text-muted);
}
.discount-row:not(.header):hover {
  background:var(--bg-cream);
}
.discount-row.highlight {
  background:linear-gradient(90deg, rgba(13,148,136,0.04) 0%, rgba(13,148,136,0.02) 100%);
  border-left:3px solid var(--primary);
}
.discount-row.highlight:hover {
  background:linear-gradient(90deg, rgba(13,148,136,0.07) 0%, rgba(13,148,136,0.03) 100%);
}
.discount-row:last-child { border-bottom:none; }
.tier-range {
  font-weight:600; color:var(--text-heading); font-size:0.95rem;
}
.discount-badge-sm {
  display:inline-flex; align-items:center; padding:5px 14px;
  border-radius:var(--radius-full); font-size:0.78rem; font-weight:700;
  border:1.5px solid var(--border-medium); color:var(--text-body);
}
.discount-badge-sm.fill-green {
  background:var(--gradient-primary); color:#fff; border:none;
  font-family:var(--font-mono);
}
.discount-badge-sm.fill-gold {
  background:var(--gradient-gold); color:#fff; border:none;
  font-family:var(--font-mono);
}
.discount-badge-sm.fill-dark {
  background:var(--bg-dark); color:var(--primary-light); border:none;
  font-family:var(--font-mono);
}
.discount-cell.save {
  font-family:var(--font-mono); font-size:0.85rem; color:var(--primary-dark); font-weight:600;
}
.discount-cell.for {
  font-size:0.85rem; color:var(--text-muted);
}
@media (max-width:768px) {
  .discount-row {
    grid-template-columns:1fr 1fr; gap:8px; padding:16px 18px;
  }
  .discount-row.header { display:none; }
  .discount-cell.tier::before { content:'Quantity: '; font-weight:600; font-size:0.75rem; color:var(--text-muted); }
  .discount-cell.discount::before { content:'Discount: '; font-weight:600; font-size:0.75rem; color:var(--text-muted); }
  .discount-cell.save::before { content:'Savings: '; font-weight:600; font-size:0.75rem; color:var(--text-muted); }
  .discount-cell.for::before { content:'Best for: '; font-weight:600; font-size:0.75rem; color:var(--text-muted); }
}

/* ============================================
   Back to Top Button
   ============================================ */
#backToTop {
  position:fixed; bottom:28px; right:28px; z-index:999;
  width:44px; height:44px; border-radius:50%;
  background:var(--bg-white); border:1.5px solid var(--border-medium);
  box-shadow:var(--shadow-md);
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; cursor:pointer;
  opacity:0; transform:translateY(12px);
  transition:var(--transition);
  color:var(--text-muted);
}
#backToTop.visible {
  opacity:1; transform:translateY(0);
}
#backToTop:hover {
  border-color:var(--primary); color:var(--primary-dark);
  box-shadow:var(--shadow-lg);
  transform:translateY(-2px);
}

/* ============================================
   Mobile Sticky CTA
   ============================================ */
.mobile-cta-bar {
  display:none;
}
@media (max-width:768px) {
  .mobile-cta-bar {
    display:flex; flex-direction:row; align-items:center;
    position:fixed; bottom:0; left:0;
    width:100%; z-index:998;
    padding:12px 16px;
    background:rgba(255,255,255,0.95);
    backdrop-filter:blur(16px) saturate(180%);
    -webkit-backdrop-filter:blur(16px) saturate(180%);
    border-top:1px solid var(--border-light);
    box-shadow:0 -4px 20px rgba(15,23,42,0.08);
    justify-content:center; gap:12px;
  }
  .mobile-cta-bar .btn { font-size:0.88rem; padding:11px 24px; }
  /* Prevent fixed bar from covering last section content */
  body { padding-bottom:70px; }
}
@media (min-width:769px) {
  body { padding-bottom:0; }
}

/* ============================================
   Breadcrumbs
   ============================================ */
.breadcrumbs {
  padding:100px 0 0;
  font-size:0.82rem; color:var(--text-light);
}
.breadcrumbs a {
  color:var(--text-muted); text-decoration:none;
  transition:var(--transition);
}
.breadcrumbs a:hover { color:var(--primary-dark); }
.breadcrumbs .sep { margin:0 8px; color:var(--border-medium); }
.breadcrumbs .current { color:var(--text-heading); font-weight:600; }
.page-hero-section .breadcrumbs,
.page-hero .breadcrumbs {
  padding:120px 0 8px;
}
.page-hero-section .breadcrumbs a,
.page-hero .breadcrumbs a,
.page-hero .breadcrumbs .sep {
  opacity:0.6;
}

/* ============================================
   Reading Progress Bar (Guide page)
   ============================================ */
#readingProgress {
  position:fixed; top:var(--header-height); left:0; right:0; z-index:999;
  height:3px;
  background:linear-gradient(90deg, var(--primary), var(--primary-light));
  transform-origin:left;
  transform:scaleX(0);
  transition:transform 0.1s linear;
}

/* ============================================
   RTL Support (Arabic)
   ============================================ */
html[dir="rtl"] .main-nav a::after { left:auto; right:0; }
html[dir="rtl"] .lang-dropdown { right:auto; left:0; }
html[dir="rtl"] .faq-q::after { margin-left:0; margin-right:16px; }
html[dir="rtl"] .page-body li { border-left:none; border-right:3px solid var(--primary); }
html[dir="rtl"] .page-body blockquote {
  border-left:none; border-right:3px solid var(--primary);
  border-radius:var(--radius-md) 0 0 var(--radius-md);
}
html[dir="rtl"] .hero-cta, html[dir="rtl"] .cta-actions { flex-direction:row-reverse; }
html[dir="rtl"] .step:not(:last-child)::after { right:auto; left:-20px; }
html[dir="rtl"] .discount-row.highlight { border-left:none; border-right:3px solid var(--primary); }
html[dir="rtl"] .mobile-cta-bar { flex-direction:row-reverse; }

/* ============================================
   Performance Optimizations
   ============================================ */
.section:nth-child(n+2) {
  content-visibility:auto;
  contain-intrinsic-size:500px;
}
.reveal-item { will-change:transform, opacity; }
.product-card, .feature-card, .testi-card, .contact-method {
  will-change:transform;
}
