/* ==========================================================================
   ON FIRE TOOL — LIGHT LIQUID GLASS UI DESIGN SYSTEM
   Apple-Inspired Light Glassmorphism | Vibrant Orange Accents | Smooth Motion
   ========================================================================== */

:root {
  /* Light Theme Surface & Background */
  --bg-light-base: #f5f3fa;
  --bg-light-alt: #ece8f6;
  --bg-surface-glass: rgba(255, 255, 255, 0.72);
  --bg-surface-elevated: rgba(255, 255, 255, 0.88);
  --bg-surface-pill: rgba(255, 255, 255, 0.65);
  
  /* Fire Orange Core Palette */
  --fire-primary: #ff5e00;
  --fire-secondary: #ff3a00;
  --fire-bright: #ff7700;
  --fire-amber: #ff9d00;
  --fire-gold: #ffb700;
  --fire-dark: #cc3700;
  --fire-glow: rgba(255, 94, 0, 0.35);
  --fire-glow-subtle: rgba(255, 94, 0, 0.12);
  --fire-gradient: linear-gradient(135deg, #ff8c00 0%, #ff5e00 50%, #e62e00 100%);
  --fire-gradient-soft: linear-gradient(135deg, rgba(255, 140, 0, 0.12) 0%, rgba(255, 94, 0, 0.04) 100%);

  /* Liquid Glass System (Light Refractive 3D Glass) */
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-bg-hover: rgba(255, 255, 255, 0.88);
  --glass-border: rgba(255, 255, 255, 0.75);
  --glass-border-subtle: rgba(0, 0, 0, 0.06);
  --glass-blur: blur(28px) saturate(190%);
  --glass-bevel: inset 0 1.5px 1.5px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.04);
  --glass-bevel-subtle: inset 0 1px 1px 0 rgba(255, 255, 255, 0.8);
  --glass-shadow: 0 24px 60px -12px rgba(80, 60, 130, 0.14), 0 0 30px rgba(255, 94, 0, 0.08);
  --glass-shadow-card: 0 18px 45px -8px rgba(70, 50, 110, 0.11), 0 0 20px rgba(255, 94, 0, 0.05);
  --glass-shadow-pill: 0 8px 20px -4px rgba(70, 50, 110, 0.1), inset 0 1.5px 1px rgba(255, 255, 255, 0.95);

  /* Optical Chromatic Refraction */
  --chromatic-edge: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(0, 225, 255, 0.4) 30%, rgba(255, 94, 0, 0.55) 70%, rgba(186, 85, 255, 0.45) 100%);

  /* Typography Colors (High-Contrast Light Mode) */
  --text-primary: #151620;
  --text-secondary: #53566e;
  --text-muted: #85889e;
  --text-inverse: #ffffff;

  /* Accents */
  --accent-cyan: #00bcd4;
  --accent-purple: #8b5cf6;
  --accent-green: #10b981;
  --accent-blue: #2563eb;
  --accent-dark: #181924;

  /* Sizing & Radii */
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --radius-pill: 9999px;
  
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: 160ms var(--ease-spring);
  --transition-normal: 280ms var(--ease-spring);
  --transition-slow: 480ms var(--ease-spring);
}

/* ==========================================================================
   RESET & GLOBAL SETUP
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: light;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", -apple-system, sans-serif;
  background-color: var(--bg-light-base);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom Light Scrollbar */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: #eae6f3;
}
::-webkit-scrollbar-thumb {
  background: rgba(140, 130, 170, 0.35);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--fire-primary);
}

code, pre, .font-mono {
  font-family: "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }
}

/* ==========================================================================
   VIBRANT FLOATING SPHERES (Matching Reference Image)
   ========================================================================== */
.ambient-lighting {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f2f9 0%, #ece7f5 50%, #f6f0f7 100%);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(120, 100, 160, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 100, 160, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 70%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 70%, transparent 100%);
}

.sphere-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.85;
  will-change: transform;
  animation: floatOrb 20s infinite alternate ease-in-out;
}

