/**
 * GAPAT Vault — campaign landing pages (ads / email / social).
 * Built on gapat-theme.css tokens. Dark vault canvas, glass cards, solid purple CTAs.
 */

.cl-page {
  min-height: 100vh;
  color: var(--text-primary);
}

.cl-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  background: rgba(8, 8, 15, 0.82);
  border-bottom: 1px solid var(--glass-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cl-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text-primary);
}

.cl-nav__brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cl-nav__brand--wordmark img {
  width: auto;
  height: 34px;
  max-width: 11.5rem;
}

.cl-nav__brand--vault img {
  width: auto;
  height: clamp(40px, 5.2vw, 52px);
  max-width: min(280px, 46vw);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.55));
}

.cl-nav__wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.cl-nav__links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.cl-nav__links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.cl-nav__links a:hover {
  color: var(--text-primary);
}

.cl-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.25rem;
  border-radius: 9999px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cl-btn:hover {
  transform: translateY(-1px);
}

.cl-btn--primary {
  color: #fff;
  background: var(--purple);
  border-color: rgba(196, 181, 253, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cl-btn--primary:hover {
  color: #fff;
  background: #7c3aed;
  border-color: rgba(196, 181, 253, 0.8);
}

.cl-btn--ghost {
  color: var(--text-primary);
  background: transparent;
  border-color: var(--glass-border);
}

.cl-btn--ghost:hover {
  color: var(--text-primary);
  border-color: var(--site-border-hover);
  background: rgba(255, 255, 255, 0.04);
}

.cl-btn--lg {
  min-height: 52px;
  padding: 0.9rem 1.6rem;
  font-size: 1.02rem;
}

.cl-wrap {
  width: min(1080px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.cl-hero {
  padding: 3.5rem 0 2.5rem;
  text-align: center;
}

.cl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-light);
  background: rgba(236, 72, 153, 0.12);
  border: 1px solid rgba(236, 72, 153, 0.32);
}

.cl-hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.cl-hero__line {
  display: block;
}

.cl-lede {
  max-width: 720px;
  margin: 0 auto 1.75rem;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
}

.cl-shot {
  position: relative;
  max-width: 920px;
  margin: 0 auto 1.75rem;
  border-radius: 1.15rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--bg-elevated);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.12),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.cl-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cl-shot__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(8, 8, 15, 0.72);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
}

.cl-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.cl-cta-row--start {
  justify-content: flex-start;
}

/* Complete Trader hero — same left-copy / right-photo / 1-2-3 board as Prop Firm Lab "What we do". */
.cl-wwd-hero {
  --ct-hero-pad-t: clamp(1.85rem, 3.4vw, 3rem);
  --ct-hero-pad-x: clamp(1.75rem, 3.6vw, 3.25rem);
  --ct-hero-pad-b: clamp(1.6rem, 2.8vw, 2.4rem);
  width: min(88rem, calc(100% - 2rem));
  margin: 1rem auto 2.5rem;
  min-height: calc(100svh - 6.5rem);
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #08080f;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 28px 80px rgba(0, 0, 0, 0.45);
  padding: var(--ct-hero-pad-t) var(--ct-hero-pad-x) var(--ct-hero-pad-b);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1rem, 2vh, 1.5rem);
  overflow: hidden;
  position: relative;
}

.cl-wwd-hero-stage {
  position: relative;
  flex: 1 1 auto;
  min-height: clamp(26rem, 52vh, 38rem);
  display: flex;
  align-items: center;
}

.cl-wwd-hero-photo-wrap {
  --wash-end: 42%;
  position: absolute;
  top: calc(-1 * var(--ct-hero-pad-t));
  left: calc(-1 * var(--ct-hero-pad-x));
  right: calc(-1 * var(--ct-hero-pad-x));
  bottom: 0;
  width: auto;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background: #000;
}

.cl-wwd-hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 68% 28%;
  transform: scaleX(-1);
  filter: saturate(0.92) contrast(1.04) brightness(0.94);
}

