/* ═══════════════════════════════════════════════════
   BNI CONNECT DATA SCRAPER — style.css
   Premium SaaS Landing Page Styles
═══════════════════════════════════════════════════ */

/* ── Design Tokens ── */
:root {
  --purple-500: #e11d48;
  --purple-600: #be123c;
  --purple-700: #9f1239;
  --indigo-500: #dc2626;
  --indigo-600: #b91c1c;
  --blue-500: #f43f5e;
  --green-500: #22c55e;
  --red-500: #ef4444;
  --orange-500: #f97316;
  --yellow-500: #eab308;

  --bg-dark: #0d0608;
  --bg-dark-2: #110a0b;
  --bg-dark-3: #180d0f;
  --bg-dark-4: #1c0d10;
  --surface: #1a0d10;
  --surface-2: #22222e;
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(225, 29, 72, 0.4);

  --text-primary: #f4f4f8;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;

  --gradient-primary: linear-gradient(135deg, #e11d48, #dc2626, #f43f5e);
  --gradient-glow: linear-gradient(135deg, rgba(225, 29, 72, 0.3), rgba(190, 18, 60, 0.3));
  --gradient-card: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.6);
  --shadow-glow: 0 0 40px rgba(225, 29, 72, 0.25);
  --shadow-glow-lg: 0 0 80px rgba(225, 29, 72, 0.35);

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);

  --font-body: 'Inter', sans-serif;
  --font-display: 'Outfit', sans-serif;

  --nav-height: 72px;
}

/* ── Reset & Base ── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

ul {
  list-style: none;
}

code {
  font-family: monospace;
  background: rgba(225, 29, 72, 0.15);
  color: var(--purple-500);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.85em;
}

/* ── Container ── */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}

.container-full {
  width: 100%;
  padding: 0;
}

/* ── Section Padding ── */
.section-pad {
  padding: 96px 0;
}

/* ── Section Labels / Titles ── */
.section-label {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--purple-500);
  background: rgba(225, 29, 72, 0.12);
  border: 1px solid rgba(225, 29, 72, 0.25);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  margin-bottom: 1.25rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 3.5rem;
  line-height: 1.7;
}

.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-full);
  padding: 0.65rem 1.5rem;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 4px 20px rgba(225, 29, 72, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(225, 29, 72, 0.55);
  filter: brightness(1.1);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border);
}

.btn-outline:hover {
  border-color: var(--purple-500);
  color: var(--purple-500);
  background: rgba(225, 29, 72, 0.08);
  transform: translateY(-2px);
}

.btn-lifetime {
  background: linear-gradient(135deg, #f59e0b, #fbbf24, #f59e0b);
  color: #1a1100;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.4);
}

.btn-lifetime:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.55);
  filter: brightness(1.08);
}

.btn-lg {
  padding: 0.85rem 2rem;
  font-size: 1rem;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

/* ════════════════════════════════════════
   NAVBAR
════════════════════════════════════════ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-height);
  transition: var(--transition);
}

.navbar.scrolled {
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: var(--nav-height);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--text-primary);
  flex-shrink: 0;
}

.logo-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.4);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
}

.nav-links a:hover {
  color: var(--text-primary);
  background: var(--surface);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-height);
  overflow: hidden;
  background: var(--bg-dark);
}

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

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: orbFloat 8s ease-in-out infinite;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #be123c, transparent);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #b91c1c, transparent);
  bottom: -100px;
  left: -100px;
  animation-delay: 3s;
}

.orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #f43f5e, transparent);
  top: 40%;
  left: 30%;
  animation-delay: 6s;
}

@keyframes orbFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, -40px) scale(1.05);
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 6rem 1.5rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--purple-500);
  background: rgba(225, 29, 72, 0.1);
  border: 1px solid rgba(225, 29, 72, 0.3);
  border-radius: var(--radius-full);
  padding: 6px 14px;
  margin-bottom: 1.5rem;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero-sub {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--purple-500);
  margin-bottom: 1.25rem;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
}

.stat span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

.hero-image {
  position: relative;
}

.hero-img-wrapper {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg), var(--shadow-glow-lg);
  border: 1px solid var(--border);
  animation: heroImgFloat 6s ease-in-out infinite;
}

.hero-img-wrapper img {
  width: 100%;
  border-radius: var(--radius-xl);
}

@keyframes heroImgFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.hero-float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(22, 22, 34, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  color: var(--text-primary);
  white-space: nowrap;
}

.badge-1 {
  top: 18px;
  left: -20px;
  color: var(--green-500);
}

.badge-1 i {
  color: var(--green-500);
}

.badge-2 {
  bottom: 24px;
  right: -20px;
  color: var(--blue-500);
}

.badge-2 i {
  color: var(--blue-500);
}

/* ════════════════════════════════════════
   PROBLEM / SOLUTION
════════════════════════════════════════ */
.problem {
  background: var(--bg-dark-2);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.problem-card {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
}

.problem-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.problem-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.problem-icon.red {
  background: rgba(239, 68, 68, 0.15);
  color: var(--red-500);
}

.problem-icon.orange {
  background: rgba(249, 115, 22, 0.15);
  color: var(--orange-500);
}

.problem-icon.yellow {
  background: rgba(234, 179, 8, 0.15);
  color: var(--yellow-500);
}

.problem-icon.green {
  background: rgba(34, 197, 94, 0.15);
  color: var(--green-500);
}

.problem-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.problem-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.solution-card {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.05);
}

/* ════════════════════════════════════════
   FEATURES
════════════════════════════════════════ */
.features {
  background: var(--bg-dark);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}

.feature-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: rgba(225, 29, 72, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--purple-500);
  margin-bottom: 1.25rem;
  transition: var(--transition);
}

