/* WebSpyDetector + Sirius — landing Founders */
:root {
  --sd-blue: #1e3a8a;
  --sd-blue-mid: #2563eb;
  --sd-blue-light: #3b82f6;
  --sd-blue-glow: #60a5fa;
  --sd-emerald: #10b981;
  --sd-cyan: #0ea5e9;
  --sd-ink: #0f172a;
  --sd-ink-soft: #1e293b;
  --sd-muted: #64748b;
  --sd-border: rgba(148, 163, 184, 0.22);
  --sd-white: #ffffff;
  --sd-surface: #f8fafc;
  --sd-dark: #030712;
  --sd-radius: 1.25rem;
  --sd-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
  --sd-header-h: 4.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wspd-lp {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--sd-dark);
  color: var(--sd-ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wspd-shell {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--sd-white);
  min-height: 100vh;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.45);
  overflow-x: hidden;
}

.wspd-container {
  width: min(100% - 2.5rem, 1040px);
  margin-inline: auto;
}

/* Header */
.wspd-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--sd-header-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}
.wspd-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.25rem;
  max-width: 1180px;
  margin: 0 auto;
}
.wspd-brand {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.05;
}
.wspd-brand__main {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: var(--sd-ink);
}
.wspd-brand__main em {
  font-style: normal;
  background: linear-gradient(120deg, var(--sd-emerald), var(--sd-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wspd-brand__sub {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sd-muted);
}
.wspd-nav {
  display: none;
  align-items: center;
  gap: 1.35rem;
}
.wspd-nav a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--sd-muted);
  text-decoration: none;
}
.wspd-nav a:hover { color: var(--sd-blue-mid); }

/* Buttons */
.wspd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  white-space: nowrap;
}
.wspd-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--sd-emerald) 0%, var(--sd-cyan) 55%, var(--sd-blue-mid) 100%);
  box-shadow: 0 10px 32px rgba(16, 185, 129, 0.35);
}
.wspd-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.4);
  filter: brightness(1.05);
}
.wspd-btn--urgent {
  animation: wspd-btn-urgent 1.4s ease-in-out infinite;
}
@keyframes wspd-btn-urgent {
  0%, 100% { box-shadow: 0 10px 32px rgba(16, 185, 129, 0.35); }
  50% { box-shadow: 0 14px 40px rgba(251, 191, 36, 0.55), 0 0 0 3px rgba(251, 191, 36, 0.25); }
}
.wspd-btn--ghost {
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.wspd-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}
.wspd-btn--outline {
  color: var(--sd-blue) !important;
  background: transparent;
  border: 2px solid var(--sd-blue-mid);
}
.wspd-btn--outline:hover {
  background: rgba(37, 99, 235, 0.06);
}
.wspd-btn--lg { padding: 1rem 1.85rem; font-size: 1.05rem; }
.wspd-btn--block { width: 100%; }

/* Hero */
.wspd-hero {
  position: relative;
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(4rem, 10vw, 6rem);
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(16, 185, 129, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(37, 99, 235, 0.35), transparent 50%),
    linear-gradient(165deg, #020617 0%, #0f172a 40%, #1e3a8a 100%);
  color: #e2e8f0;
  overflow: hidden;
}
.wspd-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}
.wspd-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  animation: wspd-float 12s ease-in-out infinite;
}
.wspd-hero__orb--1 { width: 280px; height: 280px; background: rgba(16, 185, 129, 0.25); top: 10%; right: 5%; }
.wspd-hero__orb--2 { width: 220px; height: 220px; background: rgba(59, 130, 246, 0.3); bottom: 15%; left: -5%; animation-delay: -4s; }
@keyframes wspd-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -18px) scale(1.06); }
}
.wspd-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.wspd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6ee7b7;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.35);
}
.wspd-kicker__ai {
  color: #67e8f9;
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.35);
}
.wspd-innovation-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #e0f2fe;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.55), rgba(8, 145, 178, 0.35));
  border: 1px solid rgba(103, 232, 249, 0.35);
  box-shadow: 0 12px 32px -16px rgba(6, 182, 212, 0.55);
}
.wspd-innovation-badge i {
  color: #fde047;
  font-size: 0.95rem;
}
.wspd-hero__title {
  font-size: clamp(2rem, 5.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.15rem;
  color: #fff;
}
.wspd-hero__subtitle {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: #94a3b8;
  max-width: 34rem;
  margin: 0 0 1.75rem;
}
.wspd-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}
.wspd-hero__targets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wspd-pill {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
}

