:root {
  --black: #050407;
  --black-2: #0c0912;
  --ink: #121016;
  --muted: #676171;
  --paper: #ffffff;
  --cream: #fbf8f2;
  --lavender: #f0eaff;
  --lavender-2: #faf7ff;
  --purple: #7047ff;
  --purple-2: #4a26dc;
  --line: rgba(18, 16, 22, 0.14);
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 22px 70px rgba(24, 16, 54, 0.14);
  --radius: 10px;
  --wrap: 1534px;
  interpolate-size: allow-keywords;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.48;
}

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

p {
  margin: 0;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

.eyebrow {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.top-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  color: white;
  background: linear-gradient(90deg, #24105b, var(--purple));
  font-size: 0.9rem;
}

.top-offer span {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.top-offer a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background: rgba(5, 4, 7, 0.92);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 150px;
  height: auto;
}

.site-nav {
  gap: 28px;
  color: #d9d3e5;
  font-size: 0.94rem;
  font-weight: 450;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: white;
}

.header-actions {
  gap: 14px;
}

.link-button {
  color: #d9d3e5;
  font-size: 0.93rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 16px 40px rgba(112, 71, 255, 0.28);
  font: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
}

.button-small {
  min-height: 38px;
  padding-inline: 15px;
  font-size: 0.9rem;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
  box-shadow: none;
}

.button-light {
  color: var(--purple);
  background: white;
  box-shadow: none;
}

.button-dark {
  color: white;
  background: var(--ink);
  box-shadow: none;
}

.button-full {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: white;
}

.hero,
.stats-strip,
.section,
.income-showcase,
.conversion-band,
.proof-story,
.feature-system,
.replace-section,
.demo-section,
.support-band,
.faq-section,
.page-hero,
.pricing-grid,
.compare-section,
.contact-section,
.resource-grid,
.customer-paths {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
}

.dark-hero {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1fr);
  gap: 54px;
  align-items: center;
  min-height: 760px;
  padding: 86px max(20px, calc((100% - var(--wrap)) / 2)) 70px;
  color: white;
  background:
    radial-gradient(circle at 78% 16%, rgba(112, 71, 255, 0.42), transparent 31rem),
    linear-gradient(180deg, #050407 0%, #090610 70%, #050407 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--purple);
}

.hero .eyebrow,
.conversion-band .eyebrow,
.final-cta .eyebrow {
  color: #c8bbff;
}

.hero h1,
.page-hero h1 {
  max-width: 840px;
  font-size: clamp(3.15rem, 6.3vw, 6.2rem);
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 22px;
  color: #ddd7ea;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.microcopy {
  max-width: 560px;
  font-size: 0.92rem !important;
}

.hero-stage {
  position: relative;
  min-height: 560px;
}

.dashboard-preview,
.expert-card,
.story-card,
.income-tile,
.feature-panel,
.system-visual,
.replace-card,
.video-placeholder,
.support-item,
.price-card,
.resource-card,
.path-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.dashboard-preview {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(100%, 610px);
  overflow: hidden;
  color: white;
  border-color: var(--line-dark);
  background: rgba(16, 13, 24, 0.9);
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.5);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--line-dark);
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6f6880;
}

.window-bar b {
  margin-left: 8px;
  color: #e6e0ee;
  font-size: 0.9rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 370px;
}

.dashboard-grid aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.34);
}

.dashboard-grid aside span,
.launch-steps span,
.system-visual span {
  padding: 11px 12px;
  border-radius: var(--radius);
  color: #ddd7ea;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.dashboard-grid aside .active {
  color: white;
  background: rgba(112, 71, 255, 0.58);
}

.dashboard-grid section {
  padding: 22px;
}

.revenue-card {
  padding: 18px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(112, 71, 255, 0.48), rgba(255, 255, 255, 0.08));
}

.revenue-card small,
.revenue-card em {
  display: block;
  color: #cfc7dc;
}

.revenue-card strong {
  display: block;
  margin: 8px 0;
  font-size: 1.2rem;
}

.launch-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.expert-card {
  position: absolute;
  z-index: 2;
  width: 190px;
  padding: 18px;
  color: white;
  border-color: var(--line-dark);
  background:
    linear-gradient(145deg, rgba(112, 71, 255, 0.2), rgba(255, 255, 255, 0.06)),
    #111018;
  animation: floatCard 6s ease-in-out infinite;
}

.expert-card span {
  color: #c8bbff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expert-card strong,
.expert-card small {
  display: block;
}

.expert-card strong {
  margin-top: 8px;
}

.expert-card small {
  margin-top: 4px;
  color: #d6cede;
}

.card-a {
  top: 10px;
  right: 210px;
}

.card-b {
  top: 120px;
  right: 0;
  animation-delay: -1.2s;
}

.card-c {
  top: 190px;
  left: 0;
  animation-delay: -2.4s;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 36px 0;
  text-align: center;
}

.stats-strip div {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.stats-strip strong {
  display: block;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.stats-strip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: 80px 0 38px;
}

.center {
  text-align: center;
}

.section h2,
.conversion-band h2,
.feature-system h2,
.demo-section h2,
.final-cta h2,
.faq-section h2,
.contact-section h1,
.resource-feature h2 {
  max-width: 860px;
  color: var(--ink);
  font-size: clamp(2.15rem, 4.2vw, 4.35rem);
}

.section.center h2,
.section.center p {
  margin-left: auto;
  margin-right: auto;
}

.section p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  font-size: 1.05rem;
}

.income-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 20px 0 84px;
}

.income-tile {
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.income-tile:hover {
  transform: translateY(-5px);
}

.income-tile h3,
.income-tile p,
.income-tile a {
  margin-left: 20px;
  margin-right: 20px;
}

.income-tile h3 {
  margin-top: 18px;
  font-size: 1.45rem;
}

.income-tile p {
  margin-top: 10px;
}

.income-tile a {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 22px;
  color: var(--purple);
  font-weight: 800;
}

.tile-media {
  position: relative;
  display: grid;
  place-items: center;
  height: 180px;
  background:
    linear-gradient(135deg, rgba(112, 71, 255, 0.85), rgba(5, 4, 7, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px);
}

.tile-media svg {
  width: 92px;
  height: 92px;
  fill: none;
  stroke: white;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.28));
}

.tile-media.downloads svg {
  stroke: var(--purple);
}

.soon-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: rgba(5, 4, 7, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tile-media.coaching {
  background: linear-gradient(135deg, #17121f, #7047ff);
}

.tile-media.community {
  background: linear-gradient(135deg, #f2ecff, #7047ff);
}

.tile-media.membership {
  background: linear-gradient(135deg, #050407, #2b155f);
}

.tile-media.downloads {
  background: linear-gradient(135deg, #ffffff, #cfc2ff);
}

.tile-media.newsletter {
  background: linear-gradient(135deg, #26105c, #050407);
}

.conversion-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 40px;
  align-items: center;
  padding: 92px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 90% 0%, rgba(112, 71, 255, 0.36), transparent 28rem),
    var(--black);
}

.conversion-band h2,
.conversion-band p {
  color: white;
}

.conversion-band p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 16px;
  color: #d9d3e5;
}

.email-capture {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.email-capture input {
  min-height: 50px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 0 14px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.email-capture small {
  color: #cfc7dc;
}

.proof-story {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 96px max(20px, calc((100% - var(--wrap)) / 2));
  background:
    radial-gradient(circle at 12% 0%, rgba(112, 71, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
}

.story-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 242, 0.96)),
    var(--cream);
}

.story-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(112, 71, 255, 0.12);
}

.story-card h2 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
}

.story-lede {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin-top: 18px;
  color: #3d3647;
  font-size: 1.08rem;
}

.quote {
  color: var(--ink);
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 1.08;
}

.tool-chaos {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tool-chaos span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: white;
  box-shadow: 0 12px 30px rgba(24, 16, 54, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
}

.story-founder {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.story-founder span {
  color: var(--muted);
}

.launch-map {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  color: white;
  background:
    radial-gradient(circle at 80% 8%, rgba(112, 71, 255, 0.45), transparent 18rem),
    linear-gradient(135deg, var(--black), #201044);
  box-shadow: 0 30px 100px rgba(24, 16, 54, 0.24);
}

.map-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  border-bottom: 1px solid var(--line-dark);
  color: #ddd7ea;
}

.map-header span {
  color: #c8bbff;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-flow {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.map-flow article {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 14px;
  padding: 16px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.map-flow article::before {
  content: "";
  position: absolute;
  left: 39px;
  bottom: -15px;
  width: 2px;
  height: 15px;
  background: rgba(255, 255, 255, 0.22);
}

.map-flow article:last-child::before {
  display: none;
}

.map-flow b {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.map-flow strong {
  color: white;
  font-size: 1.08rem;
}

.map-flow span {
  color: #d9d3e5;
}

.map-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-top: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.12);
}

.map-footer span {
  display: grid;
  place-items: center;
  min-height: 58px;
  color: #eee8f7;
  background: rgba(5, 4, 7, 0.46);
  font-size: 0.85rem;
  font-weight: 800;
}

.proof-metrics {
  display: grid;
  gap: 16px;
}

.metric-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 22px 70px rgba(24, 16, 54, 0.1);
}

.metric-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(112, 71, 255, 0.1);
}

.metric-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.42rem;
}

.metric-card span:not(.metric-icon) {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.metric-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 18px 38px rgba(112, 71, 255, 0.28);
}

.metric-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-card {
  transform: translateX(24px);
}

.revenue-card-story {
  color: white;
  border-color: var(--line-dark);
  background: linear-gradient(135deg, var(--black), #26105c);
}

.revenue-card-story strong,
.revenue-card-story span:not(.metric-icon) {
  color: white;
}

.revenue-card-story span:not(.metric-icon) {
  color: #d9d3e5;
}

.command-center {
  width: 100%;
  max-width: none;
  padding: 96px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 82% 0%, rgba(112, 71, 255, 0.36), transparent 30rem),
    linear-gradient(180deg, #050407 0%, #120a29 100%);
}

.command-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.6fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.command-intro h2 {
  max-width: 780px;
  color: white;
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
}

.command-intro p:not(.eyebrow) {
  max-width: 520px;
  color: #d9d3e5;
  font-size: 1.05rem;
}

.command-console {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.36);
}

.console-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.06);
}

