/* ── SiteAutomate — Custom Styles v3.0 (Liquid Glass Redesign) ──── */

/* ── Base ───────────────────────────────────────────────────────── */
html { scroll-behavior: smooth; }

body {
  background: #03040e;
  color: #f1f5f9;
  overflow-x: hidden;
}

/* ── Scrollbar ───────────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #03040e; }
::-webkit-scrollbar-thumb { background: rgba(59,130,246,0.4); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(59,130,246,0.7); }

/* ── Typography ──────────────────────────────────────────────────── */
.font-heading { font-family: 'Plus Jakarta Sans', sans-serif; }

.hero-h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 88px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.section-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.section-h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.label-caption {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

/* ── Gradient Text ───────────────────────────────────────────────── */
.gradient-text {
  background: linear-gradient(135deg, #60a5fa 0%, #60a5fa 40%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-blue {
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Liquid Glass ────────────────────────────────────────────────── */
.liquid-glass {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 24px 48px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.liquid-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(59,130,246,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 100%, rgba(37,99,235,0.04) 0%, transparent 60%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}

.liquid-glass > * { position: relative; z-index: 1; }

/* ── Orbs ────────────────────────────────────────────────────────── */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  will-change: auto;
}
.orb-blue { background: #3b82f6; opacity: 0.18; }
.orb-blue-dark { background: #2563eb; opacity: 0.12; }
.orb-cyan   { background: #06b6d4; opacity: 0.10; }

/* ── Dot Grid ────────────────────────────────────────────────────── */
.dot-grid {
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* ── Navbar ──────────────────────────────────────────────────────── */
#navbar {
  transition: all 0.3s ease;
}

#navbar.scrolled {
  background: rgba(3, 4, 14, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}

#scroll-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #2563eb, #06b6d4);
  width: 0%;
  transition: width 0.1s linear;
  z-index: 60;
}

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #0891b2 100%);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  position: relative;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(59,130,246,0.4);
  opacity: 0.92;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  color: #f1f5f9;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.btn-nav-ghost {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-nav-ghost:hover { color: #f1f5f9; border-color: rgba(255,255,255,0.25); }

.btn-nav-primary {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(59,130,246,0.3);
}
.btn-nav-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(59,130,246,0.45); }

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}

/* ── Hero pill badge ─────────────────────────────────────────────── */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  backdrop-filter: blur(12px);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16,185,129,0.4);
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%   { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); }
  70%  { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* ── Trust row ───────────────────────────────────────────────────── */
.trust-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}
.trust-divider {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.1);
}

/* ── Terminal Card ───────────────────────────────────────────────── */
.terminal-card {
  background: rgba(3, 4, 14, 0.8);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04),
    0 32px 80px rgba(0,0,0,0.7),
    0 0 60px rgba(59,130,246,0.08);
}

.terminal-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.terminal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.terminal-body {
  padding: 20px 18px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.8;
  min-height: 200px;
}

.terminal-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.4s ease;
}

.terminal-line.visible {
  opacity: 1;
  transform: translateY(0);
}

.terminal-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  flex-shrink: 0;
  font-family: 'JetBrains Mono', monospace;
}

.badge-ok   { background: rgba(16,185,129,0.15); color: #10b981; border: 1px solid rgba(16,185,129,0.3); }
.badge-warn { background: rgba(245,158,11,0.15); color: #f59e0b; border: 1px solid rgba(245,158,11,0.3); }
.badge-auto { background: rgba(59,130,246,0.15); color: #60a5fa; border: 1px solid rgba(59,130,246,0.3); }

.terminal-cursor {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: #3b82f6;
  animation: blink 1s step-end infinite;
  vertical-align: middle;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ── Vendor Ticker ───────────────────────────────────────────────── */
.ticker-wrap {
  overflow: hidden;
  position: relative;
}

.ticker-wrap::before,
.ticker-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.ticker-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #03040e, transparent);
}
.ticker-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, #03040e, transparent);
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 25s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }

.vendor-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  margin: 0 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  white-space: nowrap;
  transition: all 0.2s ease;
  backdrop-filter: blur(12px);
}
.vendor-pill:hover {
  color: #f1f5f9;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}

/* ── Stats Bar ───────────────────────────────────────────────────── */
.stats-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  padding: 40px 32px;
  border-right: 1px solid rgba(255,255,255,0.07);
  text-align: center;
}
.stat-item:last-child { border-right: none; }

.stat-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #60a5fa, #60a5fa, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Bento Grid ──────────────────────────────────────────────────── */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bento-card {
  border-radius: 20px;
  padding: 32px;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.3s ease;
  cursor: default;
  will-change: transform;
}

.bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2),
    0 48px 80px rgba(0, 0, 0, 0.6),
    0 8px 24px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(59,130,246,0.06);
}

.bento-span-2 { grid-column: span 2; }

