:root {
  --surface-primary: #ffffff;
  --surface-secondary: #f7f7fa;
  --surface-elevated: #ffffff;
  --surface-violet: #efe8ff;
  --text-primary: #0a0b0b;
  --text-secondary: #242428;
  --text-tertiary: #77726d;
  --border-default: #e7e5ea;
  --border-subtle: #f0eef4;
  --accent-primary: #635bff;
  --accent-hover: #4f46e5;
  --accent-soft: #f0edff;
  --status-success: #13b56b;
  --status-warning: #e6a400;
  --surface-logo: #242428;
  --surface-logo-deep: #1c1c22;
  --border-warm: #ded8cb;
  --icon-muted: #42526e;
  --component-gradient-start: #cff7ff;
  --component-gradient-mid: #ece1ff;
  --component-gradient-end: #fff3df;
  --component-analysis-start: #c9f5ff;
  --component-analysis-mid: #e6e0ff;
  --component-analysis-end: #fff3ea;
  --component-system-start: #e6d6ff;
  --component-system-mid: #d9e8ff;
  --component-system-end: #fff0fb;
  --component-tools-start: #c7f4ee;
  --component-tools-mid: #dceaff;
  --component-tools-end: #fff8d5;
  --component-training-start: #c9f1dc;
  --component-training-mid: #dbe9ff;
  --component-training-end: #fff0bf;
  --cost-bg-start: #eff7ff;
  --cost-bg-end: #fbf8ff;
  --cost-dash: #a4a0ad;
  --bar-human: #dcc9ff;
  --bar-human-start: #f2e7ff;
  --bar-human-end: #d7c1ff;
  --chart-ai: #7b4dff;
  --chart-ai-start: #8a49ff;
  --chart-ai-end: #7c3dff;
  --bubble-border: #d8c9ff;
  --pricing-divider: #e3e5ec;
  --dot-violet: rgba(99, 91, 255, 0.13);
  --dot-violet-soft: rgba(99, 91, 255, 0.075);
  --shadow-subtle: 0 1px 2px rgba(20, 18, 35, 0.04);
  --shadow-default: 0 18px 55px rgba(35, 28, 66, 0.1);
  --shadow-prominent: 0 28px 80px rgba(35, 28, 66, 0.16);
  --shadow-violet-soft: 0 34px 90px rgba(98, 82, 180, 0.13);
  --radius-small: 8px;
  --radius-medium: 16px;
  --radius-large: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: var(--text-primary);
  background: var(--surface-primary);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface-primary);
  color: var(--text-primary);
  font-family: inherit;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent-primary) 52%, transparent);
  outline-offset: 3px;
}

.site-header {
  align-items: center;
  background: var(--surface-primary);
  border-bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  margin: 0 auto;
  max-width: 1440px;
  padding: 34px 60px 37px;
  width: 100%;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 32px;
  font-weight: 800;
  gap: 14px;
  line-height: 1.25;
}

.brand::before {
  background: url("./assets/neeflo-logo-mark.png") center / contain no-repeat;
  content: "";
  display: inline-block;
  height: 44px;
  position: relative;
  width: 52px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: var(--space-8);
  margin-right: var(--space-8);
}

.nav-links a {
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  transition: color 180ms ease-out;
}

.nav-links a:hover {
  color: var(--accent-primary);
}

.header-cta,
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.45;
  min-height: 44px;
  padding: var(--space-3) var(--space-6);
  transition:
    background-color 180ms ease-out,
    color 180ms ease-out,
    transform 180ms ease-out;
}

.header-cta {
  min-height: 42px;
  padding: 10px var(--space-4);
}

.header-cta,
.button-dark {
  background: var(--text-primary);
  color: var(--surface-primary);
}

.button-dark:hover,
.header-cta:hover {
  background: var(--accent-primary);
  transform: translateY(-1px);
}

.button:active,
.header-cta:active {
  transform: translateY(0) scale(0.99);
}

.section-shell,
.comparison,
.founder-proof,
.benefits,
.components,
.cost-comparison {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: 0.94fr 1fr;
  min-height: 668px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 0;
}