.console-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #756c85;
}

.console-top strong {
  margin-left: 10px;
}

.console-top em {
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: #c8bbff;
  background: rgba(112, 71, 255, 0.18);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.console-body {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 230px;
  min-height: 430px;
}

.console-sidebar,
.console-main,
.console-insights {
  padding: 22px;
}

.console-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  border-right: 1px solid var(--line-dark);
  background: rgba(0, 0, 0, 0.24);
}

.console-sidebar b {
  margin-bottom: 8px;
}

.console-sidebar span {
  padding: 12px;
  border-radius: var(--radius);
  color: #d9d3e5;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 750;
}

.console-sidebar .active {
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.console-main {
  display: grid;
  gap: 16px;
  align-content: center;
}

.offer-summary {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 84% 18%, rgba(112, 71, 255, 0.5), transparent 14rem),
    rgba(255, 255, 255, 0.08);
}

.offer-summary small {
  color: #c8bbff;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-summary strong {
  margin-top: 10px;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  line-height: 1;
}

.offer-summary p {
  margin-top: 10px;
  color: #d9d3e5;
}

.launch-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.launch-checks span {
  padding: 14px;
  border-radius: var(--radius);
  color: #eee8f7;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 750;
}

.launch-checks span::before {
  content: "✓";
  margin-right: 9px;
  color: #c8bbff;
}

.console-insights {
  display: grid;
  align-content: center;
  gap: 14px;
  border-left: 1px solid var(--line-dark);
}

.console-insights div {
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.console-insights span,
.console-insights strong {
  display: block;
}

.console-insights span {
  color: #c8bbff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-insights strong {
  margin-top: 8px;
  font-size: 1.1rem;
}

.feature-system {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 92px max(20px, calc((100% - var(--wrap)) / 2));
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(250, 247, 255, 0.88)),
    var(--lavender-2);
}

.feature-panel {
  padding: 32px;
}

.feature-panel h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.feature-panel p:not(.eyebrow) {
  margin-top: 16px;
  font-size: 1.05rem;
}

.feature-panel .button {
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  color: var(--muted);
  list-style: none;
}

.check-list li::before,
.price-card li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--purple);
  font-weight: 900;
}

.system-board {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  color: white;
  background:
    radial-gradient(circle at 70% 0%, rgba(112, 71, 255, 0.46), transparent 21rem),
    linear-gradient(135deg, #07050c, #211044);
  box-shadow: 0 36px 110px rgba(24, 16, 54, 0.32);
}

.system-rail {
  display: flex;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--line-dark);
  overflow-x: auto;
}

.system-rail span {
  min-width: max-content;
  padding: 9px 12px;
  border-radius: 999px;
  color: #d9d3e5;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
}

.system-rail .active {
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
}

.system-canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 16px;
  min-height: 430px;
  padding: 28px;
}

.workspace-main,
.workspace-side article {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.workspace-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 12%, rgba(112, 71, 255, 0.5), transparent 13rem),
    rgba(255, 255, 255, 0.08);
}

.workspace-label,
.workspace-side span {
  color: #c8bbff;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.workspace-main strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.04;
}

.workspace-main p {
  max-width: 360px;
  margin-top: 12px;
  color: #d9d3e5;
}

.workspace-progress {
  height: 10px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.workspace-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), #c8bbff);
}

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

.workspace-side article {
  padding: 16px;
}

.workspace-side strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 1rem;
}

.system-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-top: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.08);
}

.system-status span {
  color: #d9d3e5;
}

.system-status strong {
  color: white;
  font-size: 0.95rem;
}

.connected-orbit {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(112, 71, 255, 0.38), transparent 10rem),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.12), transparent 12rem),
    linear-gradient(135deg, var(--black), #24105b);
  box-shadow: 0 34px 100px rgba(24, 16, 54, 0.28);
}

.connected-orbit::before,
.connected-orbit::after {
  content: "";
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.connected-orbit::after {
  inset: 104px;
  border-color: rgba(112, 71, 255, 0.42);
}

.orbit-core,
.orbit-item {
  position: absolute;
  z-index: 2;
}

.orbit-core {
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 176px;
  height: 176px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.16), transparent 6rem),
    linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 24px 60px rgba(112, 71, 255, 0.34);
  transform: translate(-50%, -50%);
}

.orbit-core span {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.orbit-core strong {
  margin-top: 6px;
  font-size: 1.2rem;
}

.orbit-item {
  padding: 10px 13px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 0.9rem;
  font-weight: 850;
}

.orbit-product {
  left: 42px;
  top: 70px;
}

.orbit-page {
  right: 58px;
  top: 58px;
}

.orbit-email {
  left: 34px;
  top: 50%;
}

.orbit-pay {
  right: 38px;
  top: 50%;
}

.orbit-member {
  left: 84px;
  bottom: 58px;
}

.orbit-data {
  right: 82px;
  bottom: 72px;
}

.replace-section {
  padding: 88px 0;
}

.replace-copy {
  text-align: center !important;
  margin: auto;
  margin-bottom:34px;
  text-align: left; 
}

.replace-copy .eyebrow {
  margin-left: 0;
  margin-right: 0;
}

.replace-copy h2 {
  margin-left: 0;
  margin-right: 0;
}

.replace-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.replace-card {
  padding: 24px;
}

.replace-card h3 {
  font-size: 1.35rem;
}

.replace-card p {
  margin-top: 10px;
}

.replace-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.replace-card span,
.contact-points span,
.plan-label,
.tag {
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--purple);
  background: var(--lavender);
  font-size: 0.78rem;
  font-weight: 800;
}

.demo-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 90px 0;
}

.demo-section p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 16px;
}

.demo-section .button {
  margin-top: 24px;
}

.video-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: white;
  border-color: var(--line-dark);
  background:
    linear-gradient(135deg, rgba(112, 71, 255, 0.85), rgba(5, 4, 7, 0.96)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
}

.video-placeholder span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  clip-path: polygon(35% 24%, 35% 76%, 78% 50%);
}

.video-placeholder p {
  color: #ddd7ea;
}


.support-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 40px 0 84px;
}

.support-item {
  padding: 24px;
  background: var(--cream);
}

.support-item h3 {
  font-size: 1.2rem;
}

.support-item p {
  margin-top: 10px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 84px 0;
}

.split-feature.reverse {
  grid-template-columns: minmax(380px, 1fr) minmax(0, 0.9fr);
}

.split-feature.reverse > div:first-child {
  order: 2;
}

.split-feature h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4vw, 4rem);
}

.split-feature p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 16px;
}

.visual-panel {
  min-height: 340px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--lavender);
  box-shadow: var(--shadow);
}

.visual-panel.grid {
  display: grid;
  gap: 14px;
}

.visual-panel.grid span {
  border-radius: var(--radius);
  background: white;
}

.visual-panel.dark {
  color: white;
  background: linear-gradient(135deg, var(--black), #24105b);
}

.visual-panel.dark span {
  display: block;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.feature-band,
.cta-section {
  width: 100%;
  max-width: none;
  padding: 90px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 80% 0%, rgba(112, 71, 255, 0.35), transparent 28rem),
    var(--black);
}

.feature-band h2,
.feature-band p,
.cta-section h2,
.cta-section p {
  color: white;
}

.feature-band h2,
.cta-section h2 {
  max-width: 860px;
  font-size: clamp(2.15rem, 4.2vw, 4.25rem);
}

.feature-band p:not(.eyebrow),
.cta-section p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 16px;
  color: #d9d3e5;
}

.tool-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.tool-stack span {
  padding: 12px;
  border-radius: var(--radius);
  color: white;
  background: rgba(255, 255, 255, 0.09);
}

.cta-section {
  text-align: center;
}

.cta-section h2,
.cta-section p {
  margin-left: auto;
  margin-right: auto;
}

.cta-section .button {
  margin-top: 24px;
}

.faq-section {
  padding: 82px 0;
}

.faq-section h2 {
  text-align: center;
  font-size: clamp(2.2rem, 4.1vw, 4.1rem);
}

.faq-section details {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  text-align: left;
}

.faq-section details:first-of-type {
  margin-top: 28px;
}

.faq-section summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.08rem;
  text-align: left;
}

.faq-section details p {
  margin-top: 12px;
  text-align: left;
}

.faq-section details::details-content,
.pricing-faq details::details-content {
  block-size: 0;
  overflow: hidden;
  transition:
    block-size 260ms ease,
    content-visibility 260ms allow-discrete;
}

.faq-section details[open]::details-content,
.pricing-faq details[open]::details-content {
  block-size: auto;
}

.faq-section summary,
.pricing-faq summary {
  transition: color 180ms ease;
}

.pricing-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1fr);
  gap: 56px;
  align-items: start;
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
  text-align: left;
}

.pricing-faq-copy {
  position: sticky;
  top: 112px;
}

.pricing-faq h2 {
  max-width: 620px;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
}

.pricing-faq-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  font-size: 1.05rem;
}

.pricing-faq-list {
  display: grid;
  gap: 14px;
  text-align: left;
}

.pricing-faq details {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: 0 18px 60px rgba(24, 16, 54, 0.08);
}

.pricing-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.pricing-faq details p {
  margin-top: 12px;
  text-align: left;
}

.final-cta {
  width: 100%;
  max-width: none;
  padding: 92px max(20px, calc((100% - var(--wrap)) / 2));
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 71, 255, 0.5), transparent 30rem),
    var(--black);
}

.final-cta h2 {
  color: white;
  margin: 0 auto;
}

.final-cta .button {
  margin-top: 26px;
}

.page-hero {
  padding: 76px 0 48px;
  text-align: center;
}

.page-hero p {
  max-width: 720px;
  margin: 16px auto 0;
}

.sub-hero,
.contact-hero {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
  padding: 86px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 82% 12%, rgba(112, 71, 255, 0.42), transparent 29rem),
    linear-gradient(180deg, #050407 0%, #11092b 100%);
}

.sub-hero h1,
.contact-hero h1 {
  color: white;
  font-size: clamp(2.8rem, 5.4vw, 5.4rem);
}