.cl-wwd-hero-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #000 0%,
    #000 8%,
    rgba(0, 0, 0, 0.94) calc(var(--wash-end) * 0.28),
    rgba(0, 0, 0, 0.78) calc(var(--wash-end) * 0.48),
    rgba(0, 0, 0, 0.5) calc(var(--wash-end) * 0.66),
    rgba(0, 0, 0, 0.22) calc(var(--wash-end) * 0.84),
    rgba(0, 0, 0, 0.06) calc(var(--wash-end) * 0.95),
    transparent var(--wash-end),
    transparent 100%
  );
}

.cl-wwd-hero-copy {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: min(46rem, 72%);
  padding: 0.35rem 0 0.5rem;
}

.cl-wwd-hero-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.42rem 0.95rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(52, 211, 153, 0.65);
  background: rgba(16, 185, 129, 0.1);
  color: #34d399;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cl-wwd-hero-title {
  max-width: none;
  margin: 2rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.2vw, 5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}

.cl-wwd-hero-title-accent {
  color: #34d399;
  background: none;
  -webkit-text-fill-color: #34d399;
}

.cl-wwd-hero-steps {
  position: relative;
  z-index: 2;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  padding: clamp(1.2rem, 2.2vw, 1.65rem) clamp(1.15rem, 2vw, 1.6rem)
    clamp(1rem, 1.8vw, 1.35rem);
}

.cl-wwd-hero-steps-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

.cl-wwd-hero-step-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.cl-wwd-hero-step-n {
  display: inline-grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.45rem;
  background: #34d399;
  color: #06140f;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  flex-shrink: 0;
}

.cl-wwd-hero-step-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.cl-wwd-hero-step-body {
  margin: 0.7rem 0 0;
  max-width: 34ch;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.62);
}

.cl-wwd-hero-cta {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cl-wwd-hero-cta .cl-meta {
  margin-top: 0.75rem;
}

@media (min-width: 800px) {
  .cl-wwd-hero-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .cl-wwd-hero-step {
    padding: 0.15rem 1.35rem;
  }

  .cl-wwd-hero-step:first-child {
    padding-left: 0.15rem;
  }

  .cl-wwd-hero-step:last-child {
    padding-right: 0.15rem;
  }

  .cl-wwd-hero-step + .cl-wwd-hero-step {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 899px) {
  .cl-wwd-hero-stage {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }

  .cl-wwd-hero-photo-wrap {
    position: relative;
    top: calc(-1 * var(--ct-hero-pad-t));
    left: calc(-1 * var(--ct-hero-pad-x));
    right: auto;
    bottom: auto;
    width: calc(100% + (2 * var(--ct-hero-pad-x)));
    height: 16.5rem;
    margin: 0 0 0.35rem;
  }

  .cl-wwd-hero-copy {
    max-width: none;
  }

  .cl-wwd-hero-title {
    margin-top: 1.25rem;
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }
}

.cl-meta {
  margin: 1rem 0 0;
  color: var(--text-dim);
  font-size: 0.88rem;
}

.cl-section {
  padding: 3.25rem 0;
}

.cl-section--alt {
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  background: rgba(20, 20, 42, 0.35);
}

.cl-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.5rem;
  text-align: center;
}

.cl-section__intro {
  max-width: 640px;
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--text-secondary);
}

.cl-wrap--wide {
  width: min(72rem, calc(100% - 2.5rem));
}

.cl-section--split {
  padding: 3.5rem 0;
}

.cl-section--editorial {
  padding: 5rem 0 5.5rem;
  background: #000;
}

.cl-wrap--editorial {
  width: min(92rem, calc(100% - 2.5rem));
}

.cl-editorial {
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) minmax(20rem, 1.15fr) minmax(17rem, 0.95fr);
  align-items: start;
}

.cl-editorial-stat,
.cl-editorial-walk,
.cl-editorial-inside {
  min-width: 0;
}

.cl-editorial-stat {
  display: flex;
  flex-direction: column;
  padding-right: clamp(1.75rem, 3.2vw, 3.25rem);
}

.cl-editorial-walk,
.cl-editorial-inside {
  padding-left: clamp(1.75rem, 3.2vw, 3.25rem);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.cl-editorial-stat-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 6.6vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: #fff;
}

.cl-editorial-stat-lead {
  margin: 1rem 0 0;
  color: rgba(226, 232, 240, 0.72);
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.4;
}

.cl-editorial-rule {
  width: 100%;
  max-width: 14rem;
  height: 1px;
  margin: 1.85rem 0 1.35rem;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
}

