/* Mentoria Kaizen — página de vendas */
.mentorship-page {
  --mentorship-surface: rgba(12, 17, 15, 0.94);
  --mentorship-surface-2: rgba(17, 24, 21, 0.88);
  --mentorship-line: rgba(0, 201, 120, 0.22);
}

.mentorship-page a:focus-visible,
.mentorship-page button:focus-visible {
  outline: 3px solid var(--primary-light);
  outline-offset: 4px;
}

.text-shimmer {
  display: inline-block;
  color: var(--primary-light);
  background: linear-gradient(105deg, #6fffc0 18%, #ffffff 42%, #00e28a 58%, #6fffc0 82%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mentorship-shimmer 3.8s ease-in-out infinite;
}

@keyframes mentorship-shimmer {
  0%, 30% { background-position: 115% 0; }
  70%, 100% { background-position: -115% 0; }
}

.mentorship-header .logo-sub { color: var(--primary-light); }

.mentorship-hero {
  min-height: auto;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 8.5rem) 0 4.5rem;
}

.mentorship-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.mentorship-hero .hero__title {
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(2.65rem, 6vw, 5rem);
  line-height: 1.02;
}

.mentorship-hero .hero__subtitle {
  max-width: 800px;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.mentorship-kicker {
  margin: .2rem 0 1rem;
  color: var(--tx-2);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-offer-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  max-width: 850px;
  margin: -1rem auto 2rem;
  color: var(--tx);
  font-size: .88rem;
  font-weight: 800;
}

.hero-offer-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 10px var(--primary);
}

.mentorship-hero .hero__actions { margin-bottom: 1.15rem; }

.hero-price-note {
  margin-bottom: 3.5rem;
  color: var(--tx-3);
  font-size: .85rem;
}

.hero-price-note strong { color: var(--primary-light); }

.hero-proof-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  max-width: 1040px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--mentorship-line);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(16, 25, 21, .97), rgba(4, 7, 6, .98));
  box-shadow: 0 35px 100px rgba(0, 0, 0, .72), 0 0 80px rgba(0, 201, 120, .1);
  text-align: left;
}

.hero-proof-stage__screen {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #030504;
}

.hero-proof-stage__screen::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 72%, rgba(5, 8, 7, .8));
}

.hero-proof-stage__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.85) contrast(1.08);
}

.hero-proof-stage__screen figcaption {
  position: absolute;
  z-index: 2;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1rem;
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  color: var(--tx-2);
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(12px);
  font-size: .76rem;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  flex: 0 0 auto;
  color: var(--tx);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.live-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d67;
  box-shadow: 0 0 0 5px rgba(255, 77, 103, .14);
}

.hero-proof-stage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.2rem);
}