.sub-hero p:not(.eyebrow),
.contact-hero p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 20px;
  color: #ede8f8;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.sub-hero .button {
  margin-top: 28px;
}

.product-stack-visual,
.audience-visual,
.resource-stack,
.pricing-proof {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.product-stack-visual {
  grid-template-columns: repeat(2, 1fr);
}

.product-stack-visual span,
.audience-visual span,
.resource-stack span,
.pricing-proof span {
  min-height: 76px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 14px;
  color: white;
  background: rgba(255, 255, 255, 0.09);
  font-weight: 800;
}

.audience-visual {
  grid-template-columns: repeat(2, 1fr);
}

.audience-visual span {
  min-height: 120px;
  background: linear-gradient(135deg, rgba(112, 71, 255, 0.5), rgba(255, 255, 255, 0.08));
}

.resource-stack span,
.pricing-proof span {
  min-height: 68px;
}

.pricing-proof strong {
  display: block;
  margin-right: 10px;
  color: #c8bbff;
  font-size: 1.35rem;
}

.product-demo-card {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  color: white;
  background: rgba(10, 8, 15, 0.92);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

.builder-list {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.builder-list strong {
  font-size: 1.35rem;
}

.builder-list span {
  padding: 14px;
  border-radius: var(--radius);
  color: #eee8f7;
  background: rgba(255, 255, 255, 0.08);
}

.contact-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.mini-proof {
  max-width: 560px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.mini-proof p {
  margin-top: 8px !important;
  color: #d9d3e5 !important;
}

.pricing-grid,
.resource-grid,
.customer-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pricing-grid {
  padding: 0 0 90px;
}

.billing-toggle {
  position: relative;
  z-index: 3;
  display: flex;
  width: max-content;
  margin: -194px auto 138px;
  padding: 6px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.billing-toggle::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: var(--billing-slider-left, 6px);
  width: var(--billing-slider-width, 130px);
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 0 12px 28px rgba(112, 71, 255, 0.28);
  transition: left 240ms ease, width 240ms ease;
}

.billing-toggle button {
  position: relative;
  z-index: 1;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #d9d3e5;
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.billing-toggle button.active {
  color: white;
  background: transparent;
}

.billing-toggle span {
  margin-left: 6px;
  font-size: 0.75rem;
  opacity: 0.85;
}

.pricing-hero {
  display: block;
  padding-top: 118px;
  padding-bottom: 250px;
  text-align: center;
}

.pricing-hero .sub-hero-copy {
  max-width: 1144px;
  margin: 0 auto;
}

.pricing-hero p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.pricing-hero .button {
  margin-right: auto;
  margin-left: auto;
}

.pricing-grid,
.compare-section,
.faq-section {
  text-align: center;
}

.pricing-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: -92px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  padding: 30px;
  overflow: hidden;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(24, 16, 54, 0.12);
}

.price-card.featured {
  color: var(--ink);
  background: white;
  border-color: rgba(112, 71, 255, 0.52);
  transform: none;
  overflow: visible;
}

.price-card.featured p,
.price-card.featured li {
  color: var(--muted);
}

.plan-title {
  color: inherit;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.price-card .popular-label {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  margin: 0;
  padding: 8px 16px;
  box-shadow: 0 10px 26px rgba(112, 71, 255, 0.24);
  white-space: nowrap;
}

.price-card h3 {
  margin-top: 18px;
  color: inherit;
  font-size: clamp(2rem, 2.35vw, 2.95rem);
  white-space: nowrap;
}

.plan-price {
  display: inline-block;
  transition: opacity 180ms ease, transform 180ms ease;
}

.plan-price.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.price-card p {
  min-height: 64px;
  margin-top: 14px;
}

.price-meta {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 800;
}

.price-card.featured .price-meta,
.price-card.featured .plan-footnote {
  color: var(--muted);
}

.price-card .button {
  margin-top: 24px;
}

.price-card ul {
  display: grid;
  gap: 11px;
  padding: 22px 0 0;
  margin: 24px 0 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  list-style: none;
  text-align: left;
}

.price-card li {
  display: flex;
  align-items: flex-start;
}

.price-card.featured ul {
  border-top-color: var(--line);
}

.plan-footnote {
  margin-top: auto;
  padding-top: 24px;
  font-size: 0.9rem;
  font-weight: 750;
}

.popular-label {
  color: white;
  background: var(--purple);
}

.founder-offer {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto 22px;
  padding: 42px;
  border-radius: 24px;
  color: white;
  background:
    radial-gradient(circle at 85% 0%, rgba(112, 71, 255, 0.38), transparent 26rem),
    linear-gradient(135deg, #07050c, #171036);
  box-shadow: 0 34px 110px rgba(24, 16, 54, 0.22);
}

.founder-offer-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: center;
  margin: 0;
}

.founder-offer-head h2 {
  max-width: 940px;
  color: white;
  font-size: clamp(2.2rem, 3.7vw, 4.25rem);
}

.founder-offer-head p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 14px;
  color: #d9d3e5;
}

.founder-seat-meter {
  justify-self: stretch;
  min-width: 0;
  padding: 34px 28px;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.founder-seat-meter span {
  display: block;
  color: #c8bbff;
  font-size: 3.35rem;
  font-weight: 950;
}

.founder-seat-meter strong {
  display: block;
  margin-top: 10px;
  color: white;
  font-size: 1.28rem;
}

.founder-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.founder-price-grid article {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
}

.founder-price-grid .founder-featured {
  border-color: rgba(112, 71, 255, 0.72);
  background: rgba(112, 71, 255, 0.18);
}

.founder-price-grid span {
  color: #c8bbff;
  font-weight: 900;
}

.founder-price-grid h3 {
  margin-top: 14px;
  color: white;
  font-size: clamp(1.9rem, 2.5vw, 3rem);
}

.founder-price-grid p {
  margin-top: 12px;
  color: #d9d3e5;
}

.founder-price-grid a {
  display: inline-flex;
  justify-content: center;
  margin-top: auto;
  padding: 13px 16px;
  border-radius: 10px;
  color: white;
  background: var(--purple);
  font-weight: 900;
}

.compare-section {
  padding: 76px 0;
}

.compare-section h2 {
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
}

.compare-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.compare-table div {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  min-width: 660px;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid var(--line);
}

.benchmark-table div {
  grid-template-columns: 1.35fr repeat(4, minmax(130px, 1fr));
  min-width: 860px;
}

.pricing-feature-table div {
  grid-template-columns: 1.55fr repeat(4, minmax(124px, 1fr));
  min-width: 900px;
}

.pricing-feature-table .feature-category {
  color: white;
  background: var(--black);
  font-weight: 900;
}

.pricing-feature-table .feature-category span:first-child {
  color: white;
}

.compare-table div:last-child {
  border-bottom: 0;
}

.source-note {
  max-width: 760px;
  margin-top: 14px;
  font-size: 0.9rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 40px;
  align-items: center;
  padding: 80px 0;
}

.contact-section p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 16px;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 500;
}

textarea {
  resize: vertical;
}

.form-note {
  font-size: 0.86rem;
}

.resource-grid {
  grid-template-columns: 1fr 1fr;
  padding: 28px 0 80px;
}

.resource-feature {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  padding: 28px;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(135deg, var(--black), #24105b);
}

.resource-feature h2,
.resource-feature p {
  color: white;
}

.resource-feature p {
  margin: 14px 0 22px;
}

.resource-list {
  display: grid;
  gap: 16px;
}

.resource-card,
.path-card {
  padding: 24px;
}

.resource-card h3,
.path-card h3 {
  margin-top: 14px;
  font-size: 1.35rem;
}

.resource-card p,
.path-card p {
  margin-top: 10px;
}

.product-intro {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 34px;
  text-align: center;
}

.product-intro h2,
.all-in-one-statement h2 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.2rem, 4.4vw, 4.7rem);
}

.product-intro p:not(.eyebrow),
.all-in-one-statement p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 1.06rem;
}

.product-feature-grid {
  width: min(var(--wrap), calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
  padding: 34px 0 88px;
}

.product-feature-grid-compact {
  padding-top: 88px;
}

.product-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.product-feature-card.large {
  grid-column: span 2;
  color: white;
  background:
    radial-gradient(circle at 82% 8%, rgba(112, 71, 255, 0.4), transparent 18rem),
    linear-gradient(135deg, var(--black), #26105c);
  border-color: var(--line-dark);
}

.product-feature-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(112, 71, 255, 0.1);
}

.product-feature-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  max-width: 520px;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
}

.product-feature-card p {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.product-feature-card.large p,
.product-feature-card.large li {
  color: #d9d3e5;
}

.feature-tag,
.status-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0 0 12px;
  border-bottom: 4px solid var(--purple);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.product-feature-card.large .feature-tag {
  color: white;
  background: transparent;
  border-bottom-color: #c8bbff;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 8px;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(200, 187, 255, 0.42);
  border-radius: 999px;
  color: #c8bbff;
  background: rgba(112, 71, 255, 0.14);
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.product-feature-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 22px 0 0;
  color: var(--muted);
  list-style: none;
}

.product-feature-card li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--purple);
  font-weight: 900;
}

.product-feature-card.large li::before {
  color: #c8bbff;
}

.all-in-one-statement {
  width: 100%;
  max-width: none;
  padding: 98px max(20px, calc((100% - var(--wrap)) / 2));
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 71, 255, 0.4), transparent 30rem),
    linear-gradient(135deg, var(--black), #211044);
}

.all-in-one-statement h2,
.all-in-one-statement p,
.all-in-one-statement .eyebrow {
  color: white;
}

.all-in-one-statement p:not(.eyebrow) {
  color: #d9d3e5;
}

.product-dark-page {
  color: white;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 71, 255, 0.14), transparent 42rem),
    var(--black);
}

.product-nav-shell {
  background: var(--black);
}

.product-header {
  position: sticky;
}

.product-page-hero {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0 58px;
  text-align: center;
}

.product-page-hero h1 {
  color: white;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
}

.product-page-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px auto 0;
  color: #d9d3e5;
}

.product-page-hero .button {
  margin-top: 26px;
}