.cl-editorial-stat-num {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(9.5rem, 18vw, 16.5rem);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: -0.07em;
  color: #34d399;
}

.cl-editorial-stat-meta {
  margin: 0.7rem 0 0;
  color: #34d399;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cl-editorial h2 {
  text-align: left;
  margin: 0 0 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.15;
}

.cl-editorial-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cl-editorial-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
  line-height: 1.4;
  font-weight: 500;
}

.cl-editorial-benefits li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cl-editorial-benefits li::before {
  content: "✓";
  flex-shrink: 0;
  margin-top: 0.18rem;
  color: #34d399;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.cl-timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 0.2rem;
  list-style: none;
}

.cl-timeline::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: 1.4rem;
  left: 0.48rem;
  width: 2px;
  background: linear-gradient(180deg, #34d399 0%, #34d399 72%, rgba(148, 163, 184, 0.35) 100%);
}

.cl-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 1.05rem 1fr;
  gap: 0 1.15rem;
  align-items: start;
  padding: 0 0 1.65rem;
}

.cl-timeline li:last-child {
  padding-bottom: 0;
}

.cl-timeline-node {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.55rem;
  border: 2px solid #34d399;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 4px #000;
}

.cl-timeline-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  min-width: 0;
}

.cl-timeline-n {
  color: #34d399;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.4vw, 3.15rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.cl-timeline-copy strong {
  color: #fff;
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
  font-weight: 700;
  line-height: 1.25;
}

.cl-timeline-copy span:not(.cl-timeline-n) {
  color: rgba(226, 232, 240, 0.58);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.35;
}

.cl-timeline-item--more {
  opacity: 0.48;
}

.cl-timeline-item--more .cl-timeline-node {
  border-color: rgba(148, 163, 184, 0.7);
}

.cl-timeline-item--more .cl-timeline-n,
.cl-timeline-item--more .cl-timeline-copy strong {
  color: rgba(203, 213, 225, 0.7);
}

.cl-section--proof,
.cl-section--close {
  padding: 5.25rem 0 5.75rem;
  background: #000;
}

.cl-proof {
  display: grid;
  grid-template-columns: minmax(22rem, 1.15fr) minmax(20rem, 0.95fr);
  gap: 0;
  align-items: start;
}

.cl-proof-lead {
  margin: 0;
  padding: 0 clamp(2rem, 4vw, 3.75rem) 0 0;
}

.cl-proof-mark {
  display: block;
  margin: 0 0 0.35rem;
  color: #34d399;
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.06em;
}

.cl-proof-lead h2 {
  text-align: left;
  margin: 0 0 1.15rem;
  font-size: clamp(2.4rem, 4.4vw, 3.7rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
}

.cl-proof-lead p {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
  line-height: 1.5;
}

.cl-proof-lead footer {
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #34d399;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.cl-proof-feed {
  padding-left: clamp(2rem, 4vw, 3.75rem);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.cl-proof-feed h2 {
  text-align: left;
  margin: 0 0 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.cl-proof-feed blockquote {
  margin: 0;
  padding: 1.35rem 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cl-proof-feed blockquote:last-child {
  padding-bottom: 0;
}

.cl-proof-stars {
  margin: 0 0 0.65rem;
  color: #34d399;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  line-height: 1;
}

.cl-proof-feed h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.cl-proof-feed p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.5;
}

.cl-proof-feed footer {
  color: #34d399;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.cl-close {
  width: min(48rem, calc(100% - 2.5rem));
  margin: 0 auto;
  text-align: center;
}

.cl-close-eyebrow {
  margin: 0 0 1.15rem;
  color: #34d399;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.cl-close h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: #fff;
}

.cl-close-amount {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(6.5rem, 14vw, 11rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: #34d399;
}

.cl-close-meta {
  margin: 0 0 1.75rem;
  color: #34d399;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  font-weight: 650;
}

.cl-close-rule {
  width: 100%;
  max-width: 28rem;
  height: 1px;
  margin: 0 auto 1.85rem;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
}

.cl-close-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.cl-page--ct .cl-close .cl-btn--primary {
  color: #06140f;
  background: #34d399;
  border-color: #34d399;
  box-shadow: none;
}

.cl-page--ct .cl-close .cl-btn--primary:hover {
  color: #04110c;
  background: #6ee7b7;
  border-color: #6ee7b7;
  box-shadow: none;
}

.cl-page--ct .cl-close .cl-btn--ghost {
  color: #fff;
  background: transparent;
  border-color: #34d399;
}

.cl-page--ct .cl-close .cl-btn--ghost:hover {
  color: #fff;
  background: rgba(52, 211, 153, 0.08);
  border-color: #6ee7b7;
}

.cl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3.5rem;
  align-items: start;
}

.cl-split-col h2 {
  text-align: left;
  margin-bottom: 0.45rem;
}

.cl-split-intro {
  margin: 0 0 1.4rem;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.6;
}

.cl-lessons.cl-lessons--stack {
  grid-template-columns: 1fr;
  max-width: none;
  margin: 0;
}

.cl-split .cl-benefits {
  max-width: none;
  margin: 0;
}

.cl-cores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.cl-core {
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(20, 20, 42, 0.72);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
}

.cl-core img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.cl-core__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.cl-core__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-purple-light);
}

.cl-core h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.45rem;
}