.proof-eyebrow {
  color: var(--primary-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-proof-stage__content h2 {
  margin: .75rem 0 1.65rem;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.hero-proof-stage__content ul { list-style: none; display: grid; gap: .7rem; }
.hero-proof-stage__content li { display: grid; grid-template-columns: 36px 1fr; gap: .8rem; align-items: center; padding-top: .7rem; border-top: 1px solid var(--border-subtle); }
.hero-proof-stage__content li > span { color: var(--primary-light); font-size: .75rem; font-weight: 900; }
.hero-proof-stage__content strong, .hero-proof-stage__content small { display: block; }
.hero-proof-stage__content strong { font-size: .94rem; }
.hero-proof-stage__content small { margin-top: .15rem; color: var(--tx-3); font-size: .74rem; line-height: 1.4; }

.proof-disclaimer { max-width: 900px; margin: .9rem auto 0; color: var(--tx-muted); font-size: .68rem; }

.mentorship-numbers {
  border-block: 1px solid var(--line-2);
  background: rgba(255, 255, 255, .018);
}

.mentorship-numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mentorship-numbers__grid > div { padding: 1.7rem 1rem; border-right: 1px solid var(--line-2); text-align: center; }
.mentorship-numbers__grid > div:last-child { border-right: 0; }
.mentorship-numbers strong, .mentorship-numbers span { display: block; }
.mentorship-numbers strong { color: var(--primary-light); font-size: clamp(1.1rem, 2.2vw, 1.55rem); line-height: 1.25; }
.mentorship-numbers span { margin-top: .25rem; color: var(--tx-3); font-size: .74rem; }

.included-spotlight { padding: clamp(3.5rem, 7vw, 5.5rem) 0; border-bottom: 1px solid var(--line-2); background: radial-gradient(circle at 50% 0, rgba(0, 201, 120, .09), transparent 55%); text-align: center; }
.included-spotlight__eyebrow { color: var(--primary-light); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.included-spotlight h2 { max-width: 760px; margin: .65rem auto 2rem; font-size: clamp(1.8rem, 3.5vw, 2.7rem); line-height: 1.12; letter-spacing: -.035em; }
.included-spotlight__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; max-width: 1100px; margin-inline: auto; }
.included-spotlight__grid > div { position: relative; min-height: 175px; padding: 1.6rem 1.15rem 1.3rem; overflow: hidden; border: 1px solid var(--border-green); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(0, 201, 120, .1), rgba(255, 255, 255, .018)); }
.included-spotlight__grid > div > .included-spotlight__number { position: absolute; top: -.25rem; right: .55rem; color: rgba(255, 255, 255, .05); font-size: 4.2rem; font-weight: 900; line-height: 1; }
.included-spotlight__grid strong, .included-spotlight__grid small { position: relative; display: block; }
.included-spotlight__grid strong { margin-top: 1.8rem; font-size: 1rem; }
.included-spotlight__grid small { margin-top: .45rem; color: var(--tx-2); font-size: .74rem; line-height: 1.5; }
.included-spotlight__link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.5rem; color: var(--primary-light); font-size: .82rem; font-weight: 800; }
.included-spotlight__link span { font-size: 1rem; }

.sales-problem { background: linear-gradient(180deg, rgba(0, 201, 120, .025), transparent); }

.transformation-grid {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: stretch;
  max-width: 1000px;
  margin-inline: auto;
}

.transformation-grid article {
  padding: clamp(1.7rem, 4vw, 2.7rem);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, .025);
  text-align: center;
}

.transformation-grid .transformation-card--after {
  border-color: var(--border-green);
  background: radial-gradient(circle at 50% 0, rgba(0, 201, 120, .15), transparent 60%), var(--mentorship-surface);
  box-shadow: 0 20px 60px rgba(0, 201, 120, .08);
}

.transformation-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--tx-3);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.transformation-card--after .transformation-label { color: var(--primary-light); }
.transformation-grid h3 { margin-bottom: .65rem; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.transformation-grid p { color: var(--tx-2); font-size: .92rem; line-height: 1.7; }
.transformation-arrow { display: grid; place-items: center; color: var(--primary-light); font-size: 1.6rem; }

.audience-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  max-width: 880px;
  margin: 2rem auto 0;
  padding: 1rem 1.4rem;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, .02);
  text-align: center;
}

.audience-callout strong { flex: 0 0 auto; color: var(--primary-light); }
.audience-callout span { color: var(--tx-2); font-size: .85rem; }