/* Big Fire Orange Sphere (Bottom Right) */
.orb-orange {
  bottom: 8%;
  right: -5%;
  width: 580px;
  height: 580px;
  background: radial-gradient(circle at 35% 35%, #ff8c00 0%, #ff5e00 45%, #ffb700 85%);
  animation-duration: 22s;
}

/* Magenta / Deep Purple Sphere (Top Right / Center) */
.orb-purple {
  top: -6%;
  right: 18%;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle at 40% 40%, #a855f7 0%, #7c3aed 50%, #4c1d95 90%);
  animation-duration: 26s;
  animation-delay: -4s;
}

/* Hot Pink Sphere (Center Left) */
.orb-pink {
  top: 32%;
  left: -8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 40% 40%, #f43f5e 0%, #ec4899 50%, #db2777 90%);
  animation-duration: 24s;
  animation-delay: -8s;
}

/* Cyan / Turquoise Sphere (Right Mid) */
.orb-cyan {
  top: 55%;
  right: 8%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at 40% 40%, #06b6d4 0%, #10b981 60%, #059669 90%);
  animation-duration: 28s;
  animation-delay: -12s;
}

/* Warm Golden Glow (Top Left) */
.orb-gold {
  top: 5%;
  left: 20%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 40% 40%, #fbbf24 0%, #f59e0b 55%, #d97706 90%);
  opacity: 0.65;
  animation-duration: 30s;
  animation-delay: -6s;
}

@keyframes floatOrb {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(50px, -35px, 0) scale(1.06); }
  100% { transform: translate3d(-35px, 45px, 0) scale(0.96); }
}

/* ==========================================================================
   LIQUID GLASS SYSTEM UTILITIES (LIGHT THEME)
   ========================================================================== */
.liquid-glass {
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow-card), var(--glass-bevel);
  border-radius: var(--radius-lg);
  position: relative;
  transition: transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
  overflow: hidden;
}

.liquid-glass:hover {
  background: var(--glass-bg-hover);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 26px 65px -10px rgba(70, 50, 120, 0.16), 0 0 28px rgba(255, 94, 0, 0.12), var(--glass-bevel);
}

/* Refractive Prism Edge Card */
.liquid-prism-card {
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 
    0 28px 70px -14px rgba(60, 45, 110, 0.16),
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -1.5px 1.5px rgba(0, 0, 0, 0.03),
    0 0 35px rgba(255, 94, 0, 0.08);
}

.liquid-prism-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-xl) + 1px);
  padding: 1.5px;
  background: var(--chromatic-edge);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.65;
  transition: opacity var(--transition-normal);
}

.liquid-prism-card:hover::after {
  opacity: 1;
}

/* 3D Liquid Glass Buttons */
.btn-liquid-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--fire-gradient);
  color: #ffffff;
  padding: 14px 30px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  box-shadow: 
    0 10px 26px -4px rgba(255, 94, 0, 0.42),
    inset 0 2px 1px rgba(255, 255, 255, 0.85),
    inset 0 -1.5px 1px rgba(0, 0, 0, 0.2);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);
  will-change: transform;
}

.btn-liquid-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    0 16px 34px -4px rgba(255, 94, 0, 0.55),
    inset 0 2.5px 1px rgba(255, 255, 255, 0.95),
    inset 0 -1.5px 1px rgba(0, 0, 0, 0.25);
  filter: brightness(1.04);
}

.btn-liquid-primary:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 6px 16px -2px rgba(255, 94, 0, 0.35);
}

.btn-liquid-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--text-primary);
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.95);
  cursor: pointer;
  text-decoration: none;
  position: relative;
  box-shadow: 
    0 8px 24px -6px rgba(70, 50, 110, 0.12),
    inset 0 2px 1px rgba(255, 255, 255, 1);
  transition: transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.btn-liquid-secondary:hover {
  transform: translateY(-2px) scale(1.02);
  background: #ffffff;
  border-color: rgba(255, 94, 0, 0.4);
  color: var(--fire-dark);
  box-shadow: 
    0 14px 30px -6px rgba(70, 50, 110, 0.18),
    0 0 16px rgba(255, 94, 0, 0.15),
    inset 0 2px 1px rgba(255, 255, 255, 1);
}

/* Dark Accent Pill Button (Matching image 'SIGN UP') */
.btn-liquid-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #181a24;
  color: #ffffff;
  padding: 13px 28px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 22px -4px rgba(20, 22, 32, 0.35);
  transition: all var(--transition-fast);
}

.btn-liquid-dark:hover {
  transform: translateY(-2px) scale(1.02);
  background: #242736;
  box-shadow: 0 12px 28px -4px rgba(20, 22, 32, 0.45);
}