.cl-core p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cl-benefits {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.7rem;
}

.cl-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  list-style: none;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
}

.cl-benefits {
  padding: 0;
}

.cl-benefits li::before {
  content: "✓";
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgba(34, 197, 94, 0.15);
  color: var(--success-color);
}

.cl-lessons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem 1.25rem;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

.cl-lessons li {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.cl-lessons strong {
  color: var(--text-primary);
  font-weight: 600;
}

.cl-num {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-purple-light);
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.28);
}

.cl-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.cl-quote {
  padding: 1.25rem;
  border-radius: 1rem;
  background: rgba(20, 20, 42, 0.72);
  border: 1px solid var(--glass-border);
}

.cl-quote__stars {
  color: var(--accent-gold-light);
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin-bottom: 0.65rem;
}

.cl-quote h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.cl-quote p {
  margin: 0 0 1rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}

.cl-quote footer {
  color: var(--text-dim);
  font-size: 0.82rem;
  font-weight: 600;
}

.cl-price {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1.75rem;
  text-align: center;
  border-radius: 1.25rem;
  background: rgba(20, 20, 42, 0.72);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.12),
    0 8px 40px rgba(139, 92, 246, 0.14);
}

.cl-price__amount {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  margin: 0.35rem 0 0.4rem;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cl-price__note {
  margin: 0 0 1.4rem;
  color: var(--text-secondary);
}

.cl-price__amount--sm {
  font-size: clamp(1.85rem, 4vw, 2.4rem);
}

.cl-price--green {
  border-color: rgba(52, 211, 153, 0.28);
  box-shadow:
    0 0 0 1px rgba(52, 211, 153, 0.1),
    0 8px 40px rgba(4, 120, 87, 0.16);
}

.cl-price--green .cl-eyebrow {
  border-radius: 0.4rem;
  color: #34d399;
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(52, 211, 153, 0.35);
}

.cl-price--green .cl-price__amount {
  background: none;
  -webkit-text-fill-color: #34d399;
  color: #34d399;
}

.cl-price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 720px;
  margin: 0 auto;
}

.cl-price-grid .cl-price {
  margin: 0;
  padding: 1.5rem 1.25rem;
}

.cl-quiz {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1.75rem;
  text-align: center;
  border-radius: 1.25rem;
  background: rgba(20, 20, 42, 0.72);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.12),
    0 8px 40px rgba(139, 92, 246, 0.14);
}

.cl-quiz h2 {
  margin: 0.35rem 0 0.5rem;
}

.cl-quiz__panel {
  margin: 1.25rem 0 0;
  padding: 1.4rem 1.15rem;
  border-radius: 1rem;
  border: 1px dashed rgba(196, 181, 253, 0.35);
  background: rgba(139, 92, 246, 0.08);
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.cl-index {
  padding: 3rem 0 4rem;
}

.cl-index h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  text-align: center;
  margin: 0 0 0.5rem;
}

