:root {
  --ink: #241416;
  --muted: #765f58;
  --paper: #fff2e8;
  --paper-2: #f8ddcf;
  --surface: #fffaf5;
  --surface-2: #fbefe8;
  --line: rgba(95, 29, 49, 0.16);
  --wine: #5d1e32;
  --plum: #34121f;
  --night: #150b11;
  --clay: #c85b42;
  --copper: #df8a55;
  --gold: #edb45b;
  --rose: #f2b6a5;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow: 0 24px 70px rgba(52, 18, 31, 0.16);
  --shadow-card: 0 18px 46px rgba(52, 18, 31, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(242, 182, 165, 0.32), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 64px;
  padding: 10px clamp(22px, 5vw, 64px);
  color: #fff;
  background: rgba(32, 17, 25, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.proof-band,
.tab-button {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--copper), var(--clay));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(200, 91, 66, 0.28);
}

.nav-links {
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--gold);
}

.ghost-button,
.secondary-button,
.tab-button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.ghost-button {
  justify-self: end;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: clamp(560px, calc(100vh - 64px), 660px);
  display: flex;
  align-items: center;
  padding: clamp(56px, 8vw, 92px) clamp(22px, 6vw, 84px);
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 78% 36%, rgba(237, 180, 91, 0.14), transparent 20rem),
    linear-gradient(90deg, rgba(21, 11, 17, 0.96) 0%, rgba(52, 18, 31, 0.9) 44%, rgba(52, 18, 31, 0.44) 73%, rgba(52, 18, 31, 0.2) 100%),
    linear-gradient(0deg, var(--paper) 0%, rgba(255, 242, 232, 0) 16%);
}

.hero-content {
  width: min(660px, 100%);
  color: #fff;
}

.eyebrow,
.mini-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 {
  max-width: 660px;
  font-size: clamp(2.45rem, 4.05vw, 4.15rem);
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
  text-wrap: pretty;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--clay), #9d3144);
  box-shadow: 0 20px 46px rgba(157, 49, 68, 0.34);
  cursor: pointer;
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.checkout-link:hover,
.module-card a:hover,
.lesson-item a:hover,
.lesson-item button:hover {
  transform: translateY(-1px);
}

.secondary-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.full {
  width: 100%;
}

.proof-band {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 44px));
  margin: -34px auto 0;
  gap: 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--plum), var(--wine));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.proof-band div {
  width: 100%;
  min-height: 92px;
  padding: 18px 22px;
}

.proof-band div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

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

.proof-band span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
}

.section {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(46px, 5.5vw, 76px) 0;
  scroll-margin-top: 112px;
}

.section h2 {
  max-width: 880px;
  font-size: clamp(1.85rem, 2.35vw, 2.5rem);
  line-height: 1.1;
}

.section p {
  color: var(--muted);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.62;
  max-width: 68ch;
  text-wrap: pretty;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-bottom: 18px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: clamp(26px, 4.5vw, 54px);
  align-items: start;
}

.diagnosis,
.audience,
.platform,
.mentor,
.stack,
.urgency,
.manifesto,
.revolution {
  width: 100%;
  padding-right: max(22px, calc((100vw - 1160px) / 2));
  padding-left: max(22px, calc((100vw - 1160px) / 2));
}

.diagnosis {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: stretch;
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 182, 165, 0.28), transparent 22rem),
    var(--paper);
}

.diagnosis-copy {
  max-width: none;
  margin-bottom: 0;
  padding: clamp(30px, 4vw, 48px);
  color: #fff;
  background:
    linear-gradient(150deg, rgba(93, 30, 50, 0.98), rgba(21, 11, 17, 0.98)),
    var(--plum);
  border-radius: var(--radius-lg);
  box-shadow: 0 26px 70px rgba(52, 18, 31, 0.22);
}

.diagnosis h2 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(2.35rem, 4.1vw, 4.8rem);
  line-height: 1.05;
}

.diagnosis h2 span {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: clamp(1.55rem, 2.45vw, 2.8rem);
}

.diagnosis-grid,
.outcome-list,
.module-grid,
.audience-grid,
.stack-list,
.urgency-grid,
.tool-grid,
.objection-grid,
.lesson-list {
  display: grid;
  gap: 18px;
}

.audience-grid,
.objection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.diagnosis-grid {
  grid-template-columns: 1fr;
  align-content: center;
}