/* Liquid Pill Badge */
.liquid-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border: 1.5px solid rgba(255, 110, 20, 0.3);
  box-shadow: 0 4px 18px rgba(255, 94, 0, 0.12), inset 0 1.5px 1px #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ea580c;
  transition: all var(--transition-normal);
}

.liquid-pill-badge:hover {
  border-color: rgba(255, 94, 0, 0.5);
  box-shadow: 0 6px 24px rgba(255, 94, 0, 0.2), inset 0 1.5px 1px #ffffff;
  transform: translateY(-1px);
}

.liquid-pill-badge svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Glowing Indicator Dot */
.glow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fire-primary);
  box-shadow: 0 0 10px var(--fire-primary), 0 0 16px var(--fire-primary);
  display: inline-block;
  animation: pulseDot 2.2s infinite;
}

.glow-dot.green {
  background: var(--accent-green);
  box-shadow: 0 0 10px var(--accent-green), 0 0 16px var(--accent-green);
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: 0.7; }
}

/* ==========================================================================
   NAVIGATION BAR (FLOATING LIGHT APPLE GLASS DOCK)
   ========================================================================== */
.header-nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  pointer-events: none;
}

.nav-glass-dock {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  height: 64px;
  padding: 0 12px 0 20px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-pill);
  box-shadow: 
    0 14px 38px -8px rgba(70, 50, 110, 0.09),
    inset 0 1.5px 1px rgba(255, 255, 255, 0.95),
    inset 0 -1px 1px rgba(0, 0, 0, 0.02),
    0 0 22px rgba(255, 94, 0, 0.05);
  transition: all var(--transition-normal);
}

.nav-glass-dock:hover {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 
    0 18px 45px -8px rgba(70, 50, 110, 0.14),
    inset 0 2px 1.5px rgba(255, 255, 255, 1),
    0 0 28px rgba(255, 94, 0, 0.09);
  transform: translateY(-1px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-primary);
}

.nav-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 2px 6px rgba(255, 94, 0, 0.45));
  transition: transform var(--transition-fast);
}

.nav-brand:hover .nav-logo {
  transform: rotate(10deg) scale(1.08);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #151620 0%, #ff5e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-subtitle {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Nav Menu Items */
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 6px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all var(--transition-fast);
  position: relative;
}

.nav-link:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(70, 50, 110, 0.06);
}

.nav-link.active {
  color: var(--fire-dark);
  background: rgba(255, 94, 0, 0.1);
  font-weight: 700;
  border: 1px solid rgba(255, 94, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

/* Nav Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-client-btn {
  padding: 8px 18px;
  font-size: 0.85rem;
  height: 42px;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 880px) {
  .nav-links {
    display: none;
  }
  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(245, 243, 250, 0.95);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  display: flex;
  flex-direction: column;
  padding: 100px 30px 40px;
  transform: translateY(-100%);
  transition: transform var(--transition-slow);
  pointer-events: none;
}

.mobile-drawer.open {
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(70, 50, 110, 0.06);
}

/* ==========================================================================
   HERO SECTION (APPLE CINEMATIC LIGHT EXPERIENCE)
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 170px 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.hero-badge-wrap {
  margin-bottom: 24px;
}

.hero-headline {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 22px;
  text-align: center;
  color: #171b26;
}

.text-gradient-fire {
  background: linear-gradient(135deg, #ff4500 0%, #ff6a00 45%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0 4px 20px rgba(255, 94, 0, 0.22));
}

.hero-subtitle {
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  font-weight: 500;
  line-height: 1.62;
  max-width: 740px;
  width: 100%;
  margin: 0 auto 28px;
  text-align: center;
  color: #4a5568;
}

/* Feature Quick Chips under Hero */
.hero-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto 36px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 14px rgba(70, 50, 110, 0.05), inset 0 1px 1px #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2d3748;
  transition: all var(--transition-fast);
}

.hero-chip:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 94, 0, 0.35);
  box-shadow: 0 8px 20px rgba(255, 94, 0, 0.12);
  color: #ea580c;
}

.hero-chip svg {
  width: 15px;
  height: 15px;
  color: #ff5e00;
  flex-shrink: 0;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* Hero Metrics Ribbon */
.metrics-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 50px;
}

.metric-card {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1.5px 1px rgba(255, 255, 255, 1), 0 10px 25px rgba(70, 50, 110, 0.08);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 14px;
}

.metric-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 94, 0, 0.12);
  border: 1px solid rgba(255, 94, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fire-primary);
  flex-shrink: 0;
}