.cl-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.cl-index-card {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  background: rgba(20, 20, 42, 0.72);
  border: 1px solid var(--glass-border);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.cl-index-card:hover {
  transform: translateY(-2px);
  border-color: var(--site-border-hover);
  color: inherit;
}

.cl-index-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.cl-index-card__body {
  padding: 1rem 1.15rem 1.2rem;
}

.cl-index-card h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}

.cl-index-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.cl-trust {
  margin: 1rem 0 0;
  color: var(--text-dim);
  font-size: 0.82rem;
}

.cl-footer {
  padding: 2rem 0 3rem;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.8rem;
}

.cl-footer a {
  color: var(--text-secondary);
}

.cl-page--ct .cl-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  padding: 1.25rem 2rem;
  pointer-events: none;
}

.cl-page--ct .cl-nav > * {
  pointer-events: auto;
}

.cl-page--ct .cl-wwd-hero {
  width: min(88rem, calc(100% - 2rem));
  margin-top: 5.5rem;
}

.cl-page--ct .cl-btn {
  border-radius: 0.45rem;
}

.cl-page--ct .cl-btn--primary {
  color: #ecfdf5;
  background: linear-gradient(
    135deg,
    rgba(6, 78, 59, 0.92) 0%,
    rgba(4, 120, 87, 0.88) 45%,
    rgba(16, 185, 129, 0.78) 100%
  );
  border-color: rgba(52, 211, 153, 0.4);
  box-shadow:
    0 4px 28px rgba(4, 120, 87, 0.45),
    inset 0 1px 0 rgba(167, 243, 208, 0.22);
}

.cl-page--ct .cl-btn--primary:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(6, 95, 70, 0.96) 0%,
    rgba(5, 150, 105, 0.92) 45%,
    rgba(52, 211, 153, 0.85) 100%
  );
  border-color: rgba(110, 231, 183, 0.55);
  box-shadow:
    0 10px 36px rgba(4, 120, 87, 0.55),
    inset 0 1px 0 rgba(209, 250, 229, 0.28);
}

.cl-page--ct .cl-num {
  border-radius: 0.4rem;
  color: #34d399;
  background: rgba(16, 185, 129, 0.14);
  border-color: rgba(52, 211, 153, 0.28);
}

.cl-page--ct .cl-benefits li::before {
  border-radius: 0.35rem;
  background: rgba(16, 185, 129, 0.18);
  color: #34d399;
}