.diagnosis-grid article,
.promise-grid article,
.objection-grid article {
  color: #fff;
  background: linear-gradient(160deg, var(--plum), #241119);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 46px rgba(52, 18, 31, 0.12);
}

.diagnosis-grid article {
  min-height: 132px;
  padding: 22px 24px;
}

.diagnosis-grid article:nth-child(2) {
  transform: translateX(34px);
}

.diagnosis-grid article:nth-child(3) {
  transform: translateX(68px);
}

.diagnosis-grid p,
.promise-grid p,
.objection-grid p,
.urgency-grid p,
.audience-grid p,
.module-card p,
.stack-list span {
  max-width: none;
}

.diagnosis-grid span,
.outcome-list span,
.promise-grid span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.diagnosis-grid h3,
.outcome-list h3,
.module-card h3,
.checkout-card h3 {
  margin: 6px 0;
  line-height: 1.2;
  text-wrap: balance;
}

.diagnosis-grid p,
.promise-grid p,
.objection-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.outcome-list article,
.module-card,
.checkout-card,
.student-panel {
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.outcome-list article {
  padding: 22px 24px;
}

.method-section {
  position: relative;
}

.method-copy {
  padding: clamp(24px, 3vw, 34px) 0;
}

.method-copy h2 {
  font-size: clamp(2.15rem, 3.4vw, 3.8rem);
}

.method-steps {
  gap: 0;
  counter-reset: step;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 56px rgba(52, 18, 31, 0.1);
}

.method-steps article {
  position: relative;
  min-height: 0;
  padding: 28px 32px 28px 78px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.method-steps article + article {
  border-top: 1px solid var(--line);
}

.method-steps span {
  position: absolute;
  top: 28px;
  left: 28px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--plum);
  background: var(--gold);
  border-radius: 999px;
}

.outcome-list p {
  margin-bottom: 0;
}

.outcome-list h3 {
  font-size: 1.1rem;
}

.revolution {
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(200, 91, 66, 0.2), transparent 22rem),
    linear-gradient(135deg, var(--night), var(--plum));
}

.revolution-inner {
  max-width: 1160px;
}

.revolution h2,
.manifesto h2,
.audience h2,
.urgency h2 {
  color: #fff;
}

.revolution h2 {
  max-width: 560px;
  font-size: clamp(2.4rem, 4.2vw, 5.2rem);
}

.revolution-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.revolution-statement {
  padding: clamp(24px, 3.2vw, 38px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 6px solid var(--gold);
  border-radius: var(--radius-lg);
}

.revolution-statement strong {
  display: block;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2.4rem);
  line-height: 1.12;
}

.revolution-statement p {
  margin: 22px 0 0;
}

.revolution p,
.manifesto p {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
}

.manifesto,
.urgency {
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(237, 180, 91, 0.26), transparent 18rem),
    linear-gradient(135deg, #9d3144, var(--clay));
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(24px, 4.5vw, 54px);
  align-items: center;
}

.manifesto-text {
  display: grid;
  gap: 16px;
}

.manifesto-text p {
  margin: 0;
  padding: 22px 24px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
}

.manifesto-text p:first-child {
  font-weight: 780;
}

.manifesto .eyebrow,
.urgency .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.audience {
  color: #fff;
  background:
    radial-gradient(circle at 15% 18%, rgba(200, 91, 66, 0.22), transparent 21rem),
    linear-gradient(135deg, var(--night), var(--plum));
}

.audience-grid {
  margin-top: 26px;
}

.audience-grid p {
  min-height: 76px;
  margin: 0;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
}

.promise {
  display: block;
}

.promise-copy {
  max-width: 1080px;
  margin-bottom: 24px;
}

.promise h2 {
  max-width: 1020px;
  font-size: clamp(2rem, 2.85vw, 2.85rem);
  line-height: 1.06;
}

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

.promise-grid article {
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius-md);
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.stack {
  background: var(--surface-2);
}

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

.stack-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 108px;
  padding: 18px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--clay);
  border-radius: var(--radius-md);
}

.stack-list strong {
  font-size: 1.04rem;
}

.stack-list span {
  color: var(--muted);
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.module-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.module-card:hover,
.hotmart-access article:hover,
.checkout-card:hover {
  transform: translateY(-2px);
  border-color: rgba(95, 29, 49, 0.24);
  box-shadow: 0 24px 58px rgba(52, 18, 31, 0.14);
}

.module-card h3 {
  min-height: 2.4em;
}

.module-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--wine), var(--clay));
  border-radius: 999px;
  font-weight: 900;
}