.ecosystem-section { border-block: 1px solid var(--line-2); background: var(--bg-2); }
.ecosystem-showcase { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; max-width: 1120px; margin-inline: auto; }
.ecosystem-feature { position: relative; min-height: 350px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); background: var(--card); }
.ecosystem-feature__copy { position: relative; z-index: 2; padding: clamp(1.7rem, 3.5vw, 2.7rem); }
.ecosystem-kicker { display: inline-flex; margin-bottom: .75rem; color: var(--primary-light); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ecosystem-feature h3 { max-width: 650px; margin-bottom: .75rem; font-size: clamp(1.5rem, 2.7vw, 2.25rem); line-height: 1.12; letter-spacing: -.035em; }
.ecosystem-feature p { max-width: 560px; color: var(--tx-2); font-size: .9rem; line-height: 1.65; }
.ecosystem-feature--room { grid-row: span 2; min-height: 716px; border-color: var(--border-green); background: radial-gradient(circle at 50% 75%, rgba(0, 201, 120, .13), transparent 52%), var(--mentorship-surface); }
.ecosystem-feature--room .ecosystem-feature__copy { padding-bottom: 1.5rem; text-align: center; }
.ecosystem-feature--room .ecosystem-feature__copy h3, .ecosystem-feature--room .ecosystem-feature__copy p { margin-inline: auto; }
.ecosystem-feature--room ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-top: 1.2rem; list-style: none; }
.ecosystem-feature--room li { padding: .45rem .75rem; border: 1px solid var(--border-green); border-radius: var(--radius-full); color: var(--primary-light); background: var(--wash); font-size: .7rem; font-weight: 800; }
.ecosystem-feature--room figure { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; height: 55%; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: #030504; }
.ecosystem-feature--room figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .28), transparent 45%); }
.ecosystem-feature--room figure img { width: 100%; height: 100%; object-fit: contain; }
.ecosystem-feature--community { min-height: 390px; background: radial-gradient(circle at 80% 80%, rgba(88, 101, 242, .2), transparent 48%), var(--card); }
.ecosystem-feature--community .ecosystem-feature__copy { padding-bottom: 11.5rem; }
.mentorship-discord-widget { position: absolute; right: 1.7rem; bottom: 1.5rem; left: 1.7rem; height: 164px; overflow: hidden; border-radius: 14px; filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .55)); }
.mentorship-discord-widget .discord-widget { animation-duration: 9s; }
.mentorship-discord-widget .discord-widget__banner { height: 58px; }
.mentorship-discord-widget .discord-widget__body { padding: 0 .9rem .8rem; gap: .7rem; }
.mentorship-discord-widget .discord-widget__avatar-wrap { width: 54px; height: 54px; margin-top: -18px; border-radius: 16px; }
.mentorship-discord-widget .discord-widget__avatar { border-radius: 12px; }
.mentorship-discord-widget .discord-widget__name { font-size: .92rem; }
.mentorship-discord-widget .discord-widget__stats { gap: .35rem; font-size: .63rem; }
.mentorship-discord-widget .discord-widget__date { font-size: .6rem; }
.ecosystem-feature--tools { background: radial-gradient(circle at 85% 75%, rgba(245, 158, 11, .13), transparent 46%), var(--card); }
.ecosystem-feature--tools .ecosystem-feature__copy { max-width: 68%; }
.ecosystem-feature--tools h3 { font-size: clamp(1.35rem, 2.1vw, 1.8rem); }
.ecosystem-feature--tools > img { position: absolute; right: -.5rem; bottom: -1.2rem; width: 36%; max-height: 200px; object-fit: contain; filter: drop-shadow(0 20px 36px rgba(0, 0, 0, .6)); }

.social-proof-section { overflow: hidden; background: radial-gradient(circle at 50% 30%, rgba(0, 201, 120, .06), transparent 45%); }
.social-proof-featured { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; max-width: 1120px; margin-inline: auto; }
.social-proof-card { overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: #00190e; box-shadow: 0 20px 60px rgba(0, 0, 0, .38); }
.social-proof-card--wide { grid-row: span 2; min-height: 536px; }
.social-proof-card img { width: 100%; height: 100%; object-fit: contain; }
.social-proof-card--wide img { min-height: 100%; object-fit: contain; }
.social-proof-marquee { position: relative; width: 100vw; margin: 1rem calc(50% - 50vw) 0; overflow: hidden; }
.social-proof-marquee::before, .social-proof-marquee::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; width: min(14vw, 180px); pointer-events: none; }
.social-proof-marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.social-proof-marquee::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.social-proof-track { display: flex; width: max-content; gap: 1rem; padding: .25rem .5rem; animation: social-proof-scroll 70s linear infinite; }
.social-proof-marquee:hover .social-proof-track { animation-play-state: paused; }
.social-proof-marquee.is-paused .social-proof-track { animation-play-state: paused; }
.social-proof-toggle { position: sticky; z-index: 4; top: .6rem; left: calc(100% - 9.5rem); display: inline-flex; align-items: center; justify-content: center; min-width: 8.8rem; min-height: 44px; margin: 0 .75rem .5rem 0; padding: .55rem .85rem; border: 1px solid var(--border-green); border-radius: var(--radius-full); color: var(--primary-light); background: rgba(5, 10, 8, .94); font: inherit; font-size: .72rem; font-weight: 800; cursor: pointer; }
.social-proof-mini { width: 310px; height: 260px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: #00190e; }
.social-proof-mini img { width: 100%; height: 100%; object-fit: contain; }
.social-proof-disclaimer { max-width: 820px; margin: 1.25rem auto 0; color: var(--tx-muted); font-size: .7rem; line-height: 1.55; text-align: center; }
@keyframes social-proof-scroll { to { transform: translateX(calc(-50% - .5rem)); } }

.mentorship-deliveries { background: radial-gradient(circle at 50% 45%, rgba(0, 201, 120, .055), transparent 50%); }
.mentorship-deliveries__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1100px; margin-inline: auto; }

