:root {
  --growth-bg: #020607;
  --growth-panel: #080c0d;
  --growth-panel-2: #0d1112;
  --growth-text: #f4f0e8;
  --growth-muted: #b5b1aa;
  --growth-gold: #e0a91e;
  --growth-gold-soft: #f1c14a;
  --growth-border: rgba(224, 169, 30, 0.58);
  --growth-line: rgba(224, 169, 30, 0.25);
  --growth-width: 1180px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--growth-bg);
  color: var(--growth-text);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}
a { color: inherit; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.growth-shell { min-height: 100vh; padding: 0 14px 14px; }
.growth-nav {
  width: min(var(--growth-width), 100%);
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--growth-line);
  background: #020607;
}
.growth-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; width: fit-content; }
.growth-brand-mark,
.growth-footer-mark {
  width: 46px;
  aspect-ratio: 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--growth-gold);
  border-radius: 4px;
  color: var(--growth-gold-soft);
  font: 700 18px/1 Georgia, serif;
}
.growth-brand-copy { display: grid; line-height: 1; }
.growth-brand-copy strong { color: var(--growth-gold-soft); font-family: Georgia, serif; font-size: 22px; }
.growth-brand-copy small { margin-top: 5px; color: var(--growth-gold-soft); font: 600 11px/1 'Barlow Condensed', Arial, sans-serif; }
.growth-nav-links { display: flex; align-items: center; gap: 0; }
.growth-nav-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  border-left: 1px solid rgba(224,169,30,.18);
  color: #dbd8d2;
  text-decoration: none;
  font: 600 13px/1 'Barlow Condensed', Arial, sans-serif;
  text-transform: uppercase;
}
.growth-nav-links a:hover { color: var(--growth-gold-soft); }
.growth-private-badge {
  justify-self: end;
  min-width: 144px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--growth-gold);
  border-radius: 5px;
  color: var(--growth-gold-soft);
  font: 700 14px/1 'Barlow Condensed', Arial, sans-serif;
}
.growth-private-badge span { display: grid; }
.growth-private-badge small { margin-top: 4px; font-size: 10px; }
.growth-private-badge svg { width: 17px; height: 17px; stroke-width: 1.8; }
.growth-main {
  width: min(var(--growth-width), 100%);
  margin: 0 auto;
  border: 1px solid var(--growth-border);
  border-radius: 7px;
  overflow: hidden;
  background: #030708;
}
.growth-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: center;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 54px;
  padding: 62px 58px 48px;
  border-bottom: 1px solid var(--growth-line);
  isolation: isolate;
}
.growth-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 46%;
  background: url('/assets/images/hero/TrendyVest-Bull-Market-Hero.png') 86% center / cover no-repeat;
  opacity: .42;
}
.growth-hero > div { position: relative; z-index: 1; }
.growth-eyebrow {
  color: var(--growth-gold-soft);
  font: 700 13px/1 'Barlow Condensed', Arial, sans-serif;
  text-transform: uppercase;
}
.growth-hero h1 {
  max-width: 760px;
  margin: 14px 0 20px;
  font: 700 clamp(48px, 6vw, 78px)/.98 'Barlow Condensed', Arial, sans-serif;
}
.growth-hero p { max-width: 720px; margin: 0; color: #c8c4bd; font-size: 17px; }
.growth-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.growth-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--growth-gold);
  border-radius: 0;
  background: transparent;
  color: var(--growth-gold-soft);
  text-decoration: none;
  font-weight: 800;
}
.growth-button:hover { background: var(--growth-gold); color: #060606; }
.growth-button.secondary { color: var(--growth-text); border-color: rgba(224,169,30,.46); }
.growth-proof {
  position: relative;
  z-index: 1;
  align-self: end;
  border: 1px solid var(--growth-border);
  border-radius: 4px;
  padding: 22px;
  background: rgba(8,12,13,.94);
}
.growth-proof strong { display: block; color: var(--growth-gold-soft); font: 700 24px/1.1 'Barlow Condensed', Arial, sans-serif; }
.growth-proof span { display: block; margin-top: 7px; color: var(--growth-muted); font-size: 13px; }
.growth-proof hr { border: 0; border-top: 1px solid var(--growth-line); margin: 18px 0; }
.growth-proof-icon { width: 26px; height: 26px; margin: 0 0 10px; color: var(--growth-gold-soft); stroke-width: 1.7; }
.growth-section { padding: 50px 58px; border-bottom: 1px solid var(--growth-line); }
.growth-section h2 {
  margin: 0 0 18px;
  font: 600 clamp(32px, 4vw, 48px)/1.04 'Barlow Condensed', Arial, sans-serif;
}
.growth-section h3 { margin: 30px 0 8px; font: 600 24px/1.1 'Barlow Condensed', Arial, sans-serif; }
.growth-section p,
.growth-section li { max-width: 76ch; color: #c4c0b9; }
.growth-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.growth-card {
  min-width: 0;
  border: 1px solid var(--growth-border);
  border-radius: 6px;
  padding: 22px;
  background: var(--growth-panel);
}
.growth-card b { display: block; margin-bottom: 8px; color: var(--growth-gold-soft); font: 700 14px/1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.growth-card p { margin: 0; font-size: 14px; }
.growth-callout {
  max-width: 820px;
  margin: 24px 0;
  padding: 18px 22px;
  border: 1px solid var(--growth-border);
  border-left: 3px solid var(--growth-gold);
  border-radius: 4px;
  background: #11100c;
}
.growth-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.growth-table th,
.growth-table td { border-bottom: 1px solid var(--growth-line); padding: 14px; text-align: left; vertical-align: top; }
.growth-table th { color: var(--growth-gold-soft); font: 700 13px/1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.growth-form { border: 1px solid var(--growth-border); border-radius: 5px; background: var(--growth-panel-2); padding: 22px; }
.growth-form iframe { width: 100%; min-height: 520px; border: 0; }
.growth-status {
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid var(--growth-border);
  border-radius: 3px;
  color: var(--growth-gold-soft);
  font: 700 12px/1 'Barlow Condensed', Arial, sans-serif;
  text-transform: uppercase;
}
.growth-disclosure { margin: 26px 58px; color: #8f8b84; font-size: 12px; }
.growth-footer {
  margin: 0 12px 12px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1.15fr 1.2fr 1fr 1.4fr auto;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--growth-line);
  border-radius: 5px;
  background: #050809;
  color: var(--growth-muted);
  font-size: 11px;
}
.growth-footer > span:not(:last-child) { min-height: 42px; display: grid; align-content: center; padding-right: 16px; border-right: 1px solid var(--growth-line); }
.growth-footer strong { color: var(--growth-gold-soft); font: 700 12px/1.1 'Barlow Condensed', Arial, sans-serif; }
.growth-footer small { margin-top: 5px; color: #a8a39b; }
.growth-footer-claim strong,
.growth-footer-claim small { color: var(--growth-text); }

/* Founding 500 exact private-review composition. */
.page-founding .growth-main { background: radial-gradient(circle at 66% 8%, rgba(74,48,8,.18), transparent 30%), #030708; }
.page-founding .growth-hero {
  min-height: 384px;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
  gap: 34px;
  align-content: center;
  padding: 36px 36px 28px;
  overflow: hidden;
}
.page-founding .growth-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #030708 0%, rgba(3,7,8,.98) 39%, rgba(3,7,8,.58) 57%, rgba(3,7,8,.08) 100%);
}
.page-founding .growth-hero::after {
  inset: 0;
  background-position: right 46%;
  background-size: 58% auto;
  opacity: .86;
}
.page-founding .growth-hero > div { min-width: 0; }
.page-founding .growth-hero h1 { max-width: 510px; margin: 14px 0 18px; font-size: clamp(52px, 6vw, 64px); line-height: .98; }
.page-founding .growth-hero p { max-width: 460px; font-size: 14px; line-height: 1.55; }
.page-founding .growth-proof { width: 286px; min-height: 184px; justify-self: end; align-self: end; padding: 20px; }
.page-founding .growth-proof strong { font-size: 22px; }
.page-founding .growth-proof span { font-size: 13px; line-height: 1.45; }
.founding-trust-rail {
  width: min(660px, calc(100vw - 110px));
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.founding-trust-rail > span,
.founding-checkout-rail > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  column-gap: 8px;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid var(--growth-line);
}
.founding-trust-rail > span:first-child,
.founding-checkout-rail > span:first-child { padding-left: 0; }
.founding-trust-rail > span:last-child,
.founding-checkout-rail > span:last-child { border-right: 0; }
.founding-trust-rail svg,
.founding-checkout-rail svg { grid-row: 1 / 3; width: 24px; height: 24px; color: var(--growth-gold-soft); stroke-width: 1.6; }
.founding-trust-rail b,
.founding-checkout-rail b { color: var(--growth-gold-soft); font: 700 10px/1.1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.founding-trust-rail small,
.founding-checkout-rail small { margin-top: 4px; color: #c2bdb5; font-size: 8px; line-height: 1.25; }
.page-founding .founding-offer-section { padding: 42px 42px 32px; }
.founding-rule-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.founding-rule-head h2 { margin: 12px 0 0; font-size: 34px; }
.founding-rule-head > p { max-width: 500px; margin: 2px 0 0; color: #d0ccc5; font-size: 13px; line-height: 1.65; }
.page-founding .growth-table {
  margin: 28px 0 0;
  table-layout: fixed;
  border: 1px solid var(--growth-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(5,9,10,.72);
}
.page-founding .growth-table th,
.page-founding .growth-table td { padding: 11px 14px; border-right: 1px solid var(--growth-line); border-bottom: 1px solid var(--growth-line); }
.page-founding .growth-table th:last-child,
.page-founding .growth-table td:last-child { border-right: 0; }
.page-founding .growth-table tbody tr:last-child td { border-bottom: 0; }
.page-founding .growth-table th:first-child { width: 58px; }
.page-founding .growth-table th:nth-child(2) { width: 190px; }
.page-founding .growth-table th:nth-child(3) { width: 200px; }
.page-founding .growth-table td:first-child { text-align: center; color: var(--growth-gold-soft); }
.page-founding .growth-table td:first-child svg { width: 20px; height: 20px; vertical-align: middle; stroke-width: 1.7; }
.page-founding .growth-table td { color: #ddd9d2; font-size: 13px; }
.page-founding .growth-table td:nth-child(2),
.page-founding .growth-table td:nth-child(3) { font-size: 16px; }
.page-founding .growth-table td strong { color: #fff; }
.page-founding .founding-benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.founding-benefit { min-height: 150px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 12px; align-content: start; padding: 18px; }
.founding-benefit > svg { width: 32px; height: 32px; color: var(--growth-gold-soft); stroke-width: 1.5; }
.founding-benefit > .founding-benefit-badge {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: cover;
  object-position: right center;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(224,169,30,.2);
}
.founding-benefit b { margin: 4px 0 12px; font-size: 12px; }
.founding-benefit p { color: #c2beb7; font-size: 11px; line-height: 1.55; }
.product-brand-emblem {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  flex: 0 0 50px;
}
.product-brand-emblem img {
  position: absolute;
  width: 280px;
  max-width: none;
  height: auto;
}
.product-brand-emblem.mark-morning-brief img { left: -47px; top: -63px; }
.product-brand-emblem.mark-research-stack img { left: -48px; top: -63px; }
.product-brand-emblem.mark-premier-charting img { left: -51px; top: -63px; }
.product-brand-emblem.mark-ledger img { left: -58px; top: -59px; }
.product-brand-emblem.mark-traders-floor img { left: -42px; top: -63px; }
.founding-benefit > .product-brand-emblem {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}
.founding-benefit > .product-brand-emblem img {
  width: 214px;
}
.founding-benefit > .product-brand-emblem.mark-morning-brief img { left: -36px; top: -48px; }
.founding-benefit > .product-brand-emblem.mark-research-stack img { left: -37px; top: -48px; }
.founding-benefit > .product-brand-emblem.mark-premier-charting img { left: -39px; top: -48px; }
.founding-benefit > .product-brand-emblem.mark-ledger img { left: -44px; top: -45px; }
.founding-benefit > .product-brand-emblem.mark-traders-floor img { left: -32px; top: -48px; }
.page-founding .founding-cta-section { padding: 28px 40px 17px; background: linear-gradient(90deg, rgba(14,19,19,.82), rgba(3,7,8,.95)); }
.founding-cta-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 40px; align-items: center; }
.alpha-core-access {
  min-width: 0;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid var(--growth-gold);
  border-radius: 6px;
  background: radial-gradient(circle at 12% 50%, rgba(224,169,30,.18), transparent 28%), linear-gradient(100deg, rgba(16,14,8,.98), rgba(5,9,10,.98));
  box-shadow: inset 0 0 22px rgba(224,169,30,.05);
}
.alpha-core-logo {
  position: relative;
  width: 180px;
  height: 62px;
  display: block;
  overflow: hidden;
}
.alpha-core-logo img {
  position: absolute;
  width: 350px;
  max-width: none;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.alpha-core-access > span { display: grid; }
.alpha-core-access small { color: var(--growth-gold-soft); font: 700 10px/1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.alpha-core-access b { margin-top: 5px; color: #fff; font: 700 21px/1.05 'Barlow Condensed', Arial, sans-serif; }
.alpha-core-access p { max-width: none; margin: 5px 0 0; color: #c9c4bb; font-size: 12px; line-height: 1.45; }
.founding-alpha-core-access { margin-top: 18px; }
.founding-cta-grid h2 { margin: 0 0 8px; font-size: 28px; }
.founding-cta-grid p { margin: 0; color: #c3bfb8; font-size: 11px; line-height: 1.55; }
.founding-cta-grid .growth-actions { margin: 0; display: grid; grid-template-columns: 1.18fr 1fr; gap: 22px; }
.founding-cta-grid .growth-button { min-height: 62px; justify-content: space-between; gap: 10px; padding: 0 20px; font: 700 12px/1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.founding-cta-grid .growth-button svg { width: 22px; height: 22px; flex: 0 0 auto; stroke-width: 1.7; }
.founding-cta-grid .growth-button svg:last-child { width: 16px; }
.founding-cta-grid .founding-primary { border-color: #f0bb32; background: linear-gradient(110deg, #ad7212, #7d4d05); color: #ffd667; }
.founding-checkout-rail { margin-top: 24px; padding-top: 15px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--growth-line); }
.founding-footer { min-height: 82px; display: grid; grid-template-columns: 250px minmax(0,1fr) 144px; gap: 18px; align-items: center; padding: 8px 18px; background: #020607; }
.founding-footer-center { min-width: 0; display: grid; place-items: center; gap: 8px; }
.founding-footer-center nav { max-width: 100%; display: flex; justify-content: center; flex-wrap: wrap; }
.founding-footer-center nav a { padding: 0 18px; border-right: 1px solid var(--growth-line); color: #d5d1ca; text-decoration: none; font: 600 10px/1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.founding-footer-center nav a:last-child { border-right: 0; }
.founding-footer-center small { color: #77736d; font-size: 9px; }
.page-founding .growth-disclosure { margin: 12px 42px 4px; text-align: center; font-size: 9px; }

/* Secure enrollment composition. */
.page-member-plan { --growth-width: 1360px; }
.page-member-plan .growth-shell { padding: 0 0 12px; }
.page-member-plan .growth-main { border: 0; border-radius: 0; overflow: visible; background: #020607; }
.page-member-plan .growth-hero {
  min-height: 466px;
  grid-template-columns: 1fr;
  align-content: center;
  padding: 34px 28px 22px;
  overflow: hidden;
  border-top: 1px solid var(--growth-line);
  border-bottom: 1px solid var(--growth-border);
}
.page-member-plan .growth-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #020607 0%, rgba(2,6,7,.98) 23%, rgba(2,6,7,.7) 38%, rgba(2,6,7,.06) 67%, rgba(2,6,7,.08) 100%);
}
.page-member-plan .growth-hero::after {
  inset: 0;
  background: url('/assets/images/hero/TrendyVest-Secure-Enrollment-Hero.png') right center / cover no-repeat;
  opacity: 1;
}
.page-member-plan .growth-hero > div { max-width: 490px; }
.page-member-plan .growth-hero h1 { max-width: 480px; margin: 16px 0 18px; font-size: clamp(56px, 4.35vw, 62px); line-height: .98; }
.page-member-plan .growth-hero p { max-width: 440px; color: #dedad2; font-size: 17px; line-height: 1.45; }
.page-member-plan .growth-hero p strong { color: var(--growth-gold-soft); }
.member-security-callout {
  width: min(390px, 100%);
  min-height: 54px;
  margin-top: 12px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--growth-border);
  border-radius: 6px;
  background: rgba(5,10,11,.88);
}
.member-security-callout svg { width: 30px; height: 30px; color: var(--growth-gold-soft); stroke-width: 1.6; }
.member-security-callout span { display: grid; }
.member-security-callout b { color: var(--growth-gold-soft); font: 700 12px/1.15 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.member-security-callout small { margin-top: 5px; color: #c7c2ba; font-size: 10px; }
.member-checkout-grid {
  display: grid;
  grid-template-columns: .98fr 1.05fr;
  gap: 14px;
  padding: 8px 0 0;
}
.member-order-panel,
.member-ecosystem-panel {
  min-width: 0;
  padding: 18px 28px 22px;
  border: 1px solid var(--growth-border);
  border-radius: 6px;
  background: radial-gradient(circle at 82% 12%, rgba(96,62,7,.14), transparent 36%), linear-gradient(145deg, rgba(8,13,14,.98), rgba(3,7,8,.98));
}
.member-panel-eyebrow { color: var(--growth-gold-soft); font: 700 12px/1 'Barlow Condensed', Arial, sans-serif; text-transform: uppercase; }
.member-order-panel h2,
.member-ecosystem-panel h2 { margin: 7px 0 14px; font: 700 28px/1.05 'Barlow Condensed', Arial, sans-serif; }
.member-price-table { border-bottom: 1px solid var(--growth-line); }
.member-price-head,
.member-price-row {
  display: grid;
  grid-template-columns: 1.25fr .62fr 1.08fr;
  align-items: center;
  column-gap: 14px;
}
.member-price-head {
  min-height: 34px;
  padding: 0 10px;
  background: #0b1011;
  color: var(--growth-gold-soft);
  font: 700 11px/1 'Barlow Condensed', Arial, sans-serif;
  text-transform: uppercase;
}
.member-price-row { min-height: 68px; padding: 9px 10px; border-top: 1px solid var(--growth-line); }
.member-price-row > span { display: flex; align-items: center; gap: 14px; }
.member-price-row svg { width: 34px; height: 34px; flex: 0 0 auto; padding: 7px; border: 1px solid var(--growth-border); color: var(--growth-gold-soft); transform: rotate(0deg); }
.member-price-row .member-membership-label { gap: 10px; }
.founding-500-mini-badge {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: block;
  margin-left: auto;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(224,169,30,.22);
}
.founding-500-mini-badge img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
}
.member-price-row.standard { opacity: .72; }
.member-price-row b { color: #fff; font-size: 14px; }
.member-price-row > strong { color: #fff; font-size: 22px; }
.member-price-row > small { color: #c8c4bd; font-size: 11px; line-height: 1.35; }
.member-account-callout {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 12px 16px;
  border: 1px solid var(--growth-border);
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(18,20,17,.98), rgba(4,8,9,.98));
}
.member-account-callout svg { width: 28px; height: 28px; color: var(--growth-gold-soft); stroke-width: 1.6; }
.member-account-callout span { display: grid; }
.member-account-callout b { color: var(--growth-gold-soft); font-size: 14px; }
.member-account-callout small { margin-top: 3px; color: #c7c2ba; font-size: 11px; line-height: 1.4; }
.member-live-handoff,
.founding-live-bridge {
  display: grid;
  grid-template-columns: 28px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(219,166,47,.32);
  border-radius: 5px;
  background: rgba(6,10,10,.78);
}
.member-live-handoff { margin-top: 8px; padding: 10px 14px; }
.founding-live-bridge { max-width: 760px; margin: 14px 0 0 auto; padding: 10px 14px; }
.member-live-handoff svg,
.founding-live-bridge svg { width: 22px; height: 22px; color: var(--growth-gold-soft); stroke-width: 1.6; }
.member-live-handoff span,
.founding-live-bridge span { display: grid; }
.member-live-handoff b,
.founding-live-bridge b { color: var(--growth-gold-soft); font-size: 12px; }
.member-live-handoff small,
.founding-live-bridge small { margin-top: 3px; color: #c7c2ba; font-size: 10px; line-height: 1.4; }
.founding-live-bridge a { color: var(--growth-gold-soft); }
.member-checkout-actions { display: grid; grid-template-columns: 1fr .96fr; gap: 12px; margin-top: 10px; }
.member-checkout-actions a {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--growth-gold);
  color: var(--growth-gold-soft);
  text-decoration: none;
  font: 700 12px/1 'Barlow Condensed', Arial, sans-serif;
  text-transform: uppercase;
}
.member-checkout-actions svg { width: 18px; height: 18px; stroke-width: 1.8; }
.member-checkout-actions .member-primary-action { background: linear-gradient(100deg, #f5bf45, #b8760a, #f2bb3e); color: #171006; }
.member-secondary-action { grid-template-columns: 1fr auto !important; }
.member-ecosystem-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.member-ecosystem-grid > div {
  min-height: 152px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 18px 14px;
  border: 1px solid var(--growth-border);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(14,19,19,.96), rgba(5,9,10,.98));
  text-align: center;
}
.member-ecosystem-grid svg { width: 34px; height: 34px; margin-bottom: 12px; color: var(--growth-gold-soft); stroke-width: 1.45; }
.member-ecosystem-grid .member-ecosystem-badge {
  width: 50px;
  height: 50px;
  margin-bottom: 7px;
  object-fit: cover;
  object-position: right center;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(224,169,30,.18);
}
.member-ecosystem-grid b { color: #fff; font-size: 14px; line-height: 1.15; }
.member-ecosystem-grid p { max-width: 175px; margin: 6px 0 0; color: #c7c2ba; font-size: 11px; line-height: 1.4; }
.member-ecosystem-grid .product-brand-emblem { margin-bottom: 10px; }
.member-alpha-core-access { margin-top: 12px; padding: 12px 16px; grid-template-columns: 170px minmax(0,1fr); }
.member-alpha-core-access .alpha-core-logo { width: 162px; height: 56px; }
.member-alpha-core-access .alpha-core-logo img { width: 315px; }
.member-alpha-core-access b { font-size: 18px; }
.member-alpha-core-access p { font-size: 10px; }
.page-member-plan .growth-disclosure {
  margin: 8px 0 0;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  border: 1px solid var(--growth-border);
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
}
.page-member-plan .growth-footer { width: 100%; margin: 8px 0 0; }
.enrollment-nav { grid-template-columns: 1fr auto 1fr; }
.enrollment-nav .growth-private-badge { justify-self: end; }
.growth-flow-state {
  color: var(--growth-gold-soft);
  font: 700 13px/1 'Barlow Condensed', Arial, sans-serif;
  letter-spacing: .08em;
}
.enrollment-footer {
  min-height: 72px;
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 20px;
  border: 1px solid var(--growth-border);
  border-radius: 5px;
  background: #050909;
}
.enrollment-footer > span { display: grid; text-align: center; }
.enrollment-footer > span strong { color: var(--growth-gold-soft); font: 700 11px/1.2 'Barlow Condensed', Arial, sans-serif; letter-spacing: .08em; }
.enrollment-footer > span small { margin-top: 4px; color: #a9a49b; font-size: 9px; }
.enrollment-back-link { color: var(--growth-gold-soft); font: 700 11px/1.2 'Barlow Condensed', Arial, sans-serif; text-decoration: none; text-transform: uppercase; }
.tv-consent {
  position: fixed;
  z-index: 9999;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--growth-border);
  border-radius: 5px;
  background: #0b0f10;
  box-shadow: 0 12px 36px rgba(0,0,0,.62);
  color: var(--growth-text);
  font-family: Manrope, Arial, sans-serif;
}
.tv-consent strong { display: block; }
.tv-consent p { margin: 3px 0 0; color: #b9b5ae; font-size: 13px; }
.tv-consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
.tv-consent button { min-height: 40px; padding: 0 14px; border: 1px solid #665525; border-radius: 2px; background: transparent; color: #fff; cursor: pointer; }
.tv-consent button.primary { background: var(--growth-gold); border-color: var(--growth-gold); color: #111; font-weight: 800; }

@media (max-width: 940px) {
  .growth-nav { grid-template-columns: 1fr auto; padding: 12px 0; }
  .growth-nav-links { grid-row: 2; grid-column: 1 / -1; justify-content: center; border-top: 1px solid var(--growth-line); padding-top: 10px; }
  .enrollment-nav { grid-template-columns: 1fr auto; }
  .enrollment-nav .growth-flow-state { grid-row: 2; grid-column: 1 / -1; justify-self: center; padding-top: 10px; }
  .enrollment-footer { grid-template-columns: 1fr auto; }
  .enrollment-footer > span { grid-row: 2; grid-column: 1 / -1; }
  .growth-hero { grid-template-columns: 1fr; }
  .growth-hero::after { inset: 0 0 0 32%; }
  .growth-proof { max-width: 500px; }
  .growth-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .growth-footer { grid-template-columns: repeat(2, 1fr); }
  .growth-footer-mark { display: none; }
  .page-founding .growth-hero {
    min-height: 520px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .68fr);
    gap: 18px;
    padding: 34px 28px 24px;
  }
  .page-founding .growth-hero::after { inset: 0; background-position: 60% center; }
  .page-founding .growth-hero h1 { font-size: clamp(48px, 7vw, 58px); }
  .page-founding .growth-proof { width: 250px; }
  .founding-trust-rail { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 16px; }
  .founding-trust-rail > span:nth-child(2) { border-right: 0; }
  .founding-rule-head { grid-template-columns: 1fr; gap: 20px; }
  .page-founding .founding-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founding-cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .founding-footer { grid-template-columns: 210px minmax(0, 1fr); }
  .founding-footer > :last-child { display: none; }
  .page-member-plan .growth-shell { padding: 0 10px 10px; }
  .page-member-plan .growth-hero { min-height: 500px; padding: 38px 28px 26px; }
  .page-member-plan .growth-hero::after { inset: 0; background-position: 62% center; }
  .page-member-plan .growth-hero h1 { font-size: clamp(54px, 7vw, 66px); }
  .member-checkout-grid { grid-template-columns: 1fr; }
  .member-ecosystem-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .growth-shell { padding: 0 8px 8px; }
  .growth-nav { min-height: 64px; gap: 10px; }
  .growth-brand-copy strong { font-size: 18px; }
  .growth-brand-mark { width: 40px; }
  .growth-private-badge { min-width: 112px; padding: 0 8px; }
  .growth-nav-links { justify-content: flex-start; overflow-x: auto; }
  .growth-nav-links a { flex: 0 0 auto; padding: 0 14px; }
  .growth-main { border-radius: 5px; }
  .growth-hero { min-height: 480px; padding: 44px 24px 28px; gap: 24px; }
  .growth-hero::after { inset: 0; opacity: .22; background-position: 76% center; }
  .growth-hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .growth-hero p { font-size: 15px; }
  .growth-section { padding: 40px 24px; }
  .alpha-core-access { grid-template-columns: 1fr; justify-items: start; gap: 10px; }
  .alpha-core-logo { width: 190px; height: 66px; }
  .alpha-core-logo img { width: 370px; }
  .member-alpha-core-access { grid-template-columns: 1fr; }
  .member-alpha-core-access .alpha-core-logo { width: 180px; height: 62px; }
  .member-alpha-core-access .alpha-core-logo img { width: 350px; }
  .growth-grid { grid-template-columns: 1fr; }
  .growth-disclosure { margin: 24px; }
  .growth-footer { grid-template-columns: 1fr; }
  .growth-footer > span:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--growth-line); padding: 0 0 12px; }
  .page-founding .growth-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 20px 22px;
  }
  .page-founding .growth-hero::before { background: linear-gradient(180deg, rgba(3,7,8,.94) 0%, rgba(3,7,8,.66) 55%, rgba(3,7,8,.92) 100%); }
  .page-founding .growth-hero::after { opacity: .5; background-position: 67% center; }
  .page-founding .growth-hero h1 { max-width: 330px; font-size: clamp(43px, 13vw, 56px); }
  .page-founding .growth-hero p { font-size: 13px; }
  .page-founding .growth-proof { width: 100%; min-height: 0; justify-self: stretch; align-self: auto; }
  .founding-trust-rail { grid-template-columns: 1fr; row-gap: 0; margin-top: 20px; }
  .founding-trust-rail > span {
    min-height: 58px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid var(--growth-line);
  }
  .founding-trust-rail > span:last-child { border-bottom: 0; }
  .page-founding .founding-offer-section { padding: 34px 18px 24px; }
  .founding-rule-head h2 { font-size: 30px; }
  .page-founding .growth-table { table-layout: auto; }
  .page-founding .growth-table th,
  .page-founding .growth-table td { padding: 10px 8px; }
  .page-founding .growth-table th:first-child { width: 34px; }
  .page-founding .growth-table th:nth-child(2) { width: 92px; }
  .page-founding .growth-table th:nth-child(3) { width: 74px; }
  .page-founding .growth-table th { font-size: 10px; }
  .page-founding .growth-table td { font-size: 10px; line-height: 1.35; }
  .page-founding .growth-table td:nth-child(2),
  .page-founding .growth-table td:nth-child(3) { font-size: 13px; }
  .page-founding .founding-benefit-grid { grid-template-columns: 1fr; }
  .founding-benefit { min-height: 0; }
  .page-founding .founding-cta-section { padding: 28px 18px 16px; }
  .founding-cta-grid .growth-actions { grid-template-columns: 1fr; gap: 12px; }
  .founding-checkout-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 16px; }
  .founding-checkout-rail > span:nth-child(2) { border-right: 0; }
  .founding-footer { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .founding-footer-center { place-items: start; }
  .founding-footer-center nav { justify-content: flex-start; gap: 8px 0; }
  .founding-footer-center nav a { padding: 0 12px; }
  .founding-footer-center nav a:first-child { padding-left: 0; }
  .page-founding .growth-disclosure { margin: 14px 18px 6px; }
  .page-member-plan .growth-shell { padding: 0 8px 8px; }
  .page-member-plan .growth-hero { min-height: 620px; padding: 36px 20px 24px; }
  .page-member-plan .growth-hero::before { background: linear-gradient(180deg, rgba(2,6,7,.98) 0%, rgba(2,6,7,.84) 47%, rgba(2,6,7,.3) 100%); }
  .page-member-plan .growth-hero::after { opacity: .56; background-position: 64% center; }
  .page-member-plan .growth-hero > div { max-width: 100%; }
  .page-member-plan .growth-hero h1 { max-width: 330px; font-size: clamp(48px, 14vw, 58px); }
  .page-member-plan .growth-hero p { max-width: 335px; font-size: 14px; }
  .member-checkout-grid { padding-top: 8px; }
  .member-order-panel,
  .member-ecosystem-panel { padding: 20px 18px; }
  .member-price-head { display: none; }
  .member-price-row { grid-template-columns: 1fr auto; gap: 8px 12px; padding: 14px 4px; }
  .member-price-row > small { grid-column: 1 / -1; padding-left: 48px; }
  .member-price-row > strong { font-size: 20px; }
  .member-checkout-actions { grid-template-columns: 1fr; }
  .member-ecosystem-grid { grid-template-columns: 1fr; }
  .member-ecosystem-grid > div { min-height: 132px; }
  .page-member-plan .growth-disclosure { margin-top: 8px; }
  .tv-consent { flex-direction: column; align-items: flex-start; }
  .tv-consent-actions { width: 100%; }
  .tv-consent button { flex: 1; }
}