.module-card p {
  font-size: 0.96rem;
}

.module-card a,
.lesson-item a,
.lesson-item button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 9px 14px;
  color: #fff;
  background: var(--wine);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.platform {
  background: var(--paper-2);
}

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

.hotmart-access article {
  min-height: 190px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hotmart-access span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--clay), var(--gold));
  border-radius: 999px;
  font-weight: 900;
}

.hotmart-access h3 {
  margin: 18px 0 8px;
  font-size: 1.26rem;
  line-height: 1.16;
}

.hotmart-access p {
  margin: 0;
  max-width: none;
}

.mentor {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  background:
    radial-gradient(circle at 82% 20%, rgba(237, 180, 91, 0.18), transparent 20rem),
    linear-gradient(135deg, var(--surface), var(--paper));
}

.mentor-card,
.mentor-proof {
  border-radius: var(--radius-lg);
}

.mentor-card {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: clamp(26px, 4vw, 44px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(52, 18, 31, 0.98), rgba(93, 30, 50, 0.96)),
    var(--plum);
  box-shadow: 0 26px 70px rgba(52, 18, 31, 0.18);
}

.mentor-card h2 {
  color: #fff;
  font-size: clamp(2.15rem, 3.6vw, 4.3rem);
}

.mentor-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.mentor-photo-wrap {
  position: relative;
  width: 132px;
  height: 132px;
}

.mentor-photo {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 22px 50px rgba(21, 11, 17, 0.3);
}

.mentor-mark {
  position: absolute;
  right: -6px;
  bottom: 4px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--plum);
  background: linear-gradient(135deg, var(--gold), var(--copper));
  border: 3px solid var(--plum);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(237, 180, 91, 0.24);
}

.mentor-proof {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 28px);
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.mentor-proof article {
  display: grid;
  gap: 6px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
}

.mentor-proof span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
}

.mentor-proof strong {
  color: var(--ink);
  font-size: 1.14rem;
  line-height: 1.16;
}

.mentor-proof p {
  margin: 0;
  max-width: none;
  font-size: 0.98rem;
}

.mentor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mentor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  color: #fff;
  background: var(--wine);
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mentor-link-secondary {
  color: var(--wine);
  background: transparent;
  border: 1px solid rgba(95, 29, 49, 0.22);
}

.mentor-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(93, 30, 50, 0.22);
}

.platform-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 14px;
}

.student-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  color: #fff;
  background: linear-gradient(160deg, var(--plum), var(--wine));
  border-radius: var(--radius-md);
}

.student-sidebar .mini-label {
  color: #f1cf7f;
}

.tab-button {
  justify-content: flex-start;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
}

.tab-button.active {
  background: var(--clay);
}

.student-panel {
  min-height: 240px;
  padding: clamp(18px, 2.4vw, 24px);
}

.progress {
  height: 12px;
  overflow: hidden;
  background: #e8d5ca;
  border-radius: 999px;
}

.progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--clay), var(--gold));
}

.lesson-list {
  margin-top: 12px;
}

.lesson-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.tool-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.tool-grid article {
  padding: 16px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.faq {
  width: min(1160px, calc(100% - 44px));
}

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

.faq-list article {
  padding: 20px;
  background: rgba(255, 250, 245, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.faq-list h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.22;
}

.faq-list p {
  margin: 0;
  max-width: none;
  font-size: 0.98rem;
}

.objections {
  padding-top: clamp(28px, 3.2vw, 44px);
}

.objection-grid article {
  min-height: 150px;
  padding: 18px;
  display: grid;
  align-content: start;
}

.objection-grid h3 {
  margin: 0 0 14px;
  font-size: 1.24rem;
  line-height: 1.22;
  text-wrap: balance;
}

.urgency-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}

.urgency-grid p {
  min-height: 86px;
  margin: 0;
  padding: 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  font-weight: 820;
  display: flex;
  align-items: center;
}

.offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: clamp(24px, 4.8vw, 58px);
  align-items: center;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.check-list li::before {
  content: "\2713";
  margin-right: 10px;
  color: var(--clay);
  font-weight: 900;
}

.price-box {
  display: grid;
  gap: 4px;
  width: min(440px, 100%);
  margin-top: 16px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--clay);
  border-radius: var(--radius-md);
}

.price-box span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.price-box strong {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.05;
}

.price-box p {
  margin: 0;
  font-size: 0.92rem;
}