.legal-page {
  background: #f7f4ff;
}

.legal-hero {
  padding: clamp(90px, 12vw, 150px) max(24px, calc((100% - 980px) / 2)) clamp(52px, 7vw, 86px);
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 71, 255, 0.34), transparent 34rem),
    linear-gradient(135deg, #07060b 0%, #120d28 58%, #2d2366 100%);
}

.legal-hero h1 {
  margin-top: 12px;
  color: white;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  line-height: 0.9;
}

.legal-hero p:not(.eyebrow) {
  max-width: 800px;
  margin: 24px auto 0;
  color: #ddd7ea;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.5;
}

.legal-hero span {
  display: inline-flex;
  margin-top: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d8cdff;
  font-size: 0.86rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.legal-document {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(56px, 8vw, 96px) max(24px, calc((100% - 1240px) / 2));
}

.legal-toc {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 132px);
  overflow: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 60px rgba(24, 16, 54, 0.08);
  scrollbar-color: rgba(112, 71, 255, 0.42) rgba(24, 16, 54, 0.06);
  scrollbar-width: thin;
}

.legal-toc::-webkit-scrollbar {
  width: 6px;
}

.legal-toc::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(24, 16, 54, 0.06);
}

.legal-toc::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(112, 71, 255, 0.42);
}

.legal-toc h2 {
  margin-bottom: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 5px 0;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.35;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--purple);
}

.legal-copy {
  display: grid;
  gap: 18px;
}

.legal-document article {
  scroll-margin-top: 110px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 18px 60px rgba(24, 16, 54, 0.08);
}

.legal-document h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.25rem);
}

.legal-document h3 {
  margin-top: 24px;
  color: var(--black);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}

.legal-document p,
.legal-document li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.legal-document p {
  margin-top: 12px;
}

.legal-document ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 1.2rem;
}

.legal-document strong,
.legal-document a {
  color: var(--white);
}

.legal-document .button {
  margin-top: 22px;
}

.coming-soon-main {
  min-height: 68vh;
  color: white;
  background:
    radial-gradient(circle at 78% 18%, rgba(112, 71, 255, 0.52), transparent 31rem),
    radial-gradient(circle at 16% 78%, rgba(112, 71, 255, 0.28), transparent 26rem),
    linear-gradient(180deg, #050407 0%, #11092b 100%);
}

.coming-soon-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  min-height: 68vh;
  padding: 92px max(20px, calc((100% - var(--wrap)) / 2));
}

.coming-soon-copy h1 {
  max-width: 840px;
  color: white;
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: 0.9;
}

.coming-soon-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 22px;
  color: #e6def4;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.coming-soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.coming-soon-card {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.35);
}

.coming-soon-card strong {
  display: block;
  color: white;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
}

.coming-soon-card span {
  display: block;
  margin-top: 14px;
  color: #cfc6dc;
  font-weight: 800;
}

.coming-soon-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.coming-soon-list div {
  padding: 16px 18px;
  border-radius: 14px;
  color: #f4f0ff;
  background: rgba(255, 255, 255, 0.08);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
  padding: 118px max(24px, calc((100% - var(--wrap)) / 2)) 112px;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(112, 71, 255, 0.42), transparent 28rem),
    radial-gradient(circle at 20% 4%, rgba(126, 90, 255, 0.2), transparent 24rem),
    linear-gradient(180deg, #050407 0%, #120a2d 100%);
}

.about-hero-copy h1 {
  max-width: 1040px;
  color: white;
  font-size: clamp(3rem, 6.6vw, 7.4rem);
  line-height: 0.91;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: #e4deef;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.about-hero-system {
  display: grid;
  gap: 16px;
}

.about-system-panel {
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(112, 71, 255, 0.14)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.about-system-panel span,
.about-system-row span {
  color: var(--lavender);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-system-panel strong {
  color: white;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
}

.about-system-panel small {
  color: #d9d3e5;
  font-size: 1rem;
  line-height: 1.5;
}

.about-system-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.about-system-row span {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}


.about-section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.about-section-heading h2,
.about-mission h2 {
  font-size: clamp(2.25rem, 4.8vw, 4.3rem);
  line-height: 0.98;
}

.about-definition {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.62fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
  padding: 92px max(24px, calc((100% - var(--wrap)) / 2));
  background: white;
}

.about-definition-copy {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.about-definition-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}

.about-audience {
  padding: 94px max(24px, calc((100% - var(--wrap)) / 2));
  background: var(--lavender-2);
}

.about-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.about-audience-grid article,
.ownership-list article,
.capability-stack article,
.use-case-rail article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 22px 70px rgba(24, 16, 54, 0.1);
}

.about-audience-grid article {
  min-height: 300px;
  padding: 28px;
}

.about-audience-grid span {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-audience-grid h3,
.capability-stack strong,
.use-case-rail h3 {
  margin-top: 18px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.about-audience-grid p,
.ownership-list p,
.use-case-rail p {
  margin-top: 14px;
  color: var(--muted);
}

.about-ownership {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
  padding: 100px max(24px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 12% 10%, rgba(112, 71, 255, 0.28), transparent 26rem),
    var(--black);
}

.about-ownership h2 {
  color: white;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
}

.ownership-list {
  display: grid;
  gap: 16px;
}

.ownership-list article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.ownership-list strong {
  color: white;
  font-size: 1.28rem;
}

.ownership-list p {
  color: #d8d2e5;
}

.about-ecosystem {
  padding: 100px max(24px, calc((100% - var(--wrap)) / 2));
  background: white;
}

.ecosystem-map {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.35fr);
  gap: 18px;
  margin-top: 42px;
}

.ecosystem-core,
.ecosystem-spokes article {
  border-radius: 24px;
  border: 1px solid var(--line);
}

.ecosystem-core {
  min-height: 430px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 34px;
  color: white;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.16), transparent 14rem),
    linear-gradient(135deg, var(--purple), #130d2a 72%);
  box-shadow: 0 28px 80px rgba(72, 45, 210, 0.22);
}

.ecosystem-core span {
  color: #d7ccff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecosystem-core strong {
  color: white;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 0.98;
}

.ecosystem-core p {
  max-width: 420px;
  color: #e3def0;
}

.ecosystem-spokes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ecosystem-spokes article {
  min-height: 208px;
  display: grid;
  align-content: space-between;
  padding: 26px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f9f6ff 100%);
  box-shadow: 0 18px 52px rgba(24, 16, 54, 0.08);
}

.ecosystem-spokes span {
  color: var(--black);
  font-size: 1.35rem;
  font-weight: 900;
}

.ecosystem-spokes p {
  margin-top: 28px;
  color: var(--muted);
}

.about-capabilities {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.8fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
  padding: 98px max(24px, calc((100% - var(--wrap)) / 2));
  color: white;
  background: linear-gradient(180deg, #100a21 0%, #050407 100%);
}

.about-capabilities h2 {
  color: white;
}

.capability-stack {
  display: grid;
  gap: 12px;
}

.capability-stack article {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.capability-stack strong {
  margin-top: 0;
  color: white;
}

.capability-stack span {
  color: #d8d2e5;
}

.about-use-cases {
  padding: 92px max(24px, calc((100% - var(--wrap)) / 2));
  background: var(--lavender-2);
}

.use-case-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.use-case-rail article {
  min-height: 260px;
  padding: 26px;
}

.about-mission {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.62fr);
  gap: 42px;
  align-items: end;
  padding: 100px max(24px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 86% 18%, rgba(112, 71, 255, 0.3), transparent 26rem),
    var(--black);
}

.about-mission h2 {
  color: white;
}

.about-mission p:not(.eyebrow) {
  color: #d9d3e5;
  font-size: 1.08rem;
}

.career-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  padding: 118px max(24px, calc((100% - var(--wrap)) / 2)) 112px;
  color: white;
  background:
    radial-gradient(circle at 82% 16%, rgba(112, 71, 255, 0.42), transparent 28rem),
    linear-gradient(180deg, #050407 0%, #120a2d 100%);
}

.career-hero-copy h1 {
  max-width: 1020px;
  color: white;
  font-size: clamp(3rem, 6.2vw, 7rem);
  line-height: 0.92;
}

.career-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: #e4deef;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.career-hero-card {
  min-height: 380px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  color: white;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(112, 71, 255, 0.14));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.career-hero-card span,
.career-values-grid span,
.job-meta span {
  color: var(--lavender);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.career-hero-card strong {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
}

.career-hero-card p {
  color: #d9d3e5;
}

.career-intro,
.career-role-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 0.7fr);
  gap: clamp(32px, 5vw, 76px);
  padding: 92px max(24px, calc((100% - var(--wrap)) / 2));
  background: white;
}

.career-intro-copy {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.career-intro-copy p,
.career-role-detail p {
  color: var(--muted);
  font-size: 1.08rem;
}

.career-values {
  padding: 94px max(24px, calc((100% - var(--wrap)) / 2));
  background: var(--lavender-2);
}

.career-values-grid,
.role-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.career-values-grid article,
.role-detail-grid article,
.job-card,
.career-fit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 22px 70px rgba(24, 16, 54, 0.1);
}

.career-values-grid article,
.role-detail-grid article {
  padding: 28px;
}

.career-values-grid h3,
.role-detail-grid h3 {
  margin-top: 16px;
  font-size: 1.4rem;
}

.career-values-grid p,
.role-detail-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.job-section {
  padding: 84px max(24px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 18% 0%, rgba(112, 71, 255, 0.28), transparent 26rem),
    var(--black);
}

.job-heading {
  max-width: 840px;
  margin-bottom: 28px;
}

.job-openings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.job-list {
  display: grid;
  gap: 14px;
}

.job-listing {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.job-listing-main h3 {
  margin-top: 8px;
  color: white;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.job-listing-main p:not(.eyebrow) {
  max-width: 920px;
  margin-top: 10px;
  color: #d9d3e5;
  font-size: 0.98rem;
}

.job-listing-main ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.job-listing-main li {
  color: #d9d3e5;
  font-size: 0.92rem;
  line-height: 1.35;
}

.job-listing-main li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--purple-light);
  font-weight: 900;
}