.delivery-card {
  position: relative;
  min-height: 270px;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  text-align: center;
}

.delivery-card--featured { border-color: var(--border-green); background: linear-gradient(145deg, rgba(0, 201, 120, .13), rgba(5, 10, 8, .94)); }
.delivery-card--large { grid-column: span 2; display: grid; align-content: center; padding-inline: clamp(2rem, 7vw, 5rem); }
.delivery-card:last-child { grid-column: 2; }
.delivery-card__number { position: absolute; top: .3rem; right: 1rem; color: rgba(255, 255, 255, .055); font-size: 4.8rem; font-weight: 900; line-height: 1; }
.delivery-card__tag { position: relative; display: inline-flex; margin: .7rem auto 1.25rem; padding: .35rem .7rem; border: 1px solid var(--border-green); border-radius: var(--radius-full); color: var(--primary-light); background: var(--wash); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.delivery-card h3 { position: relative; margin-bottom: .65rem; font-size: 1.15rem; }
.delivery-card p { position: relative; color: var(--tx-2); font-size: .85rem; line-height: 1.65; }
.delivery-highlight { position: relative; display: inline-flex; justify-self: center; margin-top: 1.2rem; padding: .55rem .9rem; border-radius: var(--radius-full); color: var(--tx-ink); background: var(--primary-light); font-size: .72rem; font-weight: 900; }

.routine-section { border-block: 1px solid var(--line-2); background: var(--bg-2); }
.routine-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1080px; margin: 0 auto; list-style: none; }
.routine-timeline::before { content: ''; position: absolute; top: 46px; right: 12.5%; left: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, var(--primary), transparent); }
.routine-timeline li { position: relative; padding: 0 1rem; text-align: center; }
.routine-time { display: block; height: 32px; color: var(--primary-light); font-size: .75rem; font-weight: 900; }
.routine-dot { position: relative; z-index: 2; display: block; width: 14px; height: 14px; margin: 8px auto 1.35rem; border: 3px solid var(--bg-2); border-radius: 50%; background: var(--primary-light); box-shadow: 0 0 0 5px rgba(0, 201, 120, .15), 0 0 22px rgba(0, 201, 120, .65); }
.routine-timeline strong { display: block; margin-bottom: .45rem; font-size: 1rem; }
.routine-timeline p { color: var(--tx-3); font-size: .8rem; line-height: 1.55; }
.routine-start { display: flex; justify-content: center; gap: .7rem 1rem; max-width: 760px; margin: 2.7rem auto 0; padding: 1rem 1.4rem; border: 1px solid var(--border-subtle); border-radius: var(--radius-full); background: rgba(255, 255, 255, .025); text-align: center; }
.routine-start strong { color: var(--primary-light); }
.routine-start span { color: var(--tx-2); font-size: .9rem; }

