/* ═══════════════════════════════════════════════════════
   BlazeHive Landing Page — LP-only styles
   global.css handles: reset, tokens, nav, buttons, layout.
   ═══════════════════════════════════════════════════════ */

/* ── Precision Grid Background ─────────────────────── */
.grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: #fafafa;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.grid-fade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, transparent 0%, #fafafa 70%);
}

/* ── Typography & Gradients ────────────────────────── */
.display {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* ── Micro-Borders & Sharp Containers ──────────────── */
.engineered-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  border-radius: 12px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.engineered-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

/* ── Cascade Reveals (Linear style) ────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.05s;
}
.reveal-delay-2 {
  transition-delay: 0.1s;
}
.reveal-delay-3 {
  transition-delay: 0.15s;
}
.reveal-delay-4 {
  transition-delay: 0.2s;
}

/* ═══════════════════════════════════════════════════════
   SECTION 1 — HERO (CONSTELLATION)
   ═══════════════════════════════════════════════════════ */
.centric-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 24px 80px;
  overflow: hidden;
}

/* -- The Constellation Environment -- */
.hero-constellation {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.radar-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  opacity: 0.05;
  color: var(--ink);
  animation: rotate-slow 60s linear infinite;
}

/* Agent Nodes */
.agent-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.node-left {
  top: 25%;
  left: 15%;
}
.node-right {
  top: 38%;
  right: 12%;
}
.node-bottom {
  bottom: 15%;
  left: 30%;
}