.job-listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.job-listing-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #d8cdff;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.job-listing-actions {
  display: flex;
  margin-top: 22px;
}

.job-listing-actions .button {
  width: auto;
  min-width: 124px;
  margin-top: 0;
}

.job-heading h2,
.career-role-detail h2,
.career-fit-card h2 {
  font-size: clamp(2.25rem, 4.8vw, 5.2rem);
  line-height: 0.98;
}

.job-heading h2 {
  color: white;
}

.job-heading p:not(.eyebrow) {
  margin-top: 12px;
  color: #d9d3e5;
  font-size: 1.12rem;
}

.job-opening {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  color: white;
  background:
    radial-gradient(circle at 86% 0%, rgba(112, 71, 255, 0.22), transparent 18rem),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.job-opening-head h3 {
  margin-top: 8px;
  color: white;
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  line-height: 1.02;
}

.job-opening-head p:not(.eyebrow),
.job-opening-summary {
  margin-top: 12px;
  color: #d9d3e5;
  font-size: 0.98rem;
}

.job-opening-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-opening-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #d8cdff;
  font-size: 0.84rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.job-opening-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.job-opening-columns > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.job-opening-columns h4 {
  color: white;
  font-size: 1rem;
}

.job-opening-columns ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.job-opening-columns li {
  color: #d9d3e5;
  font-size: 0.94rem;
  line-height: 1.38;
}

.job-opening-columns li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--purple-light);
  font-weight: 900;
}

.job-opening .button {
  width: auto;
  justify-self: start;
  margin-top: 2px;
}

.job-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 32px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.job-meta span {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--purple);
  background: var(--lavender);
}

.job-card-main h3 {
  max-width: 820px;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.03;
}

.job-card-main p {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.job-card-main .button {
  width: auto;
  margin-top: 26px;
}

.job-card-side {
  padding: 26px;
  border-radius: 22px;
  color: white;
  background: linear-gradient(135deg, var(--black), #24105b);
}

.job-card-side h4 {
  color: white;
  font-size: 1.4rem;
}

.job-card-side ul {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.job-card-side li {
  color: #e4deef;
}

.job-card-side li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--purple-light);
  font-weight: 900;
}

.role-detail-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
}

.career-fit {
  padding: 96px max(24px, calc((100% - var(--wrap)) / 2));
  background: var(--lavender-2);
}

.career-fit-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  text-align: center;
}

.career-fit-card p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
}

.career-fit-card .button {
  width: auto;
  margin-top: 28px;
}


.product-card-section {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 118px;
}

.product-section-heading {
  max-width: 880px;
  margin-bottom: 26px;
}

.product-section-heading.center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  text-align: center;
}

.product-section-heading h2 {
  color: white;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.product-section-heading p {
  max-width: 700px;
  margin: 12px auto 0;
  color: #d9d3e5;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-showcase-grid-top {
  grid-template-columns: repeat(6, 1fr);
}

.showcase-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  color: white;
  background:
    radial-gradient(circle at 82% 8%, rgba(112, 71, 255, 0.14), transparent 13rem),
    #151319;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.showcase-card.coming-card {
  border-color: rgba(200, 187, 255, 0.3);
  background:
    radial-gradient(circle at 82% 8%, rgba(112, 71, 255, 0.22), transparent 13rem),
    linear-gradient(180deg, rgba(112, 71, 255, 0.08), rgba(21, 19, 25, 0) 42%),
    #151319;
}

.product-showcase-grid-top .showcase-card {
  grid-column: span 2;
}

.product-showcase-grid-top .showcase-card.wide {
  grid-column: span 3;
}

.showcase-card h3 {
  margin-top: 6px;
  color: white;
  font-size: 1.4rem;
}

.showcase-card p {
  margin-top: 12px;
  color: #d9d3e5;
}

.showcase-card a {
  display: inline-flex;
  margin-top: 18px;
  color: white;
  font-size: 0.9rem;
  font-weight: 800;
}

.showcase-visual {
  min-height: 155px;
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding-top: 34px;
  align-content: end;
}

.showcase-visual span,
.showcase-visual b {
  display: block;
  padding: 10px;
  border-radius: 4px;
  color: #eee8f7;
  background: rgba(255, 255, 255, 0.09);
}

.showcase-visual svg {
  width: 100%;
  height: 170px;
  fill: none;
  stroke: #eee8f7;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.96;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.24));
}

.website-mini,
.network-mini,
.checkout-mini,
.automation-mini,
.affiliate-mini,
.course-mini,
.download-mini,
.community-mini,
.podcast-mini,
.newsletter-mini,
.allinone-mini {
  place-items: center;
  align-content: center;
}

.product-detail-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 72px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 255, 255, 0.14), transparent 24rem),
    linear-gradient(135deg, #24105b, var(--purple));
}

.product-detail-band h2 {
  color: white;
  font-size: clamp(2rem, 3vw, 3rem);
}

.product-detail-band p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 12px;
  color: #e4eee8;
}

.product-proof-section {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.product-proof-section h2 {
  color: white;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.product-proof-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #151319;
}

.proof-portrait {
  min-height: 260px;
  background:
    radial-gradient(circle at 50% 20%, rgba(112, 71, 255, 0.35), transparent 12rem),
    linear-gradient(135deg, #2b2b30, #08080a);
}

.product-proof-card blockquote {
  margin: 0;
  color: #eee8f7;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.35;
}

.product-proof-card div:last-child {
  display: grid;
  gap: 4px;
  color: #d9d3e5;
}

.product-faq {
  color: white;
}

.product-faq h2,
.product-faq summary {
  color: white;
}

.product-faq details {
  border-color: rgba(255, 255, 255, 0.14);
}

.product-faq-light {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 86px;
  padding-right: max(20px, calc((100% - var(--wrap)) / 2));
  padding-bottom: 92px;
  padding-left: max(20px, calc((100% - var(--wrap)) / 2));
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
}

.product-faq-light h2,
.product-faq-light summary {
  color: var(--ink);
}

.product-faq-light h2 {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.product-faq-light details {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 0;
  border-color: var(--line);
  background: transparent;
}

.product-faq-light details:first-of-type {
  margin-top: 0;
}

.product-faq-light details p {
  max-width: 780px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 1rem;
}

.product-faq-light summary {
  list-style-position: outside;
  font-size: 1.08rem;
  line-height: 1.3;
}

.feature-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.8fr);
  gap: 54px;
  align-items: center;
  padding: 96px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 82% 0%, rgba(112, 71, 255, 0.26), transparent 34rem),
    var(--black);
}

.feature-detail-hero h1 {
  max-width: 800px;
  color: white;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
}

.feature-detail-hero p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  color: #d9d3e5;
  font-size: 1.08rem;
}

.feature-status-pill {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #000;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-detail-visual {
  min-height: 430px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background:
    radial-gradient(circle at 70% 12%, rgba(112, 71, 255, 0.26), transparent 16rem),
    #121018;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.feature-window-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.feature-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.feature-visual-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 10px;
  color: white;
  background: rgba(255, 255, 255, 0.09);
}

.feature-visual-card strong {
  font-size: 1.05rem;
}

.feature-visual-card span {
  color: #cfc8dc;
}

.feature-detail-body {
  padding: 86px max(20px, calc((100% - var(--wrap)) / 2));
  background: white;
}

.feature-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.62fr);
  gap: 40px;
  align-items: start;
}

.feature-detail-copy h2 {
  max-width: 760px;
  font-size: clamp(2.1rem, 3.6vw, 4rem);
}

.feature-detail-copy p {
  max-width: 720px;
  margin-top: 18px;
  font-size: 1.05rem;
}

.feature-detail-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--lavender-2);
  box-shadow: var(--shadow);
}

.feature-detail-card h3 {
  font-size: 1.4rem;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  color: var(--muted);
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
}

.feature-list li::before {
  content: "✓";
  color: var(--purple);
  font-weight: 950;
}

.feature-workflow {
  padding: 86px max(20px, calc((100% - var(--wrap)) / 2));
  background: linear-gradient(180deg, var(--lavender-2), white);
}

.feature-workflow h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.workflow-steps article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: 0 18px 50px rgba(24, 16, 54, 0.08);
}

.workflow-steps span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workflow-steps h3 {
  font-size: 1.25rem;
}

.workflow-steps p {
  margin-top: 10px;
}

.feature-related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.feature-related a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--purple);
  background: var(--lavender);
  font-weight: 850;
}

.usecase-page {
  background: var(--paper);
}

.usecase-hero {
  display: flex;
  justify-content: center;
  min-height: 640px;
  width: 100%;
  padding: 98px 20px 74px;
  color: white;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 71, 255, 0.24), transparent 34rem),
    var(--black);
}

.usecase-hero-copy {
  width: min(980px, 100%);
}

.usecase-hero h1 {
  max-width: 930px;
  margin: 0 auto;
  color: white;
  font-size: clamp(2.35rem, 4.45vw, 4.75rem);
}

.usecase-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  color: #d9d3e5;
  font-size: 1.08rem;
}

.usecase-hero .hero-actions {
  justify-content: center;
}

.typed-word {
  display: inline-block;
  min-width: 0;
  margin-top: 0.08em;
  padding: 0.02em 0.24em 0.1em 0.16em;
  color: white;
  background: linear-gradient(135deg, #7047ff, #b47cff);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1;
  white-space: nowrap;
  transition: padding 160ms ease, background-size 160ms ease;
}

.headline-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.headline-break {
  display: block;
  margin-top: 0.18em;
}

.typed-word::after {
  content: "";
  display: inline-block;
  width: 0.045em;
  height: 0.78em;
  margin-left: 0.05em;
  vertical-align: -0.12em;
  background: currentColor;
  animation: cursorBlink 0.85s steps(2, start) infinite;
}

@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}

.usecase-hero-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 72% 18%, rgba(112, 71, 255, 0.26), transparent 18rem);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.usecase-hero-visual::before {
  content: "";
  position: absolute;
  inset: 50% 12% auto 16%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(112, 71, 255, 0.9), rgba(255, 255, 255, 0.12));
}

.usecase-hero-visual::after {
  content: "";
  position: absolute;
  right: 12%;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
}