.cl-page--mentor .cl-wwd-hero-media {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.cl-page--mentor .cl-wwd-hero-photo-wrap {
  top: calc(-1 * var(--ct-hero-pad-t));
  left: calc(-1 * var(--ct-hero-pad-x));
  right: calc(-1 * var(--ct-hero-pad-x));
  bottom: 0;
}

.cl-page--mentor .cl-wwd-hero-cta {
  padding-bottom: 0.85rem;
}

.cl-page--mentor .cl-wwd-hero-photo {
  transform: none;
  object-position: 82% 36%;
}

.cl-page--mentor .cl-close-amount {
  font-size: clamp(4.4rem, 10.5vw, 8.25rem);
}

/* Mentorship: gapat.net metallic gold + frosted vault-btn */
.cl-page--mentor .cl-wwd-hero-title-accent,
.cl-page--mentor .cl-editorial-stat-num,
.cl-page--mentor .cl-editorial-stat-meta,
.cl-page--mentor .cl-editorial-benefits li::before,
.cl-page--mentor .cl-timeline-n,
.cl-page--mentor .cl-proof-mark,
.cl-page--mentor .cl-proof-lead footer,
.cl-page--mentor .cl-proof-stars,
.cl-page--mentor .cl-proof-feed footer,
.cl-page--mentor .cl-close-eyebrow,
.cl-page--mentor .cl-close-amount,
.cl-page--mentor .cl-close-meta {
  background: linear-gradient(135deg, #b8860b, #d4a017, #f5c842, #d4a017, #b8860b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gold-shimmer 4s ease-in-out infinite;
}

.cl-page--mentor .cl-wwd-hero-brand {
  border-color: rgba(212, 160, 23, 0.55);
  background: rgba(184, 134, 11, 0.14);
  color: #e4c56a;
}

.cl-page--mentor .cl-wwd-hero-step-n {
  background: linear-gradient(135deg, #b8860b, #d4a017, #c4960e, #b8860b);
  background-size: 200% 200%;
  animation: gold-shimmer 4s ease-in-out infinite;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cl-page--mentor .cl-timeline::before {
  background: linear-gradient(
    180deg,
    #d4a017 0%,
    #b8860b 72%,
    rgba(148, 163, 184, 0.35) 100%
  );
}

.cl-page--mentor .cl-timeline-node {
  border-color: #d4a017;
}

.cl-page--mentor .cl-num {
  background-color: rgba(184, 134, 11, 0.16);
  border-color: rgba(212, 160, 23, 0.35);
}

.cl-page--mentor .cl-benefits li::before {
  background-color: rgba(184, 134, 11, 0.18);
}

.cl-page--mentor .cl-wwd-hero-cta .cl-meta {
  margin-top: 0.9rem;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.cl-page--mentor .cl-btn--primary {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #b8860b, #d4a017, #c4960e, #b8860b);
  background-size: 200% 200%;
  animation: gold-shimmer 4s ease-in-out infinite;
  border-color: rgba(255, 220, 120, 0.45);
  border-top-color: rgba(255, 220, 120, 0.5);
  border-bottom-color: rgba(90, 55, 5, 0.7);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 240, 180, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 140, 0.3),
    inset 0 -1px 2px rgba(0, 0, 0, 0.2),
    0 4px 20px rgba(184, 134, 11, 0.4),
    0 0 40px rgba(212, 160, 23, 0.15);
}

.cl-page--mentor .cl-btn--primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #c4960e, #daa520, #d4a017, #c4960e);
  background-size: 200% 200%;
  border-color: rgba(255, 230, 140, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 140, 0.4),
    inset 0 -1px 2px rgba(0, 0, 0, 0.25),
    0 6px 28px rgba(184, 134, 11, 0.55),
    0 0 56px rgba(212, 160, 23, 0.25);
}

.cl-page--mentor .cl-btn--ghost {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.cl-page--mentor .cl-btn--ghost::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255, 255, 255, 0.22) 45%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.22) 55%,
    transparent 80%
  );
  animation: gold-sweep 3.5s ease-in-out infinite alternate;
}

.cl-page--mentor .cl-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.cl-page--mentor .cl-book {
  width: min(84rem, calc(100% - 2rem));
}