/* Phone mock */
.wspd-hero__visual {
  display: flex;
  justify-content: center;
}
.wspd-phone {
  width: min(100%, 300px);
  aspect-ratio: 9/18;
  border-radius: 2.2rem;
  padding: 0.65rem;
  background: linear-gradient(145deg, #1e293b, #0f172a);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
  position: relative;
}
.wspd-phone__screen {
  height: 100%;
  border-radius: 1.7rem;
  background: linear-gradient(180deg, #0f172a, #1e3a8a 60%, #0c4a6e);
  padding: 1.25rem 1rem;
  overflow: hidden;
  position: relative;
}
.wspd-phone__sirius-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(251, 146, 60, 0.22) 0%, transparent 58%);
  pointer-events: none;
  z-index: 1;
  transition: background 0.6s ease;
}
.wspd-phone__sirius-glow--clear {
  background: radial-gradient(circle at 50% 45%, rgba(16, 185, 129, 0.22) 0%, transparent 58%);
}
.wspd-phone__sirius-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 6;
  pointer-events: none;
  text-align: center;
  border-radius: 0.75rem;
  padding: 0.85rem 0.65rem;
  border: 2px solid rgba(251, 146, 60, 0.55);
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.98));
  box-shadow: 0 0 24px rgba(251, 146, 60, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}
.wspd-phone__sirius-panel--clear {
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 0 24px rgba(16, 185, 129, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.wspd-phone__sirius-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #67e8f9;
  margin-bottom: 0.5rem;
}
.wspd-phone__sirius-brand i { color: #fde047; }
.wspd-phone__sirius-status {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fdba74;
}
.wspd-phone__sirius-panel--clear .wspd-phone__sirius-status { color: #6ee7b7; }
.wspd-phone__sirius-detail {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1.45;
  color: #cbd5e1;
  text-transform: none;
}
.wspd-phone__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--sd-emerald), var(--sd-cyan), transparent);
  animation: wspd-scan 3s ease-in-out infinite;
  opacity: 0.85;
  z-index: 2;
}
@keyframes wspd-scan {
  0% { top: 15%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 85%; opacity: 0; }
}
.wspd-phone__stat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.25rem;
  text-align: center;
  z-index: 3;
  opacity: 0.85;
}
.wspd-phone__nodes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.85rem;
  z-index: 3;
  opacity: 0.7;
}
.wspd-phone__stat-val {
  font-size: 2.5rem;
  font-weight: 800;
  color: #6ee7b7;
  line-height: 1;
}
.wspd-phone__stat-lbl {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 0.35rem;
}
.wspd-node {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--sd-cyan);
  animation: wspd-pulse 2s ease-in-out infinite;
}
.wspd-node:nth-child(2n) { animation-delay: 0.4s; background: var(--sd-emerald); }
.wspd-node:nth-child(3n) { animation-delay: 0.8s; }
@keyframes wspd-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}

/* Quote strip */
.wspd-quote-strip {
  background: linear-gradient(90deg, var(--sd-blue) 0%, var(--sd-blue-mid) 50%, var(--sd-emerald) 100%);
  color: #fff;
  padding: 1.15rem 0;
  text-align: center;
}
.wspd-quote-strip p {
  margin: 0;
  font-weight: 700;
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  letter-spacing: -0.01em;
}