.feature-card:hover .feature-icon {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(225, 29, 72, 0.4);
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ════════════════════════════════════════
   HOW IT WORKS
════════════════════════════════════════ */
.how-it-works {
  background: var(--bg-dark-2);
}

.steps-wrapper {
  position: relative;
}

.steps-connector {
  position: absolute;
  top: 60px;
  left: calc(12.5% + 1rem);
  right: calc(12.5% + 1rem);
  height: 2px;
  background: linear-gradient(90deg, var(--purple-600), var(--indigo-500), var(--blue-500));
  z-index: 0;
  border-radius: 2px;
}

.steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
}

.step-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
}

.step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text-primary);
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
  padding: 2px 10px;
  letter-spacing: 0.05em;
}

.step-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: rgba(225, 29, 72, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--purple-500);
  margin: 0 auto 1rem;
  transition: var(--transition);
}

.step-card:hover .step-icon {
  background: var(--gradient-primary);
  color: #fff;
}

.step-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.step-card p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ════════════════════════════════════════
   SETUP GUIDE
════════════════════════════════════════ */
.setup {
  background: var(--bg-dark);
}

.setup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.setup-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}

.setup-step:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-glow);
}

.setup-step-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.4);
}

.setup-step-content h3 {
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.setup-step-content p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.setup-step-content a {
  color: var(--purple-500);
}

.setup-step-content a:hover {
  text-decoration: underline;
}

/* Extension Mockup */
.ext-mockup {
  background: #1a0a0e;
  border: 1px solid rgba(225, 29, 72, 0.3);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
  overflow: hidden;
  width: 340px;
  margin: 0 auto;
  font-size: 0.88rem;
}

.ext-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 16px;
  background: rgba(225, 29, 72, 0.15);
  border-bottom: 1px solid rgba(225, 29, 72, 0.2);
}

.ext-logo {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
}

.ext-title {
  flex: 1;
  font-weight: 700;
  color: var(--text-primary);
}

.ext-close {
  color: var(--text-muted);
  cursor: pointer;
}

.ext-body {
  padding: 1.25rem;
}

.ext-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  background: rgba(34, 197, 94, 0.1);
  color: var(--green-500);
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.ext-status i {
  font-size: 0.5rem;
  animation: pulse 2s infinite;
}

.ext-info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.ext-info-row strong {
  color: var(--text-primary);
  font-weight: 700;
}

.ext-progress-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.ext-progress-bar {
  height: 6px;
  background: var(--surface-2);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.ext-progress-fill {
  height: 100%;
  width: 0%;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
  transition: width 0.1s linear;
}

.ext-progress-pct {
  font-size: 0.75rem;
  color: var(--purple-500);
  font-weight: 600;
  margin-top: 4px;
  text-align: right;
}

.ext-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--text-muted);
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

/* ════════════════════════════════════════
   PRODUCT SCREENSHOTS
════════════════════════════════════════ */
.screenshots {
  background: var(--bg-dark);
  overflow: hidden;
}

.screenshots-showcase {
  padding: 0 3rem;
  margin-bottom: 3rem;
}

.screenshot-item {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.screenshot-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--purple-500);
  background: rgba(225, 29, 72, 0.1);
  border: 1px solid rgba(225, 29, 72, 0.25);
  border-radius: var(--radius-full);
  padding: 5px 14px;
  margin-bottom: 1.25rem;
}

.screenshot-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg), var(--shadow-glow-lg);
  background: #1a0d10;
  margin-bottom: 1.5rem;
}

.screenshot-bar {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  background: #1a0808;
  border-bottom: 1px solid var(--border);
}

.screenshot-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.screenshot-bar span:nth-child(1) {
  background: #ff5f56;
}

.screenshot-bar span:nth-child(2) {
  background: #ffbd2e;
}

.screenshot-bar span:nth-child(3) {
  background: #27c93f;
}

.screenshot-frame img {
  width: 100%;
  display: block;
}

