/* Phosphor bold icons are already loaded via reveal.css; no @import here. */

/* ============================================================
   RevealVisitor marketing — BrandScout-inspired
   Calm light-lavender background, big bold headlines, blue
   eyebrows with leading dash, stat blocks with blue rules,
   dark heritage section, card grid.
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #f1eef9; /* light lavender — DS dp-purple-150 area */
  color: #0f071d;
  font-family: var(--dp-font-sans, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: #2D4BFF; text-decoration: none; }
.bs-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 56px;
}

/* ── Sticky nav ───────────────────────────────────────── */
.bs-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(241, 238, 249, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: background 160ms ease, border-color 160ms ease;
  border-bottom: 1px solid transparent;
}
.bs-nav.scrolled {
  background: rgba(241, 238, 249, 0.94);
  border-bottom-color: rgba(15, 7, 29, 0.07);
}
.bs-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 56px;
  gap: 32px;
}
.bs-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  flex: 0 0 auto;
}
.bs-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.bs-brand-text {
  display: grid;
  gap: 3px;
  line-height: 1;
}
.bs-brand-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f071d;
}
.bs-wordmark {
  display: inline-grid;
  grid-auto-flow: row;
  gap: 0;
  line-height: 0.92;
  text-align: left;
  font-family: "Inter", system-ui, sans-serif;
  white-space: nowrap;
}
.bs-wordmark .wm-light {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #5B3FD9;
  padding-left: 1px;
  line-height: 1;
}
.bs-wordmark .wm-bold {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #0F071D;
  line-height: 1;
  margin-top: 2px;
}
.bs-brand-by {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #78669C;
}
.bs-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1 1 auto;
  justify-content: center;
}
.bs-nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: #2D145F;
  text-decoration: none;
  transition: color 120ms;
}
.bs-nav-links a:hover { color: #2D4BFF; }
.bs-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
.bs-link {
  font-size: 14px;
  font-weight: 500;
  color: #0f071d;
}
.bs-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 22px;
  background: #0F071D;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: -0.01em;
  transition: background 120ms;
}
.bs-cta:hover { background: #2D145F; }
.bs-cta i { font-size: 14px; }

/* ── Hero ─────────────────────────────────────────────── */
.bs-hero { padding: 64px 0 96px; overflow: hidden; }
.bs-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 56px;
  align-items: stretch;
}
.bs-hero-text {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;  /* aligns actions block with the feed's bottom: 28px */
}

.bs-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.08);
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #2D145F;
  margin-bottom: 36px;
  align-self: flex-start;
}
.bs-pill-dot {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #42A353;
  box-shadow: 0 0 0 2px rgba(66, 163, 83, 0.16);
}
.bs-pill-tag {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 10.5px;
  background: #F1EEF9;
  border: 1px solid rgba(15, 7, 29, 0.08);
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 2px;
  color: #78669C;
}

