:root {
  --ink: #070706;
  --ink-soft: #11100e;
  --panel: #171511;
  --cream: #f5e7ce;
  --cream-bright: #fff8ea;
  --gold: #d7b277;
  --gold-deep: #9f7744;
  --gold-on-cream: #6f4f2c;
  --smoke: #b9b2a7;
  --line: rgba(245, 231, 206, .22);
  --max: 1180px;
}

* { box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--cream-bright);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 50;
  padding: 12px 16px;
  background: var(--cream-bright);
  color: var(--ink);
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 6, .94);
}
.nav {
  width: min(calc(100% - 40px), var(--max));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  text-decoration: none;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.partner-mark {
  color: var(--gold);
  text-transform: uppercase;
  font-size: .68rem;
  letter-spacing: .16em;
}
.nav-badge { width: 132px; height: auto; }

.hero,
.offer-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 15%, rgba(215,178,119,.13), transparent 34%),
    linear-gradient(135deg, #080807 0%, #11100d 100%);
}
.hero { padding: 92px 0 76px; }
.offer-hero { padding: 76px 0 64px; }
.hero-grid,
.offer-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
}
.hero-grid > *, .offer-hero-grid > * { min-width: 0; }
.hero-art { position: relative; min-height: 420px; display: grid; place-items: center; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: 8% 2%;
  border: 1px solid var(--line);
  transform: rotate(-3deg);
}
.hero-art img { position: relative; width: 100%; filter: drop-shadow(0 24px 60px rgba(0,0,0,.5)); }
.offer-art { display: grid; place-items: center; min-height: 320px; }
.offer-art img { width: min(100%, 420px); max-height: 440px; object-fit: contain; filter: drop-shadow(0 24px 55px rgba(0,0,0,.5)); }

.eyebrow,
.phase-number,
.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.04; }
h1 {
  max-width: 900px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7.2vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -.055em;
}
.offer-hero h1 { font-size: clamp(3.2rem, 6.5vw, 6rem); }
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -.04em;
}
h3 { font-size: 1.22rem; letter-spacing: -.02em; }
.lede {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--smoke);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.price-lockup { margin: 30px 0 0; }
.price {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--cream-bright);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.06em;
}
.price small { color: var(--smoke); font-family: "Helvetica Neue", sans-serif; font-size: .92rem; letter-spacing: .04em; }
.price-note { margin: 12px 0 0; color: var(--gold); font-size: .86rem; text-transform: uppercase; letter-spacing: .11em; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--cream);
  background: var(--cream);
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { background: transparent; color: var(--cream-bright); }
.cream .button,
.offer-band .button { background: var(--ink); color: var(--cream-bright); border-color: var(--ink); }
.cream .button:hover,
.offer-band .button:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.button.secondary { background: transparent; color: var(--cream-bright); border-color: var(--line); }
.cream .button.secondary { color: var(--ink); border-color: var(--ink); }
.button.secondary:hover { border-color: var(--gold); color: var(--gold); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.cream .button:focus-visible,
.offer-band .button:focus-visible { outline-color: var(--ink); }
.microcopy { color: var(--smoke); font-size: .8rem; }

.section { padding: 88px 0; border-bottom: 1px solid var(--line); }
.section.cream { background: var(--cream); color: var(--ink); }
.cream .eyebrow,
.cream .phase-number,
.cream .kicker,
.offer-band .eyebrow { color: var(--gold-on-cream); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.section-heading p { margin: 0; color: var(--smoke); }
.cream .section-heading p { color: #5d564b; }

.phase-grid,
.card-grid,
.steps-grid,
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.phase-grid { grid-template-columns: repeat(4, 1fr); }
.phase-card,
.info-card,
.step-card,
.fact-card {
  min-height: 250px;
  padding: 30px;
  background: var(--ink-soft);
}
.cream .phase-card,
.cream .info-card,
.cream .step-card,
.cream .fact-card { background: var(--cream-bright); }
.phase-card h3,
.info-card h3,
.step-card h3 { margin-top: 28px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 400; }
.phase-card p,
.info-card p,
.step-card p,
.fact-card p { color: var(--smoke); }
.cream .phase-card p,
.cream .info-card p,
.cream .step-card p,
.cream .fact-card p { color: #5d564b; }
.card-link { display: inline-block; margin-top: 24px; color: var(--gold); text-transform: uppercase; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }

.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 17px 0 17px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "◆"; position: absolute; left: 2px; color: var(--gold); font-size: .65rem; top: 21px; }
.cream .check-list li { border-color: rgba(7,7,6,.16); }
.cream .check-list li::before { color: var(--gold-on-cream); }

.offer-band { padding: 72px 0; background: var(--cream); color: var(--ink); }
.offer-band-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.offer-band h2 { max-width: 820px; }
.checkout-hold {
  max-width: 620px;
  padding: 24px;
  border: 1px solid rgba(7,7,6,.24);
  background: rgba(255,255,255,.36);
}
.checkout-hold strong { display: block; margin-bottom: 7px; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }
.checkout-hold p { margin: 0; color: #5d564b; }

.site-footer { padding: 42px 0; color: var(--smoke); font-size: .78rem; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-badge { width: 82px; height: auto; }

/* YEP services front-facing sales page */
.sales-page .hero { background: var(--ink); }
.sales-hero { padding: clamp(54px, 4.5vw, 68px) 0 clamp(50px, 4vw, 64px); }
.sales-hero .hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); }
.sales-hero h1 { max-width: 16ch; font-size: clamp(3.2rem, 5vw, 4.5rem); line-height: .96; }
.sales-hero .lede { max-width: 60ch; }
.sales-hero-art { min-height: 380px; background: var(--cream); padding: clamp(28px, 3.5vw, 48px); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.sales-hero-art::before { inset: 12% 0 4% 8%; }
.sales-hero-art img { width: min(100%, 560px); }
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}
.text-link:hover { color: var(--cream-bright); }
.sales-section-heading { grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); }
.signal-list { margin: 0; padding: 0; list-style: decimal; border-top: 1px solid rgba(7,7,6,.18); }
.signal-list > li::marker { font-size: 0; }
.signal-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 23px 0;
  border-bottom: 1px solid rgba(7,7,6,.18);
}
.signal-row span,
.path-index {
  color: var(--gold-on-cream);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.signal-row p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.5vw, 2.1rem); line-height: 1.18; }