.screenshot-caption h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.screenshot-caption p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.screenshots-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2.5rem 3rem;
  background: var(--bg-dark-2);
  border-top: 1px solid var(--border);
}

.ss-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.ss-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(225, 29, 72, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--purple-500);
  margin-bottom: 0.25rem;
}

.ss-stat strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
}

.ss-stat span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ════════════════════════════════════════
   YOUTUBE VIDEO SECTION
════════════════════════════════════════ */
.video-demo {
  background: var(--bg-dark-2);
}

.video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.video-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(ellipse at center, rgba(225, 29, 72, 0.2), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.video-frame {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(225, 29, 72, 0.3);
  box-shadow: var(--shadow-lg), var(--shadow-glow-lg);
  aspect-ratio: 16 / 9;
  background: #000;
  margin-bottom: 2rem;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.video-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ════════════════════════════════════════
   PRICING
════════════════════════════════════════ */
.pricing {
  background: var(--bg-dark-2);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
}

.pricing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  position: relative;
  transition: var(--transition);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-glow);
}

.pro-card {
  background: linear-gradient(145deg, rgba(225, 29, 72, 0.12), rgba(190, 18, 60, 0.08));
  border-color: rgba(225, 29, 72, 0.4);
  box-shadow: var(--shadow-glow);
}

.lifetime-card {
  background: linear-gradient(145deg, rgba(251, 191, 36, 0.08), rgba(245, 158, 11, 0.04));
  border-color: rgba(251, 191, 36, 0.4);
  box-shadow: 0 0 40px rgba(251, 191, 36, 0.15);
}

.lifetime-card:hover {
  box-shadow: 0 0 60px rgba(251, 191, 36, 0.25) !important;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  padding: 4px 14px;
  margin-bottom: 1.5rem;
}

.free-badge {
  background: rgba(34, 197, 94, 0.12);
  color: var(--green-500);
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.pro-badge {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.4);
}

.lifetime-badge {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #1a1100;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.plan-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.price-amount {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-period {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.plan-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
  line-height: 1.6;
}

.plan-features {
  margin-bottom: 2rem;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.plan-features li i {
  color: var(--purple-500);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.plan-features li.disabled {
  color: var(--text-muted);
}

.plan-features li.disabled i {
  color: var(--text-muted);
}

.plan-btn {
  width: 100%;
  justify-content: center;
}

.pricing-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.pricing-note i {
  color: var(--purple-500);
}

/* ════════════════════════════════════════
   REGISTER MODAL
════════════════════════════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
}

.modal-overlay.open {
  display: flex;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-box {
  background: var(--bg-dark-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 680px;
  padding: 2.5rem;
  position: relative;
  animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 90vh;
  overflow-y: auto;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 1.5rem;
  color: var(--text-muted);
  transition: color var(--transition-fast);
  line-height: 1;
}

.modal-close:hover {
  color: var(--text-primary);
}

.modal-header {
  text-align: center;
  margin-bottom: 2rem;
}

.modal-logo {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto 1rem;
  box-shadow: 0 8px 24px rgba(225, 29, 72, 0.4);
}

.modal-header h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.modal-header p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.required {
  color: var(--red-500);
}

.input-icon-wrap {
  position: relative;
}

.input-icon-wrap i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.85rem;
  pointer-events: none;
}

.input-icon-wrap input {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0.65rem 0.75rem 0.65rem 2.25rem;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: var(--transition-fast);
  outline: none;
}

.input-icon-wrap input:focus {
  border-color: var(--purple-500);
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.15);
}

.input-icon-wrap input::placeholder {
  color: var(--text-muted);
}

.form-plan-select {
  margin-bottom: 1.25rem;
}

.form-plan-select>p {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.plan-radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.plan-radio-group-3 {
  grid-template-columns: repeat(3, 1fr);
}

.lifetime-radio {
  border-color: rgba(251, 191, 36, 0.3) !important;
  background: rgba(251, 191, 36, 0.04);
}

.plan-radio input:checked+.lifetime-radio {
  border-color: #f59e0b !important;
  background: rgba(251, 191, 36, 0.1);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.15);
}

.plan-radio {
  cursor: pointer;
}

.plan-radio input {
  display: none;
}

.plan-radio-box {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border: 2px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  transition: var(--transition-fast);
}

.plan-radio-box strong {
  font-size: 0.9rem;
  font-weight: 700;
}

.plan-radio-box span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.plan-radio input:checked+.plan-radio-box {
  border-color: var(--purple-500);
  background: rgba(225, 29, 72, 0.1);
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.15);
}

.form-terms {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.form-terms a {
  color: var(--purple-500);
}

.form-terms input[type="checkbox"] {
  accent-color: var(--purple-500);
}

.modal-success {
  text-align: center;
  padding: 2rem;
}

.success-icon {
  font-size: 3rem;
  color: var(--green-500);
  margin-bottom: 1rem;
  animation: bounceIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes bounceIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.modal-success h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.modal-success p {
  color: var(--text-secondary);
}

/* ════════════════════════════════════════
   REVIEWS
════════════════════════════════════════ */
.reviews {
  background: var(--bg-dark);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: var(--transition);
  position: relative;
}

.review-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 5rem;
  font-family: serif;
  color: var(--purple-500);
  opacity: 0.2;
  line-height: 1;
}

.review-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.review-stars {
  color: #fbbf24;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.review-text {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.reviewer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  flex-shrink: 0;
}

.reviewer-info strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
}