.metric-value {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.metric-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
}

@media (max-width: 900px) {
  .metrics-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .metrics-ribbon {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   INTERACTIVE LIGHT LIQUID GLASS TOOL SIMULATOR
   ========================================================================== */
.tool-preview-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  perspective: 1200px;
}

.liquid-tool-frame {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(36px) saturate(210%);
  -webkit-backdrop-filter: blur(36px) saturate(210%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 
    0 32px 80px -15px rgba(70, 50, 120, 0.18),
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -1.5px 1.5px rgba(0, 0, 0, 0.04),
    0 0 45px rgba(255, 94, 0, 0.1);
  overflow: hidden;
  position: relative;
  text-align: left;
}

.tool-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.window-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.window-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.dot-red { background: #ff5f56; box-shadow: 0 0 6px rgba(255, 95, 86, 0.5); }
.dot-yellow { background: #ffbd2e; box-shadow: 0 0 6px rgba(255, 189, 46, 0.5); }
.dot-green { background: #27c93f; box-shadow: 0 0 6px rgba(39, 201, 63, 0.5); }

.tool-title-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.95);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-secondary);
  box-shadow: 0 2px 6px rgba(70, 50, 110, 0.06);
}

.tool-device-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-green);
}

.tool-body-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 500px;
}

@media (max-width: 860px) {
  .tool-body-grid {
    grid-template-columns: 1fr;
  }
}

.tool-sidebar-panel {
  padding: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(248, 246, 252, 0.65);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.segmented-control {
  display: flex;
  padding: 4px;
  background: rgba(230, 226, 240, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-pill);
  gap: 4px;
}

.segment-btn {
  flex: 1;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: transparent;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.segment-btn.active {
  background: #ffffff;
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(70, 50, 110, 0.1);
}

.tool-actions-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.action-glass-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 4px 12px rgba(70, 50, 110, 0.06);
  color: var(--text-primary);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: left;
}

.action-glass-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 94, 0, 0.4);
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(255, 94, 0, 0.15);
  color: var(--fire-dark);
}

.action-glass-btn.active {
  background: var(--fire-gradient);
  border-color: transparent;
  box-shadow: 
    0 8px 22px rgba(255, 94, 0, 0.4),
    inset 0 2px 1px rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.action-btn-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-badge {
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.06);
  color: var(--text-muted);
  font-weight: 600;
}

.action-glass-btn.active .action-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.device-infobox {
  margin-top: auto;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(70, 50, 110, 0.05);
}

.infobox-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.infobox-label {
  color: var(--text-muted);
  font-weight: 600;
}
.infobox-val {
  color: var(--text-primary);
  font-weight: 700;
  font-family: monospace;
}

/* Tool Console Stream (Dark Terminal Inside Light Frame for Supreme Legibility) */
.tool-console-panel {
  display: flex;
  flex-direction: column;
  background: #141622;
  padding: 24px;
  position: relative;
}