.checkout-card {
  display: grid;
  gap: 15px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.checkout-note {
  margin: -4px 0 2px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.checkout-card label {
  display: grid;
  gap: 7px;
  color: #4f3f3d;
  font-weight: 750;
}

.checkout-card input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.checkout-card input:focus {
  outline: 2px solid rgba(237, 180, 91, 0.45);
  border-color: rgba(95, 29, 49, 0.32);
}

.checkout-link {
  border: 0;
  background: transparent;
  color: var(--wine);
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
  cursor: pointer;
}

.form-message {
  min-height: 26px;
  margin: 0;
  color: var(--wine);
  font-weight: 750;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(22px, 5vw, 64px);
  color: #fff;
  background: var(--night);
}

.footer span {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .split,
  .offer,
  .platform-shell,
  .manifesto,
  .diagnosis,
  .mentor,
  .revolution-grid {
    grid-template-columns: 1fr;
  }

  .diagnosis-grid article:nth-child(2),
  .diagnosis-grid article:nth-child(3) {
    transform: none;
  }

  .audience-grid,
  .tool-grid,
  .objection-grid,
  .urgency-grid,
  .module-grid,
  .promise-grid,
  .hotmart-access,
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    line-height: 1.5;
  }

  .site-header {
    min-height: 58px;
    padding: 10px 18px;
  }

  .brand {
    font-size: 0.92rem;
  }

  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .ghost-button {
    display: none;
  }

  .hero {
    min-height: 610px;
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .hero-image {
    object-position: 66% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(21, 11, 17, 0.97) 0%, rgba(52, 18, 31, 0.9) 64%, rgba(52, 18, 31, 0.58) 100%),
      linear-gradient(0deg, var(--paper) 0%, rgba(255, 242, 232, 0) 14%);
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section {
    width: min(100% - 36px, 1160px);
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .diagnosis,
  .audience,
  .platform,
  .mentor,
  .stack,
  .urgency,
  .manifesto,
  .revolution {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section h2 {
    font-size: clamp(1.62rem, 7.4vw, 2.08rem);
    line-height: 1.08;
  }

  .section p {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .eyebrow,
  .mini-label {
    margin-bottom: 10px;
    font-size: 0.76rem;
  }

  .diagnosis {
    gap: 18px;
  }

  .diagnosis-copy {
    padding: 22px 18px;
  }

  .diagnosis h2 {
    font-size: clamp(1.9rem, 8.7vw, 2.45rem);
  }

  .diagnosis h2 span {
    margin-top: 14px;
    font-size: clamp(1.18rem, 5.8vw, 1.62rem);
  }

  .diagnosis-grid,
  .outcome-list,
  .module-grid,
  .audience-grid,
  .stack-list,
  .urgency-grid,
  .tool-grid,
  .objection-grid,
  .lesson-list,
  .hotmart-access {
    gap: 12px;
  }

  .diagnosis-grid article,
  .promise-grid article,
  .objection-grid article,
  .hotmart-access article {
    min-height: auto;
    padding: 16px;
  }

  .method-copy {
    padding: 0;
  }

  .method-copy h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.25rem);
  }

  .method-steps article {
    padding: 22px 20px 22px 64px;
  }

  .method-steps span {
    top: 22px;
    left: 20px;
  }

  .revolution h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.55rem);
  }

  .revolution-statement,
  .manifesto-text p,
  .checkout-card,
  .price-box {
    padding: 18px;
  }

  .revolution-statement strong {
    font-size: clamp(1.24rem, 5.8vw, 1.62rem);
  }

  .stack-list article {
    min-height: auto;
    gap: 8px;
    padding: 18px;
  }

  .module-card {
    min-height: auto;
    padding: 16px;
  }

  .module-card h3 {
    min-height: 0;
  }

  .module-number,
  .hotmart-access span {
    width: 38px;
    height: 38px;
  }

  .offer {
    gap: 18px;
  }

  .mentor-card {
    padding: 22px 18px;
  }

  .mentor-card h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .mentor-proof {
    padding: 18px;
  }

  .mentor-actions {
    display: grid;
  }

  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    width: 100%;
    min-height: 48px;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }

  .proof-band {
    flex-direction: column;
  }

  .proof-band div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .audience-grid,
  .module-grid,
  .tool-grid,
  .objection-grid,
  .diagnosis-grid,
  .urgency-grid,
  .stack-list,
  .promise-grid,
  .hotmart-access,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .stack-list article,
  .lesson-item {
    grid-template-columns: 1fr;
  }
}