.drone-wrapper {
  position: relative;
  z-index: 5;
}
.drone-alpha {
  animation: dart-alpha 45s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.drone-beta {
  animation: dart-beta 52s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.drone-gamma {
  animation: dart-gamma 40s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.premium-drone {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
}

.tech-line {
  position: absolute;
  background: var(--border);
  width: 1px;
  height: 120px;
  z-index: -1;
}
.line-left {
  top: 80%;
  right: -20px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
.line-right {
  bottom: 80%;
  left: -20px;
  transform: rotate(45deg);
  opacity: 0.5;
}
.line-bottom {
  bottom: 80%;
  right: -30px;
  transform: rotate(30deg);
  opacity: 0.5;
}

/* Sharp data tags */
.data-tag {
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.data-tag .tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 0 6px currentColor;
}

/* -- The Core text block -- */
.hero-centric {
  position: relative;
  z-index: 10;
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-h1 {
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin-bottom: 24px;
  color: var(--ink);
}
.hero-h1 .counter-line {
  display: block;
  margin-top: 8px;
}
.hero-h1 .counter {
  display: inline-block;
  min-width: 4.5ch;
  text-align: right;
  margin-right: -4px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-variant-numeric: tabular-nums;
}

.hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-secondary);
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 500px;
}
.hero-cta-centric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero-trust {
  font-size: 13px;
  color: var(--ink-muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ═══════════════════════════════════════════════════════
   SECTION 2 — PROOF (Tight Bento)
   ═══════════════════════════════════════════════════════ */
#proof {
  padding-bottom: 60px;
}
.proof-label {
  text-align: center;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--ink);
  margin-bottom: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bento-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.ga-bento {
  padding: 4px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.ga-screenshot {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.ga-screenshot img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* The Laser Sweep */
.laser-sweep {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  opacity: 0;
  animation: laser-scan 4s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  z-index: 10;
}

.stat-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stat-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  border-radius: 12px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.stat-pill:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.stat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.dash-widget .number {
  font-size: 34px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.stat-pill .label {
  font-size: 13px;
  color: var(--ink-secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Dashboard Widget Additions */
.dash-widget .spark-path {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: dash-draw 2s ease-out forwards;
}
@keyframes dash-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.rank-badge {
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(216, 96, 48, 0.1);
  color: var(--fire);
  font-size: 11px;
  font-weight: 700;
}
.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 32px;
}
.m-bar {
  flex: 1;
  background: var(--border);
  border-radius: 2px 2px 0 0;
  transform: scaleY(0);
  animation: bar-rise 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transform-origin: bottom;
}
@keyframes bar-rise {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.organic-pill {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.organic-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.organic-ring {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ring-anim {
  stroke-dashoffset: 100;
  animation: ring-fill 1.5s ease-out forwards 0.3s;
}
@keyframes ring-fill {
  to {
    stroke-dashoffset: 5;
  }
}
.ring-inner-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}

/* ═══════════════════════════════════════════════════════
   SECTION 2.5 — PERSONAS
   ═══════════════════════════════════════════════════════ */
#personas {
  padding-top: 0;
  padding-bottom: 80px;
}
.personas-title {
  text-align: center;
  font-size: 18px;
  color: var(--ink-secondary);
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
.personas-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.persona-card {
  background: linear-gradient(160deg, #ffffff 0%, #fff7f4 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 1),
    0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.persona-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 96, 48, 0.25);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 1),
    0 12px 32px rgba(216, 96, 48, 0.12);
}
.persona-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient);
  opacity: 0.6;
  transition: all 0.3s;
}
.persona-card:hover::before {
  opacity: 1;
  height: 4px;
}
.persona-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(216, 96, 48, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 96, 48, 0.15);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.9);
  transition: transform 0.3s;
}
.persona-card:hover .persona-icon {
  transform: scale(1.05);
  background: rgba(216, 96, 48, 0.08);
}
.persona-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  transition: color 0.3s;
}
.persona-card:hover .p-title {
  color: var(--accent);
}
.p-desc {
  font-size: 13.5px;
  color: var(--ink-secondary);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════════════
   SECTION 3 — PAIN
   ═══════════════════════════════════════════════════════ */
.pain-heading {
  text-align: center;
  margin-bottom: 56px;
}
.pain-heading h2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 12px;
  color: var(--ink);
}

.complicated-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.complicated-text {
  display: inline-block;
  padding: 4px 32px;
  background: repeating-linear-gradient(
    -45deg,
    var(--surface),
    var(--surface) 10px,
    rgba(216, 96, 48, 0.05) 10px,
    rgba(216, 96, 48, 0.05) 20px
  );
  border: 1.5px dashed var(--fire);
  border-radius: 8px;
  color: var(--fire);
  transform: rotate(-3deg);
  box-shadow: 0 8px 16px rgba(216, 96, 48, 0.15);
  font-style: italic;
  z-index: 2;
  position: relative;
}
.chaos-wires {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  z-index: 1;
  pointer-events: none;
}

.pain-heading p {
  font-size: 16px;
  color: var(--ink-secondary);
  font-weight: 400;
}

.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

/* -- Invoice Metaphor -- */
.pain-invoice {
  padding: 0;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}
.invoice-header {
  padding: 24px;
  border-bottom: 1px dashed var(--border-strong);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.invoice-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.invoice-id {
  font-family: monospace;
  font-size: 12px;
  color: var(--ink-muted);
}

.cost-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
}
.cost-row .item {
  font-size: 14px;
  color: var(--ink-secondary);
  font-weight: 500;
}
.cost-row .price {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.invoice-total {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: rgba(239, 68, 68, 0.02);
}
.total-label {
  font-weight: 600;
  color: var(--danger);
  font-size: 15px;
}
.total-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--danger);
  line-height: 1;
  letter-spacing: -0.02em;
}
.total-price span {
  font-size: 14px;
  font-weight: 500;
}

/* -- AI Shift VS Graphic -- */
.pain-ai {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}
.vs-graphic {
  display: flex;
  gap: 12px;
  align-items: stretch;
  background: transparent;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
}
.vs-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.vs-header {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--ink-secondary);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 8px;
}
.search-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-result {
  height: 32px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  width: 100%;
  opacity: 0.4;
}
.s-result::before {
  content: "";
  width: 40px;
  height: 4px;
  background: #3b82f6;
  border-radius: 2px;
}
.you-result {
  opacity: 1;
  border-color: rgba(216, 96, 48, 0.3);
  background: rgba(216, 96, 48, 0.05);
  color: var(--fire);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.you-result::before {
  display: none;
}

.vs-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-secondary);
  width: 32px;
}
.vs-arrow {
  opacity: 0.5;
  stroke-width: 1.5px;
  width: 32px;
  height: 32px;
}

.llm-result {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  box-shadow: var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
}
.llm-badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.llm-text {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.5;
  font-style: italic;
  opacity: 0.9;
}
.llm-cite {
  margin-top: auto;
  font-size: 12px;
  color: var(--success);
  background: var(--bg);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.llm-cite strong {
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
}

/* -- Urgency Banner -- */
.urgency-banner {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.05);
}
.u-icon {
  color: #ef4444;
  flex-shrink: 0;
}
.u-content {
  flex: 1;
}
.urgency-stat {
  font-size: 18px;
  font-weight: 700;
  color: #991b1b;
  margin-bottom: 4px;
}
.urgency-sub {
  font-size: 14px;
  color: #b91c1c;
  line-height: 1.5;
}
.urgency-btn {
  background: #fff;
  border-color: #fca5a5;
  color: #991b1b;
  white-space: nowrap;
}
.urgency-btn:hover {
  background: #fee2e2;
}

/* ═══════════════════════════════════════════════════════
   SECTION 4 — HOW IT WORKS (Data Flow)
   ═══════════════════════════════════════════════════════ */
#how {
  text-align: center;
}
.how-heading {
  margin-bottom: 72px;
}
.how-heading h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.steps-container {
  position: relative;
  margin-bottom: 64px;
}
.path-svg {
  position: absolute;
  top: 32px;
  left: 16%;
  right: 16%;
  height: 2px;
  width: 68%;
  z-index: 0;
  pointer-events: none;
}
.path-line {
  stroke: var(--border);
  stroke-width: 2;
  stroke-dasharray: 4 4;
}
.data-packet {
  width: 40px;
  height: 2px;
  background: var(--gradient);
  position: absolute;
  top: 32px;
  left: 16%;
  z-index: 1;
  box-shadow: 0 0 8px var(--accent);
  animation: data-flow 3s linear infinite;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.step-icon svg {
  width: 28px;
  height: 28px;
  color: var(--ink);
}

.step-number {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-secondary);
  margin-bottom: 8px;
}
.step-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.step-desc {
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.5;
  max-width: 240px;
}