.terminal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.terminal-badge {
  font-size: 0.78rem;
  color: var(--fire-bright);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.terminal-logs {
  flex: 1;
  font-size: 0.82rem;
  line-height: 1.65;
  color: #cbd5e1;
  overflow-y: auto;
  max-height: 320px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 8px;
}

.log-entry {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.log-time {
  color: #64748b;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.log-prefix {
  font-weight: 700;
}
.prefix-meta { color: #38bdf8; }
.prefix-ok { color: #4ade80; }
.prefix-fire { color: #fb923c; }
.prefix-warn { color: #facc15; }

.tool-progress-wrap {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #94a3b8;
  margin-bottom: 8px;
  font-weight: 600;
}

.progress-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  width: 100%;
  background: var(--fire-gradient);
  box-shadow: 0 0 16px rgba(255, 94, 0, 0.8);
  border-radius: 4px;
  transition: width 0.4s ease;
}

/* ==========================================================================
   TOOL SECTION (BENTO GRID ARCHITECTURE)
   ========================================================================== */
.section-wrap {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.section-tag {
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #171b26;
}

.section-desc {
  font-size: 1.12rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.bento-col-8 { grid-column: span 8; }
.bento-col-4 { grid-column: span 4; }
.bento-col-6 { grid-column: span 6; }
.bento-col-12 { grid-column: span 12; }

@media (max-width: 960px) {
  .bento-col-8, .bento-col-4, .bento-col-6 {
    grid-column: span 12;
  }
}

.bento-card {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
}

.bento-icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 94, 0, 0.12);
  border: 1px solid rgba(255, 94, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fire-primary);
  box-shadow: inset 0 1.5px 1px rgba(255, 255, 255, 1);
  margin-bottom: 24px;
}

.bento-title {
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: #171b26;
}

.bento-desc {
  font-size: 0.96rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 24px;
}

.bento-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bento-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
}

.feature-check-icon {
  color: var(--fire-primary);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.chipset-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.chipset-pill {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-primary);
  box-shadow: 0 2px 8px rgba(70, 50, 110, 0.06);
}

.chipset-pill.highlight {
  background: rgba(255, 94, 0, 0.12);
  border-color: rgba(255, 94, 0, 0.35);
  color: var(--fire-dark);
}

/* ==========================================================================
   PRICING SECTION (EXACT TIERS: 15, 25, 35, 40 USDT & ALL 9 FEATURES)
   ========================================================================== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 45px -8px rgba(70, 50, 110, 0.11), inset 0 2px 1.5px rgba(255, 255, 255, 1);
  border-radius: var(--radius-lg);
  transition: all var(--transition-normal);
}

.pricing-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px -10px rgba(70, 50, 110, 0.18), 0 0 25px rgba(255, 94, 0, 0.12);
}

.pricing-card.featured {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 94, 0, 0.5);
  box-shadow: 
    0 28px 70px -10px rgba(255, 94, 0, 0.22),
    inset 0 2px 2px rgba(255, 255, 255, 1),
    0 0 35px rgba(255, 94, 0, 0.12);
  transform: translateY(-8px);
}

.featured-ribbon {
  position: absolute;
  top: 14px;
  right: 18px;
  padding: 4px 12px;
  background: var(--fire-gradient);
  border-radius: var(--radius-pill);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 94, 0, 0.4);
}

.plan-header {
  margin-bottom: 20px;
}

.plan-duration-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fire-primary);
  margin-bottom: 8px;
}

.plan-title {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.plan-subtitle {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.plan-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.price-amount {
  font-size: 2.85rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

.price-currency {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--fire-primary);
  text-transform: uppercase;
}

.price-period {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex: 1;
}

.plan-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-primary);
}

.plan-feature-item svg {
  width: 15px;
  height: 15px;
  color: var(--fire-primary);
  flex-shrink: 0;
}

.pricing-btn-wrap {
  margin-top: auto;
}

.pricing-btn-wrap a {
  width: 100%;
}

/* ==========================================================================
   PRICING PAYMENT BADGES (BINANCE, USDT, PAYPAL) — HIGH VISIBILITY
   ========================================================================== */
.pricing-payment-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  max-width: 860px;
  margin: 32px auto 44px;
  padding: 14px 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid rgba(255, 255, 255, 1);
  border-radius: var(--radius-pill);
  box-shadow: 
    0 16px 45px -8px rgba(70, 50, 110, 0.13),
    0 0 25px rgba(255, 94, 0, 0.08),
    inset 0 2px 1.5px rgba(255, 255, 255, 1);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  position: relative;
  z-index: 2;
}

.payment-banner-label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.payment-banner-label .glow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  display: inline-block;
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.15); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.payment-badges-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.payment-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: default;
}

.payment-badge-pill:hover {
  transform: translateY(-3px) scale(1.03);
}

.payment-badge-pill svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}