.cl-page--mentor .cl-book-frame {
  height: min(980px, 90vh);
  border-width: 1.5px;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

@media (max-width: 899px) {
  .cl-page--mentor .cl-wwd-hero {
    min-height: 0;
  }

  .cl-page--mentor .cl-wwd-hero-media {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "cta";
    flex: 0 0 auto;
  }

  .cl-page--mentor .cl-wwd-hero-photo-wrap,
  .cl-page--mentor .cl-wwd-hero-stage {
    grid-area: visual;
  }

  .cl-page--mentor .cl-wwd-hero-photo-wrap {
    position: relative;
    top: calc(-1 * var(--ct-hero-pad-t));
    left: calc(-1 * var(--ct-hero-pad-x));
    right: auto;
    bottom: auto;
    width: calc(100% + (2 * var(--ct-hero-pad-x)));
    height: calc(100% + var(--ct-hero-pad-t));
    min-height: 22rem;
    margin: 0;
  }

  .cl-page--mentor .cl-wwd-hero-photo {
    object-position: 72% 22%;
  }

  .cl-page--mentor .cl-wwd-hero-photo-wrap::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.28) 42%,
      rgba(0, 0, 0, 0.78) 100%
    );
  }

  .cl-page--mentor .cl-wwd-hero-stage {
    position: relative;
    z-index: 2;
    min-height: 22rem;
    align-items: flex-end;
    padding: 1.15rem 0 1.35rem;
  }

  .cl-page--mentor .cl-wwd-hero-copy {
    max-width: 100%;
    width: 100%;
  }

  .cl-page--mentor .cl-wwd-hero-title {
    margin-top: 1rem;
    font-size: clamp(2.05rem, 9.4vw, 3rem);
  }

  .cl-page--mentor .cl-wwd-hero-cta {
    grid-area: cta;
    padding: 1.15rem 0 0.35rem;
  }

  .cl-page--mentor .cl-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cl-page--mentor .cl-wwd-hero-cta .cl-btn {
    width: 100%;
  }

  .cl-page--mentor .cl-wwd-hero-cta .cl-meta {
    font-size: 0.98rem;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero {
    min-height: 0;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-stage {
    position: relative;
    min-height: 22rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 1.15rem 0 1.35rem;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-photo-wrap {
    position: absolute;
    top: calc(-1 * var(--ct-hero-pad-t));
    left: calc(-1 * var(--ct-hero-pad-x));
    right: auto;
    bottom: 0;
    width: calc(100% + (2 * var(--ct-hero-pad-x)));
    height: auto;
    margin: 0;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-photo {
    object-position: 68% 22%;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-photo-wrap::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.28) 42%,
      rgba(0, 0, 0, 0.78) 100%
    );
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-copy {
    max-width: 100%;
    width: 100%;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-title {
    margin-top: 1rem;
    font-size: clamp(2.05rem, 9.4vw, 3rem);
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-cta {
    padding: 1.15rem 0 0.35rem;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cl-page--ct:not(.cl-page--mentor) .cl-wwd-hero-cta .cl-btn {
    width: 100%;
  }
}

.cl-book {
  width: min(56rem, calc(100% - 2.5rem));
  margin: 0 auto;
  text-align: center;
}

.cl-book h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(2.2rem, 4.6vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: #fff;
}

.cl-book .cl-close-meta {
  margin-bottom: 1.75rem;
}

.cl-book-frame {
  height: min(720px, 80vh);
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b0b12;
}

.cl-book-frame iframe {
  display: block;
  width: calc(100% + 20px);
  height: 100%;
  border: 0;
}

@media (max-width: 860px) {
  .cl-nav__links {
    display: none;
  }

  .cl-cores,
  .cl-quotes,
  .cl-lessons,
  .cl-price-grid,
  .cl-index-grid,
  .cl-split,
  .cl-editorial {
    grid-template-columns: 1fr;
  }

  .cl-editorial-stat,
  .cl-editorial-walk,
  .cl-editorial-inside {
    padding: 0;
    border-left: 0;
  }

  .cl-editorial-walk,
  .cl-editorial-inside {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cl-proof {
    grid-template-columns: 1fr;
  }

  .cl-proof-lead {
    padding: 0 0 2rem;
  }

  .cl-proof-feed {
    padding: 2.25rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .cl-hero {
    padding-top: 2.25rem;
  }
}

@media (max-width: 900px) {
  .cl-nav__brand--vault img {
    height: 34px;
    max-width: min(200px, 48vw);
  }
}

.cl-page--mentor .cl-intake {
  width: min(44rem, calc(100% - 2rem));
}

.cl-page--mentor .cl-intake-progress {
  margin: 0 0 1.35rem;
}

.cl-page--mentor .cl-intake-progress__bar {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.cl-page--mentor .cl-intake-progress__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #b8860b, #d4a017, #f5c842);
  transition: width 0.28s ease;
}

.cl-page--mentor .cl-intake-progress__label {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.cl-page--mentor .cl-intake-prompt {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff;
}

.cl-page--mentor .cl-intake-options {
  display: grid;
  gap: 0.65rem;
}

.cl-page--mentor .cl-intake-option {
  appearance: none;
  width: 100%;
  padding: 0.95rem 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8fafc;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.cl-page--mentor .cl-intake-option:hover,
.cl-page--mentor .cl-intake-option:focus-visible {
  outline: none;
  border-color: rgba(245, 200, 66, 0.55);
  background: rgba(184, 134, 11, 0.12);
}

.cl-page--mentor .cl-intake-option.is-selected {
  border-color: rgba(245, 200, 66, 0.7);
  background: rgba(184, 134, 11, 0.2);
  box-shadow: 0 0 0 1px rgba(212, 160, 23, 0.28), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.cl-page--mentor .cl-intake-nav {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.15rem;
}

.cl-page--mentor .cl-intake-nav .cl-btn {
  min-height: 42px;
  padding: 0.5rem 1.05rem;
}

@media (max-width: 560px) {
  .cl-nav {
    padding: 0.75rem 1rem;
  }

  .cl-nav__wordmark {
    display: none;
  }

  .cl-nav__actions .cl-btn--ghost {
    min-height: 40px;
    padding: 0.55rem 0.9rem;
  }
}