.reframe-section { background: var(--ink-soft); }
.reframe-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 9vw, 124px); align-items: start; }
.reframe-copy { padding-top: 6px; }
.reframe-copy p { margin: 0 0 22px; color: var(--smoke); font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.reframe-copy p:last-child { margin-bottom: 0; }
.path-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: decimal; border: 1px solid rgba(7,7,6,.2); }
.path-rail > li::marker { font-size: 0; }
.path-rail li { min-width: 0; padding: clamp(28px, 3vw, 40px); border-left: 1px solid rgba(7,7,6,.2); }
.path-rail li:first-child { border-left: 0; }
.path-rail h3 { margin: 34px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 400; }
.path-rail p { margin: 0; color: #5d564b; }
.proof-section { background: var(--panel); }
.proof-grid { border-top: 1px solid var(--line); }
.proof-item {
  display: grid;
  grid-template-columns: 72px minmax(180px, .55fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.proof-item strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; line-height: 1; }
.proof-item span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.proof-item p { margin: 0; color: var(--smoke); }
.offer-ledger { border-top: 1px solid rgba(7,7,6,.42); }
.offer-row { display: grid; grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr); gap: clamp(34px, 7vw, 96px); padding: clamp(36px, 5vw, 62px) 0; border-bottom: 1px solid rgba(7,7,6,.42); }
.offer-identity h3 { margin: 15px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 400; }
.ledger-price { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 3.6vw, 3.4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.ledger-price small { color: #5d564b; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.secondary-price { margin-top: 9px; font-size: clamp(1.65rem, 2.8vw, 2.5rem); }
.offer-note { max-width: 34ch; margin: 16px 0 0; color: #5d564b; font-size: .82rem; }
.offer-definition { display: grid; grid-template-columns: minmax(92px, auto) minmax(0, 1fr); margin: 0; column-gap: clamp(18px, 3vw, 34px); }
.offer-definition dt,
.offer-definition dd { padding: 16px 0; border-top: 1px solid rgba(7,7,6,.18); }
.offer-definition dt:first-of-type,
.offer-definition dt:first-of-type + dd { padding-top: 0; border-top: 0; }
.offer-definition dt { color: var(--gold-on-cream); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.offer-definition dd { margin: 0; }
.offers-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 36px; }
.offers-cta p { margin: 0; color: #5d564b; }
.faq-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(44px, 9vw, 120px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.55rem); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--gold); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 64ch; margin: 0; padding: 0 42px 24px 0; color: var(--smoke); }
.final-cta { padding: clamp(68px, 8vw, 96px) 0; }
.final-cta-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) auto; gap: 44px; align-items: end; }
.final-cta h2 { max-width: 14ch; }
.final-cta p:not(.eyebrow) { max-width: 56ch; margin: 20px 0 0; color: #5d564b; }

.intake-gate-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.numbered-list { margin: 30px 0 0; padding: 0; list-style: none; counter-reset: intake-step; }
.numbered-list li { position: relative; padding: 0 0 24px 54px; counter-increment: intake-step; }
.numbered-list li::before { content: counter(intake-step, decimal-leading-zero); position: absolute; left: 0; top: 0; color: var(--gold-on-cream); font-weight: 900; letter-spacing: .08em; }
.numbered-list strong, .numbered-list span { display: block; }
.numbered-list span { margin-top: 4px; color: #5d564b; }
.intake-card { padding: 34px; border: 1px solid rgba(7,7,6,.16); border-top: 6px solid var(--gold-deep); border-radius: 20px; background: var(--cream-bright); box-shadow: 14px 14px 0 rgba(7,7,6,.1); }
.intake-card > span { color: var(--gold-on-cream); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.intake-card h2 { margin: 14px 0; font-size: clamp(2rem,4vw,3.2rem); }
.intake-card p { color: #5d564b; }
.intake-card .button { width: 100%; margin-top: 14px; }
.intake-card small { display: block; margin-top: 14px; color: #6f675b; }
.checkout-suite { background: var(--ink-soft); }
.checkout-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.checkout-card { display: flex; min-width: 0; min-height: 330px; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--panel); }
.checkout-card > span { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.checkout-card h3 { margin: 16px 0 8px; font: 400 1.45rem/1.1 Georgia,"Times New Roman",serif; }
.checkout-card > strong { color: var(--gold); font-size: 1.15rem; }
.checkout-card p { color: var(--smoke); }
.checkout-card .button { width: 100%; margin-top: auto; padding-inline: 14px; }
.checkout-warning, .checkout-gate-note { margin-top: 26px; padding: 22px 26px; border-left: 5px solid var(--gold); background: rgba(215,178,119,.1); }
.checkout-warning strong, .checkout-gate-note strong { color: var(--gold); text-transform: uppercase; letter-spacing: .08em; }
.checkout-warning p, .checkout-gate-note p { margin: 5px 0 0; }
.cream .checkout-gate-note { color: var(--ink); background: rgba(159,119,68,.11); }

@media (max-width: 900px) {
  .hero-grid, .offer-hero-grid, .section-heading, .two-col, .offer-band-grid, .intake-gate-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 300px; }
  .phase-grid, .card-grid, .steps-grid, .facts-grid { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .phase-card, .info-card, .step-card, .fact-card { min-height: 0; }
  .sales-hero .hero-grid,
  .reframe-grid,
  .offer-row,
  .faq-layout,
  .final-cta-grid { grid-template-columns: 1fr; }
  .sales-hero h1 { max-width: 13ch; }
  .sales-hero-art { min-height: 290px; justify-items: start; }
  .path-rail { grid-template-columns: 1fr; }
  .path-rail li { border-left: 0; border-top: 1px solid rgba(7,7,6,.2); }
  .path-rail li:first-child { border-top: 0; }
  .offers-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container, .narrow, .nav { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 70px; gap: 12px; }
  .partner-mark { display: block; max-width: 112px; text-align: right; font-size: .54rem; letter-spacing: .1em; line-height: 1.3; }
  .nav-badge { width: 108px; }
  .hero, .offer-hero { padding: 58px 0 48px; }
  .hero-art, .offer-art { min-height: 220px; }
  h1, .offer-hero h1 { font-size: clamp(2.7rem, 12.5vw, 4rem); }
  .section { padding: 64px 0; }
  .button { width: 100%; }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-card { min-height: 0; }
  .price { font-size: 4rem; }
  .sales-hero { padding: 48px 0 46px; }
  .sales-hero h1 { font-size: clamp(2.5rem, 11.5vw, 3rem); }
  .sales-hero-art { min-height: 210px; }
  .sales-section-heading { margin-bottom: 34px; }
  .signal-row { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .signal-row p { font-size: 1.3rem; }
  .path-rail li,
  .proof-item { padding: 26px 22px; }
  .proof-item { grid-template-columns: 1fr; gap: 10px; }
  .offer-definition { grid-template-columns: 1fr; }
  .offer-definition dt { padding-bottom: 4px; }
  .offer-definition dd { padding-top: 4px; border-top: 0; }
  .offer-definition dt:first-of-type + dd { padding-top: 4px; }
  .text-link { width: 100%; justify-content: center; }
  .faq-list summary { padding-right: 34px; }
  .final-cta .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* YEP services v2 — YEP local brand typography, no remote font dependency */
.sales-v2 {
  --v2-display: Georgia, "Times New Roman", serif;
  --v2-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --v2-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --v2-forest: #1a2d26;
  --v2-forest-deep: #122019;
  --v2-cream: #f4eee1;
  --v2-cream-alt: #ebe3d2;
  --v2-rule: rgba(26, 45, 38, .18);
  --v2-rule-hard: rgba(26, 45, 38, .4);
  --v2-muted: rgba(26, 45, 38, .66);
  --v2-on-dark: rgba(244, 238, 225, .76);
  --v2-rule-dark: rgba(244, 238, 225, .22);
  margin: 0;
  overflow-x: clip;
  background: var(--v2-cream);
  color: var(--v2-forest);
  font-family: var(--v2-sans);
  font-size: 17px;
  line-height: 1.6;
}
.sales-v2 .container { width: min(calc(100% - 48px), 1180px); }
.sales-v2 h1,
.sales-v2 h2,
.sales-v2 h3 { margin: 0; color: inherit; font-family: var(--v2-display); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.sales-v2 h1 { max-width: 12ch; font-size: clamp(3.3rem, 6.7vw, 5.8rem); }
.sales-v2 h2 { max-width: 16ch; font-size: clamp(2.55rem, 5vw, 4.65rem); }
.sales-v2 h3 { font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.08; }
.sales-v2 p { margin: 0; }
.sales-v2 strong { font-weight: 700; }
.sales-v2 .skip-link { background: var(--v2-forest); color: var(--v2-cream); }
.sales-v2 .v2-eyebrow {
  margin: 0 0 20px;
  color: var(--v2-muted);
  font-family: var(--v2-mono);
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.sales-v2 .v2-dark .v2-eyebrow { color: var(--v2-on-dark); }
.sales-v2 .v2-header { border-bottom: 1px solid var(--v2-rule); background: var(--v2-cream); }
.sales-v2 .v2-nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sales-v2 .v2-partnership { display: block; width: 178px; padding: 7px 10px; background: #f5e7ce; text-decoration: none; }
.sales-v2 .v2-partnership img { width: 100%; height: auto; }
.sales-v2 .v2-member-path { font-family: var(--v2-mono); font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.sales-v2 .v2-section { padding: clamp(76px, 9vw, 126px) 0; }
.sales-v2 .v2-dark { background: var(--v2-forest); color: var(--v2-cream); }
.sales-v2 .v2-tint { background: var(--v2-cream-alt); }
.sales-v2 .v2-hero { padding-top: clamp(70px, 9vw, 118px); padding-bottom: clamp(76px, 10vw, 132px); }
.sales-v2 .v2-hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr); gap: clamp(52px, 9vw, 124px); align-items: end; }
.sales-v2 .v2-hero-grid > *,
.sales-v2 .v2-section-heading > *,
.sales-v2 .v2-shift-grid > *,
.sales-v2 .v2-package > *,
.sales-v2 .v2-not-sure-grid > *,
.sales-v2 .v2-faq-grid > *,
.sales-v2 .v2-close-grid > * { min-width: 0; }
.sales-v2 .v2-hero-support { display: grid; gap: 18px; padding-bottom: 8px; }
.sales-v2 .v2-lede { font-family: var(--v2-display); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.25; }
.sales-v2 .v2-system-line { color: var(--v2-muted); font-family: var(--v2-mono); font-size: .76rem; letter-spacing: .055em; }
.sales-v2 .v2-hero-promise { max-width: 26ch; font-family: var(--v2-display); font-size: clamp(1.35rem, 2.3vw, 1.85rem); font-weight: 700; line-height: 1.2; }
.sales-v2 .v2-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 12px; }
.sales-v2 .v2-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--v2-forest);
  background: var(--v2-forest);
  color: var(--v2-cream);
  font-family: var(--v2-mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.sales-v2 .v2-button:hover { transform: translateY(-2px); background: transparent; color: var(--v2-forest); }
.sales-v2 .v2-text-link { padding: 9px 0 5px; border-bottom: 1px solid var(--v2-rule-hard); font-family: var(--v2-mono); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sales-v2 .v2-microcopy { color: var(--v2-muted); font-family: var(--v2-mono); font-size: .7rem; letter-spacing: .025em; }
.sales-v2 .v2-dark .v2-microcopy { color: var(--v2-on-dark); }
.sales-v2 .v2-section-heading { display: grid; grid-template-columns: minmax(170px, .48fr) minmax(0, 1.52fr); gap: clamp(34px, 7vw, 92px); align-items: start; margin-bottom: clamp(44px, 6vw, 76px); }
.sales-v2 .v2-section-heading > div > p { max-width: 60ch; margin-top: 20px; color: var(--v2-muted); }
.sales-v2 .v2-dark .v2-section-heading > div > p { color: var(--v2-on-dark); }
.sales-v2 .signal-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--v2-rule-dark); border-bottom: 1px solid var(--v2-rule-dark); list-style: decimal-leading-zero inside; }
.sales-v2 .signal-list > li { min-width: 0; padding: 26px 20px 30px; border-left: 1px solid var(--v2-rule-dark); }
.sales-v2 .signal-list > li:first-child { border-left: 0; }
.sales-v2 .signal-list > li::marker { color: var(--v2-on-dark); font-family: var(--v2-mono); font-size: .68rem; letter-spacing: .16em; }
.sales-v2 .signal-list p { margin-top: 13px; color: var(--v2-cream); font-size: .94rem; line-height: 1.5; }
.sales-v2 .v2-after-note { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 42px; max-width: 760px; margin-top: 46px; }
.sales-v2 .v2-after-note p { font-family: var(--v2-display); font-size: clamp(1.35rem, 2.5vw, 2rem); line-height: 1.22; }
.sales-v2 .v2-after-note p:last-child { color: var(--v2-on-dark); }
.sales-v2 .v2-shift-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 128px); align-items: start; }
.sales-v2 .v2-copy-stack { display: grid; gap: 20px; }
.sales-v2 .v2-callout { margin: 8px 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--v2-forest); font-family: var(--v2-display); font-size: clamp(1.45rem, 2.5vw, 2.1rem); font-weight: 700; line-height: 1.2; }
.sales-v2 .v2-proof-heading { margin-bottom: 36px; }
.sales-v2 .v2-proof-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--v2-rule-dark); background: var(--v2-rule-dark); }
.sales-v2 .v2-proof-card { grid-column: span 2; min-width: 0; padding: clamp(24px, 3.5vw, 40px); background: var(--v2-forest); }
.sales-v2 .v2-proof-card-wide { grid-column: span 3; }
.sales-v2 .v2-proof-card strong { display: block; font-family: var(--v2-display); font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.sales-v2 .v2-proof-card span { display: block; margin: 17px 0 12px; color: var(--v2-on-dark); font-family: var(--v2-mono); font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.sales-v2 .v2-proof-card p { color: rgba(244, 238, 225, .9); font-size: .91rem; line-height: 1.55; }
.sales-v2 .v2-proof-foot { max-width: 76ch; margin-top: 24px; color: var(--v2-on-dark); font-family: var(--v2-mono); font-size: .7rem; letter-spacing: .025em; }
.sales-v2 .path-rail { display: grid; grid-template-columns: 1fr; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--v2-rule-hard); list-style: decimal; }
.sales-v2 .path-rail > li { display: grid; grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); gap: clamp(28px, 7vw, 92px); padding: clamp(30px, 4vw, 48px) 0; border-bottom: 1px solid var(--v2-rule-hard); }
.sales-v2 .path-rail > li::marker { font-size: 0; }
.sales-v2 .path-index { color: var(--v2-muted); font-family: var(--v2-mono); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.sales-v2 .path-rail h3 { max-width: 25ch; margin-bottom: 15px; }
.sales-v2 .path-rail p { max-width: 67ch; color: var(--v2-muted); }
.sales-v2 .v2-fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 42px; border: 1px solid var(--v2-rule); background: var(--v2-rule); }
.sales-v2 .v2-fit-grid > div { padding: 24px; background: var(--v2-cream); }
.sales-v2 .v2-fit-grid strong { display: block; margin-bottom: 9px; font-family: var(--v2-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.sales-v2 .v2-fit-grid p { color: var(--v2-muted); font-size: .9rem; }
.sales-v2 .v2-package-list { border-top: 1px solid var(--v2-rule-hard); }
.sales-v2 .v2-package { display: grid; grid-template-columns: minmax(270px, .88fr) minmax(0, 1.12fr); gap: clamp(38px, 8vw, 108px); padding: clamp(42px, 6vw, 72px) 0; border-bottom: 1px solid var(--v2-rule-hard); }
.sales-v2 .v2-package-identity h3 { max-width: 18ch; margin-bottom: 22px; }
.sales-v2 .v2-price { display: block; font-family: var(--v2-display); font-size: clamp(2.4rem, 4.6vw, 4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.sales-v2 .v2-price small { color: var(--v2-muted); font-family: var(--v2-sans); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sales-v2 .v2-price-secondary { margin-top: 10px; font-size: clamp(1.8rem, 3.6vw, 3rem); }
.sales-v2 .v2-package-note { max-width: 42ch; margin-top: 18px; color: var(--v2-muted); font-family: var(--v2-mono); font-size: .7rem; line-height: 1.6; }
.sales-v2 .v2-spec { margin: 0; }
.sales-v2 .v2-spec > div { display: grid; grid-template-columns: minmax(104px, .28fr) minmax(0, .72fr); gap: 24px; padding: 18px 0; border-top: 1px solid var(--v2-rule); }
.sales-v2 .v2-spec > div:first-child { padding-top: 0; border-top: 0; }
.sales-v2 .v2-spec dt { color: var(--v2-muted); font-family: var(--v2-mono); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sales-v2 .v2-spec dd { margin: 0; line-height: 1.52; }
.sales-v2 .v2-offers-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 36px; }
.sales-v2 .v2-offers-cta p { max-width: 70ch; color: var(--v2-muted); }
.sales-v2 .v2-not-sure-grid,
.sales-v2 .v2-faq-grid,
.sales-v2 .v2-close-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px, 10vw, 132px); align-items: start; }
.sales-v2 .v2-verdict { font-family: var(--v2-display); font-size: clamp(1.55rem, 2.7vw, 2.2rem); font-weight: 700; }
.sales-v2 .v2-faq-list { border-top: 1px solid var(--v2-rule-hard); }
.sales-v2 .v2-faq-list details { border-bottom: 1px solid var(--v2-rule); }
.sales-v2 .v2-faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-family: var(--v2-display); font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 700; line-height: 1.25; list-style: none; }
.sales-v2 .v2-faq-list summary::-webkit-details-marker { display: none; }
.sales-v2 .v2-faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--v2-muted); font-family: var(--v2-mono); font-size: 1rem; }
.sales-v2 .v2-faq-list details[open] summary::after { content: "−"; }
.sales-v2 .v2-faq-list details > div { max-width: 66ch; padding: 0 42px 24px 0; color: var(--v2-muted); }
.sales-v2 .v2-close h2 { max-width: 12ch; }
.sales-v2 .v2-kicker { margin-bottom: 14px; color: var(--v2-on-dark); font-family: var(--v2-display); font-size: clamp(1.45rem, 2.6vw, 2.1rem); font-style: italic; line-height: 1.2; }
.sales-v2 .v2-close-grid > div:last-child { display: grid; gap: 22px; padding-top: 44px; }
.sales-v2 .v2-close-grid > div:last-child > p:first-child { color: rgba(244, 238, 225, .9); }
.sales-v2 .v2-button-light { width: fit-content; border-color: var(--v2-cream); background: var(--v2-cream); color: var(--v2-forest); }
.sales-v2 .v2-button-light:hover { border-color: var(--v2-cream); background: transparent; color: var(--v2-cream); }
.sales-v2 .v2-footer { padding: 30px 0 40px; background: var(--v2-forest-deep); color: var(--v2-on-dark); }
.sales-v2 .v2-footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sales-v2 .v2-footer span { font-family: var(--v2-mono); font-size: .66rem; letter-spacing: .045em; }
.sales-v2 .v2-button:focus-visible,
.sales-v2 .v2-text-link:focus-visible,
.sales-v2 .v2-faq-list summary:focus-visible,
.sales-v2 .v2-partnership:focus-visible { outline: 3px solid var(--v2-forest); outline-offset: 4px; }
.sales-v2 .v2-dark .v2-button:focus-visible,
.sales-v2 .v2-button-light:focus-visible { outline-color: var(--v2-cream); }

@media (max-width: 940px) {
  .sales-v2 .v2-hero-grid,
  .sales-v2 .v2-section-heading,
  .sales-v2 .v2-shift-grid,
  .sales-v2 .v2-package,
  .sales-v2 .v2-not-sure-grid,
  .sales-v2 .v2-faq-grid,
  .sales-v2 .v2-close-grid { grid-template-columns: 1fr; }
  .sales-v2 .v2-hero-grid { align-items: start; }
  .sales-v2 .v2-hero-support { max-width: 680px; }
  .sales-v2 .signal-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sales-v2 .signal-list > li { border-top: 1px solid var(--v2-rule-dark); }
  .sales-v2 .signal-list > li:nth-child(odd) { border-left: 0; }
  .sales-v2 .signal-list > li:first-child,
  .sales-v2 .signal-list > li:nth-child(2) { border-top: 0; }
  .sales-v2 .signal-list > li:last-child { grid-column: 1 / -1; }
  .sales-v2 .v2-proof-card,
  .sales-v2 .v2-proof-card-wide { grid-column: span 3; }
  .sales-v2 .v2-offers-cta { align-items: flex-start; flex-direction: column; }
  .sales-v2 .v2-close-grid > div:last-child { padding-top: 0; }
}

@media (max-width: 620px) {
  .sales-v2 { font-size: 16px; }
  .sales-v2 .container { width: min(calc(100% - 28px), 1180px); }
  .sales-v2 .v2-nav { min-height: 70px; gap: 12px; }
  .sales-v2 .v2-partnership { width: 128px; padding: 5px 7px; }
  .sales-v2 .v2-member-path { max-width: 110px; text-align: right; font-size: .54rem; line-height: 1.35; }
  .sales-v2 .v2-section { padding: 68px 0; }
  .sales-v2 .v2-hero { padding: 58px 0 72px; }
  .sales-v2 h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .sales-v2 h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .sales-v2 .v2-hero-grid { gap: 38px; }
  .sales-v2 .v2-cta-row { align-items: stretch; flex-direction: column; }
  .sales-v2 .v2-button { width: 100%; }
  .sales-v2 .v2-text-link { width: fit-content; }
  .sales-v2 .signal-list { grid-template-columns: 1fr; }
  .sales-v2 .signal-list > li,
  .sales-v2 .signal-list > li:nth-child(2) { padding: 22px 0; border-top: 1px solid var(--v2-rule-dark); border-left: 0; }
  .sales-v2 .signal-list > li:first-child { border-top: 0; }
  .sales-v2 .signal-list > li:last-child { grid-column: auto; }
  .sales-v2 .v2-after-note { grid-template-columns: 1fr; }
  .sales-v2 .v2-proof-grid { grid-template-columns: 1fr; }
  .sales-v2 .v2-proof-card,
  .sales-v2 .v2-proof-card-wide { grid-column: auto; }
  .sales-v2 .path-rail > li { grid-template-columns: 1fr; gap: 14px; }
  .sales-v2 .v2-fit-grid { grid-template-columns: 1fr; }
  .sales-v2 .v2-package { gap: 30px; }
  .sales-v2 .v2-spec > div { grid-template-columns: 1fr; gap: 6px; }
  .sales-v2 .v2-button-light { width: 100%; }
  .sales-v2 .v2-footer-grid { align-items: flex-start; flex-direction: column; }
  .sales-v2 .v2-footer span { max-width: 34ch; }
}