.bento-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.icon-blue  { background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(59,130,246,0.1)); border: 1px solid rgba(59,130,246,0.25); }
.icon-blue-dark  { background: linear-gradient(135deg, rgba(37,99,235,0.2), rgba(37,99,235,0.1)); border: 1px solid rgba(37,99,235,0.25); }
.icon-cyan    { background: linear-gradient(135deg, rgba(6,182,212,0.2), rgba(6,182,212,0.1));   border: 1px solid rgba(6,182,212,0.25); }
.icon-emerald { background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(16,185,129,0.1)); border: 1px solid rgba(16,185,129,0.25); }
.icon-amber   { background: linear-gradient(135deg, rgba(245,158,11,0.2), rgba(245,158,11,0.1)); border: 1px solid rgba(245,158,11,0.25); }

/* Health bar animation */
.health-bar-track {
  height: 6px;
  background: rgba(255,255,255,0.06);
  border-radius: 100px;
  overflow: hidden;
  margin-top: 16px;
}
.health-bar-fill {
  height: 100%;
  border-radius: 100px;
  width: 0%;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  transition: width 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bento-card:hover .health-bar-fill { width: 87%; }

/* Action list */
.action-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.action-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #64748b;
  padding: 8px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 8px;
}
.action-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Connector diagram */
.connector-diagram {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.conn-node {
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: #94a3b8;
}
.conn-arrow {
  font-size: 16px;
  color: #3b82f6;
  font-weight: 700;
}

/* ── Security Trust Strip ────────────────────────────────────────── */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-col {
  padding: 36px 28px;
  border-right: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.trust-col:last-child { border-right: none; }

.trust-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

/* ── AI Engine Section ───────────────────────────────────────────── */
.ai-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.3s ease;
}
.ai-step:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(59,130,246,0.2);
}

.ai-step-number {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

.confidence-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.conf-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.conf-label {
  font-size: 12px;
  color: #64748b;
  width: 120px;
  flex-shrink: 0;
}
.conf-track {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 100px;
  overflow: hidden;
}
.conf-fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
}
.conf-pct {
  font-size: 12px;
  font-weight: 600;
  color: #60a5fa;
  width: 32px;
  text-align: right;
  flex-shrink: 0;
}

/* ── How It Works ────────────────────────────────────────────────── */
.step-number-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: white;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(59,130,246,0.35);
  flex-shrink: 0;
}

.step-connector-line {
  position: absolute;
  top: 36px;
  left: calc(50% + 36px);
  width: calc(100% - 72px);
  height: 1px;
  background: linear-gradient(90deg, #3b82f6, transparent);
  opacity: 0.3;
  pointer-events: none;
}

/* ── Who It's For ────────────────────────────────────────────────── */
.audience-card {
  border-radius: 24px;
  padding: 40px;
  flex: 1;
  transition: all 0.4s ease;
}
.audience-card:hover {
  transform: translateY(-6px);
}

/* ── Comparison Table ────────────────────────────────────────────── */
.comparison-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
}
.comparison-table th,
.comparison-table td {
  padding: 16px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 14px;
  white-space: nowrap;
}
.comparison-table th { font-weight: 600; font-size: 13px; }
.comparison-table td:first-child { text-align: left; color: #94a3b8; white-space: normal; min-width: 140px; }
.comparison-table th:first-child { text-align: left; }
.col-highlight {
  background: rgba(59,130,246,0.06);
}
.col-highlight-header {
  background: linear-gradient(135deg, rgba(59,130,246,0.15), rgba(37,99,235,0.15));
  color: #60a5fa !important;
  border-radius: 8px 8px 0 0;
}

.check-yes { color: #10b981; }
.check-partial { color: #f59e0b; }
.check-no { color: #475569; }

/* ── Pricing ─────────────────────────────────────────────────────── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.pricing-card {
  border-radius: 24px;
  padding: 36px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.pricing-card:hover {
  transform: translateY(-4px);
}

.pricing-popular-card {
  position: relative;
  transform: scale(1.04);
  border: 1px solid rgba(59,130,246,0.6) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -1px 0 rgba(0,0,0,0.2),
    0 0 0 1px rgba(59,130,246,0.25),
    0 0 32px rgba(59,130,246,0.18),
    0 32px 64px rgba(0,0,0,0.5);
}

.pricing-popular-card:hover {
  transform: scale(1.04) translateY(-4px);
}

.popular-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.pricing-price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
  color: #f1f5f9;
}

.pricing-feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #94a3b8;
}
.pricing-feature-list .check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(16,185,129,0.15);
  border: 1px solid rgba(16,185,129,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── Testimonials ────────────────────────────────────────────────── */
.testimonial-card {
  border-radius: 20px;
  padding: 32px;
  transition: all 0.4s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.14);
}

.quote-mark {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 72px;
  line-height: 0.8;
  color: rgba(59,130,246,0.3);
  font-weight: 800;
  margin-bottom: 12px;
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.star {
  color: #f59e0b;
  font-size: 14px;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq-item {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.faq-item:hover { border-color: rgba(255,255,255,0.12); }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 28px;
  background: transparent;
  border: none;
  color: #f1f5f9;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.3s ease;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.7;
  padding: 0 28px;
}
.faq-answer.open {
  max-height: 500px;
  padding: 0 28px 22px;
}

/* ── Final CTA Section ───────────────────────────────────────────── */
.cta-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(59,130,246,0.2) 0%, transparent 60%),
    radial-gradient(ellipse at 0% 100%, rgba(37,99,235,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(6,182,212,0.08) 0%, transparent 50%),
    #03040e;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ── Footer ──────────────────────────────────────────────────────── */
.footer-link {
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  margin-bottom: 10px;
}
.footer-link:hover { color: #f1f5f9; }

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
}
.social-icon:hover {
  color: #f1f5f9;
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-2px);
}

/* ── Scroll Reveal ───────────────────────────────────────────────── */
.reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.reveal-item.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-item[data-delay="1"] { transition-delay: 0.1s; }
.reveal-item[data-delay="2"] { transition-delay: 0.2s; }
.reveal-item[data-delay="3"] { transition-delay: 0.3s; }
.reveal-item[data-delay="4"] { transition-delay: 0.4s; }
.reveal-item[data-delay="5"] { transition-delay: 0.5s; }

/* ── Mobile Menu ─────────────────────────────────────────────────── */
#mobile-menu {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.06);
}
#mobile-menu.open {
  display: block;
  animation: menuSlideDown 0.25s ease forwards;
}
@keyframes menuSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Spotlight effect (JS-driven) ────────────────────────────────── */
.spotlight-card {
  position: relative;
  overflow: hidden;
}
.spotlight-card .spotlight {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}
.spotlight-card:hover .spotlight { opacity: 1; }

/* ── Section Label pill ──────────────────────────────────────────── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(59,130,246,0.1);
  border: 1px solid rgba(59,130,246,0.2);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60a5fa;
  margin-bottom: 20px;
}

/* ── Section divider ─────────────────────────────────────────────── */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,0.3), transparent);
}