.how-bottom-line {
  font-size: 16px;
  color: var(--ink-secondary);
  margin-bottom: 32px;
  display: inline-block;
}
.how-bottom-line strong {
  color: var(--ink);
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════════
   SECTION 5 — COMPOUND
   ═══════════════════════════════════════════════════════ */
.compound-heading {
  text-align: center;
  margin-bottom: 72px;
}
.fb-badge {
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.02em;
}
.fb-google {
  background: rgba(59, 130, 246, 0.08);
  color: #2563eb;
  border: 1px solid rgba(59, 130, 246, 0.2);
}
.fb-ai {
  background: rgba(216, 96, 48, 0.08);
  color: var(--fire);
  border: 1px solid rgba(216, 96, 48, 0.2);
}
.fb-badge svg {
  margin-bottom: 2px;
}

/* Swoosh Animation */
.swoosh-path {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
}
.reveal.visible .swoosh-path {
  animation: draw-swoosh 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.4s;
}
.swoosh-arrow {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}
.reveal.visible .swoosh-arrow {
  animation: draw-swoosh 0.2s ease-out forwards 1.1s;
}
@keyframes draw-swoosh {
  to {
    stroke-dashoffset: 0;
  }
}

.curves-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}
.curve-card {
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.curve-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--ink);
  position: relative;
  z-index: 2;
}
.curve-label .icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.curve-google .icon {
  color: var(--accent);
}
.curve-ai .icon {
  color: var(--fire);
}

.curve-svg {
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
}
.curve-line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.curve-card.visible .curve-line {
  stroke-dashoffset: 0;
}
.curve-area {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1) 1s;
}
.curve-card.visible .curve-area {
  opacity: 1;
}