/* 1. Binance Pay (Crisp Dark & Yellow Gold) */
.payment-pill-binance {
  background: linear-gradient(135deg, #1e2026 0%, #121418 100%);
  color: #fcd535;
  border: 1.5px solid rgba(240, 185, 11, 0.55);
  box-shadow: 0 8px 22px rgba(240, 185, 11, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.payment-pill-binance:hover {
  box-shadow: 0 12px 28px rgba(240, 185, 11, 0.38), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  border-color: #fcd535;
}

/* 2. USDT Tether (Crisp Emerald Dark & Teal) */
.payment-pill-usdt {
  background: linear-gradient(135deg, #093325 0%, #041f16 100%);
  color: #26a17b;
  border: 1.5px solid rgba(38, 161, 123, 0.6);
  box-shadow: 0 8px 22px rgba(38, 161, 123, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.payment-pill-usdt:hover {
  box-shadow: 0 12px 28px rgba(38, 161, 123, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  border-color: #26a17b;
  color: #38c89b;
}

/* 3. PayPal (Crisp Navy & Vivid Blue) */
.payment-pill-paypal {
  background: linear-gradient(135deg, #001f4d 0%, #00122e 100%);
  color: #38bdf8;
  border: 1.5px solid rgba(0, 121, 193, 0.6);
  box-shadow: 0 8px 22px rgba(0, 121, 193, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.payment-pill-paypal:hover {
  box-shadow: 0 12px 28px rgba(0, 121, 193, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  border-color: #38bdf8;
  color: #60a5fa;
}

/* Plan Card Mini Payment Badges */
.plan-accepted-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.09);
}

.plan-accepted-text {
  font-size: 0.74rem;
  color: var(--text-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.plan-payment-mini-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mini-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.mini-pay-badge:hover {
  transform: scale(1.15);
}

.mini-binance {
  background: #181a20;
  border: 1px solid rgba(240, 185, 11, 0.4);
}

.mini-usdt {
  background: #093325;
  border: 1px solid rgba(38, 161, 123, 0.4);
}

.mini-paypal {
  background: #001f4d;
  border: 1px solid rgba(0, 121, 193, 0.4);
}

.pricing-reseller-banner {
  margin-top: 40px;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.85);
}

.reseller-banner-text h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.reseller-banner-text p {
  color: var(--text-secondary);
  font-size: 0.92rem;
}

/* ==========================================================================
   RESELLERS SECTION (INDIVIDUAL RESELLER CARDS & EXPAND ENGINE)
   ========================================================================== */
.resellers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 100%;
}

@media (max-width: 1100px) {
  .resellers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .resellers-grid {
    grid-template-columns: 1fr;
  }
}

.reseller-card {
  padding: 30px 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 45px -8px rgba(70, 50, 110, 0.11), inset 0 2px 1.5px rgba(255, 255, 255, 1);
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), background var(--transition-normal);
  min-height: 400px;
}

.reseller-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 94, 0, 0.45);
  box-shadow: 0 24px 60px -10px rgba(70, 50, 110, 0.18), 0 0 28px rgba(255, 94, 0, 0.12);
}

.reseller-card-header {
  margin-bottom: 16px;
  position: relative;
}

.reseller-logo-wrap {
  width: 82px;
  height: 82px;
  margin: 0 auto 14px;
  border-radius: 50%;
  padding: 4px;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid rgba(255, 255, 255, 1);
  box-shadow: 0 8px 22px rgba(70, 50, 110, 0.12), inset 0 2px 2px rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-fast);
}

.reseller-card:hover .reseller-logo-wrap {
  transform: scale(1.06);
}

.reseller-logo-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.reseller-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-green);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reseller-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.reseller-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.reseller-features-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.reseller-tag {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 94, 0, 0.08);
  border: 1px solid rgba(255, 94, 0, 0.2);
  color: var(--fire-dark);
}

.reseller-actions-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.btn-reseller-web {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 14px rgba(70, 50, 110, 0.06);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.btn-reseller-web:hover {
  background: #ffffff;
  color: var(--fire-primary);
  border-color: rgba(255, 94, 0, 0.4);
  transform: translateY(-1px);
}

.btn-reseller-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.86rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--fire-gradient);
  box-shadow: 0 6px 18px rgba(255, 94, 0, 0.35), inset 0 1.5px 1px rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.btn-reseller-contact:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 10px 24px rgba(255, 94, 0, 0.5);
}

/* Extra Resellers (Hidden by default, shown on View More) */
.reseller-card.extra-reseller {
  display: none;
  animation: fadeInReseller 0.4s ease forwards;
}

@keyframes fadeInReseller {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.resellers-toggle-wrap {
  text-align: center;
  margin: 36px auto 55px;
}

.reseller-benefits-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 860px) {
  .reseller-benefits-wrap {
    grid-template-columns: 1fr;
  }
}

.benefit-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.78);
}

.benefit-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.benefit-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================================================================
   FAQ SECTION (APPLE GLASS ACCORDION)
   ========================================================================== */
.faq-accordion-wrap {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(70, 50, 110, 0.05);
  transition: all var(--transition-fast);
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 94, 0, 0.3);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  color: var(--fire-primary);
  transition: transform var(--transition-fast);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 28px;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.65;
}

.faq-item.active .faq-content {
  max-height: 280px;
  padding: 0 28px 24px;
}