/* ── Logo mark ───────────────────────────────────────────────────── */
.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────── */

/* Large tablets / small laptops */
@media (max-width: 1024px) {
  .hero-h1    { font-size: 64px; }
  .section-h2 { font-size: 42px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-span-2 { grid-column: span 2; }
  .stats-card { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.07); }
  .stat-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); border-right: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-col:nth-child(2) { border-right: none; }
  .trust-col:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.07); }
  .trust-col:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); border-right: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .pricing-popular-card { transform: scale(1); }
  .pricing-popular-card:hover { transform: translateY(-4px); }
  .audience-card { padding: 32px; }
}

/* Portrait tablets + large phones */
@media (max-width: 768px) {
  .hero-h1    { font-size: 48px; }
  .section-h2 { font-size: 34px; }
  .section-h3 { font-size: 22px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-span-2 { grid-column: span 1; }
  .bento-card { padding: 24px; }
  .stats-card { grid-template-columns: repeat(2, 1fr); }
  .stat-item { padding: 28px 20px; }
  .stat-number { font-size: 40px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-col:nth-child(2) { border-right: none; }
  .trust-col:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.07); border-right: 1px solid rgba(255,255,255,0.07); }
  .trust-col:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); border-right: none; }
  .step-connector-line { display: none; }
  .audience-card { padding: 24px; }
  .testimonial-card { padding: 24px; }
  .trust-row { gap: 12px; }
  .trust-divider { display: none; }
  .ticker-wrap::before,
  .ticker-wrap::after { width: 60px; }
  .orb { filter: blur(50px); }
}

/* Phones */
@media (max-width: 600px) {
  .hero-h1    { font-size: 40px; }
  .section-h2 { font-size: 28px; }
  .section-h3 { font-size: 20px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 28px 24px; }
  .terminal-card { max-width: 100% !important; }
  .terminal-body { min-height: 160px; }
  .audience-card { padding: 20px; }
}

/* Small phones */
@media (max-width: 480px) {
  .hero-h1    { font-size: 34px; }
  .section-h2 { font-size: 26px; }
  .stats-card { grid-template-columns: 1fr 1fr; }
  .stat-number { font-size: 32px; }
  .stat-item { padding: 24px 16px; }
  .btn-primary, .btn-ghost { padding: 12px 20px; font-size: 14px; }
  .bento-card { padding: 20px; }
  .ticker-wrap::before,
  .ticker-wrap::after { width: 40px; }
}

/* ── Mobile orb suppression ──────────────────────────────────────── */
@media (max-width: 768px) {
  .orb { opacity: 0.06 !important; filter: blur(40px); }
}

/* ── Misc animations ─────────────────────────────────────────────── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.6s ease-out forwards; }

@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}


/* ── Content visibility — skip rendering of off-screen sections ──── */
#features, #ai, #how-it-works, #for-who, #comparison, #pricing,
#testimonials, #faq {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

/* ── Reduced motion ──────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .fade-in-up { animation: none; opacity: 1; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