/* Innovation tech band */
.wspd-innovation-band {
  background: #0f172a;
  border-bottom: 1px solid rgba(103, 232, 249, 0.15);
  padding: 0.85rem 0;
  overflow-x: auto;
}
.wspd-innovation-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  min-width: min-content;
}
.wspd-innovation-band__label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fde047;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(253, 224, 71, 0.35);
  background: rgba(253, 224, 71, 0.08);
}
.wspd-innovation-band__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #cbd5e1;
  white-space: nowrap;
}
.wspd-innovation-band__item i {
  color: #22d3ee;
  font-size: 0.9rem;
}

/* Sections */
.wspd-section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}
.wspd-section--alt { background: var(--sd-surface); }
.wspd-section--dark {
  background: linear-gradient(180deg, #0f172a, #1e293b);
  color: #e2e8f0;
}
.wspd-section__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sd-blue-mid);
  margin-bottom: 0.65rem;
}
.wspd-section--dark .wspd-section__eyebrow { color: #6ee7b7; }
.wspd-section__title {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--sd-ink);
}
.wspd-section--dark .wspd-section__title { color: #fff; }
.wspd-section__lead {
  font-size: 1.05rem;
  color: var(--sd-muted);
  max-width: 38rem;
  margin: 0 0 2rem;
}
.wspd-section--dark .wspd-section__lead { color: #94a3b8; }

/* Problem cards */
.wspd-problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.wspd-problem-card {
  padding: 1.35rem;
  border-radius: var(--sd-radius);
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}
.wspd-problem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sd-shadow);
}
.wspd-problem-card i {
  font-size: 1.5rem;
  color: var(--sd-blue-mid);
  margin-bottom: 0.65rem;
  display: block;
}
.wspd-problem-card p {
  margin: 0;
  font-weight: 600;
  color: var(--sd-ink-soft);
  font-size: 0.98rem;
}
.wspd-callout {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-radius: var(--sd-radius);
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.08), rgba(16, 185, 129, 0.08));
  border-left: 4px solid var(--sd-emerald);
  font-weight: 600;
  color: var(--sd-ink-soft);
}
.wspd-trust-flex {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.22);
  font-size: 0.92rem;
  color: #0f766e;
  line-height: 1.45;
}
.wspd-trust-flex i {
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: #059669;
}

