/* Static HTML work copy overrides */
:root {
  --font-sans: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-heading: "Poppins", "Open Sans", system-ui, sans-serif;
  --brand-purple-950: #160f2f;
  --brand-purple-800: #3b2488;
  --brand-purple-700: #5b35c8;
  --brand-purple-600: #7757f0;
  --brand-purple-500: #8b6dff;
  --brand-purple-400: #a78bfa;
  --brand-purple-300: #c4b5fd;
  --brand-purple-200: #ddd6fe;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

body,
.btn,
.lede,
.nav-links a,
.plan-desc,
.feat-body,
.case-desc,
.faq-a,
.foot-tag {
  font-family: var(--font-sans);
}

.h-display,
.h-section,
.feat-title,
.step-title,
.case-name,
.plan-name,
.t-quote {
  font-family: var(--font-heading);
}

.nav-brand img {
  height: 40px;
  width: auto;
}

.foot-brand img {
  min-height: 40px;
  width: auto;
}

.hero-logo-mark {
  height: 52px;
  width: auto;
  margin-bottom: 20px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand-purple-400), var(--brand-purple-600) 55%, var(--brand-purple-800));
  color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16) inset,
    0 12px 30px -12px rgba(139, 109, 255, 0.9),
    0 0 34px rgba(119, 87, 240, 0.28);
}

.btn-primary:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 16px 34px -14px rgba(139, 109, 255, 0.98),
    0 0 44px rgba(119, 87, 240, 0.38);
}

.hl,
.h-eyebrow-section,
.plan.featured .plan-name,
.feat-tag,
.case-metric {
  color: var(--brand-purple-300);
}

.eyebrow,
.save-badge,
.plan-ribbon {
  border-color: rgba(167, 139, 250, 0.28);
  background: rgba(139, 109, 255, 0.12);
  color: var(--brand-purple-200);
}

.eyebrow .dot {
  background: var(--brand-purple-300);
  box-shadow: 0 0 12px rgba(167, 139, 250, 0.78);
}

.trust-stars svg {
  fill: var(--brand-purple-300);
}

.stage.warm,
.mm-tag.t-warm {
  background: rgba(167, 139, 250, 0.14);
  color: var(--brand-purple-300);
}

.testimonial:nth-child(3) .t-avatar {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.22), rgba(119, 87, 240, 0.78)) !important;
}