.map-card {
  position: absolute;
  z-index: 1;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(10, 8, 16, 0.82);
  backdrop-filter: blur(18px);
}

.map-card span,
.map-formats span {
  font-weight: 900;
}

.map-card > span {
  display: block;
  margin-bottom: 12px;
  color: #b8a8ff;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-card strong {
  display: block;
  max-width: 240px;
  color: white;
  font-size: 1.1rem;
  line-height: 1.15;
}

.map-source {
  left: 28px;
  top: 48px;
  width: 260px;
}

.map-system {
  right: 28px;
  bottom: 42px;
  width: 314px;
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 71, 255, 0.24), transparent 12rem),
    rgba(10, 8, 16, 0.9);
}

.map-formats {
  position: absolute;
  left: 32%;
  top: 36%;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(124px, 1fr));
  gap: 12px;
}

.map-formats span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, rgba(112, 71, 255, 0.36), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.map-system-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.map-system-steps span {
  padding: 10px 12px;
  border-radius: 10px;
  color: #eee8f7;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.82rem;
  font-weight: 850;
}

.usecase-intro {
  padding: 86px max(20px, calc((100% - var(--wrap)) / 2)) 34px;
  text-align: center;
}

.usecase-intro h2,
.usecase-plans h2,
.usecase-system h2 {
  margin: 0 auto;
  font-size: clamp(2.2rem, 4.2vw, 4.45rem);
}

.usecase-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px auto 0;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 28px max(20px, calc((100% - var(--wrap)) / 2)) 96px;
}

.usecase-grid article {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: 0 22px 60px rgba(24, 16, 54, 0.08);
}

.usecase-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: white;
  border-radius: 999px;
  background: var(--purple);
  font-weight: 900;
}

.usecase-grid h3 {
  font-size: 1.45rem;
}

.usecase-grid p {
  margin-top: 12px;
}

.usecase-grid .feature-list {
  margin-top: 18px;
}

.usecase-grid a,
.usecase-plan-grid a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 20px;
  color: var(--purple);
  font-weight: 900;
}

.usecase-system {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1fr);
  gap: 46px;
  align-items: center;
  padding: 96px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 12% 0%, rgba(112, 71, 255, 0.18), transparent 28rem),
    var(--black);
}

.usecase-system h2 {
  margin: 0;
  color: white;
}

.usecase-system p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: #d9d3e5;
}

.usecase-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.usecase-flow span {
  min-height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.usecase-plans {
  padding: 90px max(20px, calc((100% - var(--wrap)) / 2));
  text-align: center;
  background: var(--lavender-2);
}

.usecase-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
  text-align: left;
}

.usecase-plan-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: 0 20px 60px rgba(24, 16, 54, 0.08);
}

.usecase-plan-grid span {
  color: var(--purple);
  font-weight: 900;
}

.usecase-plan-grid h3 {
  margin-top: 12px;
  font-size: 1.7rem;
}

.usecase-final-copy {
  grid-template-columns: 1fr;
  text-align: center;
}

.usecase-final-copy .demo-copy,
.usecase-final-copy .demo-copy h2,
.usecase-final-copy .demo-copy p {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.course-page-hero {
  padding: 82px max(20px, calc((100% - var(--wrap)) / 2)) 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(112, 71, 255, 0.08), transparent 28rem),
    white;
}

.course-page-hero h1 {
  max-width: 840px;
  margin: 0 auto;
  font-size: clamp(2.45rem, 4.8vw, 5rem);
}

.course-page-hero p:not(.eyebrow) {
  max-width: 690px;
  margin: 18px auto 0;
  font-size: 1.06rem;
}

.center-actions {
  justify-content: center;
  margin-top: 24px;
}

.button-soft {
  color: var(--ink);
  background: var(--lavender);
  box-shadow: none;
}

.course-video-wrap {
  padding: 26px max(20px, calc((100% - var(--wrap)) / 2)) 72px;
  background: white;
}

.course-video-card {
  min-height: 470px;
  width: min(820px, 100%);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: white;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(5, 4, 7, 0.2), rgba(5, 4, 7, 0.88)),
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.28), transparent 12rem),
    linear-gradient(135deg, #8b8278, #201723 52%, #050407);
  box-shadow: 0 26px 70px rgba(24, 16, 54, 0.16);
}

.video-play {
  width: 74px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.74);
}

.video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid white;
}

.video-play.small {
  width: 58px;
  height: 44px;
}

.course-video-card p {
  color: #eee8f7;
}

.video-controls {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 54px 1fr 74px;
  gap: 10px;
}

.video-controls span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.course-stat-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 46px max(20px, calc((100% - var(--wrap)) / 2));
  background:
    linear-gradient(180deg, #ffffff 0%, var(--lavender-2) 100%);
}

.course-stat-band div {
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 16px 42px rgba(24, 16, 54, 0.07);
}

.course-stat-band strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1;
}

.course-stat-band span {
  display: block;
  max-width: 260px;
  margin-top: 12px;
  color: var(--muted);
}

.course-intro,
.course-resources {
  padding: 82px max(20px, calc((100% - var(--wrap)) / 2)) 40px;
  text-align: center;
  background: white;
}

.course-intro h2,
.course-resources h2,
.course-revenue h2,
.course-dark-preview h2 {
  max-width: 840px;
  margin: 0 auto;
  font-size: clamp(2rem, 3.8vw, 4rem);
}

.course-intro p:not(.eyebrow),
.course-resources p:not(.eyebrow),
.course-revenue > p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px auto 0;
}

.course-story-row {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: center;
  padding: 58px max(20px, calc((100% - 940px) / 2));
  background: white;
}

.course-story-row.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
}

.course-story-row.reverse .course-art {
  order: 2;
}

.course-story-copy h2 {
  max-width: 560px;
  font-size: clamp(1.7rem, 2.6vw, 2.7rem);
}

.course-story-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 14px;
}

.course-art {
  min-height: 340px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--lavender-2);
  box-shadow: 0 22px 70px rgba(24, 16, 54, 0.11);
}

.course-art a,
.mini-checkout a {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 14px;
  align-items: center;
  color: white;
  border-radius: 4px;
  background: var(--purple);
  font-weight: 850;
}

.lesson-art {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 54%, rgba(112, 71, 255, 0.14) 54%),
    var(--lavender-2);
}

.lesson-art span,
.lesson-art p {
  max-width: 210px;
}

.lesson-art strong {
  max-width: 230px;
  font-size: 1.7rem;
}

.checkout-art {
  grid-template-columns: 0.55fr 1fr;
  align-items: center;
  background:
    radial-gradient(circle at 80% 18%, rgba(112, 71, 255, 0.16), transparent 12rem),
    #f7f3ee;
}

.mini-sidebar {
  display: grid;
  gap: 10px;
}

.mini-sidebar span,
.automation-art span,
.community-art span {
  padding: 12px;
  border-radius: 4px;
  color: var(--ink);
  background: white;
}

.mini-checkout {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

.automation-art {
  background: linear-gradient(135deg, #f8f5ff, #fffaf4);
}

.automation-art span::before {
  content: "→";
  margin-right: 10px;
  color: var(--purple);
  font-weight: 900;
}

.community-art {
  background:
    radial-gradient(circle at 78% 24%, rgba(112, 71, 255, 0.22), transparent 10rem),
    #eef4f2;
}

.community-art strong {
  color: white;
  width: fit-content;
  padding: 48px 34px;
  border-radius: 4px;
  background: linear-gradient(135deg, #1d6b7a, #7047ff);
}

.course-revenue {
  padding: 86px max(20px, calc((100% - var(--wrap)) / 2));
  text-align: center;
  background: var(--lavender-2);
}

.course-revenue .workflow-steps {
  text-align: left;
}

.course-dark-preview {
  padding: 112px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 78% 18%, rgba(112, 71, 255, 0.2), transparent 34rem),
    linear-gradient(180deg, #050407 0%, #0b0714 100%);
}

.course-dark-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.course-dark-preview h2 {
  max-width: 920px;
  margin: 0 auto;
  color: white;
  font-size: clamp(2.5rem, 5.4vw, 5.6rem);
}

.course-dark-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 24px auto 0;
  color: #d9d3e5;
  font-size: 1.1rem;
}

.course-flow-line {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 56px auto 0;
  position: relative;
}

.course-flow-line::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}

.course-flow-line span {
  display: grid;
  justify-items: center;
  gap: 14px;
  position: relative;
  color: #eee8f7;
  font-weight: 850;
}

.course-flow-line span::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--purple) 0 4px, rgba(255, 255, 255, 0.08) 5px);
  box-shadow: 0 0 0 8px rgba(112, 71, 255, 0.08);
}

.course-resources {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: 44px;
  align-items: center;
  padding: 92px max(20px, calc((100% - var(--wrap)) / 2));
  text-align: left;
  background:
    linear-gradient(180deg, white 0%, #fbf9ff 100%);
}

.course-kit-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
}

.course-kit-copy p:not(.eyebrow) {
  max-width: 540px;
  margin: 18px 0 0;
  font-size: 1.06rem;
}

.course-kit-board {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 24px 70px rgba(24, 16, 54, 0.1);
}

.course-kit-board article {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 20px;
  border-radius: 12px;
  background: var(--lavender-2);
}

.course-kit-board span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  border-radius: 999px;
  background: var(--purple);
  font-weight: 900;
}

.course-kit-board h3 {
  font-size: 1.25rem;
}

.course-kit-board p {
  grid-column: 2;
  margin-top: 8px;
}

.course-proof-section {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.7fr);
  gap: 44px;
  align-items: center;
  margin: 0;
  padding: 96px max(20px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 18% 0%, rgba(112, 71, 255, 0.16), transparent 26rem),
    var(--black);
}

.course-proof-section h2 {
  max-width: 760px;
  color: white;
  font-size: clamp(2.25rem, 4vw, 4.6rem);
}

.course-proof-copy p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  color: #d9d3e5;
}

.course-proof-points {
  display: grid;
  gap: 10px;
}

