:root {
  --black: #0b0b0b;
  --ink: #141414;
  --slate: #545454;
  --line: #d9d9d7;
  --soft: #f1f1ef;
  --white: #ffffff;
  --red: #e7352f;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrapper { width: min(100% - 40px, 1200px); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--white); color: var(--black); font-weight: 700; left: 12px; padding: 12px 16px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header { align-items: center; background: var(--black); color: var(--white); display: flex; height: 72px; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1200px) / 2)); position: relative; z-index: 10; }
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 27px; font-weight: 800; gap: 9px; letter-spacing: -.5px; text-transform: uppercase; }
.brand > span:last-child span { color: var(--red); }
.brand-mark { align-items: center; background: var(--red); color: var(--white); display: inline-flex; font-family: var(--display); font-size: 13px; font-weight: 900; height: 28px; justify-content: center; letter-spacing: -1px; transform: skewX(-9deg); width: 28px; }
.site-nav { display: flex; gap: 31px; }
.site-nav a { color: #d1d1d1; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a:hover { color: var(--white); }
.site-nav .nav-login { background: var(--red); color: var(--white); margin: -10px 0; padding: 10px 13px; }
.site-nav .nav-login:hover { background: var(--white); color: var(--black); }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 42px; padding: 10px 0 10px 10px; width: 42px; }
.menu-toggle span:not(.sr-only) { background: var(--white); display: block; height: 2px; margin: 5px 0; transition: transform .2s; width: 22px; }