.bs-hero h1 {
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 28px;
  color: #0f071d;
  text-wrap: balance;
}
.bs-lead {
  font-size: 17px;
  line-height: 1.55;
  color: #4a3f6f;
  max-width: 520px;
  margin: 0 0 36px;
  text-wrap: pretty;
}
.bs-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 26px;
  background: #0F071D;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: background 120ms;
}
.btn-dark:hover { background: #2D145F; }
.btn-dark.wide { width: 100%; justify-content: center; height: 46px; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 22px;
  background: #ffffff;
  color: #0f071d;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid rgba(15, 7, 29, 0.1);
  letter-spacing: -0.01em;
}
.btn-ghost:hover { background: #fafafe; border-color: rgba(15, 7, 29, 0.15); }
.btn-ghost i { font-size: 12px; color: #2D4BFF; }

/* Hero artwork (scattered cards on dotted grid) */
.bs-hero-art {
  position: relative;
  height: 540px;
  min-width: 0;
}
/* ── Hero animation: dotted globe with visitor arcs ──── */
.rv-globe-stage {
  position: relative;
  height: 680px;
  /* Let the sphere bleed past the right edge for a more expansive,
     "this is the world" feel — like Stripe / GitHub. */
  margin-right: -22%;
  margin-left: -6%;
}
.rv-globe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

/* Soft brand-tinted glow behind the sphere */
.rv-globe-glow {
  position: absolute;
  z-index: 0;
  inset: 8% -8% 8% 8%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(91, 63, 217, 0.18) 0%,
    rgba(91, 63, 217, 0.06) 35%,
    transparent 62%
  );
  filter: blur(28px);
  pointer-events: none;
}

/* "LIVE · Identifying visitors across N countries" pill */
.rv-globe-status {
  position: absolute;
  top: 18px;
  left: 4%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px 7px 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 999px;
  font-size: 12px;
  color: #2D145F;
  box-shadow: 0 8px 24px -8px rgba(15, 7, 29, 0.10);
  white-space: nowrap;
}
.rv-globe-status .rv-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2D4BFF;
  background: rgba(45, 75, 255, 0.08);
  padding: 3px 7px 3px 6px;
  border-radius: 4px;
}
.rv-globe-status .rv-live-dot {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #2D4BFF;
  box-shadow: 0 0 0 0 rgba(45, 75, 255, 0.6);
  animation: rvLivePulse 1.4s ease-out infinite;
}
@keyframes rvLivePulse {
  0%   { box-shadow: 0 0 0 0 rgba(45, 75, 255, 0.55); }
  70%  { box-shadow: 0 0 0 6px rgba(45, 75, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(45, 75, 255, 0); }
}
.rv-globe-status-text { color: #6B5E89; }
.rv-globe-status-count {
  font-weight: 700;
  color: #0F071D;
  letter-spacing: -0.005em;
}

@media (max-width: 720px) {
  .rv-globe-status { display: none; }
}

/* HUD feed — air-traffic-control style stack of recent identifications.
   Sits in the lower-left of the globe stage. Each row: time, lat/lng,
   domain, intent tag. New rows slide in from below; old rows fade out.
   The mono font + coordinate readout + colour-coded arrow tie the
   readout visually to the globe itself. */
.rv-globe-feed {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 4%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: min(360px, 90%);
  pointer-events: none;
}
.rgf-row {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 7px 11px 7px 11px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-left: 3px solid rgba(91, 63, 217, 0.85);
  border-radius: 6px;
  font-family: var(--dp-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  font-size: 11px;
  color: #2D145F;
  box-shadow: 0 6px 18px -8px rgba(15, 7, 29, 0.10);
  /* Slide-in transition */
  transform: translateY(8px);
  opacity: 0;
  transition: transform 320ms cubic-bezier(.2, .8, .2, 1), opacity 320ms ease;
}
.rgf-row.is-in  { transform: translateY(0); opacity: 1; }
.rgf-row.is-out { transform: translateY(-6px); opacity: 0; }
.rgf-row.rgf-hot  { border-left-color: rgba(229, 38, 78, 0.85); }
.rgf-row.rgf-warm { border-left-color: rgba(255, 140, 0, 0.85); }
.rgf-row.rgf-icp  { border-left-color: rgba(91, 63, 217, 0.85); }

.rgf-time {
  color: #9D8EBB;
  letter-spacing: 0.02em;
  font-weight: 600;
  white-space: pre;
}
.rgf-coord {
  color: #6B5E89;
  white-space: pre;            /* preserve padding spaces */
  letter-spacing: -0.005em;
}
.rgf-domain {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0F071D;
  font-weight: 700;
  letter-spacing: -0.005em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--dp-font, system-ui, sans-serif);
  font-size: 12px;
}
.rgf-arrow {
  font-family: inherit;
  font-size: 10px;
}
.rgf-arrow.rgf-hot  { color: #E5264E; }
.rgf-arrow.rgf-warm { color: #FF8C00; }
.rgf-arrow.rgf-icp  { color: #5B3FD9; }

.rgf-tag {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border-radius: 3px;
  flex: 0 0 auto;
}
.rgf-tag.rgf-hot  { background: rgba(229, 38, 78, 0.12); color: #B7270B; }
.rgf-tag.rgf-warm { background: rgba(255, 140, 0, 0.14); color: #8A4A00; }
.rgf-tag.rgf-icp  { background: rgba(91, 63, 217, 0.12); color: #5B3FD9; }

@media (max-width: 720px) {
  .rv-globe-feed { display: none; }
}

/* ── Live identification feed (anchored to the globe) ──
   Sits at the bottom of the globe stage so it reads as a live
   stream coming off the rotating sphere. Mono font + masked IPs
   sell the "we just identified this visitor" feel. */
.rv-id-feed {
  position: absolute;
  z-index: 4;
  left: 6%;
  bottom: 28px;
  width: 400px;
  max-width: 60%;
  background: rgba(255, 255, 255, 0.96);
  color: #1A0F36;
  border: 1px solid rgba(91, 63, 217, 0.10);
  border-radius: 12px;
  padding: 14px 16px 14px;
  font-family: 'JetBrains Mono', 'SF Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  box-shadow:
    0 1px 2px rgba(15, 7, 29, 0.04),
    0 14px 40px rgba(15, 7, 29, 0.10);
  pointer-events: none;
  overflow: hidden;
}
.rv-id-feed-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(91, 63, 217, 0.08);
  margin-bottom: 10px;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: #6B5E89;
  white-space: nowrap;
}
.rv-id-feed .rv-live-dot {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #2BB97A;
  flex: 0 0 auto;
}
.rv-id-feed-title {
  font-weight: 700;
  color: #1A0F36;
}
.rv-id-feed-count {
  margin-left: auto;
  color: #9D8EBB;
  font-weight: 400;
}
.rv-id-feed-rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rv-id-row {
  display: grid;
  grid-template-columns: auto auto auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 5px 2px;
  border-radius: 6px;
  white-space: nowrap;
}
.rv-id-time {
  color: #9D8EBB;
  font-size: 10.5px;
  letter-spacing: 0.02em;
}
.rv-id-ip {
  color: #5B4E7C;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
}
.rv-id-arrow {
  color: #B4A8D2;
  font-size: 11px;
}
.rv-id-logo {
  width: 18px; height: 18px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
}
.rv-id-domain {
  color: #1A0F36;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rv-id-tag {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: 4px;
}
.rv-id-tag-hot  { background: rgba(229, 38, 78, 0.10); color: #B7270B; }
.rv-id-tag-warm { background: rgba(255, 140, 0, 0.14); color: #8A4A00; }
.rv-id-tag-icp  { background: rgba(91, 63, 217, 0.12); color: #5B3FD9; }

@media (max-width: 900px) {
  .rv-id-feed { right: 6%; font-size: 11px; }
  .rv-id-row { gap: 8px; }
}
@media (max-width: 720px) {
  .rv-id-feed { display: none; }
}



/* ── Section base ─────────────────────────────────────── */
.bs-section { padding: 120px 0; }
.bs-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2D4BFF;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.bs-eyebrow.light { color: #B0A3CA; }
.bs-h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin: 0 0 28px;
  color: #0f071d;
  text-wrap: balance;
  max-width: 900px;
}
.bs-h2.light { color: #ffffff; }
.bs-h2 em {
  font-style: normal;
  color: #B0A3CA;
}
.bs-h2.light em { color: #C0CCFF; }
.bs-prose {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3f6f;
  max-width: 640px;
  margin: 0;
  text-wrap: pretty;
}
.bs-prose.light { color: #B0A3CA; }

/* ── Problem section ─────────────────────────────────── */
.bs-domain-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 80px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.bs-dom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.08);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 14px;
  color: #4a3f6f;
  flex: 0 0 auto;
}
.bs-dom.safe { color: #9D8EBB; }
.bs-dom.danger {
  background: #FCE7E9;
  border-color: #F2A0A7;
  color: #B10E1C;
}
.bs-dom.warn {
  background: #FFF6CD;
  border-color: #FFE362;
  color: #665500;
}
.bs-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(177, 14, 28, 0.12);
  color: #B10E1C;
  padding: 2px 6px;
  border-radius: 4px;
}
.bs-dom.warn .bs-tag {
  background: rgba(102, 85, 0, 0.12);
  color: #665500;
}

.bs-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 80px;
}
.bs-stat {
  border-left: 2px solid #2D4BFF;
  padding-left: 24px;
}
.bs-stat-num {
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0f071d;
  font-variant-numeric: tabular-nums;
}
.bs-stat-unit {
  font-size: 0.45em;
  font-weight: 700;
  color: #78669C;
  margin-left: 2px;
  letter-spacing: 0;
}
.bs-stat-unit-soft {
  font-weight: 500;
  color: #9D8EBB;
}
.bs-stat-lbl {
  margin-top: 18px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a3f6f;
  max-width: 320px;
  text-wrap: pretty;
}

/* ── How it works ─────────────────────────────────────── */
.bs-how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 64px;
  align-items: start;
}
.bs-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.bs-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 0 0 36px 0;
  position: relative;
}
.bs-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 16px;
  width: 1px;
  background: rgba(45, 75, 255, 0.2);
}
.bs-step-num {
  width: 32px; height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #1A0B36;
  color: #ffffff;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.bs-step.active .bs-step-num {
  background: #ffffff;
  color: #2D4BFF;
  border: 2px solid #2D4BFF;
  box-shadow: 0 0 0 5px rgba(45, 75, 255, 0.12);
}
.bs-step h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 4px 0 8px;
  color: #0f071d;
}
.bs-step.active h3 { color: #2D4BFF; }
.bs-step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a3f6f;
  margin: 0;
}

/* Phase mock card */
.bs-phase {
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 14px;
  padding: 22px 24px 18px;
  box-shadow: 0 18px 48px -16px rgba(15, 7, 29, 0.08);
}
.bs-phase-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.bs-phase-meta {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2D4BFF;
}
.bs-phase-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f071d;
  letter-spacing: -0.01em;
}
.bs-phase-status {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #2D4BFF;
  font-weight: 500;
}
.bs-phase-status .dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: #2D4BFF;
  box-shadow: 0 0 0 3px rgba(45, 75, 255, 0.15);
  animation: caret 1.8s ease-in-out infinite;
}
.bs-phase-legend {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.legend-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #78669C;
}
.legend-dot .d {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: #C4C4C4;
}
.legend-dot .d.danger { background: #DD1122; }
.legend-dot .d.warn { background: #FFD200; }
.legend-dot .d.safe { background: #B0A3CA; }
.bs-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.ph-cell {
  background: rgba(15, 7, 29, 0.04);
  color: #9D8EBB;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ph-cell.danger {
  background: #FCE7E9;
  color: #B10E1C;
}
.ph-cell.warn {
  background: #FFF6CD;
  color: #665500;
}
.bs-phase-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 7, 29, 0.06);
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11px;
  color: #9D8EBB;
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}
.bs-phase-foot b { color: #0f071d; font-weight: 700; margin-left: 4px; }

/* ── Heritage (dark section) ──────────────────────────── */
.bs-heritage {
  background: linear-gradient(180deg, #1a0b36 0%, #0f071d 100%);
  position: relative;
  overflow: hidden;
}
.bs-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.bs-heritage .bs-container { position: relative; }
.bs-heritage-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 96px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hs { display: grid; gap: 8px; }
.hs-lbl {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #B0A3CA;
}
.hs-num {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  margin: 4px 0;
}
.hs-num span {
  font-size: 0.42em;
  font-weight: 600;
  color: #B0A3CA;
  margin-left: 2px;
}
.hs-num.mono {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  color: #C0CCFF;
}
.hs-sub {
  font-size: 13.5px;
  line-height: 1.55;
  color: #B0A3CA;
  text-wrap: pretty;
}

/* ── Surfaces / Card grid ─────────────────────────────── */
.bs-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.bs-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 12px;
  padding: 22px 22px 20px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.bs-card-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex: 0 0 auto;
}
.bs-card-icon.ico-red { background: #FCE7E9; color: #DD1122; }
.bs-card-icon.ico-orange { background: #FCE7E9; color: #C04A1B; }
.bs-card-icon.ico-yellow { background: #FFF6CD; color: #9A7E01; }
.bs-card-icon.ico-blue { background: #EAEDFF; color: #2D4BFF; }
.bs-card-icon.ico-teal { background: #CBF0D2; color: #20522A; }
.bs-card h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  color: #0f071d;
}
.bs-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #4a3f6f;
  margin: 0;
}
.bs-card-pill {
  margin-top: 4px;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11.5px;
  font-weight: 600;
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 6px;
  padding: 6px 10px;
  color: #78669C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.bs-card-pill.crit { color: #B10E1C; background: #FCE7E9; border-color: rgba(221, 17, 34, 0.18); }
.bs-card-pill.warn { color: #665500; background: #FFF6CD; border-color: rgba(255, 210, 0, 0.36); }
.bs-card-pill.info { color: #2D4BFF; background: #EAEDFF; border-color: rgba(45, 75, 255, 0.18); }
.bs-card-pill.live { color: #20522A; background: #CBF0D2; border-color: rgba(66, 163, 83, 0.28); }

/* ── Enterprise / pricing ─────────────────────────────── */
.bs-enterprise-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: start;
}
.bs-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}
.bs-feature {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}
.bs-feature > i {
  color: #2D4BFF;
  font-size: 18px;
  margin-top: 2px;
}
.bs-feature h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: #0f071d;
}
.bs-feature p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #4a3f6f;
  margin: 0;
}
.bs-price-card {
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 16px;
  padding: 32px 32px 28px;
  box-shadow: 0 24px 48px -16px rgba(15, 7, 29, 0.08);
  position: sticky;
  top: 96px;
}
.bs-price-eyebrow {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2D4BFF;
  margin-bottom: 10px;
}
.bs-price-head {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #0f071d;
}
.bs-price-divider {
  height: 1px;
  background: rgba(15, 7, 29, 0.08);
  margin: 14px 0;
}
.bs-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 14.5px;
  color: #4a3f6f;
}
.bs-price-row .sub {
  font-size: 12px;
  color: #9D8EBB;
  margin-left: 6px;
}
.bs-price-row .num {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 22px;
  font-weight: 700;
  color: #0f071d;
  letter-spacing: -0.02em;
}
.bs-price-row .num .mo {
  font-size: 12px;
  font-weight: 500;
  color: #78669C;
  margin-left: 2px;
}
.bs-price-row.hi { color: #0f071d; font-weight: 700; }
.bs-price-row.hi .num { color: #2D4BFF; }
.bs-price-list {
  list-style: none;
  margin: 8px 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.bs-price-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  font-size: 13.5px;
  color: #4a3f6f;
}
.bs-price-list li i {
  color: #42A353;
  font-size: 14px;
}
.bs-price-foot {
  text-align: center;
  font-size: 12.5px;
  color: #78669C;
  margin-top: 14px;
}

/* ── Hero microcopy ──────────────────────────────────── */
.bs-hero-microcopy {
  margin-top: auto;  /* push self + actions below it to bottom of flex column */
  margin-bottom: 16px;
  font-size: 13px;
  color: #6B5E89;
  letter-spacing: -0.005em;
}

/* ── Section 2 · Problem (98% cohort) ───────────────────── */
.bs-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.bs-problem-grid .bs-h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.bs-problem-grid .bs-prose { margin-top: 8px; }

.bp-cohort {
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 14px;
  padding: 22px 24px 24px;
  box-shadow: 0 24px 48px -16px rgba(45, 20, 95, 0.10);
}
.bp-cohort-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.bp-cohort-head > span:first-child {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f071d;
  letter-spacing: -0.01em;
}
.bp-cohort-tag {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6B5E89;
  background: rgba(15, 7, 29, 0.05);
  padding: 3px 7px;
  border-radius: 4px;
  text-transform: uppercase;
}
.bp-dots {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}
.bp-dot {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(15, 7, 29, 0.10);
}
.bp-dot.known {
  background: #5B3FD9;
  box-shadow: 0 0 0 2px rgba(91, 63, 217, 0.18);
}
.bp-cohort-legend {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #6B5E89;
}
.bp-cohort-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bp-key {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.bp-key.anon  { background: rgba(15, 7, 29, 0.10); }
.bp-key.known { background: #5B3FD9; }

/* ── Section 3 · How it works · three steps ─────────────── */
.bs-steps3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.bs-step3 {
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 14px;
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  overflow: hidden;
}
.bs-step3-num {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #5B3FD9;
  margin-bottom: 14px;
}
.bs-step3 h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0f071d;
  margin: 0 0 8px;
}
.bs-step3 > p {
  font-size: 14px;
  line-height: 1.55;
  color: #4a3f6f;
  margin: 0 0 24px;
}
.bs-step3-art {
  margin: auto -24px 0;
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(15, 7, 29, 0.04);
  background: #FAFAFE;
  flex: 0 0 auto;
}

/* Step 1 — code snippet */
.bs-step3-code {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11.5px;
  line-height: 1.7;
  color: #2D145F;
}
.bsc-tag  { color: #5B3FD9; }
.bsc-prop { color: #0f071d; font-weight: 600; }
.bsc-str  { color: #6B5E89; }

/* Step 2 — match rows */
.bs-step3-match { display: grid; gap: 8px; }
.bsm-row {
  display: grid;
  grid-template-columns: 1fr 16px 1fr;
  gap: 8px;
  align-items: center;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11.5px;
}
.bsm-from { color: #9D8EBB; letter-spacing: -0.01em; }
.bsm-arrow { color: #5B3FD9; text-align: center; }
.bsm-to {
  color: #0f071d;
  font-weight: 600;
  font-family: var(--dp-font-sans, "Inter", system-ui, sans-serif);
  font-size: 12px;
}
.bsm-foot {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed rgba(15, 7, 29, 0.08);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9D8EBB;
  text-transform: uppercase;
}

/* Step 3 — hypothesis card */
.bs-step3-hyp .bsh-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.bsh-tag {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #5B3FD9;
  background: rgba(91, 63, 217, 0.10);
  padding: 3px 7px;
  border-radius: 4px;
  text-transform: uppercase;
}
.bsh-name {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 12px;
  color: #0f071d;
  font-weight: 600;
}
.bsh-body {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #2D145F;
  font-style: italic;
}

/* ── Section 4 · Product showcase ────────────────────────── */
.bs-showcase .bs-h2 { margin-bottom: 64px; }
.bs-show {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
  padding: 56px 0;
  border-top: 1px solid rgba(15, 7, 29, 0.06);
}
.bs-show:first-of-type { border-top: 0; padding-top: 0; }
.bs-show-flip .bs-show-text { order: 2; }
.bs-show-flip .bs-show-art  { order: 1; }
.bs-show-text h3 {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #0f071d;
  text-wrap: balance;
}
.bs-show-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3f6f;
  margin: 0;
  text-wrap: pretty;
}
.bs-show-art {
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 24px 48px -20px rgba(45, 20, 95, 0.12);
}

/* Showcase 1 · Visitor list */
.bsv-panel { display: grid; gap: 4px; }
.bsv-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 6px 12px;
  border-bottom: 1px solid rgba(15, 7, 29, 0.04);
  margin-bottom: 6px;
}
.bsv-title { font-size: 14px; font-weight: 700; color: #0f071d; letter-spacing: -0.01em; }
.bsv-count { font-family: var(--dp-font-mono, ui-monospace, monospace); font-size: 11px; color: #9D8EBB; }
.bsv-row {
  display: grid;
  grid-template-columns: 28px 1fr 80px 48px;
  gap: 12px;
  align-items: center;
  padding: 10px 6px;
  border-bottom: 1px solid rgba(15, 7, 29, 0.03);
}
.bsv-row:last-child { border-bottom: 0; }
.bsv-logo {
  width: 28px; height: 28px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
}
.bsv-meta { display: grid; gap: 1px; min-width: 0; }
.bsv-domain { font-size: 13px; font-weight: 700; color: #0f071d; letter-spacing: -0.01em; }
.bsv-sub    { font-size: 11px; color: #9D8EBB; }
.bsv-bar    { height: 4px; border-radius: 999px; background: rgba(15,7,29,0.06); overflow: hidden; }
.bsv-bar > span { display: block; height: 100%; border-radius: 999px; }
.bsv-pill {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 3px 0;
  border-radius: 3px;
}
.bsv-pill.hot  { background: rgba(221, 17, 34, 0.10); color: #B91220; }
.bsv-pill.icp  { background: rgba(91, 63, 217, 0.12); color: #5B3FD9; }
.bsv-pill.warm { background: rgba(255, 159, 28, 0.16); color: #8A4A00; }

/* Showcase 2 · Deep profile */
.bsp-panel {}
.bsp-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(15, 7, 29, 0.06);
}
.bsp-logo {
  width: 40px; height: 40px;
  border-radius: 8px;
  display: grid; place-items: center;
  font-weight: 700; font-size: 18px;
}
.bsp-id { display: grid; gap: 2px; }
.bsp-name { font-size: 16px; font-weight: 700; color: #0f071d; letter-spacing: -0.015em; }
.bsp-sub  { font-size: 12px; color: #6B5E89; }
.bsp-attrs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.bsp-attrs > div { display: grid; gap: 3px; }
.bsp-attrs .lbl {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9D8EBB;
  text-transform: uppercase;
}
.bsp-attrs .val {
  font-size: 13px;
  color: #0f071d;
  letter-spacing: -0.005em;
}
.bsp-foot {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(15, 7, 29, 0.08);
  font-size: 11.5px;
  color: #5B3FD9;
  font-weight: 600;
  letter-spacing: -0.005em;
}

/* Showcase 3 · AI hypothesis */
.bsa-panel { padding: 6px; }
.bsa-head {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}
.bsa-tag {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #5B3FD9;
  background: rgba(91, 63, 217, 0.10);
  padding: 4px 8px;
  border-radius: 4px;
}
.bsa-name {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 12px;
  font-weight: 600;
  color: #0f071d;
}
.bsa-body {
  font-size: 15px;
  line-height: 1.55;
  color: #2D145F;
  margin: 0 0 16px;
}
.bsa-hl {
  background: rgba(91, 63, 217, 0.12);
  color: #5B3FD9;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 600;
}
.bsa-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 7, 29, 0.04);
}
.bsa-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 500;
  color: #2D145F;
  background: rgba(15, 7, 29, 0.04);
  padding: 5px 9px;
  border-radius: 999px;
}
.bsa-chip i { font-size: 11px; color: #5B3FD9; }

/* Showcase 4 · Visitor profile (device) */
.bsd-panel {}
.bsd-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(15, 7, 29, 0.04);
}
.bsd-id {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5B3FD9;
}
.bsd-time {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11.5px;
  color: #9D8EBB;
}
.bsd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.bsd-grid > div {
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 1px;
}
.bsd-grid i {
  grid-row: 1 / 3;
  font-size: 18px;
  color: #5B3FD9;
  align-self: center;
}
.bsd-grid .lbl {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9D8EBB;
  text-transform: uppercase;
}
.bsd-grid .val {
  font-size: 13.5px;
  color: #0f071d;
  letter-spacing: -0.005em;
}

/* ── Section 5 · Why RevealVisitor ───────────────────────── */
.bs-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.bs-why-card {
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 14px;
  padding: 28px;
}
.bs-why-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(91, 63, 217, 0.08);
  color: #5B3FD9;
  font-size: 22px;
  margin-bottom: 18px;
}
.bs-why-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
  color: #0f071d;
  text-wrap: balance;
}
.bs-why-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #4a3f6f;
  margin: 0;
  text-wrap: pretty;
}

/* ── Section 6 · Pricing teaser (3 cards) ────────────────── */
.bs-pricing-teaser {
  background: #F1EEF9;
}
.bs-pricing-teaser .bs-h2 { margin-bottom: 16px; }
.bs-pricing-teaser .bs-prose { margin-bottom: 56px; max-width: 720px; }

.bs-pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.bs-pc {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15, 7, 29, 0.06);
  border-radius: 16px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
}
.bs-pc.hi {
  border: 1.5px solid #5B3FD9;
  box-shadow: 0 0 0 4px rgba(91, 63, 217, 0.10);
}
.bs-pc-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #5B3FD9;
  color: #ffffff;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 12px;
  border-radius: 999px;
}
.bs-pc-eyebrow {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #78669C;
  margin-bottom: 18px;
}
.bs-pc-price {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f071d;
  line-height: 1;
  margin-bottom: 8px;
}
.bs-pc-price span {
  font-size: 15px;
  font-weight: 500;
  color: #6B5E89;
  margin-left: 2px;
  letter-spacing: -0.01em;
}
.bs-pc-sub {
  font-size: 13px;
  color: #6B5E89;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(15, 7, 29, 0.06);
}
.bs-pc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
  flex: 1 1 auto;
}
.bs-pc-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #0f071d;
  letter-spacing: -0.005em;
}
.bs-pc-list li i {
  font-size: 16px;
  color: #2A8A4A;
  margin-top: 1px;
}
.bs-pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background 120ms, border-color 120ms;
}
.bs-pc-btn.ghost {
  background: #ffffff;
  color: #0f071d;
  border: 1px solid rgba(15, 7, 29, 0.12);
}
.bs-pc-btn.ghost:hover {
  background: #FAFAFE;
  border-color: rgba(15, 7, 29, 0.20);
}
.bs-pc-btn.primary {
  background: #5B3FD9;
  color: #ffffff;
  border: 1px solid #5B3FD9;
}
.bs-pc-btn.primary:hover { background: #6E55E8; }

.bs-pricing-more {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  color: #6B5E89;
}
.bs-pricing-more a {
  color: #5B3FD9;
  font-weight: 600;
  text-decoration: none;
}
.bs-pricing-more a:hover { text-decoration: underline; }

/* ── Section 7 · Trust & provenance · logos + link ───────── */
.bs-trust-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin: 56px 0 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 40px;
}
.bs-trust-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-trust-stat-num {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1;
}
.bs-trust-stat-lbl {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: -0.005em;
}
.bs-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #C0CCFF;
  text-decoration: none;
  letter-spacing: -0.005em;
}
.bs-trust-link:hover { color: #ffffff; }

/* ── Section 8 · Final CTA · enterprise-style 2-col ─────── */
.bs-cta-final {
  background: #F1EEF9;
  padding: 120px 0;
}

.bs-cta-grid-2 {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
}

.bs-cta-final .bs-eyebrow { color: #5B3FD9; }
.bs-cta-final .bs-h2 {
  font-size: clamp(36px, 4.8vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: #0f071d;
  margin-bottom: 20px;
  text-align: left;
}
.bs-cta-final .bs-prose {
  color: #4a3f6f;
  margin: 0 0 44px;
  max-width: 540px;
}

.bs-cta-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 36px;
}
.bs-cta-feature {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 6px 14px;
}
.bs-cta-feature i {
  grid-row: 1 / 3;
  font-size: 22px;
  color: #5B3FD9;
  margin-top: 3px;
}
.bs-cta-feature h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f071d;
  margin: 0 0 2px;
}
.bs-cta-feature p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #6B5E89;
  margin: 0;
}

/* Trial card on the right */
.bs-cta-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 36px 28px;
  box-shadow: 0 28px 60px -16px rgba(45, 20, 95, 0.14);
}
.bs-cta-card-eyebrow {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #5B3FD9;
  margin-bottom: 14px;
}
.bs-cta-card-head {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f071d;
  line-height: 1.15;
  margin-bottom: 22px;
  text-wrap: balance;
}
.bs-cta-card-divider {
  height: 1px;
  background: rgba(15, 7, 29, 0.08);
  margin: 0 0 22px;
}
.bs-cta-card-price {
  font-family: var(--dp-font-mono, ui-monospace, monospace);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f071d;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.bs-cta-card-price-unit {
  font-family: var(--dp-font-sans, "Inter", system-ui, sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #6B5E89;
  letter-spacing: -0.005em;
}
.bs-cta-card-body {
  font-size: 13.5px;
  line-height: 1.55;
  color: #6B5E89;
  margin: 0 0 22px;
}
.bs-cta-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}
.bs-cta-card-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #0f071d;
  letter-spacing: -0.005em;
}
.bs-cta-card-list li i {
  font-size: 15px;
  color: #2A8A4A;
  margin-top: 2px;
}
.bs-cta-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  background: #0f071d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  transition: background 120ms;
}
.bs-cta-card-btn:hover { background: #2D145F; }
.bs-cta-card-btn i { font-size: 13px; }
.bs-cta-card-foot {
  text-align: center;
  font-size: 13px;
  color: #6B5E89;
}
.bs-cta-card-foot a {
  color: #5B3FD9;
  font-weight: 600;
  text-decoration: none;
}
.bs-cta-card-foot a:hover { text-decoration: underline; }

/* ── Footer ───────────────────────────────────────────── */
.bs-footer {
  padding: 56px 0;
  border-top: 1px solid rgba(15, 7, 29, 0.08);
  background: #f1eef9;
}
.bs-footer-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.bs-footer-links {
  display: flex;
  gap: 28px;
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.bs-footer-links a {
  font-size: 13.5px;
  font-weight: 500;
  color: #4a3f6f;
}
.bs-footer-links a:hover { color: #2D4BFF; }
.bs-footer-meta {
  font-size: 12.5px;
  color: #9D8EBB;
  font-family: var(--dp-font-mono, ui-monospace, monospace);
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1100px) {
  .bs-container, .bs-nav-inner, .bs-hero-grid { padding-left: 32px; padding-right: 32px; }
  .bs-card-grid { grid-template-columns: 1fr 1fr; }
  .bs-heritage-stats { grid-template-columns: 1fr 1fr; gap: 40px; }
  .bs-enterprise-grid { grid-template-columns: 1fr; gap: 40px; }
  .bs-price-card { position: static; }
  .bs-problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .bs-steps3 { grid-template-columns: 1fr; gap: 16px; }
  .bs-step3 { min-height: 0; }
  .bs-show, .bs-pt-grid { grid-template-columns: 1fr; gap: 32px; }
  .bs-show-flip .bs-show-text { order: 0; }
  .bs-show-flip .bs-show-art { order: 0; }
  .bs-why-grid { grid-template-columns: 1fr; }
  .bs-pricing-cards { grid-template-columns: 1fr; gap: 16px; }
  .bs-cta-grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .bs-cta-features { grid-template-columns: 1fr 1fr; }
  .bs-trust-stats { grid-template-columns: 1fr 1fr; gap: 32px; }
  .bs-how-grid { grid-template-columns: 1fr; gap: 40px; }
  .bs-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .bs-hero-art { height: 480px; }
  .bs-stat-row { grid-template-columns: 1fr; gap: 32px; }
  .bs-nav-links { display: none; }
}
@media (max-width: 720px) {
  .bs-section { padding: 80px 0; }
  .bs-card-grid { grid-template-columns: 1fr; }
  .bs-feature-grid { grid-template-columns: 1fr; }
  .bs-heritage-stats { grid-template-columns: 1fr; }
  .bs-hero { padding: 32px 0 56px; }
  .bs-footer-inner { flex-direction: column; text-align: center; }
  .bs-hero-art { display: none; }
}