.reviewer-info span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ════════════════════════════════════════
   SECURITY
════════════════════════════════════════ */
.security {
  background: var(--bg-dark-2);
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.security-card {
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  transition: var(--transition);
}

.security-card:hover {
  border-color: rgba(34, 197, 94, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 0 40px rgba(34, 197, 94, 0.15);
}

.security-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--green-500);
  margin: 0 auto 1.25rem;
  transition: var(--transition);
}

.security-card:hover .security-icon {
  background: rgba(34, 197, 94, 0.2);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}

.security-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.security-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ════════════════════════════════════════
   FAQ
════════════════════════════════════════ */
.faq {
  background: var(--bg-dark);
}

.faq-container {
  max-width: 760px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item.open {
  border-color: var(--border-hover);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: left;
  background: none;
  transition: color var(--transition-fast);
}

.faq-question:hover {
  color: var(--purple-500);
}

.faq-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform var(--transition);
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--purple-500);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

/* ════════════════════════════════════════
   DISCLAIMER
════════════════════════════════════════ */
.disclaimer {
  background: var(--bg-dark-2);
}

.disclaimer-box {
  background: rgba(234, 179, 8, 0.05);
  border: 1px solid rgba(234, 179, 8, 0.25);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
}

.disclaimer-icon {
  font-size: 2rem;
  color: var(--yellow-500);
  margin-bottom: 1rem;
}

.disclaimer-box h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--yellow-500);
}

.disclaimer-box p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.footer {
  background: var(--bg-dark-3);
  border-top: 1px solid var(--border);
  padding-top: 4rem;
}

.footer-inner {
  width: 100%;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-tagline {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 280px;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: var(--transition-fast);
}

.footer-socials a:hover {
  border-color: var(--purple-500);
  color: var(--purple-500);
  background: rgba(225, 29, 72, 0.1);
}

.footer-links-col h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}

.footer-links-col ul li {
  margin-bottom: 0.6rem;
}

.footer-links-col ul li a {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.footer-links-col ul li a:hover {
  color: var(--purple-500);
}

.footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  font-size: 0.8rem;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.footer-bottom-links a:hover {
  color: var(--purple-500);
}

/* ════════════════════════════════════════
   TOAST
════════════════════════════════════════ */
.toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 3000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--surface);
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: var(--radius-full);
  padding: 0.85rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  box-shadow: var(--shadow-lg);
  transform: translateY(100px);
  opacity: 0;
  transition: var(--transition);
}

.toast i {
  color: var(--green-500);
  font-size: 1.1rem;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

/* ════════════════════════════════════════
   SCROLL ANIMATIONS
════════════════════════════════════════ */
.animate-fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 5rem 1.5rem;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-desc {
    margin: 0 auto 2rem;
  }

  .hero-image {
    max-width: 600px;
    margin: 0 auto;
  }

  .hero-stats {
    justify-content: center;
  }

  .badge-1 {
    left: 0;
  }

  .badge-2 {
    right: 0;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-connector {
    display: none;
  }

  .setup-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: rgba(9, 9, 11, 0.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
    z-index: 999;
    gap: 0;
    align-items: stretch;
  }

  .nav-links.mobile-open li a {
    padding: 0.85rem 1.5rem;
    border-radius: 0;
  }

  .hamburger {
    display: flex;
  }

  .screenshots-stats {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 1.5rem;
  }

  .screenshots-showcase {
    padding: 0 1.5rem;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .plan-radio-group-3 {
    grid-template-columns: 1fr;
  }

  .nav-cta.mobile-open {
    display: flex;
    position: fixed;
    top: calc(var(--nav-height) + 280px);
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
    background: rgba(9, 9, 11, 0.97);
    z-index: 999;
  }

  .section-pad {
    padding: 64px 0;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .security-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .plan-radio-group {
    grid-template-columns: 1fr;
  }

  .screenshots-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-frame {
    border-radius: var(--radius-lg);
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .hero-float-badge {
    display: none;
  }

  .ext-mockup {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    justify-content: center;
  }

  .hero-stats {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-divider {
    width: 40px;
    height: 1px;
  }

  .modal-box {
    padding: 1.5rem;
  }
}