/* ==========================================================================
   /pricing/ — page-specific layout.
   Hormozi ladder: few words, huge type, full horizontal width.
   Tokens only. No hex, no rgb, no external anything.
   ========================================================================== */

/* Wider measure on this page so the ladder rows actually use the screen.
   Nav, main and footer all share it, so the page stays aligned. */
:root { --maxw: 1420px; }

/* ---------------------------------------------------------- rhythm ------- */
.pr-hero    { padding: 84px 0 0; }
.pr-section { padding: 76px 0; border-top: 1px solid var(--line); }
.pr-close   { padding: 84px 0 8px; border-top: 1px solid var(--line); }

.pr-h1 { font-size: clamp(3rem, 8.2vw, 6.4rem); line-height: .94; letter-spacing: -.045em; }
.pr-h2 { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.02; letter-spacing: -.04em; }
.pr-kicker {
  margin-top: 22px; font-size: clamp(1.15rem, 2.1vw, 1.7rem);
  font-weight: 600; letter-spacing: -.025em; color: var(--ink-soft); max-width: 62ch;
}

/* --------------------------------------------------- terms strip --------- */
/* Four one-line rules, side by side across the full width. */
.pr-terms {
  margin-top: 56px; display: grid; gap: 0; align-items: start;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
}
.pr-term { padding: 24px 26px 0; border-left: 1px solid var(--line); }
.pr-term:first-child { border-left: 0; padding-left: 0; }
.pr-term b {
  display: block; font-family: var(--display); font-weight: 800; color: var(--ink);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem); letter-spacing: -.025em; line-height: 1.15;
  min-height: 2.3em;
}
.pr-term span { display: block; margin-top: 8px; font-size: .95rem; color: var(--ink-soft); }

/* ------------------------------------------------------- the ladder ------ */
.pr-ladder { margin-top: 8px; }

.rung {
  display: grid; align-items: start;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, .92fr);
  column-gap: 0; row-gap: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.rung + .rung { margin-top: 26px; }

/* Descending weight: heaviest at the top of the ladder. */
.rung-1 { border-color: var(--ink);         border-top: 8px solid var(--ink); }
.rung-2 { border-color: var(--line-strong); border-top: 5px solid var(--slate-light); }
.rung-3 { border-color: var(--line);        border-top: 3px solid var(--line-strong); }

.rung-id   { padding: 40px 38px 40px; }
.rung-what { padding: 40px 38px 40px; border-left: 1px solid var(--line); }
.rung-cost { padding: 40px 38px 40px; border-left: 1px solid var(--line); background: var(--bg-warm); }

.rung-2 .rung-id, .rung-2 .rung-what, .rung-2 .rung-cost { padding-top: 34px; padding-bottom: 34px; }
.rung-3 .rung-id, .rung-3 .rung-what, .rung-3 .rung-cost { padding-top: 28px; padding-bottom: 28px; }

.rung-tag {
  font-family: var(--mono); font-size: .72rem; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 700; color: var(--accent-deep);
}
.rung-name {
  margin-top: 12px; font-family: var(--display); font-weight: 800; color: var(--ink);
  letter-spacing: -.04em; line-height: .98;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
}
.rung-2 .rung-name { font-size: clamp(1.75rem, 3vw, 2.55rem); }
.rung-3 .rung-name { font-size: clamp(1.55rem, 2.5vw, 2.1rem); }
.rung-sub {
  margin-top: 12px; font-family: var(--display); font-weight: 600;
  font-size: clamp(1.02rem, 1.5vw, 1.25rem); letter-spacing: -.02em; color: var(--ink-soft);
  max-width: 24ch;
}
.rung-who {
  margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line);
  font-size: .92rem; color: var(--ink-soft); max-width: 30ch;
}

.rung-list { list-style: none; display: grid; gap: 12px; }
.rung-list li {
  position: relative; padding-left: 26px; color: var(--ink);
  font-size: 1.02rem; line-height: 1.4; font-weight: 500;
}
.rung-list li::before {
  content: ""; position: absolute; left: 0; top: .48em;
  width: 11px; height: 11px; border-radius: 3px; background: var(--moss-deep);
}
.rung-guar {
  margin-top: 22px; padding: 14px 16px;
  border-left: 4px solid var(--accent); background: var(--accent-tint);
  border-radius: var(--r-sm);
  color: var(--ink); font-weight: 700; font-size: .98rem; line-height: 1.4;
}