.hero { color: var(--white); min-height: 640px; overflow: hidden; position: relative; }
.hero-image { inset: 0; position: absolute; }
.hero-image img { filter: grayscale(42%) contrast(1.08) brightness(.72); height: 100%; object-fit: cover; object-position: center 42%; width: 100%; }
.hero-home .hero-image img { filter: contrast(1.05) brightness(.76); object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.56) 45%, rgba(0,0,0,.16) 100%); inset: 0; position: absolute; }
.hero-content { padding: 110px 0 88px; position: relative; z-index: 1; }
.eyebrow { align-items: center; display: flex; font-size: 10px; font-weight: 700; gap: 9px; letter-spacing: .15em; margin: 0 0 17px; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: inline-block; height: 2px; width: 24px; }
.eyebrow.red { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .91; text-transform: uppercase; }
h1 { font-size: clamp(59px, 8vw, 114px); letter-spacing: -.035em; margin-bottom: 26px; max-width: 830px; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-copy { color: #e1e1e1; font-size: 16px; line-height: 1.65; margin-bottom: 31px; max-width: 460px; }
.button { align-items: center; display: inline-flex; font-size: 11px; font-weight: 800; gap: 34px; justify-content: space-between; letter-spacing: .1em; min-height: 54px; padding: 0 20px; text-transform: uppercase; transition: background .2s, color .2s; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--white); color: var(--black); }
.button-light { background: var(--white); color: var(--black); }
.button-light:hover { background: var(--black); color: var(--white); }
.hero-index { align-items: center; bottom: 32px; display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .1em; position: absolute; right: max(20px, calc((100vw - 1200px) / 2)); z-index: 2; }
.hero-index span { background: rgba(255,255,255,.5); height: 1px; width: 54px; }

.placeholder-image { align-items: center; background-color: #242424; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 16px); color: rgba(255,255,255,.63); display: flex; font-family: var(--display); font-size: 15px; font-weight: 700; justify-content: center; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.placeholder-home { background-color: #252525; background-image: linear-gradient(115deg, rgba(10,10,10,.62), rgba(230,53,47,.18)), repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 16px); }
.placeholder-base { background-color: #535353; }
.placeholder-explosivo { background-color: #252525; }
.placeholder-lanzador { background-color: #731e1e; }

.intro-strip { background: var(--soft); padding: 30px 0; }
.split-grid { align-items: center; display: grid; gap: 28px; grid-template-columns: 1fr 1.15fr; }
.split-grid .eyebrow { margin: 0; }
.split-grid > p:last-child { color: #383838; font-size: 13px; line-height: 1.55; margin: 0; max-width: 540px; }
.section-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 45px; }
.section-heading h2, .coach-copy h2 { font-size: clamp(48px, 5vw, 70px); margin-bottom: 0; }
.section-heading > p { color: var(--slate); font-size: 13px; line-height: 1.6; margin: 0 0 3px; max-width: 315px; }
.program-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.program-card { background: var(--soft); display: flex; flex-direction: column; min-width: 0; }
.card-image { aspect-ratio: 1 / 1; display: block; overflow: hidden; position: relative; }
.card-image img { height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; width: 100%; }
.card-image:hover img { transform: scale(1.025); }
.card-image b { bottom: 14px; color: rgba(255,255,255,.84); font-family: var(--display); font-size: 20px; position: absolute; right: 18px; }
.featured-card .card-image { background-color: #171717; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 24px 27px; }
.card-label { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; margin-bottom: 9px; text-transform: uppercase; }
.card-body h3 { font-size: 35px; letter-spacing: -.02em; margin-bottom: 16px; }
.card-body > p:not(.card-label) { color: var(--slate); font-size: 12px; line-height: 1.65; margin-bottom: 24px; }
.text-link { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 10px; font-weight: 800; gap: 12px; letter-spacing: .09em; margin-top: auto; padding-bottom: 9px; text-transform: uppercase; width: fit-content; }
.text-link:hover { border-color: var(--red); color: var(--red); }

.statement-section { background: var(--black); color: var(--white); padding: 96px 0; }
.statement-layout { display: grid; grid-template-columns: 1fr 2fr; }
.statement-layout h2 { font-size: clamp(46px, 5vw, 70px); margin: 0; }
.coach-layout { align-items: center; display: grid; gap: clamp(35px, 7vw, 115px); grid-template-columns: minmax(280px, .8fr) 1fr; }
.coach-photo { background-color: #383838; height: 430px; overflow: hidden; }
.coach-photo img, .bonus-photo img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.coach-copy { max-width: 500px; }
.coach-copy h2 { margin-bottom: 25px; }
.coach-copy > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
.closing-cta { background: var(--red); color: var(--white); padding: 98px 0; }
.closing-cta h2 { font-size: clamp(46px, 5.5vw, 77px); margin-bottom: 31px; }
.closing-cta h2 em { color: var(--black); }
.site-footer { background: var(--black); color: var(--white); padding: 27px 0; }
.footer-layout { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.footer-layout .brand { font-size: 23px; }
.footer-layout .brand-mark { height: 24px; width: 24px; }
.footer-layout p { color: #999; font-size: 10px; margin: 0; }

/* Sales pages */
.sales-hero { color: var(--white); min-height: 560px; }
.sales-hero .hero-content { max-width: 880px; padding-top: 100px; }
.sales-hero h1 { margin-bottom: 22px; }
.sales-hero .hero-copy { font-size: 18px; max-width: 500px; }
.sales-hero[data-program="base"] .hero-image { background-color: #454545; }
.sales-hero[data-program="explosivo"] .hero-image { background-color: #202020; }
.sales-hero[data-program="lanzador"] .hero-image { background-color: #681c1b; }
.sales-summary { border-bottom: 1px solid var(--line); }
.summary-grid { display: grid; grid-template-columns: 1fr 2fr; padding: 68px 0; }
.summary-grid h2 { font-size: 48px; margin: 0; }
.summary-grid > div > p { color: var(--slate); font-size: 17px; line-height: 1.65; margin: 0; max-width: 650px; }
.content-section { padding: 90px 0; }
.content-heading { max-width: 570px; }
.content-heading h2 { font-size: clamp(46px, 5vw, 68px); margin-bottom: 20px; }
.content-heading > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.8; }
.development-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin-top: 45px; }
.development-grid article { background: var(--soft); min-height: 200px; padding: 25px; }
.development-grid span { color: var(--red); display: block; font-family: var(--display); font-size: 32px; font-weight: 800; margin-bottom: 54px; }
.development-grid h3 { font-size: 29px; margin: 0; }
.program-details { background: var(--black); color: var(--white); }
.details-layout { display: grid; gap: 20px; grid-template-columns: 1fr 2fr; padding: 88px 0; }
.details-layout h2 { font-size: clamp(46px, 5vw, 68px); margin: 0; }
.details-copy { color: #c5c5c5; font-size: 14px; line-height: 1.75; max-width: 640px; }
.details-copy p { margin-bottom: 19px; }
.details-copy strong { color: var(--white); }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.pill { border: 1px solid #4f4f4f; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 11px 13px; text-transform: uppercase; }
.bonus-section { background: var(--soft); }
.bonus-layout { align-items: center; display: grid; gap: 60px; grid-template-columns: .9fr 1.1fr; padding: 80px 0; }
.bonus-photo { height: 390px; overflow: hidden; }
.bonus-copy h2 { font-size: clamp(43px, 5vw, 65px); margin-bottom: 17px; }
.bonus-copy p { color: var(--slate); font-size: 14px; line-height: 1.8; max-width: 500px; }
.benefit-trio { background: var(--black); color: var(--white); padding: 1px 0; }
.benefit-trio .wrapper { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-trio h3 { border-left: 1px solid #3d3d3d; font-size: clamp(29px, 3.1vw, 43px); margin: 0; min-height: 180px; padding: 66px 24px 24px; }
.benefit-trio h3:first-child { border-left: 0; }
.sales-cta { background: var(--red); color: var(--white); padding: 95px 0; }
.sales-cta h2 { font-size: clamp(47px, 5.5vw, 76px); margin-bottom: 31px; max-width: 950px; }
.sales-cta h2 em { color: var(--black); }
.is-disabled { cursor: not-allowed; opacity: .65; }

@media (max-width: 720px) {
  .wrapper { width: min(100% - 32px, 1200px); }
  .site-header { height: 64px; padding: 0 16px; }
  .brand { font-size: 24px; }
  .site-nav { background: var(--black); display: none; left: 0; padding: 10px 16px 22px; position: absolute; right: 0; top: 64px; }
  .site-nav.is-open { display: grid; gap: 2px; }
  .site-nav a { padding: 12px 0; }
  .site-nav .nav-login { margin: 4px 0 0; padding: 12px; text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: 620px; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.38)); }
  .hero-content { padding: 95px 0 70px; }
  h1 { font-size: clamp(53px, 17vw, 74px); }
  .hero-copy { font-size: 15px; }
  .hero-index { bottom: 26px; right: 16px; }
  .split-grid, .statement-layout, .summary-grid, .details-layout { grid-template-columns: 1fr; }
  .intro-strip { padding: 27px 0; }
  .section { padding: 70px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .section-heading h2, .coach-copy h2 { font-size: 51px; }
  .program-grid { gap: 17px; grid-template-columns: 1fr; }
  .card-image { height: auto; }
  .statement-section { padding: 70px 0; }
  .statement-layout { gap: 20px; }
  .statement-layout h2 { font-size: 48px; }
  .coach-layout { grid-template-columns: 1fr; }
  .coach-photo { height: 380px; }
  .closing-cta { padding: 73px 0; }
  .closing-cta h2 { font-size: 49px; }
  .footer-layout { align-items: flex-start; flex-direction: column; gap: 13px; }
  .sales-hero { min-height: 570px; }
  .sales-hero .hero-content { padding-top: 91px; }
  .summary-grid { gap: 23px; padding: 59px 0; }
  .summary-grid h2 { font-size: 45px; }
  .summary-grid > div > p { font-size: 15px; }
  .content-section { padding: 70px 0; }
  .content-heading h2 { font-size: 48px; }
  .development-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
  .development-grid article { min-height: 160px; padding: 18px; }
  .development-grid span { font-size: 27px; margin-bottom: 38px; }
  .details-layout { gap: 25px; padding: 69px 0; }
  .bonus-layout { gap: 35px; grid-template-columns: 1fr; padding: 66px 0; }
  .bonus-photo { height: 355px; }
  .benefit-trio .wrapper { grid-template-columns: 1fr; }
  .benefit-trio h3, .benefit-trio h3:first-child { border-left: 0; border-top: 1px solid #3d3d3d; min-height: auto; padding: 33px 0; }
  .benefit-trio h3:first-child { border-top: 0; }
  .sales-cta { padding: 72px 0; }
  .sales-cta h2 { font-size: 49px; }
}

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

/* Focused program landing pages */
.landing-page { background: var(--white); }
.landing-header .site-nav a:first-child { color: var(--white); }
.landing-hero { background: var(--black); color: var(--white); overflow: hidden; }
.landing-hero-grid { align-items: center; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 650px; }
.landing-hero-copy { padding: 72px 6vw 72px 0; position: relative; z-index: 1; }
.back-link { align-items: center; color: #bbb; display: inline-flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .1em; margin-bottom: 52px; text-transform: uppercase; }
.back-link:hover { color: var(--white); }
.landing-hero h1 { font-size: clamp(64px, 7vw, 104px); margin: 0 0 23px; max-width: 700px; }
.landing-lead { color: #d0d0d0; font-size: 16px; line-height: 1.7; margin-bottom: 24px; max-width: 530px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 31px; padding: 0; }
.hero-benefits li { border: 1px solid #484848; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 10px 12px; text-transform: uppercase; }
.cta-caption { color: #929292; font-size: 10px; line-height: 1.5; margin: 11px 0 0; }
.landing-poster { align-self: stretch; background: #151515; min-height: 100%; position: relative; }
.landing-poster::before { background: linear-gradient(90deg, var(--black), transparent 20%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.landing-poster img { display: block; height: 100%; object-fit: cover; width: 100%; }
.buyer-bar { border-bottom: 1px solid var(--line); }
.buyer-bar .wrapper { display: grid; grid-template-columns: repeat(3, 1fr); }
.buyer-bar article { border-left: 1px solid var(--line); min-height: 116px; padding: 29px 30px; }
.buyer-bar article:first-child { border-left: 0; }
.buyer-bar strong { color: var(--red); display: block; font-family: var(--display); font-size: 34px; line-height: .9; margin-bottom: 8px; text-transform: uppercase; }
.buyer-bar span { color: var(--slate); font-size: 11px; line-height: 1.45; }
.landing-section { padding: 110px 0; }
.section-layout { align-items: start; display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.section-layout h2, .landing-section > .wrapper > h2 { font-size: clamp(50px, 5.4vw, 76px); margin: 0; }
.section-layout h2 em, .landing-section > .wrapper > h2 em { color: var(--red); font-style: normal; }
.section-intro { color: var(--slate); font-size: 15px; line-height: 1.8; margin: 0 0 24px; max-width: 600px; }
.fit-list { border-top: 1px solid var(--line); list-style: none; margin: 31px 0 0; padding: 0; }
.fit-list li { align-items: baseline; border-bottom: 1px solid var(--line); display: flex; font-size: 15px; font-weight: 600; gap: 14px; padding: 17px 0; }
.fit-list li::before { color: var(--red); content: "01"; font-family: var(--display); font-size: 21px; font-weight: 800; }
.fit-list li:nth-child(2)::before { content: "02"; }
.fit-list li:nth-child(3)::before { content: "03"; }
.fit-list li:nth-child(4)::before { content: "04"; }
.outcomes-section { background: var(--soft); }
.section-top { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 43px; }
.section-top h2 { font-size: clamp(50px, 5.4vw, 76px); margin: 0; }
.section-top > p { color: var(--slate); font-size: 13px; line-height: 1.7; margin: 0; max-width: 330px; }
.outcome-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.outcome-grid article { background: var(--white); min-height: 222px; padding: 28px 24px; }
.outcome-grid span { color: var(--red); display: block; font-family: var(--display); font-size: 27px; font-weight: 800; margin-bottom: 63px; }
.outcome-grid h3 { font-size: 30px; margin: 0 0 10px; }
.outcome-grid p { color: var(--slate); font-size: 11px; line-height: 1.6; margin: 0; }
.program-map { background: var(--black); color: var(--white); }
.program-map .wrapper { padding: 100px 0; }
.program-map h2 { font-size: clamp(50px, 5.4vw, 76px); margin-bottom: 42px; }
.program-map h2 em { color: var(--red); font-style: normal; }
.week-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.week-grid article { border-left: 1px solid #3d3d3d; min-height: 213px; padding: 28px 30px; }
.week-grid article:first-child { border-left: 0; }
.week-grid span { color: var(--red); display: block; font-size: 10px; font-weight: 800; letter-spacing: .1em; margin-bottom: 53px; text-transform: uppercase; }
.week-grid h3 { font-size: 36px; margin: 0 0 12px; }
.week-grid p { color: #b5b5b5; font-size: 12px; line-height: 1.65; margin: 0; max-width: 270px; }
.coach-proof { overflow: hidden; }
.coach-proof-grid { align-items: stretch; display: grid; grid-template-columns: .9fr 1.1fr; }
.coach-proof-image { background: #292929; min-height: 490px; }
.coach-proof-image img { height: 100%; object-fit: cover; width: 100%; }
.coach-proof-copy { align-self: center; padding: 80px clamp(30px, 7vw, 110px); }
.coach-proof-copy h2 { font-size: clamp(49px, 5vw, 69px); margin-bottom: 24px; }
.coach-proof-copy > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.85; max-width: 510px; }
.landing-cta { background: var(--red); color: var(--white); padding: 105px 0; }
.landing-cta .wrapper { align-items: end; display: flex; gap: 38px; justify-content: space-between; }
.landing-cta h2 { font-size: clamp(50px, 5.8vw, 80px); margin: 0; max-width: 850px; }
.landing-cta h2 em { color: var(--black); font-style: normal; }
.landing-cta .button { flex: 0 0 auto; }

@media (max-width: 720px) {
  .landing-hero-grid, .section-layout, .coach-proof-grid { grid-template-columns: 1fr; }
  .landing-hero-copy { padding: 47px 0 58px; }
  .back-link { margin-bottom: 35px; }
  .landing-hero h1 { font-size: clamp(57px, 17vw, 76px); }
  .landing-poster { aspect-ratio: 1 / 1; min-height: auto; }
  .landing-poster::before { background: linear-gradient(180deg, var(--black), transparent 23%); }
  .buyer-bar .wrapper { grid-template-columns: 1fr; }
  .buyer-bar article, .buyer-bar article:first-child { border-bottom: 1px solid var(--line); border-left: 0; min-height: auto; padding: 20px 0; }
  .buyer-bar article:last-child { border-bottom: 0; }
  .landing-section { padding: 72px 0; }
  .section-layout { gap: 27px; }
  .section-layout h2, .landing-section > .wrapper > h2, .section-top h2, .program-map h2 { font-size: 52px; }
  .section-top { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid article { min-height: 183px; padding: 20px 17px; }
  .outcome-grid span { margin-bottom: 43px; }
  .outcome-grid h3 { font-size: 27px; }
  .program-map .wrapper { padding: 72px 0; }
  .week-grid { grid-template-columns: 1fr; }
  .week-grid article, .week-grid article:first-child { border-left: 0; border-top: 1px solid #3d3d3d; min-height: auto; padding: 29px 0; }
  .week-grid article:first-child { border-top: 0; }
  .week-grid span { margin-bottom: 23px; }
  .coach-proof-image { min-height: 390px; }
  .coach-proof-copy { padding: 62px 16px; }
  .landing-cta { padding: 73px 0; }
  .landing-cta .wrapper { align-items: start; flex-direction: column; }
  .landing-cta h2 { font-size: 52px; }
}