.hero-copy {
  max-width: 680px;
  padding-top: var(--space-8);
  transform: translateY(-73px);
}

.hero h1,
.section-heading h2,
.cost-copy h2 {
  color: var(--text-primary);
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
  word-break: keep-all;
}

.section-heading h2,
.cost-copy h2 {
  font-size: 44px;
}

.hero .lead {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.65;
  margin: var(--space-6) 0 var(--space-8);
}

.hero-media {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  transform: translateY(max(-31px, calc(-3.5417vw + 20px)));
}

.hero-motion-stage {
  aspect-ratio: 764 / 604;
  flex: 0 0 auto;
  position: relative;
  transform: translateX(min(3.6112vw, 52px));
  width: min(53.0556vw, 764px);
}

.hero-motion-stage img {
  border-radius: 0;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero-motion-base {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-motion-interface,
.hero-motion-bubble,
.hero-motion-phase {
  display: block;
  height: auto;
  position: absolute;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  will-change: opacity, transform;
  z-index: 3;
}

.hero-motion-interface.is-visible,
.hero-motion-bubble.is-visible,
.hero-motion-phase.is-visible {
  animation: fadeInUpCustom 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-motion-interface.is-visible,
.hero-motion-phase2-start.is-visible,
.hero-motion-phase3-start.is-visible,
.hero-motion-phase4-start.is-visible {
  animation-name: fadeInCustom;
}

.hero-motion-interface {
  inset: 0;
  width: 100%;
  z-index: 2;
}

.hero-motion-phase2-start {
  inset: 0;
  width: 100%;
}

.hero-motion-bubble-1 {
  left: 53.403%;
  top: 21.358%;
  width: 34.293%;
}

.hero-motion-bubble-2 {
  left: 33.508%;
  top: 29.139%;
  width: 44.503%;
}

.hero-motion-bubble-3 {
  left: 33.508%;
  top: 36.921%;
  width: 44.503%;
}

.hero-motion-phase2-start {
  z-index: 4;
}

.hero-motion-phase2-bubble1 {
  left: 54.843%;
  top: 21.358%;
  width: 32.853%;
  z-index: 5;
}

.hero-motion-phase2-bubble2 {
  left: 33.508%;
  top: 29.139%;
  width: 44.503%;
  z-index: 5;
}

.hero-motion-phase2-bubble3 {
  left: 33.508%;
  top: 36.921%;
  width: 44.503%;
  z-index: 5;
}

.hero-motion-phase2-estimate {
  left: 36%;
  top: 44.536%;
  width: 5.236%;
  z-index: 5;
}

.hero-motion-phase3-start,
.hero-motion-phase4-start {
  inset: 0;
  width: 100%;
}

.hero-motion-phase3-start {
  z-index: 6;
}

.hero-motion-phase3-bubble1 {
  left: 53.272%;
  top: 15.728%;
  width: 33.508%;
  z-index: 7;
}

.hero-motion-phase3-bubble2 {
  left: 33.377%;
  top: 34.106%;
  width: 44.895%;
  z-index: 7;
}

.hero-motion-phase3-bubble3 {
  left: 33.639%;
  top: 41.887%;
  width: 45.026%;
  z-index: 7;
}

.hero-motion-phase3-bubble4 {
  left: 33.508%;
  top: 49.669%;
  width: 45.026%;
  z-index: 7;
}

.hero-motion-phase4-start {
  z-index: 8;
}

.hero-motion-phase4-bubble1 {
  left: 33.377%;
  top: 21.358%;
  width: 48.953%;
  z-index: 9;
}

.hero-motion-phase4-bubble2 {
  left: 33.377%;
  top: 31.457%;
  width: 48.953%;
  z-index: 9;
}

.hero-motion-phase4-bubble3 {
  left: 33.377%;
  top: 41.391%;
  width: 48.953%;
  z-index: 9;
}

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  72% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInCustom {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.comparison {
  overflow: hidden;
  padding-bottom: 25px;
  padding-top: 44px;
}

.comparison .section-heading {
  margin-bottom: 23px;
}

.section-heading {
  margin: 0 auto var(--space-12);
  max-width: 1120px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading p {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.65;
  margin: var(--space-4) auto 0;
  max-width: 980px;
}

.comparison-image {
  aspect-ratio: 2752 / 1572;
  border-radius: var(--radius-large);
  left: 50%;
  margin: 0;
  max-width: none;
  position: relative;
  transform: translateX(-50%);
  width: min(1374px, calc(100vw - 66px));
}

.founder-proof {
  padding-bottom: 71px;
  padding-top: 116px;
}

.founder-proof .section-heading {
  margin-bottom: 75px;
}

.proof-card {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.proof-card img {
  aspect-ratio: 2560 / 1300;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-default);
  filter: saturate(0.98);
  width: 100%;
}

.proof-card::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 34%, rgba(0, 0, 0, 0) 58%);
  border-radius: var(--radius-large);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.proof-overlay {
  color: var(--surface-primary);
  left: 92px;
  max-width: 650px;
  position: absolute;
  top: 76px;
  z-index: 2;
}

.proof-logo {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 56px;
  transform: translateY(-7px);
}

.proof-metric {
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 22px;
}

.proof-label {
  font-size: 24.5px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 25px;
}

.proof-overlay blockquote {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 22px;
}

.proof-name {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.32;
  margin: 0 0 39px;
}

.proof-name p,
.proof-mobile-history p {
  margin: 0;
}

.proof-name p + p,
.proof-mobile-history p + p {
  margin-top: 0;
}

.proof-overlay a {
  font-size: 18px;
  font-weight: 700;
}

.proof-mobile-copy {
  display: none;
}

.benefits {
  background: #ffffff;
  padding-bottom: 60px;
  padding-top: 88px;
}

.benefits .section-heading {
  margin-bottom: var(--space-16);
}

.benefits .section-heading h2 {
  font-size: 46px;
  font-weight: 800;
}

.benefits .section-heading p {
  font-size: 20px;
}

.benefits-copy-mobile {
  display: none;
}

.benefit-stack {
  display: grid;
  gap: 88px;
  margin: 0 auto;
  max-width: 980px;
}

.benefit-item {
  display: grid;
  gap: var(--space-6);
}

.benefit-copy h3 {
  color: var(--text-secondary);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 var(--space-3);
}

.benefit-copy p,
.benefit-description,
.image-caption {
  color: var(--text-tertiary);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.benefit-description {
  margin-top: calc(var(--space-3) * -1);
}

.dual-media {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 1fr;
}

.dual-media .image-caption:not(:last-child) {
  margin-bottom: var(--space-5);
}

.benefit-wide + .image-caption {
  margin-top: calc(var(--space-3) * -1);
}

.image-caption + .benefit-wide {
  margin-top: var(--space-4);
}

.media-frame {
  aspect-ratio: 1016 / 596;
  background: transparent;
  border-radius: 24px;
  box-shadow: none;
  clip-path: inset(0 round 24px);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 94.488%;
}

.benefit-wide {
  aspect-ratio: 1016 / 596;
  background: transparent;
  border-radius: var(--radius-medium);
  box-shadow: none;
  clip-path: inset(0 round var(--radius-medium));
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 94.488%;
}

.media-frame img {
  border-radius: inherit;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.media-frame.is-animated {
  border-radius: 0;
  clip-path: none;
  overflow: visible;
}

.media-frame.is-animated img {
  border-radius: 0;
  height: 100%;
  max-width: 100%;
  object-fit: fill;
  position: static;
  width: 100%;
}

.media-frame,
.benefit-wide {
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.components {
  padding-bottom: 254px;
  padding-top: 74px;
}

.components .section-heading h2 {
  font-size: 44px;
}

.components .section-heading p {
  font-size: 19px;
}

.components .section-heading {
  margin-bottom: 78px;
}

.chapter-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 164px;
  max-width: 1200px;
  position: relative;
}

.chapter-grid article {
  border-top: 0;
  min-height: 230px;
  padding-top: var(--space-5);
}

.chapter-grid::after {
  background: var(--border-default);
  bottom: -50px;
  content: "";
  height: 1px;
  left: -40px;
  position: absolute;
  right: -40px;
}

.chapter-icon {
  align-items: center;
  border: 1px solid var(--border-default);
  border-radius: 8px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: var(--space-5);
  width: 48px;
}

.chapter-icon::before,
.chapter-icon::after {
  content: "";
  display: block;
}

.chapter-icon::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

.chapter-icon::after {
  display: none;
}

.search-icon::before {
  background-image: url("./assets/chapter-icons/search.png");
}

.document-icon::before {
  background-image: url("./assets/chapter-icons/document.png");
}

.grid-icon::before {
  background-image: url("./assets/chapter-icons/grid.png");
}

.list-icon::before {
  background-image: url("./assets/chapter-icons/list-check.png");
}

.mobile-break {
  display: none;
}

.desktop-space {
  display: inline;
}

.chapter-grid h3 {
  color: var(--text-secondary);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 var(--space-3);
}

.chapter-grid p {
  color: var(--text-tertiary);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.component-details {
  display: grid;
  gap: 88px var(--space-10);
  grid-template-columns: 1fr 1fr;
}

.detail-card {
  display: grid;
  gap: 30px;
}

.detail-eyebrow {
  color: var(--accent-primary);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 var(--space-2);
}

.detail-card h3 {
  color: var(--text-secondary);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 var(--space-3);
}

.detail-card p:not(.detail-eyebrow) {
  color: var(--text-tertiary);
  font-size: 19px;
  line-height: 1.65;
  margin: 0;
  min-height: 126px;
}

.detail-card img {
  aspect-ratio: 1092 / 598;
  background: linear-gradient(135deg, var(--component-gradient-start) 0%, var(--component-gradient-mid) 46%, var(--component-gradient-end) 100%);
  border-radius: var(--radius-medium);
  box-shadow:
    0 14px 34px rgba(79, 70, 229, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  height: 500px;
  object-fit: contain;
  padding: 88px 70px;
  width: 100%;
}

.detail-card:nth-child(1) img {
  background:
    radial-gradient(circle at 86% 84%, rgba(255, 255, 255, 0.74), transparent 32%),
    linear-gradient(135deg, var(--component-analysis-start) 0%, var(--component-analysis-mid) 52%, var(--component-analysis-end) 100%);
}

.detail-card:nth-child(2) img {
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.62), transparent 30%),
    linear-gradient(135deg, var(--component-system-start) 0%, var(--component-system-mid) 48%, var(--component-system-end) 100%);
}

.detail-card:nth-child(3) img {
  background:
    radial-gradient(circle at 76% 76%, rgba(255, 255, 255, 0.68), transparent 34%),
    linear-gradient(135deg, var(--component-tools-start) 0%, var(--component-tools-mid) 54%, var(--component-tools-end) 100%);
}

.detail-card:nth-child(4) img {
  background:
    radial-gradient(circle at 90% 88%, rgba(255, 243, 192, 0.7), transparent 32%),
    linear-gradient(135deg, var(--component-training-start) 0%, var(--component-training-mid) 52%, var(--component-training-end) 100%);
}

.cost-comparison {
  background:
    radial-gradient(circle, var(--dot-violet-soft) 1px, transparent 1.5px) 0 0 / 24px 24px,
    radial-gradient(circle at 28% 40%, rgba(132, 111, 255, 0.052), transparent 36%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.76), transparent 34%),
    linear-gradient(135deg, #f5f8ff 0%, #fbf8ff 100%);
  display: block;
  padding: 98px 80px 160px;
}

.cost-copy {
  align-items: start;
  display: grid;
  gap: 50px;
  grid-template-columns: 560px 500px;
  margin: 0 auto 60px;
  max-width: 1110px;
}

.cost-copy h2 {
  font-size: 38px;
  max-width: 560px;
}

.cost-copy p {
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  word-break: keep-all;
}

.cost-visual {
  background:
    radial-gradient(circle at 58% 42%, rgba(245, 241, 255, 0.56), transparent 42%),
    var(--surface-elevated);
  border: 1px solid rgba(231, 229, 234, 0.72);
  border-radius: var(--radius-large);
  box-shadow:
    0 34px 94px rgba(98, 82, 180, 0.12),
    0 10px 28px rgba(35, 28, 66, 0.04);
  height: 584px;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: translate(-14px, 21px);
}

.cost-visual-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 900px;
  transform: translate(-14px, 21px);
  width: min(100%, 900px);
}

.cost-row {
  display: contents;
}

.cost-row span {
  color: var(--accent-primary);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.35;
  position: absolute;
  z-index: 2;
}

.cost-row.human span {
  color: var(--text-secondary);
  font-weight: 500;
  left: 9.5%;
  top: 134px;
}

.cost-row.ai span {
  bottom: 111px;
  color: var(--chart-ai);
  left: 9.5%;
}

.cost-row strong {
  color: var(--text-secondary);
  font-size: 26px;
  font-weight: 800;
  position: absolute;
  z-index: 2;
}

.cost-row.human strong {
  font-weight: 500;
  left: 52%;
  top: 496px;
  transform: translateX(-50%);
}

.cost-row.ai strong {
  color: var(--chart-ai);
  font-weight: 800;
  left: 72%;
  top: 496px;
  transform: translateX(-50%);
}

.cost-divider {
  background: repeating-linear-gradient(90deg, var(--cost-dash) 0 8px, transparent 8px 24px);
  height: 2px;
  left: 39.5%;
  position: relative;
  position: absolute;
  top: 156px;
  width: 47.5%;
}

.cost-divider::before {
  background: rgba(164, 160, 173, 0.44);
  bottom: -322px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 98%;
}

.cost-divider::after {
  background: repeating-linear-gradient(90deg, var(--chart-ai) 0 8px, transparent 8px 24px);
  bottom: -300px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.cost-bar {
  box-shadow: 0 12px 24px rgba(99, 91, 255, 0.08);
  position: absolute;
  z-index: 1;
}

.human-bar {
  background: linear-gradient(180deg, var(--bar-human-start) 0%, var(--bar-human-end) 100%);
  height: 322px;
  left: 45.8%;
  top: 158px;
  width: 12.2%;
}

.ai-bar {
  background: var(--text-primary);
  height: 272px;
  left: 70.1%;
  top: 158px;
  width: 34px;
  z-index: 3;
}

.ai-bar::before {
  background: url("./assets/cost-reduction-arrow.svg") center / 100% 100% no-repeat;
  content: "";
  height: 190px;
  left: 50%;
  position: absolute;
  top: 120px;
  transform: translateX(-50%);
  width: 83px;
}

.ai-cost-pill {
  background: linear-gradient(180deg, var(--chart-ai-start) 0%, var(--chart-ai-end) 100%);
  border-radius: 999px;
  height: 24px;
  left: 72%;
  position: absolute;
  top: 456px;
  transform: translateX(-50%);
  width: 112px;
  z-index: 2;
}

.cost-bubble {
  border: 1px solid var(--bubble-border);
  border-radius: 8px;
  height: 44px;
  position: absolute;
  top: 78px;
  transform: translateX(-50%);
  width: 62px;
}

.cost-bubble::after {
  background: var(--surface-elevated);
  border-bottom: 1px solid var(--bubble-border);
  border-right: 1px solid var(--bubble-border);
  bottom: -6px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
}

.ai-bubble::before {
  background:
    radial-gradient(circle at 4px 7px, var(--text-primary) 0 1.5px, transparent 2px),
    radial-gradient(circle at 12px 7px, var(--text-primary) 0 1.5px, transparent 2px),
    linear-gradient(var(--text-primary) 0 0) center 12px / 8px 2px no-repeat;
  border: 2px solid var(--text-primary);
  border-radius: 5px;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 18px;
}

.human-bubble {
  left: 52%;
}

.ai-bubble {
  left: 72%;
}

.pricing {
  background:
    radial-gradient(circle, var(--dot-violet-soft) 1px, transparent 1.5px) 0 0 / 24px 24px,
    radial-gradient(circle at 50% 0%, rgba(99, 91, 255, 0.1), transparent 44%),
    linear-gradient(180deg, var(--surface-violet) 0 368px, var(--surface-primary) 368px 100%);
  padding: 100px 80px 125px;
}

.pricing-inner {
  margin: 0 auto;
  max-width: 1160px;
  text-align: center;
}

.pricing .section-heading h2 {
  color: #5b32a7;
  font-size: 38px;
}

.pricing .section-heading p {
  color: #5b32a7;
  font-size: 17px;
}

.pricing-table-wrap {
  background: var(--surface-elevated);
  border-radius: var(--radius-large);
  box-shadow:
    var(--shadow-violet-soft),
    0 8px 24px rgba(35, 28, 66, 0.04);
  overflow: hidden;
  position: relative;
  transform: translateY(-4px);
}

.pricing-table-wrap::before {
  background: var(--pricing-divider);
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 104px;
  z-index: 2;
}

.pricing-table {
  border-collapse: collapse;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
  width: 100%;
}

.pricing-table caption {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.pricing-table th,
.pricing-table td {
  border-bottom: 0;
  padding: 7.65px var(--space-6);
  text-align: left;
  vertical-align: middle;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  width: 31.0345%;
}

.pricing-table th:nth-child(2),
.pricing-table td:nth-child(2) {
  width: 34.4828%;
}

.pricing-table th + th,
.pricing-table tbody th + td,
.pricing-table td + td {
  border-left: 1px solid var(--pricing-divider);
}

.pricing-table thead th {
  background: var(--surface-elevated);
  border-bottom: 0;
  color: var(--text-primary);
  font-size: 15px;
  padding-bottom: 18px;
  padding-top: 20px;
}

.pricing-table thead th:not(:first-child) {
  text-align: center;
}

.pricing-table thead span,
.pricing-table thead strong {
  display: block;
}

.pricing-table thead span {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.pricing-table thead strong {
  color: var(--text-primary);
  font-size: 21px;
  line-height: 1.35;
  margin-top: var(--space-2);
}

.pricing-table tbody th {
  color: var(--text-secondary);
  font-weight: 600;
}

.pricing-table tbody td {
  color: var(--text-tertiary);
  text-align: center;
}

.pricing-table tr:last-child th,
.pricing-table tr:last-child td {
  border-bottom: 0;
}

.pricing .pricing-card-stack {
  display: none !important;
}

.pricing-card {
  background: var(--surface-elevated);
  border: 1px solid rgba(226, 224, 234, 0.9);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(98, 82, 180, 0.06);
  color: var(--text-secondary);
  padding: 26px 24px 24px;
  text-align: left;
}

.pricing-card-header {
  align-items: start;
}

.pricing-card h3 {
  color: var(--text-secondary);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.pricing-card h3 span {
  background: linear-gradient(180deg, #d577ff 0%, #b955f3 100%);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  margin-left: 8px;
  padding: 8px 12px;
  vertical-align: 4px;
}

.pricing-card-header p {
  color: var(--text-tertiary);
  font-size: 18px;
  line-height: 1.45;
  margin: 14px 0 0;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.pricing-card li {
  color: var(--text-secondary);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 26px;
  position: relative;
}

.pricing-card li::before {
  border-bottom: 2.5px solid var(--text-secondary);
  border-left: 2.5px solid var(--text-secondary);
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

.pricing-card:first-child li {
  font-size: 16px;
}

.pricing-card.is-featured ul {
  gap: 10px;
}

.pricing-card-price {
  color: var(--text-secondary);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  margin: 30px 0 0;
  text-align: right;
}

.pricing-cta {
  gap: var(--space-2);
  margin-top: 86px;
  min-height: 53px;
  min-width: 292px;
}

@media (max-width: 1180px) {
  .cost-comparison {
    padding-left: 96px;
    padding-right: 96px;
  }

  .cost-copy {
    gap: var(--space-5);
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .cost-copy h2 {
    max-width: none;
  }
}

@media (min-width: 981px) and (max-width: 1439px) {
  .proof-overlay {
    transform-origin: top left;
  }
}

@media (min-width: 981px) and (max-width: 1360px) {
  .proof-overlay {
    left: 86.25px;
    top: 71.25px;
    transform: scale(0.9375);
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .proof-overlay {
    left: 80.5px;
    top: 66.5px;
    transform: scale(0.875);
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .proof-overlay {
    left: 73.3px;
    top: 60.6px;
    transform: scale(0.796875);
  }
}

@media (min-width: 981px) and (max-width: 1080px) {
  .proof-overlay {
    left: 66.1px;
    top: 54.6px;
    transform: scale(0.71875);
  }
}

@media (min-width: 981px) and (max-width: 1024px) {
  .proof-overlay {
    left: 62.1px;
    top: 51.3px;
    transform: scale(0.675);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: var(--space-5) var(--space-6);
  }

  .nav-links {
    display: none;
  }

  .hero,
  .cost-comparison {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
    min-height: auto;
    padding-top: clamp(56px, 7vw, 72px);
    row-gap: 0;
  }

  .hero-copy {
    display: contents;
  }

  .hero h1 {
    justify-self: center;
    order: 2;
    text-align: center;
  }

  .hero .lead {
    justify-self: center;
    max-width: 620px;
    order: 3;
    text-align: center;
  }

  .hero-media {
    justify-content: center;
    margin: 0 auto -2px;
    order: 4;
    transform: none;
    width: 100%;
  }

  .hero-motion-stage {
    flex: 0 0 min(94vw, 720px);
    max-width: 720px;
    transform: none;
    width: min(94vw, 720px);
  }

  .comparison-image {
    width: min(1374px, calc(100vw - 48px));
  }

  .hero .button {
    justify-self: center;
    order: 5;
  }

  .chapter-grid,
  .component-details,
  .dual-media {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .section-heading h2,
  .benefits .section-heading h2 {
    font-size: 36px;
  }

  .founder-proof {
    padding-bottom: 72px;
    padding-top: 86px;
  }

  .founder-proof .section-heading {
    margin-bottom: var(--space-10);
  }

  .proof-card {
    max-width: min(100%, 640px);
  }

  .proof-card img {
    aspect-ratio: 1;
    border-radius: var(--radius-large);
    height: auto;
    object-fit: cover;
    object-position: 72% center;
  }

  .proof-card::before {
    aspect-ratio: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.62) 100%);
    bottom: auto;
    border-radius: var(--radius-large);
  }

  .proof-overlay {
    aspect-ratio: 1;
    bottom: auto;
    left: 0;
    max-width: none;
    padding: clamp(22px, 4vw, 34px);
    right: auto;
    top: 0;
    transform: none;
    width: 100%;
  }

  .proof-logo {
    font-size: clamp(28px, 5.2vw, 42px);
    left: clamp(22px, 4vw, 34px);
    line-height: 1.1;
    margin: 0;
    position: absolute;
    top: clamp(22px, 4vw, 34px);
    transform: none;
    white-space: nowrap;
  }

  .proof-label {
    bottom: clamp(76px, 12.2vw, 108px);
    font-size: clamp(19px, 3.2vw, 25px);
    font-weight: 700;
    left: clamp(22px, 4vw, 34px);
    margin: 0;
    position: absolute;
    white-space: nowrap;
  }

  .proof-metric {
    bottom: clamp(24px, 4vw, 36px);
    font-size: clamp(50px, 9.6vw, 76px);
    font-weight: 800;
    left: clamp(22px, 4vw, 34px);
    margin: 0;
    position: absolute;
    white-space: nowrap;
  }

  .proof-overlay blockquote,
  .proof-name,
  .proof-overlay a {
    display: none;
  }

  .proof-mobile-copy {
    display: block;
    margin: 24px auto 0;
    max-width: min(540px, 92%);
    text-align: center;
  }

  .proof-mobile-copy blockquote {
    color: var(--text-secondary);
    font-size: clamp(16px, 2.3vw, 18px);
    line-height: 1.68;
    margin: 0;
    word-break: keep-all;
  }

  .proof-mobile-history {
    color: var(--text-tertiary);
    font-size: clamp(16px, 2.1vw, 17px);
    line-height: 1.35;
    margin: var(--space-3) 0 0;
  }

  .pricing-table-wrap {
    display: none;
  }

  .pricing .pricing-card-stack {
    display: grid !important;
    gap: 16px;
    margin: 42px auto 0;
    max-width: 640px;
  }

  .pricing {
    padding-bottom: 92px;
    padding-top: 84px;
  }

  .pricing-cta {
    margin-top: 48px;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .comparison,
  .founder-proof,
  .benefits,
  .components,
  .cost-comparison,
  .pricing {
    padding-left: var(--space-5);
    padding-right: var(--space-5);
  }

  .hero {
    min-height: auto;
    padding-top: var(--space-10);
  }

  .hero h1,
  .hero .lead {
    justify-self: center;
    text-align: center;
  }

  .hero-media {
    margin-bottom: 16px;
  }

  .hero-motion-stage {
    flex: 0 0 min(720px, calc(100vw - 32px));
    max-width: none;
    width: min(720px, calc(100vw - 32px));
  }

  .comparison-image {
    width: min(1374px, calc(100vw - 32px));
  }

  .comparison {
    padding-top: 34px;
  }

  .mobile-break {
    display: block;
  }

  .desktop-space {
    display: none;
  }

  .founder-proof {
    padding-bottom: 64px;
    padding-top: 82px;
  }

  .founder-proof .section-heading {
    margin-bottom: var(--space-8);
  }

  .proof-card {
    max-width: 100%;
  }

  .proof-overlay {
    padding: 22px;
  }

  .proof-logo {
    font-size: 28px;
    left: 22px;
    top: 22px;
  }

  .proof-label {
    bottom: 76px;
    font-size: 19px;
    left: 22px;
  }

  .proof-metric {
    bottom: 24px;
    font-size: 50px;
    left: 22px;
  }

  .proof-mobile-copy {
    margin: 24px auto 0;
    max-width: 342px;
  }

  .proof-mobile-copy blockquote {
    font-size: 16px;
  }

  .proof-mobile-history {
    font-size: 16px;
  }

  .hero h1,
  .section-heading h2,
  .benefits .section-heading h2 {
    font-size: clamp(28px, 7.2vw, 32px);
  }

  .section-heading p,
  .benefits .section-heading p,
  .cost-copy p {
    font-size: 16px;
  }

  .benefits-copy-desktop {
    display: none;
  }

  .benefits-copy-mobile {
    display: block;
  }

  .components {
    padding-bottom: 48px;
    padding-top: 54px;
  }

  .cost-comparison {
    padding-top: 52px;
  }

  .components .section-heading {
    margin-bottom: 34px;
  }

  .components .section-heading h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .components .section-heading p {
    font-size: 15px;
    line-height: 1.55;
  }

  .chapter-grid {
    gap: 20px;
    margin-bottom: 76px;
  }

  .chapter-grid article {
    min-height: 0;
    padding-top: 0;
  }

  .chapter-grid::after {
    bottom: -34px;
    left: 0;
    right: 0;
  }

  .chapter-icon {
    height: 36px;
    margin-bottom: 10px;
    width: 36px;
  }

  .chapter-icon::before {
    height: 20px;
    width: 20px;
  }

  .chapter-grid h3 {
    font-size: 21px;
    line-height: 1.28;
    margin-bottom: 6px;
  }

  .chapter-grid p {
    font-size: 14px;
    line-height: 1.45;
  }

  .component-details {
    gap: 48px;
  }

  .detail-card {
    gap: 22px;
  }

  .detail-card img {
    display: block;
    height: 196px;
    margin-left: auto;
    margin-right: auto;
    object-position: center;
    padding: 28px 32px 12px;
    width: 100%;
  }

  .detail-card p:not(.detail-eyebrow) {
    min-height: 0;
  }

  .cost-visual-image {
    margin-left: auto;
    margin-top: 34px;
    max-width: 900px;
    transform: none;
    width: 94.488%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .hero-motion-interface,
  .hero-motion-bubble,
  .hero-motion-phase {
    animation-duration: 900ms !important;
  }
}