/* the money column — the big number does the talking */
.cost-main {
  font-family: var(--mono); font-weight: 700; color: var(--ink);
  font-size: clamp(1.6rem, 2.5vw, 2.3rem); letter-spacing: -.03em; line-height: 1.05;
}
.rung-2 .cost-main { font-size: clamp(1.45rem, 2.1vw, 1.95rem); }
.rung-3 .cost-main { font-size: clamp(1.3rem, 1.8vw, 1.7rem); }
.cost-k {
  display: block; font-family: var(--mono); font-size: .7rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 700; color: var(--ink-soft); margin-bottom: 8px;
}
.cost-block + .cost-block { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.cost-fine {
  margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: .78rem; line-height: 1.6; color: var(--ink-soft);
}
.rung-cost .btn { margin-top: 22px; width: 100%; }

/* ----------------------------------------------------- timeline ---------- */
.pr-tl { margin-top: 38px; }
.pr-tl svg { display: block; width: 100%; height: auto; }
.pr-tl-desktop { display: block; }
.pr-tl-mobile  { display: none; }
.tlw { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .16em; fill: var(--ink-soft); }
.tlt { font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: -.02em; fill: var(--ink); }
.pr-claim {
  margin-top: 30px; font-family: var(--display); font-weight: 800; color: var(--ink);
  font-size: clamp(1.5rem, 3.2vw, 2.4rem); letter-spacing: -.035em; line-height: 1.05;
}

/* ------------------------------------------------------- compare --------- */
.pr-compare {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px; align-items: center;
}
.pr-compare .big {
  font-family: var(--display); font-weight: 800; color: var(--ink);
  font-size: clamp(1.7rem, 3.4vw, 2.7rem); letter-spacing: -.04em; line-height: 1.04;
}
.pr-compare .small { font-size: clamp(1rem, 1.5vw, 1.15rem); color: var(--ink-soft); max-width: 42ch; }
.pr-link {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 22px;
  font-weight: 700; font-size: 1.02rem; color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 5px;
}
.pr-link:hover { color: var(--accent-deep); text-decoration-color: var(--accent-deep); }

/* --------------------------------------------------------- close --------- */
.pr-close .pr-h2 { max-width: 24ch; }
.pr-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ------------------------------------------------------ responsive ------- */
@media (max-width: 1100px) {
  .rung { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .rung-cost { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); }
  .rung-cost { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: end; }
  .cost-block + .cost-block { margin-top: 0; padding-top: 0; border-top: 0; }
  .cost-fine { grid-column: 1 / -1; margin-top: 0; }
  .rung-cost .btn { grid-column: 1 / -1; margin-top: 0; }
}
@media (max-width: 900px) {
  .pr-terms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pr-term:nth-child(3) { padding-left: 0; border-left: 0; }
  .pr-tl-desktop { display: none; }
  .pr-tl-mobile  { display: block; }
  .pr-compare { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}
@media (max-width: 780px) {
  .pr-hero { padding: 52px 0 40px; }
  .pr-section { padding: 52px 0; }
  .pr-close { padding: 56px 0 8px; }
  .rung { grid-template-columns: minmax(0, 1fr); border-radius: var(--r-lg); }
  .rung-id, .rung-what, .rung-cost,
  .rung-2 .rung-id, .rung-2 .rung-what, .rung-2 .rung-cost,
  .rung-3 .rung-id, .rung-3 .rung-what, .rung-3 .rung-cost { padding: 26px 22px; }
  .rung-what { border-left: 0; border-top: 1px solid var(--line); }
  .rung-cost { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .cost-block + .cost-block { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
  .cost-fine { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
  .rung-cost .btn { margin-top: 20px; }
  .rung-sub, .rung-who { max-width: none; }
}
@media (max-width: 560px) {
  .pr-terms { grid-template-columns: minmax(0, 1fr); }
  .pr-term { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .pr-term b { min-height: 0; }
  .pr-cta .btn { width: 100%; }
}