/* ═══════════════════════════════════════════════════════
   SECTION 6 — INTEGRATIONS (Stripe Marquee)
   ═══════════════════════════════════════════════════════ */
#integrations {
  text-align: center;
  padding-bottom: 120px;
  overflow: hidden;
}
.integrations-heading h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}

.marquee-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;
  padding: 32px 0;
  display: flex;
}
.marquee-container::before,
.marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15vw;
  z-index: 2;
  pointer-events: none;
}
.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}
.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.marquee-content {
  display: flex;
  gap: 0;
  padding-right: 0;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.marquee-group {
  display: flex;
  gap: 48px;
  padding-right: 48px;
  flex-shrink: 0;
  align-items: center;
}
.logo-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-secondary);
}
.logo-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-secondary);
}

.integrations-line {
  font-size: 15px;
  color: var(--ink-secondary);
  margin-top: 40px;
}

/* ═══════════════════════════════════════════════════════
   SECTION 7 — PRICING
   ═══════════════════════════════════════════════════════ */
.pricing-heading {
  text-align: center;
  margin-bottom: 56px;
}
.pricing-heading h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.value-anchor {
  max-width: 400px;
  margin: 0 auto 56px;
  padding: 24px;
}
.anchor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ink-secondary);
}
.anchor-row .val {
  font-weight: 500;
  color: var(--ink);
}
.anchor-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid var(--border);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}
.anchor-total .val {
  font-size: 20px;
  font-weight: 700;
  color: var(--danger);
  position: relative;
}
.anchor-total .val::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  right: -5%;
  height: 2px;
  background: var(--danger);
  transform: rotate(-8deg);
}

/* Tier cards */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  align-items: stretch;
}
.pricing-card {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border-color: rgba(216, 96, 48, 0.3);
  box-shadow:
    0 4px 12px rgba(216, 96, 48, 0.05),
    inset 0 24px 48px rgba(216, 96, 48, 0.02);
  position: relative;
}
.pricing-card.featured::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background: var(--gradient);
  border-radius: 12px 12px 0 0;
}

.pricing-badge {
  display: inline-block;
  margin-bottom: 16px;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--surface-sunken);
  color: var(--accent);
  border: 1px solid var(--border);
}
.pricing-tier {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--ink);
}
.pricing-audience {
  font-size: 13px;
  color: var(--ink-secondary);
  margin-bottom: 24px;
}
.pricing-price {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.pricing-price span {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-muted);
  letter-spacing: 0;
}
.pricing-interval {
  font-size: 12px;
  color: var(--ink-muted);
  margin-bottom: 32px;
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  flex: 1;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--ink);
  line-height: 1.5;
}
.pricing-features li .check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  color: var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pricing-features li .check svg {
  width: 8px;
  height: 8px;
}

.pricing-card .btn-primary {
  width: 100%;
  justify-content: center;
}
.pricing-card:not(.featured) .btn-primary {
  background: var(--surface-sunken);
  color: var(--ink);
  box-shadow: none;
  border: 1px solid var(--border);
}
.pricing-card:not(.featured) .btn-primary:hover {
  background: var(--surface-raised);
  border-color: var(--border-strong);
}

.pricing-includes {
  text-align: center;
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 48px;
}