.value-stack { overflow: hidden; background: radial-gradient(circle at 50% 68%, rgba(0, 201, 120, .12), transparent 45%); }
.offer-shell { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(380px, 1.25fr); max-width: 1080px; margin-inline: auto; overflow: hidden; border: 1px solid var(--border-green); border-radius: 30px; background: rgba(5, 8, 7, .97); box-shadow: 0 35px 100px rgba(0, 0, 0, .7), 0 0 80px rgba(0, 201, 120, .1); }
.offer-core { padding: clamp(2rem, 4vw, 3rem); border-right: 1px solid var(--border-subtle); background: radial-gradient(circle at 0 0, rgba(0, 201, 120, .16), transparent 44%); }
.offer-core__eyebrow { color: var(--primary-light); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-core h3 { margin: .65rem 0 1.5rem; font-size: clamp(2rem, 3.5vw, 2.8rem); letter-spacing: -.04em; }
.offer-core ul { display: grid; gap: 1rem; list-style: none; }
.offer-core li { display: grid; grid-template-columns: 22px 1fr; gap: .65rem; color: var(--tx-2); font-size: .9rem; }
.offer-core li span { color: var(--primary-light); font-weight: 900; }
.offer-core__note { margin-top: 2rem; padding: 1rem; border: 1px solid var(--border-subtle); border-radius: var(--radius-md); color: var(--tx-3); background: rgba(0, 0, 0, .28); font-size: .72rem; line-height: 1.55; }
.offer-bonuses { padding: clamp(1.7rem, 4vw, 2.7rem); }
.offer-bonuses__header { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-subtle); color: var(--tx-3); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.offer-item { display: grid; grid-template-columns: 26px 1fr auto; gap: .75rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--border-subtle); }
.offer-item__check { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--tx-ink); background: var(--primary-light); font-size: .7rem; font-weight: 900; }
.offer-item strong, .offer-item small { display: block; }
.offer-item strong { font-size: .88rem; }
.offer-item strong .text-shimmer,
.offer-item__lifetime { margin-left: .28rem; }
.offer-item__lifetime { color: var(--primary-light); }
.offer-item small { margin-top: .1rem; color: var(--tx-3); font-size: .67rem; line-height: 1.4; }
.offer-item b { color: var(--tx-2); font-size: .82rem; white-space: nowrap; }
.offer-reference-total { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.35rem; }
.offer-reference-total span { color: var(--tx-2); font-size: .86rem; }
.offer-reference-total strong { color: var(--primary-light); font-size: 1.35rem; }
.offer-checkout { grid-column: 1 / -1; padding: clamp(2.2rem, 5vw, 3.5rem); border-top: 1px solid var(--mentorship-line); background: linear-gradient(135deg, rgba(0, 201, 120, .17), rgba(0, 201, 120, .04)); text-align: center; }
.offer-saving-badge { display: inline-flex; margin-bottom: 1rem; padding: .45rem .85rem; border-radius: var(--radius-full); color: #06130e; background: var(--primary-light); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.offer-checkout .offer-bonus-value { margin-bottom: .3rem; color: var(--tx-3); font-size: .78rem; }
.offer-bonus-value del { margin-left: .25rem; color: var(--tx-2); font-size: 1rem; font-weight: 800; text-decoration-color: #ff5d73; text-decoration-thickness: 2px; }
.offer-checkout > p { color: var(--tx-2); font-size: .9rem; }
.offer-price { display: flex; align-items: flex-start; justify-content: center; margin: .35rem 0 0; line-height: 1; }
.offer-price strong { font-size: clamp(4rem, 9vw, 6.7rem); font-weight: 900; letter-spacing: -.07em; }
.offer-price small { padding-top: .85rem; color: var(--primary-light); font-size: 1.1rem; font-weight: 800; }
.offer-installments { margin: -.2rem 0 .75rem; }
.offer-checkout .offer-saving-copy { max-width: 610px; margin: 0 auto 1.6rem; color: var(--tx-3); font-size: .76rem; }
.offer-saving-copy strong { color: var(--primary-light); }
.offer-checkout .btn { max-width: 560px; margin-inline: auto; }
.offer-deadline { display: flex; align-items: center; justify-content: center; gap: .55rem; margin-top: 1.2rem; color: var(--tx-2); font-size: .75rem; font-weight: 800; }
.mentorship-contact-note { max-width: 560px; margin: .65rem auto 0; color: var(--tx-muted) !important; font-size: .68rem !important; }

.mentorship-mentor { border-top: 1px solid var(--line-2); background: var(--bg-2); }
.mentorship-mentor__content { display: grid; grid-template-columns: minmax(260px, .75fr) 1.25fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; max-width: 1000px; }
.mentorship-mentor__portrait { overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--border-green); border-radius: var(--radius-xl); background: radial-gradient(circle at 50% 25%, var(--wash-2), transparent 55%); }
.mentorship-mentor__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mentorship-mentor__copy { text-align: center; }
.mentorship-mentor__copy .section-title { margin: .15rem 0 1rem; }
.mentorship-mentor__copy > p { max-width: 600px; margin: .8rem auto 0; color: var(--tx-2); }
.mentor-note { margin-top: 1.5rem; padding: 1.2rem 1.4rem; border: 1px solid var(--border-green); border-radius: var(--radius-md); color: var(--tx); background: var(--wash); font-size: clamp(.95rem, 2vw, 1.1rem); font-weight: 700; }
.mentorship-footer-brand { display: flex; align-items: center; gap: .75rem; margin-bottom: .75rem; }
.mentorship-footer-brand h4 { margin-bottom: 0; }

@media (max-width: 980px) {
  .hero-proof-stage { grid-template-columns: 1fr; max-width: 720px; }
  .hero-proof-stage__screen { min-height: 400px; }
  .hero-proof-stage__screen::after { background: linear-gradient(0deg, rgba(5, 8, 7, .7), transparent 35%); }
  .ecosystem-showcase { grid-template-columns: 1fr; max-width: 760px; }
  .ecosystem-feature--room { grid-row: auto; min-height: 690px; }
  .included-spotlight__grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
  .mentorship-deliveries__grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-card:last-child { grid-column: auto; }
  .offer-shell { grid-template-columns: 1fr; max-width: 760px; }
  .offer-core { border-right: 0; border-bottom: 1px solid var(--border-subtle); text-align: center; }
  .offer-core ul { max-width: 560px; margin-inline: auto; text-align: left; }
  .offer-core__note { max-width: 560px; margin-inline: auto; }
  .offer-checkout { grid-column: auto; }
}

@media (max-width: 760px) {
  .mentorship-hero { padding-top: 4.5rem; }
  .hero-offer-line i { display: none; }
  .hero-offer-line span { width: 100%; }
  .mentorship-hero .hero__actions .btn { width: 100%; }
  .hero-proof-stage__screen { min-height: 330px; }
  .mentorship-numbers__grid { grid-template-columns: repeat(2, 1fr); }
  .mentorship-numbers__grid > div:nth-child(2) { border-right: 0; }
  .mentorship-numbers__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-2); }
  .transformation-grid { grid-template-columns: 1fr; gap: .8rem; }
  .transformation-arrow { transform: rotate(90deg); }
  .audience-callout, .routine-start { flex-direction: column; border-radius: var(--radius-lg); }
  .social-proof-featured { grid-template-columns: 1fr; max-width: 620px; }
  .social-proof-card--wide { grid-row: auto; }
  .social-proof-mini { width: 270px; height: 230px; }
  .routine-timeline { grid-template-columns: 1fr; max-width: 540px; gap: 0; }
  .routine-timeline::before { top: 20px; bottom: 20px; left: 76px; width: 1px; height: auto; background: linear-gradient(180deg, transparent, var(--primary), transparent); }
  .routine-timeline li { display: grid; grid-template-columns: 58px 18px 1fr; gap: .7rem; align-items: start; padding: 1rem 0; text-align: left; }
  .routine-time { height: auto; padding-top: .1rem; text-align: right; }
  .routine-dot { margin: 3px auto 0; }
  .mentorship-mentor__content { grid-template-columns: 1fr; }
  .mentorship-mentor__portrait { width: min(100%, 380px); margin-inline: auto; }
}