/* AI supervisionata */
.wspd-section--ai {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(6, 182, 212, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(99, 102, 241, 0.12), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
  border-top: 1px solid rgba(99, 102, 241, 0.12);
  border-bottom: 1px solid rgba(6, 182, 212, 0.12);
}
.wspd-ai-accent {
  background: linear-gradient(90deg, #2563eb, #06b6d4, #10b981);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wspd-ai-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.wspd-ai-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--sd-radius);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 10px 30px -20px rgba(30, 64, 175, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wspd-ai-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -22px rgba(6, 182, 212, 0.45);
}
.wspd-ai-card--featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #0e7490 100%);
  border-color: rgba(103, 232, 249, 0.35);
  color: #fff;
}
.wspd-ai-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  box-shadow: 0 8px 20px -10px rgba(37, 99, 235, 0.6);
}
.wspd-ai-card--featured .wspd-ai-card__icon {
  background: linear-gradient(135deg, #22d3ee, #34d399);
}
.wspd-ai-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--sd-ink);
  letter-spacing: -0.02em;
}
.wspd-ai-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--sd-muted);
}
.wspd-ai-card--featured h3,
.wspd-ai-card--featured p,
.wspd-ai-card--featured p em {
  color: #fff;
}
.wspd-ai-card--featured p {
  opacity: 0.95;
}
.wspd-ai-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}
.wspd-ai-strip__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1e3a8a;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 4px 14px -10px rgba(15, 23, 42, 0.25);
}
.wspd-ai-strip__pill i { color: #0891b2; }

/* Story timeline */
.wspd-timeline {
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(37, 99, 235, 0.25);
}
.wspd-timeline__item {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
}
.wspd-timeline__item::before {
  content: '';
  position: absolute;
  left: -1.62rem;
  top: 0.35rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sd-emerald), var(--sd-cyan));
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}
.wspd-timeline__year {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sd-emerald);
  margin-bottom: 0.25rem;
}
.wspd-timeline__text {
  margin: 0;
  color: #cbd5e1;
  font-size: 1rem;
}
.wspd-story-closer {
  margin-top: 2rem;
  padding: 1.75rem;
  border-radius: var(--sd-radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

/* Compare */
.wspd-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.wspd-compare__col {
  border-radius: var(--sd-radius);
  padding: 1.75rem;
}
.wspd-compare__col--other {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}
.wspd-compare__col--us {
  background: linear-gradient(145deg, #0f172a, #1e3a8a);
  color: #e2e8f0;
  border: 1px solid rgba(96, 165, 250, 0.3);
  box-shadow: var(--sd-shadow);
}
.wspd-compare__head {
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.wspd-compare__col--other .wspd-compare__head { color: var(--sd-muted); }
.wspd-compare__col--us .wspd-compare__head { color: #6ee7b7; }
.wspd-compare ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wspd-compare li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
}
.wspd-compare li i { flex-shrink: 0; margin-top: 0.15rem; }
.wspd-compare__col--other li i { color: #94a3b8; }
.wspd-compare__col--us li i { color: var(--sd-emerald); }

/* Funnel differenza */
.wspd-funnel-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 720px) {
  .wspd-funnel-compare { grid-template-columns: 1fr 1fr; }
}
.wspd-funnel-col {
  border-radius: var(--sd-radius);
  padding: 1.25rem 1rem;
  text-align: center;
}
.wspd-funnel-col--other {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
}
.wspd-funnel-col--us {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.04), rgba(16, 185, 129, 0.08));
  border: 1px solid rgba(16, 185, 129, 0.35);
}
.wspd-funnel-col__head {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  color: var(--sd-muted);
}
.wspd-funnel-col--us .wspd-funnel-col__head { color: #0f766e; }
.wspd-funnel-step {
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--sd-ink-soft);
}
.wspd-funnel-col--us .wspd-funnel-step {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(16, 185, 129, 0.25);
  color: #0f172a;
}
.wspd-funnel-step--end {
  font-weight: 800;
  color: var(--sd-muted);
}
.wspd-funnel-col--us .wspd-funnel-step--end {
  color: #047857;
  border-color: rgba(16, 185, 129, 0.45);
}
.wspd-funnel-arrow {
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.2rem 0;
  color: #94a3b8;
  font-weight: 700;
}
.wspd-funnel-col--us .wspd-funnel-arrow { color: #10b981; }

.wspd-compare__key {
  margin-top: 2rem;
  text-align: center;
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  font-weight: 800;
  color: var(--sd-blue);
  letter-spacing: -0.02em;
}

/* Chain copy */
.wspd-chain {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
.wspd-chain__step {
  text-align: center;
  padding: 1.25rem;
  border-radius: var(--sd-radius);
  background: #fff;
  border: 1px solid #e2e8f0;
}
.wspd-chain__step strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sd-emerald);
  margin-bottom: 0.35rem;
}
.wspd-chain__step span { font-weight: 600; color: var(--sd-ink-soft); }

/* Founders offer */
.wspd-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
.wspd-pricing-card {
  border-radius: 1.5rem;
  padding: 2rem;
  background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 100%);
  color: #fff;
  box-shadow: var(--sd-shadow);
  position: relative;
  overflow: hidden;
}
.wspd-pricing-card::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.35), transparent 70%);
  pointer-events: none;
}
.wspd-pricing-card__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.2);
  color: #fcd34d;
  border: 1px solid rgba(251, 191, 36, 0.4);
  margin-bottom: 1rem;
}
.wspd-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1.25rem 0;
}
.wspd-price {
  flex: 1;
  min-width: 120px;
}
.wspd-price__val {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.wspd-price__val small { font-size: 1rem; font-weight: 600; opacity: 0.75; }
.wspd-price__lbl {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-top: 0.25rem;
}
.wspd-includes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wspd-includes li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  color: #e2e8f0;
}
.wspd-includes li:last-child { border-bottom: none; }
.wspd-includes li i { color: var(--sd-emerald); flex-shrink: 0; margin-top: 0.1rem; }