.risk-reversal {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 32px;
}
.risk-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.risk-line {
  font-size: 15px;
  color: var(--ink-secondary);
}
.risk-line strong {
  font-weight: 600;
  color: var(--ink);
}
.risk-punchline {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ═══════════════════════════════════════════════════════
   SECTION 8 — FINAL CTA
   ═══════════════════════════════════════════════════════ */
#final-cta {
  text-align: center;
  padding: 140px 24px;
  position: relative;
}
.final-bee {
  margin: 0 auto 32px;
  transform: scale(1);
}
.final-h2 {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.final-sub {
  font-size: 16px;
  color: var(--ink-secondary);
  margin-bottom: 32px;
  line-height: 1.5;
}
.final-trust {
  margin-top: 20px;
  font-size: 13px;
  color: var(--ink-muted);
}

/* ═══════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════ */
@keyframes hover-mech {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes rotate-slow {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes laser-scan {
  0% {
    top: 0%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes data-flow {
  0% {
    left: 16%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    left: 84%;
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@keyframes wing-flutter {
  0%,
  100% {
    transform: scaleY(1) rotate(-5deg);
  }
  50% {
    transform: scaleY(0.4) rotate(15deg);
  }
}
@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 0 2px rgba(216, 96, 48, 0.4);
  }
  50% {
    box-shadow: 0 0 8px rgba(216, 96, 48, 0.8);
  }
}
@keyframes bee-wiggle {
  0%,
  100% {
    transform: rotate(0) translateY(0);
  }
  25% {
    transform: rotate(-5deg) translateY(-2px);
  }
  75% {
    transform: rotate(5deg) translateY(-2px);
  }
}
@keyframes spark {
  0%,
  100% {
    transform: scale(0.8) rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2) rotate(15deg);
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(216, 96, 48, 0.6));
  }
}
@keyframes wing-organic-left {
  0% {
    transform: scaleX(1) scaleY(1) rotate(0deg);
  }
  100% {
    transform: scaleX(0.7) scaleY(0.9) rotate(-15deg);
  }
}
@keyframes wing-organic-right {
  0% {
    transform: scaleX(1) scaleY(1) rotate(0deg);
  }
  100% {
    transform: scaleX(0.7) scaleY(0.9) rotate(15deg);
  }
}
@keyframes dart-alpha {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  20% {
    transform: translate(140px, -60px) scale(0.9) rotate(8deg);
  }
  25% {
    transform: translate(140px, -60px) scale(0.9) rotate(8deg);
  }
  55% {
    transform: translate(-40px, 120px) scale(1.1) rotate(-5deg);
  }
  60% {
    transform: translate(-40px, 120px) scale(1.1) rotate(-5deg);
  }
  85% {
    transform: translate(60px, 40px) scale(1) rotate(0deg);
  }
}
@keyframes dart-beta {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  15% {
    transform: translate(-180px, 80px) scale(1.1) rotate(-10deg);
  }
  25% {
    transform: translate(-180px, 80px) scale(1.1) rotate(-10deg);
  }
  60% {
    transform: translate(-60px, -120px) scale(0.9) rotate(5deg);
  }
  65% {
    transform: translate(-60px, -120px) scale(0.9) rotate(5deg);
  }
}
@keyframes dart-gamma {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }
  35% {
    transform: translate(-100px, -140px) scale(0.9) rotate(10deg);
  }
  45% {
    transform: translate(-100px, -140px) scale(0.9) rotate(10deg);
  }
  75% {
    transform: translate(160px, -20px) scale(1.1) rotate(-5deg);
  }
  80% {
    transform: translate(160px, -20px) scale(1.1) rotate(-5deg);
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE (LP sections only)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
  }
  .hero-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-sub {
    margin: 0 auto 32px;
  }
  .hero-cta {
    align-items: center;
  }
  .hero-bee {
    height: 320px;
  }
  .ring-mech-3 {
    display: none;
  }
  .bento-proof-grid {
    grid-template-columns: 1fr;
  }
  .stat-pills {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .personas-track {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .pain-grid {
    grid-template-columns: 1fr;
  }
  .urgency-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .curves-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 48px;
  }
  .pricing-card.featured {
    transform: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .path-svg {
    display: none;
  }
  .data-packet {
    display: none;
  }
}

@media (max-width: 768px) {
  .centric-hero-section {
    padding-top: 120px;
    min-height: auto;
  }
  .agent-node {
    display: none;
  }
  .radar-bg {
    width: 500px;
    height: 500px;
  }
  .hero-h1 {
    font-size: 38px;
  }
  .stat-pills {
    grid-template-columns: 1fr;
  }
  .personas-track {
    grid-template-columns: 1fr;
  }
  #final-cta {
    padding: 80px 20px;
  }
}