@media (max-width: 560px) {
  .mentorship-hero .badge { font-size: .62rem; }
  .mentorship-hero .hero__title { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .hero-price-note { margin-bottom: 2.4rem; }
  .hero-proof-stage { border-radius: var(--radius-lg); }
  .hero-proof-stage__screen { min-height: 255px; }
  .hero-proof-stage__screen figcaption { align-items: flex-start; flex-direction: column; }
  .included-spotlight__grid { grid-template-columns: 1fr; }
  .included-spotlight__grid > div { min-height: 140px; }
  .ecosystem-feature { min-height: 330px; border-radius: var(--radius-lg); }
  .ecosystem-feature--room { min-height: 610px; }
  .ecosystem-feature--room figure { right: 1rem; bottom: 1rem; left: 1rem; height: 48%; }
  .ecosystem-feature--community { min-height: 390px; }
  .ecosystem-feature--community .ecosystem-feature__copy { padding-bottom: 11.5rem; }
  .mentorship-discord-widget { right: 1rem; bottom: 1rem; left: 1rem; }
  .ecosystem-feature--tools .ecosystem-feature__copy { max-width: 78%; }
  .social-proof-mini { width: 240px; height: 210px; }
  .mentorship-deliveries__grid { grid-template-columns: 1fr; }
  .delivery-card--large { grid-column: auto; padding-inline: 2rem; }
  .delivery-card { min-height: 0; }
  .offer-shell { border-radius: var(--radius-lg); }
  .offer-item { grid-template-columns: 24px 1fr; }
  .offer-item b { grid-column: 2; }
  .offer-bonuses__header strong { display: none; }
  .offer-reference-total { align-items: flex-start; flex-direction: column; }
  .offer-price small { padding-top: .55rem; font-size: .9rem; }
  .offer-checkout .btn { font-size: .87rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mentorship-page *,
  .mentorship-page *::before,
  .mentorship-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }

  .text-shimmer {
    color: var(--primary-light);
    background: none;
    -webkit-text-fill-color: currentColor;
  }
}