/* Form */
.wspd-form-panel {
  background: #fff;
  border-radius: var(--sd-radius);
  padding: 1.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: var(--sd-shadow);
}
.wspd-form-panel h3 {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
}
.wspd-form-panel .hint {
  font-size: 0.88rem;
  color: var(--sd-muted);
  margin-bottom: 1.25rem;
}
.wspd-field { margin-bottom: 1rem; }
.wspd-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--sd-ink-soft);
}
.wspd-field input,
.wspd-field textarea,
.wspd-field select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  font: inherit;
  font-size: 0.95rem;
}
.wspd-field input:focus,
.wspd-field textarea:focus {
  outline: none;
  border-color: var(--sd-blue-mid);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}
.wspd-form-msg {
  font-size: 0.88rem;
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  display: none;
}
.wspd-form-msg.is-ok { display: block; background: #ecfdf5; color: #065f46; }
.wspd-form-msg.is-err { display: block; background: #fef2f2; color: #991b1b; }

/* Value + scarcity */
.wspd-value-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.wspd-value-item {
  padding: 1.25rem;
  border-radius: var(--sd-radius);
  background: #fff;
  border: 1px solid #e2e8f0;
  text-align: center;
}
.wspd-value-item strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--sd-blue-mid);
}
.wspd-value-item span { font-size: 0.88rem; color: var(--sd-muted); }

.wspd-scarcity {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(251, 191, 36, 0.12));
  border: 2px solid rgba(251, 191, 36, 0.45);
}
.wspd-scarcity__slots {
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 800;
  color: #b45309;
  line-height: 1;
  margin: 0.5rem 0;
}
.wspd-scarcity__bar {
  height: 10px;
  border-radius: 999px;
  background: #fde68a;
  overflow: hidden;
  max-width: 320px;
  margin: 1rem auto;
}
.wspd-scarcity__bar span {
  display: block;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, #f59e0b, #ef4444);
  border-radius: inherit;
  transition: width 1s ease;
}

/* Final CTA */
.wspd-final {
  text-align: center;
  padding: clamp(4rem, 10vw, 6rem) 1.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(16, 185, 129, 0.2), transparent),
    linear-gradient(180deg, #0f172a, #020617);
  color: #e2e8f0;
}
.wspd-final h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}
.wspd-final p {
  max-width: 32rem;
  margin: 0 auto 2rem;
  color: #94a3b8;
  font-size: 1.05rem;
}

/* Footer */
.wspd-footer {
  padding: 2rem 1.5rem;
  background: #020617;
  color: #64748b;
  font-size: 0.85rem;
  text-align: center;
}
.wspd-footer a { color: #94a3b8; }

/* Reveal */
.wspd-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.wspd-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Sticky mobile CTA */
.wspd-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
}
.wspd-sticky-cta.is-visible { display: block; }

@media (min-width: 768px) {
  .wspd-nav { display: flex; }
  .wspd-hero__layout { grid-template-columns: 1.05fr 0.95fr; }
  .wspd-compare { grid-template-columns: 1fr 1.15fr; }
  .wspd-offer-grid { grid-template-columns: 1.1fr 0.9fr; }
  .wspd-sticky-cta { display: none !important; }
}

@media (min-width: 900px) {
  .wspd-header__cta-sm { display: none; }
}