/* ==========================================================================
   FOOTER (APPLE LIGHT LIQUID GLASS)
   ========================================================================== */
.footer-wrap {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px);
  padding: 70px 0 40px;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

.footer-brand-bio {
  max-width: 340px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-top: 14px;
}

.footer-col-title {
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  font-size: 0.88rem;
  color: var(--text-secondary);
  font-weight: 600;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-link:hover {
  color: var(--fire-primary);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.82rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
}

.system-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 8px rgba(70, 50, 110, 0.06);
}

/* Footer Copy & Terminal Log Message Styles */
.footer-copy {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
}

.log-msg {
  color: #334155;
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

/* ==========================================================================
   VIDEOS & TUTORIALS SHOWCASE SECTION (YOUTUBE INTEGRATION)
   ========================================================================== */
.videos-showcase-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.video-cinema-frame {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(36px) saturate(210%);
  -webkit-backdrop-filter: blur(36px) saturate(210%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 
    0 30px 75px -15px rgba(70, 50, 120, 0.16),
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -1.5px 1.5px rgba(0, 0, 0, 0.04),
    0 0 45px rgba(255, 94, 0, 0.1);
  overflow: hidden;
  margin-bottom: 42px;
  position: relative;
  transition: box-shadow var(--transition-normal);
}

.video-cinema-frame:hover {
  box-shadow: 
    0 35px 85px -15px rgba(70, 50, 120, 0.2),
    0 0 55px rgba(255, 94, 0, 0.16);
}

.video-screen-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  background: #0f121a;
  overflow: hidden;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-details-bar {
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.video-details-left {
  flex: 1;
  min-width: 280px;
}

.video-details-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.video-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.74rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 94, 0, 0.1);
  border: 1px solid rgba(255, 94, 0, 0.25);
  color: var(--fire-primary);
}

.video-device-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.74rem;
  font-weight: 700;
  background: rgba(70, 50, 110, 0.08);
  border: 1px solid rgba(70, 50, 110, 0.15);
  color: var(--text-secondary);
}

.video-current-title {
  font-size: 1.35rem;
  font-weight: 850;
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}

.video-current-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.video-details-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-youtube-direct {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.86rem;
  font-weight: 750;
  color: #ffffff;
  background: linear-gradient(135deg, #ff1a1a 0%, #cc0000 100%);
  box-shadow: 0 4px 16px rgba(204, 0, 0, 0.35);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.btn-youtube-direct:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(204, 0, 0, 0.5);
  filter: brightness(1.08);
}

/* Video Playlist Grid */
.video-playlist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
}

@media (max-width: 1024px) {
  .video-playlist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .video-playlist-grid {
    grid-template-columns: 1fr;
  }
}

.video-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 35px -8px rgba(70, 50, 110, 0.08), inset 0 1.5px 1px #ffffff;
  cursor: pointer;
  transition: all var(--transition-normal);
  text-align: left;
  position: relative;
}

.video-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 94, 0, 0.45);
  box-shadow: 0 20px 50px -10px rgba(70, 50, 110, 0.16), 0 0 28px rgba(255, 94, 0, 0.12);
}

.video-card.active {
  background: rgba(255, 255, 255, 0.98);
  border-color: var(--fire-primary);
  box-shadow: 0 18px 50px -10px rgba(255, 94, 0, 0.28), inset 0 2px 2px #ffffff;
}

.video-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: linear-gradient(135deg, #181e2b 0%, #2c3547 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.video-card-thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.video-card:hover .video-card-thumb-bg {
  transform: scale(1.06);
  opacity: 0.95;
}

.video-play-btn-circle {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 94, 0, 0.92);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(255, 94, 0, 0.45), inset 0 1.5px 1px rgba(255, 255, 255, 0.8);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.video-card:hover .video-play-btn-circle {
  transform: scale(1.14);
  background: #ff5e00;
  box-shadow: 0 8px 25px rgba(255, 94, 0, 0.65), 0 0 20px rgba(255, 94, 0, 0.4);
}

.video-card.active .video-play-btn-circle {
  background: #ff5e00;
  box-shadow: 0 0 22px rgba(255, 94, 0, 0.7);
}

.video-duration-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  background: rgba(15, 20, 30, 0.82);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 750;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.video-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.video-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 750;
  color: var(--fire-primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.video-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.35;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.video-card-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
}

.video-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
}