.course-proof-points div {
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.course-proof-points strong {
  display: block;
  color: white;
  font-size: 1.15rem;
}

.course-proof-points span {
  display: block;
  margin-top: 6px;
  color: #d9d3e5;
}

.product-detail-section {
  width: min(var(--wrap), calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
  margin: 0 auto;
  padding: 88px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-section.reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
}

.product-detail-section.reverse .product-detail-copy {
  order: 2;
}

.product-detail-copy h2 {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(2.1rem, 3.8vw, 4rem);
}

.product-detail-copy p {
  max-width: 660px;
  margin-top: 16px;
  font-size: 1.04rem;
}

.product-detail-copy ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 22px 0 0;
  color: var(--muted);
  list-style: none;
}

.product-detail-copy li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--purple);
  font-weight: 900;
}

.product-detail-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 10%, rgba(112, 71, 255, 0.2), transparent 18rem),
    var(--lavender-2);
  box-shadow: var(--shadow);
}

.product-detail-visual > div {
  width: min(100%, 430px);
  border-radius: var(--radius);
}

.visual-window,
.community-feed,
.newsletter-sheet,
.checkout-card,
.automation-rules,
.affiliate-map {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: white;
  border: 1px solid var(--line-dark);
  background: linear-gradient(135deg, var(--black), #24105b);
}

.visual-window span,
.community-feed span,
.newsletter-sheet span,
.checkout-card span,
.automation-rules span,
.affiliate-map span,
.email-flow span,
.funnel-path span,
.file-stack span {
  padding: 13px;
  border-radius: var(--radius);
  color: #eee8f7;
  background: rgba(255, 255, 255, 0.09);
}

.file-stack {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.file-stack span {
  color: var(--ink);
  background: var(--lavender);
}

.file-stack strong,
.checkout-card strong,
.affiliate-map strong {
  margin-top: 6px;
  color: var(--purple);
}

.podcast-card,
.site-wireframe {
  min-height: 270px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.18), transparent 9rem),
    linear-gradient(135deg, var(--black), #24105b);
}

.podcast-card span {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 12px solid rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 14px rgba(112, 71, 255, 0.5);
}

.podcast-card em,
.site-wireframe em {
  color: #d9d3e5;
  font-style: normal;
}

.email-flow,
.funnel-path {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: white;
  background: linear-gradient(135deg, #24105b, var(--purple));
}

.email-flow span::before,
.funnel-path span::before,
.automation-rules span::before {
  content: "→";
  margin-right: 10px;
  color: #c8bbff;
}

.site-wireframe span {
  width: 78%;
  height: 80px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 102px 0 rgba(255, 255, 255, 0.08),
    0 196px 0 rgba(255, 255, 255, 0.08);
}

.funnel-path {
  grid-template-columns: 1fr;
}

.funnel-path span {
  position: relative;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.65fr);
  gap: clamp(44px, 7vw, 120px);
  padding: 78px max(20px, calc((100% - var(--wrap)) / 2)) 34px;
  color: white;
  background: var(--black);
  overflow: hidden;
}

.site-footer p,
.footer-nav,
.footer-bottom {
  color: #cfc6dc;
}

.site-footer p {
  max-width: 360px;
  margin-top: 18px;
  font-size: 0.98rem;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  min-height: 290px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: clamp(26px, 4vw, 72px);
  align-items: start;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-column h3 {
  margin: 0 0 8px;
  color: white;
  font-size: 0.95rem;
  line-height: 1.2;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: white;
}

.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.62);
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.62);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-socials a:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.footer-socials svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.92rem;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  animation: revealUp 520ms ease both;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes revealUp {
  from {
    opacity: 1;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open {
    flex-wrap: wrap;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    width: 100%;
  }

  .site-header.nav-open .site-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .dark-hero,
  .sub-hero,
  .contact-hero,
  .pricing-faq,
  .product-detail-band,
  .product-proof-card,
  .conversion-band,
  .proof-story,
  .feature-system,
  .product-detail-section,
  .product-detail-section.reverse,
  .feature-detail-hero,
  .feature-detail-grid,
  .usecase-hero,
  .usecase-system,
  .course-story-row,
  .course-story-row.reverse,
  .course-resources,
  .course-proof-section,
  .about-hero,
  .about-definition,
  .about-ownership,
  .ecosystem-map,
  .about-capabilities,
  .about-mission,
  .career-hero,
  .career-intro,
  .job-card,
  .job-openings,
  .job-listing,
  .job-listing-main ul,
  .job-opening-columns,
  .career-role-detail,
  .legal-document,
  .coming-soon-hero,
  .replace-copy,
  .demo-section,
  .contact-section,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .pricing-faq-copy {
    position: static;
  }

  .legal-toc {
    position: static;
    max-height: none;
  }

  .founder-offer-head,
  .founder-price-grid {
    grid-template-columns: 1fr;
  }

  .founder-seat-meter {
    justify-self: start;
  }

  .hero-stage {
    min-height: 620px;
  }

  .dashboard-preview {
    left: 0;
    right: auto;
  }

  .product-detail-section.reverse .product-detail-copy {
    order: 0;
  }

  .income-showcase,
  .replace-grid,
  .support-band,
  .pricing-grid,
  .customer-paths,
  .usecase-grid,
  .usecase-plan-grid,
  .product-showcase-grid,
  .product-showcase-grid-top,
  .product-feature-grid,
  .workflow-steps,
  .about-audience-grid,
  .use-case-rail,
  .career-values-grid,
  .role-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-detail-hero,
  .feature-detail-body,
  .feature-workflow {
    padding-block: 62px;
  }

  .course-story-row.reverse .course-art {
    order: 0;
  }

  .course-video-card {
    min-height: 360px;
  }

  .product-showcase-grid-top .showcase-card,
  .product-showcase-grid-top .showcase-card.wide {
    grid-column: auto;
  }

  .affiliate-hero,
  .affiliate-intro,
  .affiliate-benefits,
  .affiliate-offer-grid,
  .affiliate-fit,
  .affiliate-flow-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-commission-card {
    min-height: 320px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    min-height: auto;
  }

  .footer-socials {
    margin-top: 28px;
  }

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

}

@media (max-width: 680px) {
  .top-offer {
    display: grid;
    gap: 5px;
    padding: 10px 16px;
    text-align: center;
    font-size: 0.84rem;
  }

  .top-offer span {
    font-size: 0.68rem;
  }

  .site-header {
    padding: 12px 20px;
  }

  .brand-logo {
    width: 136px;
  }

  .dark-hero {
    min-height: auto;
    gap: 26px;
    padding-block: 44px;
    background:
      radial-gradient(circle at 70% 6%, rgba(112, 71, 255, 0.34), transparent 18rem),
      linear-gradient(180deg, #050407 0%, #10092a 100%);
  }

  .hero h1,
  .page-hero h1,
  .sub-hero h1,
  .contact-hero h1 {
    font-size: 2.48rem;
    line-height: 1.02;
  }

  .hero p:not(.eyebrow),
  .sub-hero p:not(.eyebrow),
  .contact-hero p:not(.eyebrow) {
    color: #f0eaff;
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 24px;
  }

  .button {
    width: 100%;
  }

  .hero-stage {
    display: grid;
    gap: 12px;
    min-height: auto;
  }

  .expert-card {
    display: none;
  }

  .dashboard-preview {
    position: relative;
    width: 100%;
    margin-top: 4px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
  }

  .dashboard-grid {
    min-height: auto;
  }

  .dashboard-grid aside {
    display: flex;
    flex-wrap: wrap;
    padding: 14px;
  }

  .dashboard-grid aside b {
    width: 100%;
  }

  .dashboard-grid section {
    padding: 16px;
  }

  .dashboard-grid,
  .launch-steps,
  .stats-strip,
  .income-showcase,
  .replace-grid,
  .support-band,
  .pricing-grid,
  .customer-paths,
  .product-showcase-grid,
  .product-showcase-grid-top,
  .product-feature-grid,
  .about-audience-grid,
  .ecosystem-spokes,
  .use-case-rail,
  .career-values-grid,
  .role-detail-grid,
  .system-visual,
  .system-board,
  .product-stack-visual,
  .audience-visual {
    grid-template-columns: 1fr;
  }

  .system-canvas {
    display: grid;
    gap: 12px;
    min-height: auto;
    padding: 16px;
  }

  .workspace-main {
    min-height: 240px;
  }

  .system-status {
    display: grid;
  }

  .connected-orbit {
    min-height: 360px;
  }

  .connected-orbit::before {
    inset: 42px;
  }

  .connected-orbit::after {
    inset: 88px;
  }

  .orbit-core {
    width: 140px;
    height: 140px;
  }

  .orbit-item {
    font-size: 0.8rem;
    padding: 8px 10px;
  }

  .orbit-product {
    left: 22px;
    top: 58px;
  }

  .orbit-page {
    right: 22px;
    top: 56px;
  }

  .orbit-email {
    left: 18px;
  }

  .orbit-pay {
    right: 18px;
  }

  .orbit-member {
    left: 34px;
    bottom: 50px;
  }

  .orbit-data {
    right: 34px;
    bottom: 50px;
  }

  .sub-hero,
  .contact-hero {
    gap: 28px;
    padding-block: 48px;
  }

  .command-center {
    padding-block: 58px;
  }

  .command-intro,
  .console-body {
    grid-template-columns: 1fr;
  }

  .command-intro h2 {
    font-size: 2.35rem;
  }

  .console-sidebar,
  .console-insights {
    border: 0;
  }

  .console-sidebar {
    display: flex;
    flex-wrap: wrap;
  }

  .console-sidebar b {
    width: 100%;
  }

  .launch-checks {
    grid-template-columns: 1fr;
  }

  .product-stack-visual,
  .audience-visual,
  .resource-stack,
  .pricing-proof {
    padding: 16px;
  }

  .product-stack-visual span,
  .audience-visual span,
  .resource-stack span,
  .pricing-proof span {
    min-height: 58px;
  }

  .metric-card {
    grid-template-columns: 52px 1fr;
    min-height: auto;
    padding: 18px;
  }

  .metric-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .growth-card {
    transform: none;
  }

  .price-card h3 {
    white-space: normal;
  }

  .price-card.featured {
    transform: none;
  }

  .product-feature-card.large {
    grid-column: auto;
  }

  .product-intro,
  .all-in-one-statement {
    padding-block: 58px;
  }

  .product-feature-grid,
  .product-feature-grid-compact {
    padding-block: 28px 58px;
  }

  .product-detail-section {
    padding-block: 58px;
  }

  .product-detail-copy h2 {
    font-size: 2.25rem;
  }

  .product-detail-visual {
    min-height: 320px;
    padding: 18px;
  }

  .feature-detail-visual {
    min-height: 300px;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .course-page-hero,
  .course-video-wrap,
  .course-intro,
  .course-story-row,
  .course-revenue,
  .course-dark-preview,
  .course-resources {
    padding-block: 54px;
  }

  .course-stat-band {
    grid-template-columns: 1fr;
  }

  .usecase-flow {
    grid-template-columns: 1fr;
  }

  .usecase-hero-visual {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 18px;
  }

  .usecase-hero-visual::before,
  .usecase-hero-visual::after {
    display: none;
  }

  .map-card,
  .map-formats {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .map-formats {
    grid-template-columns: 1fr;
  }

  .map-formats span {
    min-height: 58px;
  }

  .course-flow-line {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(420px, 100%);
    margin-top: 38px;
  }

  .course-flow-line::before {
    top: 17px;
    bottom: 17px;
    left: 17px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  }

  .course-flow-line span {
    grid-template-columns: 34px 1fr;
    justify-items: start;
    align-items: center;
  }

  .checkout-art {
    grid-template-columns: 1fr;
  }

  .course-kit-board article {
    grid-template-columns: 1fr;
  }

  .course-kit-board p {
    grid-column: auto;
  }

  .site-footer {
    padding: 34px 24px 22px;
    gap: 30px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
  }

  .site-footer p {
    max-width: 100%;
    margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .footer-brand-block {
    min-height: auto;
  }

  .footer-socials {
    gap: 12px;
    margin-top: 20px;
  }

  .footer-socials a {
    width: 36px;
    height: 36px;
  }

  .footer-column {
    gap: 8px;
  }

  .footer-column h3 {
    margin-bottom: 4px;
    font-size: 0.9rem;
  }

  .footer-column a {
    font-size: 0.88rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    padding-top: 18px;
    font-size: 0.82rem;
  }

  .affiliate-hero,
  .affiliate-intro,
  .affiliate-offers,
  .affiliate-flow,
  .affiliate-fit,
  .affiliate-cta {
    padding-block: 58px;
  }

  .affiliate-benefits {
    padding-bottom: 58px;
  }

  .affiliate-hero-copy h1,
  .affiliate-intro h2,
  .affiliate-offers h2,
  .affiliate-flow h2,
  .affiliate-fit h2,
  .affiliate-cta h2 {
    font-size: 2.45rem;
    line-height: 1;
  }

  .affiliate-commission-card {
    min-height: 260px;
    border-radius: 18px;
  }

  .product-page-hero {
    padding-block: 58px 34px;
  }

  .product-card-section,
  .product-proof-section {
    padding-block: 42px;
  }

  .product-detail-band {
    padding-block: 52px;
  }

  .product-proof-card {
    padding: 18px;
  }

  .stats-strip {
    padding: 26px 0;
  }

  .stats-strip strong {
    font-size: 2rem;
  }

  .section {
    padding: 54px 0 24px;
  }

  .section h2,
  .conversion-band h2,
  .feature-system h2,
  .replace-section h2,
  .demo-section h2,
  .final-cta h2,
  .faq-section h2,
  .contact-section h1,
  .resource-feature h2 {
    font-size: 2.25rem;
    line-height: 1.04;
  }

  .income-showcase {
    padding-bottom: 58px;
  }

  .conversion-band,
  .feature-system,
  .final-cta {
    padding-block: 60px;
  }

  .proof-story,
  .replace-section,
  .demo-section,
  .faq-section {
    padding-block: 58px;
  }

  .founder-offer {
    padding: 28px;
  }

  .tile-media {
    height: 128px;
  }
}
.replace-copy h2 {
    font-size: 60px;
    line-height: 65px;
}
.faq-section h2 {
    text-align: center;
    margin: auto;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-note-success {
  color: #1f8f55 !important;
}

.form-note-error {
  color: #b3261e !important;
}

.form-note-local {
  color: #5b4bff !important;
}

.not-found-main {
  min-height: calc(100vh - 126px);
  display: grid;
  place-items: center;
  padding: clamp(72px, 12vw, 150px) 20px;
  color: white;
  background:
    radial-gradient(circle at 72% 18%, rgba(93, 70, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #050507 0%, #0c0818 50%, #1d1650 100%);
}

.not-found-hero {
  width: min(100%, 980px);
  text-align: center;
}

.not-found-hero h1 {
  max-width: 920px;
  margin: 12px auto 0;
  color: white;
  font-size: clamp(3.2rem, 9vw, 8.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.not-found-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.55;
}

.not-found-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.not-found-actions .button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.affiliate-main {
  background: #fff;
}

.affiliate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
  padding: clamp(72px, 10vw, 118px) max(24px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 78% 22%, rgba(105, 74, 255, 0.44), transparent 34%),
    linear-gradient(135deg, #050507 0%, #0b0715 46%, #221a5b 100%);
}

.affiliate-hero-copy h1 {
  max-width: 720px;
  margin: 12px 0 0;
  color: white;
  font-size: clamp(2.85rem, 4.8vw, 5.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.affiliate-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.55;
}

.affiliate-commission-card {
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.36);
}

.affiliate-commission-card span {
  color: #c6b8ff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.affiliate-commission-card strong {
  color: white;
  font-size: clamp(4.6rem, 8vw, 7.4rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.affiliate-commission-card p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.5;
}

.affiliate-intro,
.affiliate-flow,
.affiliate-cta {
  padding: clamp(74px, 10vw, 126px) max(24px, calc((100% - var(--wrap)) / 2));
}

.affiliate-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.affiliate-intro h2,
.affiliate-flow h2,
.affiliate-cta h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.2vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

.affiliate-intro-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.6;
}

.affiliate-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.affiliate-audience-grid span {
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f7f2ff);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 18px 48px rgba(13, 10, 24, 0.06);
}

.affiliate-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 max(24px, calc((100% - var(--wrap)) / 2)) clamp(58px, 7vw, 92px);
}

.affiliate-intro + .affiliate-benefits {
  margin-top: clamp(-44px, -3vw, -24px);
}

.affiliate-benefits article,
.affiliate-flow-grid article {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f6f1ff);
  box-shadow: 0 28px 80px rgba(13, 10, 24, 0.08);
}

.affiliate-benefits span {
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.affiliate-benefits h3,
.affiliate-flow-grid strong {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.affiliate-benefits p,
.affiliate-flow-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.affiliate-flow {
  background: #f5f0ff;
}

.affiliate-offers {
  padding: clamp(78px, 10vw, 128px) max(24px, calc((100% - var(--wrap)) / 2));
  background:
    radial-gradient(circle at 8% 12%, rgba(105, 74, 255, 0.1), transparent 26%),
    #fff;
}

.affiliate-offers h2 {
  max-width: 980px;
  margin: 10px auto 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.4vw, 4.8rem);
  line-height: 1;
}

.affiliate-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(32px, 5vw, 56px);
}

.affiliate-offer-grid article {
  min-height: 190px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 255, 0.92)),
    #fff;
  box-shadow: 0 24px 74px rgba(13, 10, 24, 0.08);
}

.affiliate-offer-grid span {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  font-weight: 900;
  line-height: 1.08;
}

.affiliate-offer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.affiliate-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.affiliate-flow-grid article {
  min-height: 220px;
  background: #fff;
}

.affiliate-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(78px, 10vw, 128px) max(24px, calc((100% - var(--wrap)) / 2));
  color: white;
  background:
    radial-gradient(circle at 88% 8%, rgba(105, 74, 255, 0.34), transparent 36%),
    linear-gradient(135deg, #050507 0%, #100a22 58%, #211958 100%);
}

.affiliate-fit h2 {
  max-width: 780px;
  margin: 10px 0 0;
  color: white;
  font-size: clamp(2.2rem, 4.2vw, 4.7rem);
  line-height: 1;
}

.affiliate-fit-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.58;
}

.affiliate-fit-list {
  display: grid;
  gap: 14px;
}

.affiliate-fit-list div {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.affiliate-fit-list strong {
  color: white;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.affiliate-fit-list span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.45;
}

.affiliate-commission-faq {
  padding: clamp(72px, 9vw, 112px) max(24px, calc((100% - var(--wrap)) / 2));
  background: #fff;
}

.affiliate-commission-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.affiliate-commission-faq h2 {
  max-width: 760px;
  margin: 10px 0 0;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.affiliate-commission-faq details {
  max-width: none;
  margin-inline: 0;
}

.affiliate-commission-list {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.affiliate-cta {
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 10%, rgba(93, 70, 255, 0.34), transparent 42%),
    var(--black);
}

.affiliate-cta h2 {
  max-width: 980px;
  margin-inline: auto;
  color: white;
}

.affiliate-cta p:not(.eyebrow) {
  max-width: 700px;
  margin: 22px auto 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.12rem;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .affiliate-hero,
  .affiliate-intro,
  .affiliate-fit {
    grid-template-columns: 1fr;
  }

  .affiliate-offer-grid,
  .affiliate-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .affiliate-hero,
  .affiliate-intro,
  .affiliate-offers,
  .affiliate-flow,
  .affiliate-fit,
  .affiliate-commission-faq,
  .affiliate-cta {
    padding: 58px 22px;
  }

  .affiliate-benefits,
  .affiliate-offer-grid,
  .affiliate-flow-grid,
  .affiliate-audience-grid {
    grid-template-columns: 1fr;
  }

  .affiliate-benefits {
    padding-inline: 22px;
  }

  .affiliate-hero-copy h1,
  .affiliate-intro h2,
  .affiliate-offers h2,
  .affiliate-flow h2,
  .affiliate-fit h2,
  .affiliate-cta h2 {
    font-size: 2.45rem;
    line-height: 1;
  }

  .affiliate-commission-card {
    min-height: 260px;
    border-radius: 18px;
  }

  .affiliate-commission-faq {
    padding-inline: 22px;
  }
}