@media (min-width: 1101px) {
  .hero {
    padding-top: 104px;
  }

  .hero .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-grid {
    grid-template-columns: minmax(410px, 0.72fr) minmax(930px, 1.28fr);
    gap: 44px;
  }

  .hero-copy {
    max-width: 500px;
  }

  .hero-mock {
    margin-right: 0;
  }

.app-shell.hybrid {
    grid-template-columns: 144px 206px minmax(330px, 1fr) 250px;
    height: 700px;
    padding-top: 58px;
    box-sizing: border-box;
    border-radius: 20px;
  }

  .side {
    padding: 18px 12px;
  }

  .side-item {
    gap: 8px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .side-section {
    padding-left: 9px;
    padding-right: 9px;
  }

  .inbox-head {
    padding: 16px 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .inbox-head .filter {
    margin-left: 0;
  }

  .lead {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 14px 14px;
  }

  .lead .meta {
    grid-column: 2;
    grid-row: 2;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: -2px;
    text-align: left;
  }

  .convo-head {
    padding: 16px 20px;
  }

  .convo-body {
    padding: 22px 22px 18px;
    gap: 11px;
  }

  .bubble {
    max-width: 82%;
    padding: 11px 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .convo-input {
    padding: 14px 16px;
  }

  .panel-head {
    padding: 16px 20px;
  }

  .panel-body {
    padding: 20px;
    gap: 18px;
  }

  .score-ring {
    align-items: flex-start;
  }

  .kvs {
    gap: 12px;
  }

  .kv {
    align-items: flex-start;
    gap: 16px;
  }

  .kv .v {
    text-align: right;
    max-width: 138px;
  }

  .signals {
    gap: 8px;
  }

  .action-row {
    gap: 10px;
  }

  .event-ribbon {
    right: 18px;
    top: 118px !important;
    max-width: 204px;
    padding: 9px 12px;
  }

  .cal-float {
    display: none;
  }
}

.mock-demo-switch {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 50%;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(178, 156, 255, 0.26);
  border-radius: 999px;
  background: rgba(10, 9, 18, 0.78);
  box-shadow: 0 14px 40px -24px rgba(124, 92, 246, 0.75);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.mock-demo-switch button {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--fg-3);
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms var(--ease-out), color 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.mock-demo-switch button:hover {
  color: var(--fg);
}

.mock-demo-switch button.active {
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.92), rgba(119, 87, 240, 0.9));
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hybrid[data-demo-mode="ecommerce"] .score-ring .arc {
  stroke: #6ee7b7;
}

.hybrid[data-demo-mode="ecommerce"] .lead.active {
  background: rgba(110, 231, 183, 0.06);
}

.hybrid[data-demo-mode="ecommerce"] .lead.active::before {
  background: #6ee7b7;
}

.hybrid[data-demo-mode="ecommerce"] .stage-tag,
.hybrid[data-demo-mode="ecommerce"] .ai-tag {
  color: #6ee7b7;
  border-color: rgba(110, 231, 183, 0.22);
  background: rgba(110, 231, 183, 0.1);
}

.hybrid.is-switching .inbox,
.hybrid.is-switching .convo,
.hybrid.is-switching .panel {
  animation: mockModeSwitch 320ms var(--ease-out);
}

@keyframes mockModeSwitch {
  from {
    opacity: 0.35;
    transform: translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hybrid.is-live .bubble {
  animation: chatBubbleIn 240ms var(--ease-out) both;
  will-change: transform, opacity;
}

.hybrid.is-live .bubble.out {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 14px 30px -18px rgba(139, 109, 255, 0.8);
}

.hybrid.is-live .bubble.has-products {
  max-width: 94%;
  padding-bottom: 12px;
}

.product-catalog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.product-reco {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 76px;
  padding: 8px;
  border-radius: 13px;
  color: white;
  text-decoration: none;
  background: rgba(10, 9, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 180ms var(--ease-out), border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}

.product-reco:hover {
  transform: translate3d(0, -1px, 0);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(10, 9, 18, 0.34);
}

.product-shot {
  display: block;
  width: 58px;
  height: 60px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.product-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.28);
}

.product-info {
  min-width: 0;
}

.product-info strong,
.product-info small,
.product-info em {
  display: block;
}

.product-info strong {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.2;
}

.product-info small {
  overflow: hidden;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9.5px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-info em {
  margin-top: 5px;
  color: #6ee7b7;
  font-family: var(--font-mono);
  font-size: 10px;
  font-style: normal;
  line-height: 1.15;
}

.hybrid.is-live .convo-body {
  scroll-behavior: smooth;
}

.hybrid.is-live .score-ring .arc {
  transition: stroke-dasharray 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hybrid.is-live .score-ring .label {
  transition: color 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.hybrid.is-live .score-ring .label.is-ticking {
  color: var(--brand-purple-200);
  transform: scale(1.08);
}

.hybrid.is-live .lead.active {
  animation: leadActivePulse 900ms var(--ease-out);
}

.hybrid.is-live .event-ribbon {
  opacity: 0;
  transform: translate3d(18px, 8px, 0) scale(0.96);
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.hybrid.is-live .event-ribbon.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hybrid.is-live .cal-float {
  animation: calendarFloat 5.8s ease-in-out infinite;
}

.hybrid.is-live .cal-cell.booked,
.hybrid.is-live .cal-cell.today {
  animation: calendarPulse 2.4s ease-in-out infinite;
}

@keyframes chatBubbleIn {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes leadActivePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(139, 109, 255, 0.28);
  }
  100% {
    box-shadow: 0 0 0 14px rgba(139, 109, 255, 0);
  }
}

@keyframes calendarFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes calendarPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(139, 109, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(139, 109, 255, 0.18);
  }
}

.nav,
.btn,
.faq-item,
.billing-toggle button,
.plan,
.case-card,
.feature-card,
.int-tile {
  transition-duration: 180ms;
  transition-timing-function: var(--ease-out);
}

.faq-item {
  cursor: pointer;
}

.faq-item .faq-q {
  min-height: 44px;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.billing-toggle button {
  min-height: 44px;
  cursor: pointer;
}

.hero-copy .eyebrow {
  margin-top: 0;
}

.speed-impact {
  padding: 24px 0 118px;
  position: relative;
}

.speed-impact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  gap: 46px;
  align-items: center;
}

.speed-copy .h-section {
  max-width: 620px;
}

.speed-copy .lede {
  margin-top: 18px;
  max-width: 590px;
}

.speed-proof {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
  padding: 14px 16px;
  border: 1px solid rgba(178, 156, 255, 0.24);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(139, 109, 255, 0.14), rgba(139, 109, 255, 0.035));
}

.speed-proof-num {
  font-family: var(--font-mono);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: var(--lav-100);
}

.speed-proof strong,
.speed-proof span {
  display: block;
}

.speed-proof strong {
  color: var(--fg);
  font-size: 14px;
  font-weight: 600;
}

.speed-proof span {
  color: var(--fg-3);
  font-size: 12.5px;
  margin-top: 2px;
}

.speed-visual {
  min-height: 430px;
  border: 1px solid rgba(178, 156, 255, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 24%, rgba(139, 109, 255, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(20, 18, 36, 0.72), rgba(12, 11, 22, 0.62));
  box-shadow: 0 28px 90px -46px rgba(124, 92, 246, 0.72);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.speed-visual::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(178, 156, 255, 0.28), transparent);
  opacity: 0.8;
}

.speed-track {
  position: relative;
  width: min(47%, 330px);
  min-height: 164px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.speed-track.late {
  margin-right: auto;
  opacity: 0.72;
}

.speed-track.fast {
  margin: 28px 0 0 auto;
  border-color: rgba(178, 156, 255, 0.34);
  background: linear-gradient(180deg, rgba(60, 42, 120, 0.34), rgba(24, 20, 46, 0.58));
}

.speed-track-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-4);
}

.speed-track.fast .speed-track-head span:last-child {
  color: var(--lav-200);
}

.speed-chat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(12, 11, 22, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.speed-avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  color: white;
  background: linear-gradient(135deg, #5a44c0, #a18bff);
}

.speed-chat strong,
.speed-chat small {
  display: block;
}

.speed-chat strong {
  color: var(--fg);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
}

.speed-chat small {
  color: var(--fg-4);
  font-size: 10.5px;
  margin-top: 3px;
}

.speed-line {
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.speed-line span {
  display: block;
  height: 100%;
  width: 44%;
  border-radius: inherit;
  background: rgba(120, 120, 150, 0.55);
}

.speed-track.fast .speed-line span {
  width: 100%;
  background: linear-gradient(90deg, #8b6dff, #c4b5fd);
  transform-origin: left;
}

.speed-status {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 5px 9px;
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.speed-status.lost {
  color: rgba(255, 190, 210, 0.72);
  background: rgba(240, 163, 199, 0.08);
  border: 1px solid rgba(240, 163, 199, 0.16);
}

.speed-status.saved {
  color: var(--lav-100);
  background: rgba(139, 109, 255, 0.16);
  border: 1px solid rgba(178, 156, 255, 0.28);
}

.speed-meter {
  position: absolute;
  right: 26px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 310px;
}

.speed-meter-ring {
  display: grid;
  place-items: center;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(20, 18, 36, 0.96) 0 55%, transparent 56%),
    conic-gradient(from -80deg, #c4b5fd 0 144deg, rgba(255, 255, 255, 0.08) 144deg 360deg);
  box-shadow: 0 0 32px rgba(139, 109, 255, 0.24);
}

.speed-meter-ring span {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--lav-100);
  letter-spacing: -0.05em;
}

.speed-meter-text {
  color: var(--fg-3);
  font-size: 12.5px;
  line-height: 1.45;
}

.speed-impact.is-visible .speed-track.late .speed-chat {
  animation: speedLeadFade 5.8s ease-in-out infinite;
}

.speed-impact.is-visible .speed-track.fast {
  animation: speedFastLift 5.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.speed-impact.is-visible .speed-track.fast .speed-line span {
  animation: speedLineFill 5.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.speed-impact.is-visible .speed-status.saved {
  animation: speedSavedPulse 5.8s ease-in-out infinite;
}

.speed-impact.is-visible .speed-meter-ring {
  animation: speedMeterGlow 5.8s ease-in-out infinite;
}

@keyframes speedLeadFade {
  0%, 30% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  52%, 100% {
    opacity: 0.42;
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes speedFastLift {
  0%, 26% {
    transform: translate3d(0, 10px, 0);
    opacity: 0.78;
  }
  42%, 100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes speedLineFill {
  0%, 26% {
    transform: scaleX(0.08);
  }
  44%, 100% {
    transform: scaleX(1);
  }
}

@keyframes speedSavedPulse {
  0%, 40%, 100% {
    box-shadow: 0 0 0 0 rgba(178, 156, 255, 0);
  }
  54% {
    box-shadow: 0 0 0 8px rgba(178, 156, 255, 0.1);
  }
}

@keyframes speedMeterGlow {
  0%, 36%, 100% {
    filter: saturate(1);
    transform: scale(1);
  }
  54% {
    filter: saturate(1.2);
    transform: scale(1.035);
  }
}

.growth-impact {
  padding: 28px 0 122px;
}

.growth-impact-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(600px, 1.12fr);
  gap: 54px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(178, 156, 255, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 18%, rgba(139, 109, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(20, 18, 36, 0.72), rgba(12, 11, 22, 0.48));
  box-shadow: 0 34px 120px -72px rgba(124, 92, 246, 0.7);
  overflow: hidden;
  position: relative;
}

.growth-impact-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 70% 50%, black, transparent 72%);
  opacity: 0.55;
  pointer-events: none;
}

.growth-copy,
.growth-engine {
  position: relative;
  z-index: 1;
}

.growth-copy .h-section {
  max-width: 660px;
  font-size: clamp(31px, 4vw, 54px);
}

.growth-copy .lede {
  margin-top: 18px;
  max-width: 620px;
}

.growth-metrics {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  margin-top: 30px;
}

.growth-main-metric,
.growth-side-metrics > div {
  border: 1px solid rgba(178, 156, 255, 0.2);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 18px;
}

.growth-main-metric {
  padding: 18px;
  background: linear-gradient(145deg, rgba(139, 109, 255, 0.2), rgba(139, 109, 255, 0.055));
}

.growth-main-metric span {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.85;
  letter-spacing: -0.07em;
  color: var(--lav-100);
}

.growth-main-metric strong {
  display: block;
  margin-top: 12px;
  color: var(--fg);
  font-size: 13px;
  line-height: 1.35;
}

.growth-side-metrics {
  display: grid;
  gap: 12px;
}

.growth-side-metrics > div {
  padding: 14px 15px;
}

.growth-side-metrics strong,
.growth-side-metrics span {
  display: block;
}

.growth-side-metrics strong {
  color: var(--fg);
  font-size: 13px;
  font-weight: 650;
}

.growth-side-metrics span {
  color: var(--fg-3);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.growth-engine {
  min-height: 478px;
  border: 1px solid rgba(178, 156, 255, 0.22);
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 48%, rgba(139, 109, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(18, 16, 32, 0.84), rgba(10, 9, 18, 0.68));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.growth-engine-head,
.growth-result {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.growth-engine-head span,
.growth-result span {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg-4);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.growth-engine-head strong {
  color: var(--lav-100);
  font-family: var(--font-mono);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.growth-flow {
  display: grid;
  grid-template-columns: 142px minmax(100px, 1fr) 230px;
  gap: 20px;
  align-items: center;
  margin-top: 42px;
}

.growth-source {
  display: grid;
  gap: 10px;
}

.growth-source-tag {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--fg-2);
  font-size: 12px;
  font-weight: 600;
}

.growth-path {
  display: grid;
  gap: 10px;
}

.growth-path span {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(178, 156, 255, 0), rgba(178, 156, 255, 0.84), rgba(178, 156, 255, 0));
  transform-origin: left;
  opacity: 0.28;
}

.growth-ai-node {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 17px;
  border: 1px solid rgba(178, 156, 255, 0.3);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(60, 42, 120, 0.44), rgba(24, 20, 46, 0.72));
}

.growth-ai-core {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #6d55df, #b9a8ff);
  color: white;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 18px 42px -20px rgba(178, 156, 255, 0.85);
}

.growth-ai-node strong,
.growth-ai-node span {
  display: block;
}

.growth-ai-node strong {
  color: var(--fg);
  font-size: 14px;
  line-height: 1.25;
}

.growth-ai-node span {
  color: var(--fg-3);
  font-size: 12px;
  margin-top: 4px;
}

.growth-bars {
  display: grid;
  gap: 18px;
  margin-top: 44px;
}

.growth-bar-row {
  display: grid;
  grid-template-columns: 178px 1fr;
  gap: 16px;
  align-items: center;
}

.growth-bar-label span,
.growth-bar-label strong {
  display: block;
}

.growth-bar-label span {
  color: var(--fg-4);
  font-size: 11px;
}

.growth-bar-label strong {
  color: var(--fg);
  font-size: 12.5px;
  line-height: 1.25;
  margin-top: 2px;
}

.growth-bar {
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.growth-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  transform-origin: left;
}

.growth-bar-row.slow .growth-bar span {
  width: 48%;
  background: linear-gradient(90deg, rgba(120, 120, 150, 0.4), rgba(240, 163, 199, 0.55));
}

.growth-bar-row.zimbo .growth-bar span {
  width: 88%;
  background: linear-gradient(90deg, #7c5cf6, #c4b5fd);
}

.growth-result {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(178, 156, 255, 0.16);
}

.growth-result strong {
  display: block;
  margin-top: 4px;
  color: var(--fg);
  font-size: 18px;
}

.growth-result p {
  max-width: 310px;
  margin: 0;
  color: var(--fg-3);
  font-size: 12.5px;
  line-height: 1.45;
  text-align: right;
}

.growth-impact.is-visible .growth-impact-shell {
  animation: growthShellIn 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.growth-impact.is-visible .growth-path span {
  animation: growthLeadPulse 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.growth-impact.is-visible .growth-path span:nth-child(2) {
  animation-delay: 180ms;
}

.growth-impact.is-visible .growth-path span:nth-child(3) {
  animation-delay: 360ms;
}

.growth-impact.is-visible .growth-path span:nth-child(4) {
  animation-delay: 540ms;
}

.growth-impact.is-visible .growth-ai-core {
  animation: growthCorePulse 4.8s ease-in-out infinite;
}

.growth-impact.is-visible .growth-bar-row.slow .growth-bar span {
  animation: growthSlowBar 4.8s ease-in-out infinite;
}

.growth-impact.is-visible .growth-bar-row.zimbo .growth-bar span {
  animation: growthZimboBar 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.integration-fusion .section-head {
  max-width: 820px;
}

.integration-fusion .section-head .lede {
  max-width: 760px;
  margin-top: 16px;
}

.fusion-stage {
  position: relative;
  min-height: 560px;
  margin-top: 42px;
  border: 1px solid rgba(178, 156, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 48%, rgba(139, 109, 255, 0.24), transparent 28%),
    radial-gradient(circle at 18% 18%, rgba(196, 181, 253, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(20, 18, 36, 0.76), rgba(10, 9, 18, 0.62));
  overflow: hidden;
  box-shadow: 0 34px 120px -72px rgba(124, 92, 246, 0.78);
}

.fusion-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(178, 156, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 156, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  opacity: 0.7;
}

.fusion-orbit {
  position: absolute;
  inset: 72px 18%;
  border: 1px solid rgba(178, 156, 255, 0.14);
  border-radius: 999px;
  opacity: 0.9;
}

.fusion-orbit.orbit-b {
  inset: 126px 28%;
  border-color: rgba(196, 181, 253, 0.12);
}

.fusion-streams {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fusion-streams span {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196, 181, 253, 0.78), transparent);
  opacity: 0.28;
  transform-origin: left center;
}

.fusion-streams span:nth-child(1) { transform: rotate(0deg); }
.fusion-streams span:nth-child(2) { transform: rotate(55deg); }
.fusion-streams span:nth-child(3) { transform: rotate(112deg); }
.fusion-streams span:nth-child(4) { transform: rotate(180deg); }
.fusion-streams span:nth-child(5) { transform: rotate(236deg); }
.fusion-streams span:nth-child(6) { transform: rotate(304deg); }

.fusion-core {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 166px;
  height: 166px;
  border: 1px solid rgba(178, 156, 255, 0.38);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(139, 109, 255, 0.34), rgba(91, 53, 200, 0.2)),
    rgba(15, 13, 28, 0.88);
  box-shadow:
    0 24px 80px -42px rgba(167, 139, 250, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translate(-50%, -50%);
  will-change: transform;
}

.fusion-core-glow {
  position: absolute;
  inset: -34px;
  border-radius: 46px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.34), transparent 68%);
  filter: blur(8px);
  z-index: -1;
}

.fusion-core img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.fusion-core strong {
  margin-top: 6px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 18px;
  letter-spacing: 0;
}

.fusion-core span {
  margin-top: -4px;
  color: var(--brand-purple-200);
  font-size: 11px;
  text-transform: uppercase;
}

.fusion-app {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  min-width: 138px;
  padding: 9px 11px;
  border: 1px solid rgba(178, 156, 255, 0.16);
  border-radius: 14px;
  background: rgba(12, 11, 22, 0.76);
  box-shadow: 0 16px 48px -36px rgba(0, 0, 0, 0.88);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(14px);
  will-change: transform, opacity;
}

.fusion-app span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(139, 109, 255, 0.24), rgba(196, 181, 253, 0.1));
  color: #fff;
  font-size: 17px;
}

.fusion-app.has-logo span {
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 10px 28px -20px rgba(255, 255, 255, 0.75);
}

.fusion-app.logo-icon span {
  overflow: hidden;
}

.fusion-app.logo-wordmark,
.fusion-app.logo-cloud {
  min-width: 158px;
}

.fusion-app.logo-wordmark span,
.fusion-app.logo-cloud span {
  width: 54px;
}

.fusion-app span img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.fusion-app.logo-icon span img {
  width: 27px;
  height: 27px;
}

.fusion-app.logo-wordmark span img {
  width: 48px;
  height: 24px;
}

.fusion-app.logo-cloud span img {
  width: 43px;
  height: 30px;
}

.fusion-app strong {
  min-width: 0;
  overflow: hidden;
  color: var(--fg);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fusion-app small {
  min-width: 0;
  overflow: hidden;
  color: var(--fg-4);
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fusion-output {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 48px);
  padding: 12px 16px;
  border: 1px solid rgba(178, 156, 255, 0.2);
  border-radius: 999px;
  background: rgba(12, 11, 22, 0.82);
  box-shadow: 0 18px 60px -42px rgba(167, 139, 250, 0.9);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.fusion-output span {
  color: var(--brand-purple-200);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.fusion-output strong {
  color: var(--fg);
  font-size: 12px;
  white-space: nowrap;
}

.fusion-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.fusion-category {
  padding: 16px;
  border: 1px solid rgba(178, 156, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.fusion-category strong {
  display: block;
  color: var(--fg);
  font-family: var(--font-heading);
  font-size: 14px;
}

.fusion-category span {
  display: block;
  margin-top: 5px;
  color: var(--fg-3);
  font-size: 12px;
  line-height: 1.45;
}

.integration-fusion.is-visible .fusion-core {
  animation: fusionCorePulse 4.4s ease-in-out infinite;
}

.integration-fusion.is-visible .fusion-orbit.orbit-a {
  animation: fusionOrbitSpin 22s linear infinite;
}

.integration-fusion.is-visible .fusion-orbit.orbit-b {
  animation: fusionOrbitSpin 28s linear reverse infinite;
}

.integration-fusion.is-visible .fusion-app {
  animation: fusionAppDrift 5.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * -190ms);
}

.integration-fusion.is-visible .fusion-streams span {
  animation: fusionStream 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.integration-fusion.is-visible .fusion-streams span:nth-child(2) { animation-delay: 160ms; }
.integration-fusion.is-visible .fusion-streams span:nth-child(3) { animation-delay: 320ms; }
.integration-fusion.is-visible .fusion-streams span:nth-child(4) { animation-delay: 480ms; }
.integration-fusion.is-visible .fusion-streams span:nth-child(5) { animation-delay: 640ms; }
.integration-fusion.is-visible .fusion-streams span:nth-child(6) { animation-delay: 800ms; }

.pricing-head {
  max-width: 840px;
}

.pricing-head .lede {
  margin: 16px auto 0;
  text-align: center;
  max-width: 720px;
}

.pricing-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 28px auto 0;
  padding: 6px;
  border: 1px solid rgba(178, 156, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.pricing-tabs button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 68px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: var(--fg-3);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms var(--ease-out),
    background 180ms var(--ease-out),
    color 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.pricing-tabs button:hover {
  transform: translate3d(0, -1px, 0);
  color: var(--fg-2);
}

.pricing-tabs button.active {
  border-color: rgba(178, 156, 255, 0.34);
  background: linear-gradient(145deg, rgba(139, 109, 255, 0.2), rgba(139, 109, 255, 0.06));
  color: var(--fg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pricing-tabs span {
  font-size: 14px;
  font-weight: 700;
}

.pricing-tabs small {
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--fg-4);
}

.pricing-tabs button.active small {
  color: var(--brand-purple-200);
}

.pricing-panel {
  margin-top: 34px;
}

.pricing-panel.active {
  animation: pricingPanelIn 360ms var(--ease-out);
}

.pricing-line-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 0 4px;
}

.pricing-line-head span,
.plan-kicker,
.plan-section h3,
.plan-quota span {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.pricing-line-head span {
  display: block;
  color: var(--brand-purple-300);
  font-size: 11px;
}

.pricing-line-head strong {
  display: block;
  margin-top: 4px;
  color: var(--fg-2);
  font-size: 14px;
  font-weight: 500;
}

.pricing-plans-grid {
  align-items: stretch;
  gap: 16px;
}

.pricing-plan {
  padding: 24px;
  border-radius: 20px;
  min-height: 100%;
}

.pricing-plan.featured {
  transform: translate3d(0, -8px, 0);
}

.plan-kicker {
  color: var(--fg-4);
  font-size: 10px;
  margin-bottom: 8px;
}

.pricing-plan .plan-name {
  font-size: 15px;
}

.pricing-plan .plan-price {
  margin: 14px 0 10px;
}

.pricing-plan .plan-price .num {
  font-size: clamp(45px, 5vw, 58px);
}

.plan-quota {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 2px 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(178, 156, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.032);
}

.plan-quota span {
  color: var(--fg-4);
  font-size: 9.5px;
}

.plan-quota strong {
  color: var(--lav-100);
  font-family: var(--font-mono);
  font-size: 18px;
}

.pricing-plan .plan-desc {
  min-height: 76px;
  margin-bottom: 18px;
}

.plan-section {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
}

.plan-section h3 {
  margin: 0 0 12px;
  color: var(--fg-4);
  font-size: 10px;
  font-weight: 500;
}

.pricing-plan .plan-features {
  margin: 0;
  padding: 0;
  border-top: 0;
  gap: 9px;
}

.pricing-plan .plan-features.compact {
  gap: 8px;
}

.pricing-plan .plan-features li {
  font-size: 12.5px;
  line-height: 1.35;
}

.plan-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.plan-stat {
  padding: 11px;
  border: 1px solid rgba(178, 156, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.plan-stat strong,
.plan-stat span {
  display: block;
}

.plan-stat strong {
  color: var(--fg);
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1;
}

.plan-stat span {
  margin-top: 5px;
  color: var(--fg-4);
  font-size: 11px;
}

@keyframes pricingPanelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes growthShellIn {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes growthLeadPulse {
  0%, 18% {
    opacity: 0.18;
    transform: scaleX(0.12);
  }
  42%, 100% {
    opacity: 0.92;
    transform: scaleX(1);
  }
}

@keyframes growthCorePulse {
  0%, 34%, 100% {
    transform: scale(1);
    filter: saturate(1);
  }
  48% {
    transform: scale(1.045);
    filter: saturate(1.22);
  }
}

@keyframes growthSlowBar {
  0%, 30% {
    transform: scaleX(0.8);
    opacity: 0.75;
  }
  56%, 100% {
    transform: scaleX(0.55);
    opacity: 0.48;
  }
}

@keyframes growthZimboBar {
  0%, 26% {
    transform: scaleX(0.45);
  }
  54%, 100% {
    transform: scaleX(1);
  }
}

.pipeline-board.is-live .pl-card.is-hero {
  will-change: transform, opacity;
  transform-origin: center;
}

.pipeline-board.is-live .pl-card.is-hero.is-settling {
  animation: pipelineSettle 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pl-card.is-hero.is-in-flight {
  pointer-events: none;
  box-shadow:
    0 30px 80px -28px rgba(124, 92, 246, 0.78),
    0 0 0 1px rgba(178, 156, 255, 0.28);
  filter: saturate(1.06);
}

.pl-card-placeholder {
  border: 1px dashed rgba(178, 156, 255, 0.18);
  border-radius: 12px;
  background: rgba(139, 109, 255, 0.035);
  opacity: 0.6;
  animation: pipelinePlaceholderIn 180ms var(--ease-out);
}

.pl-card-placeholder-target {
  border-color: rgba(178, 156, 255, 0.34);
  background: linear-gradient(135deg, rgba(139, 109, 255, 0.12), rgba(139, 109, 255, 0.03));
  opacity: 0.95;
}

.pipeline-board.is-live .pl-card.is-hero .pl-score-num.is-ticking,
.pipeline-board.is-live .pl-col-count.is-ticking,
.pipeline-board.is-live ~ .pl-caption-strip .pl-caption-stage.is-ticking {
  animation: pipelineTick 260ms var(--ease-out);
}

.pipeline-board.is-live .pl-col {
  transition:
    border-color 240ms var(--ease-out),
    box-shadow 240ms var(--ease-out),
    background 240ms var(--ease-out),
    transform 240ms var(--ease-out);
}

.pipeline-board.is-live .pl-col.is-drop-target {
  transform: translate3d(0, -2px, 0);
}

.pipeline-board.is-live .pl-col.is-drop-target::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 14px;
  border: 1px solid rgba(178, 156, 255, 0.28);
  background: linear-gradient(135deg, rgba(139, 109, 255, 0.12), rgba(178, 156, 255, 0.02));
  pointer-events: none;
  animation: pipelineDropGlow 560ms var(--ease-out);
}

.pipeline-board.is-live .pl-col.pl-won.is-drop-target::after {
  border-color: rgba(110, 231, 183, 0.3);
  background: linear-gradient(135deg, rgba(110, 231, 183, 0.12), rgba(110, 231, 183, 0.02));
}

.pipeline-board.is-live ~ .pl-caption-strip .pl-caption-msg {
  transition: color 180ms var(--ease-out);
}

@keyframes pipelineSettle {
  0% {
    transform: translate3d(0, 3px, 0) scale(0.994);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pipelinePlaceholderIn {
  from {
    opacity: 0;
    transform: scale(0.985);
  }
  to {
    opacity: 0.72;
    transform: scale(1);
  }
}

@keyframes pipelineTick {
  0% {
    transform: translate3d(0, -2px, 0) scale(0.96);
    opacity: 0.65;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes pipelineDropGlow {
  0% {
    opacity: 0;
    transform: scale(0.985);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.01);
  }
}

@keyframes fusionCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 24px 80px -42px rgba(167, 139, 250, 0.95),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
  48% {
    transform: translate(-50%, -50%) scale(1.035);
    box-shadow:
      0 30px 96px -38px rgba(196, 181, 253, 1),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
}

@keyframes fusionOrbitSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fusionAppDrift {
  0%,
  100% {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(0.985);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.02);
  }
  58% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(0.97);
  }
}

@keyframes fusionStream {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  22% {
    opacity: 0.6;
  }
  62% {
    opacity: 0.42;
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
}

@media (max-width: 1100px) {
  .hero-glow {
    left: 0;
    width: 100vw;
    transform: none;
  }

  .speed-impact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .growth-impact-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .growth-engine {
    min-height: auto;
  }

  .fusion-stage {
    min-height: 520px;
  }

  .fusion-app {
    min-width: 124px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 8px 10px;
  }

  .fusion-app.logo-wordmark,
  .fusion-app.logo-cloud {
    min-width: 136px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .fusion-app span {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }

  .fusion-app.logo-wordmark span,
  .fusion-app.logo-cloud span {
    width: 42px;
  }

  .fusion-app span img {
    width: 24px;
    height: 24px;
  }

  .fusion-app.logo-icon span img {
    width: 24px;
    height: 24px;
  }

  .fusion-app.logo-wordmark span img {
    width: 38px;
    height: 21px;
  }

  .fusion-app.logo-wordmark strong,
  .fusion-app.logo-cloud strong {
    font-size: 11px;
  }

  .fusion-app.logo-cloud span img {
    width: 34px;
    height: 24px;
  }

  .fusion-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speed-visual {
    min-height: 410px;
  }

  .pl-funnel-labels {
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .pl-funnel-seg {
    flex: 0 0 33.333%;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy,
  .hero-copy .eyebrow,
  .hero-copy .h-display,
  .hero-copy .lede,
  .hero-copy .hero-cta {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy .eyebrow {
    height: auto;
    min-height: 28px;
    white-space: normal;
    line-height: 1.35;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .speed-impact {
    padding-top: 10px;
    padding-bottom: 82px;
  }

  .speed-proof {
    width: 100%;
    align-items: flex-start;
  }

  .speed-visual {
    min-height: auto;
    padding: 16px;
  }

  .speed-visual::before {
    display: none;
  }

  .speed-track {
    width: 100%;
    max-width: none;
    min-height: 148px;
  }

  .speed-track.fast {
    margin-top: 14px;
  }

  .speed-meter {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(178, 156, 255, 0.16);
  }

  .speed-meter-ring {
    width: 84px;
    height: 84px;
  }

  .speed-meter-ring span {
    font-size: 22px;
  }

  .growth-impact {
    padding-top: 10px;
    padding-bottom: 86px;
  }

  .growth-impact-shell {
    padding: 20px;
    border-radius: 22px;
  }

  .growth-copy .h-section {
    font-size: clamp(29px, 9vw, 38px);
  }

  .growth-metrics {
    grid-template-columns: 1fr;
  }

  .growth-engine {
    padding: 16px;
    border-radius: 20px;
  }

  .growth-engine-head,
  .growth-result {
    flex-direction: column;
    gap: 8px;
  }

  .growth-flow {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .growth-source {
    grid-template-columns: 1fr;
  }

  .growth-path {
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
  }

  .growth-path span {
    height: 3px;
  }

  .growth-ai-node {
    min-height: auto;
    padding: 15px;
  }

  .growth-bars {
    margin-top: 26px;
  }

  .growth-bar-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .growth-result p {
    max-width: none;
    text-align: left;
  }

  .fusion-stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 10px;
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
  }

  .fusion-stage::before,
  .fusion-orbit,
  .fusion-streams {
    display: none;
  }

  .fusion-core {
    position: relative;
    left: auto;
    top: auto;
    order: -2;
    grid-column: 1 / -1;
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
    transform: none;
  }

  .fusion-core img {
    width: 48px;
    height: 48px;
  }

  .fusion-app {
    position: relative;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    transform: none;
  }

  .fusion-output {
    position: relative;
    left: auto;
    bottom: auto;
    grid-column: 1 / -1;
    justify-content: center;
    max-width: none;
    margin-top: 10px;
    border-radius: 18px;
    transform: none;
    flex-wrap: wrap;
    text-align: center;
  }

  .fusion-output strong {
    white-space: normal;
  }

  .fusion-categories {
    grid-template-columns: 1fr;
  }

  .integration-fusion.is-visible .fusion-core,
  .integration-fusion.is-visible .fusion-app {
    animation-name: fusionMobilePulse;
  }

  .pricing-tabs {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .pricing-line-head {
    padding: 0;
  }

  .pricing-plan.featured {
    transform: none;
  }

  .pricing-plan .plan-desc {
    min-height: auto;
  }

  .pl-funnel {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .pl-funnel-seg {
    flex-basis: 50%;
  }
}

@keyframes fusionMobilePulse {
  0%,
  100% {
    opacity: 0.88;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.015);
  }
}

@media (max-width: 640px) {
  .hero-logo-mark {
    height: 44px;
  }

  .nav-brand img,
  .foot-brand img {
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
