:root {
  --ink: #0b0c0d;
  --ink-soft: #141618;
  --paper: #f0eee9;
  --paper-deep: #dfdcd5;
  --muted: #9d9b95;
  --line: rgba(240, 238, 233, 0.14);
  --acid: #d6ff3f;
  --acid-soft: rgba(214, 255, 63, 0.14);
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--acid); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .05;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.site-header {
  height: 74px;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.brand-icon { width: 32px; height: 32px; display: block; object-fit: contain; flex: 0 0 auto; }
.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--acid);
  color: var(--acid);
  font: 700 12px var(--display);
  transform: rotate(45deg);
}
.brand-mark i { font-style: normal; transform: rotate(-45deg); }
.header-cta { color: var(--acid); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 28px; height: 1px; background: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; font-weight: 500; line-height: .98; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
h1 { font-size: clamp(54px, 7vw, 104px); max-width: 980px; margin-bottom: 34px; }
h2 { font-size: clamp(43px, 5.5vw, 78px); margin-bottom: 24px; }
p { line-height: 1.65; }

.hero { min-height: calc(100vh - 74px); display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; align-items: center; position: relative; padding-top: 88px; overflow: clip; }
.hero-glow { position: absolute; width: 500px; height: 500px; right: -230px; top: 60px; border-radius: 50%; background: var(--acid); opacity: .055; filter: blur(80px); }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { font-size: clamp(18px, 1.8vw, 23px); max-width: 720px; color: #bab9b4; margin-bottom: 38px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-actions p { margin: 0; color: #74746f; font-size: 12px; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 18px 0 24px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border: 0; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-secondary { color: var(--paper); border: 1px solid rgba(240, 238, 233, .38); }
.button-secondary:hover { background: var(--paper); color: var(--ink); }
.arrow { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 14px; }
.hero-aside { display: flex; flex-direction: column; align-items: center; gap: 34px; }
.orbit { width: 270px; height: 270px; position: relative; display: grid; place-items: center; border: 1px solid rgba(214,255,63,.18); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(240,238,233,.09); border-radius: 50%; }
.orbit::after { inset: 58px; border-color: rgba(214,255,63,.25); }
.orbit-line { position: absolute; inset: -1px; border-radius: 50%; border-top: 1px solid var(--acid); transform: rotate(-35deg); animation: spin 12s linear infinite; }
.orbit-line::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); top: 37px; right: 33px; box-shadow: 0 0 18px var(--acid); }
.orbit-core { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; font: 500 74px/.8 var(--display); letter-spacing: -.08em; }
.orbit-core span { font: 700 10px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 14px; }
.availability { display: flex; gap: 12px; align-items: flex-start; padding: 15px 16px; background: rgba(240,238,233,.04); border: 1px solid var(--line); }
.availability p { margin: 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.availability strong { color: var(--paper); }
.pulse { flex: 0 0 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(214,255,63,.5); animation: pulse 2s infinite; }
.hero-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-strip div { padding: 22px 26px; display: flex; align-items: baseline; gap: 12px; border-right: 1px solid var(--line); }
.hero-strip div:last-child { border-right: 0; }
.hero-strip strong { font: 500 25px var(--display); color: var(--acid); }
.hero-strip span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.video-section { border-bottom: 1px solid var(--line); }
.section-heading { max-width: 800px; margin-bottom: 52px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; }
.section-heading.split > p { margin: 0 0 14px; }
.video-shell { max-width: 1000px; margin: 0 auto; }
.video-placeholder { width: 100%; aspect-ratio: 16/8.8; display: grid; place-items: center; position: relative; border: 1px solid rgba(214,255,63,.18); background: #101214; overflow: hidden; cursor: pointer; color: var(--paper); }
.video-placeholder::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(214,255,63,.13), transparent 30%), linear-gradient(115deg, transparent 35%, rgba(255,255,255,.035), transparent 65%); }
.video-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 55px 55px; transform: perspective(500px) rotateX(60deg) scale(1.4); transform-origin: center bottom; }
.play-button { position: relative; width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--acid); color: var(--acid); padding-left: 5px; transition: transform .3s, background .3s, color .3s; }
.video-placeholder:hover .play-button { transform: scale(1.08); background: var(--acid); color: var(--ink); }
.video-label { position: absolute; left: 25px; bottom: 22px; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.video-note { padding: 18px 22px; background: var(--acid-soft); border: 1px solid rgba(214,255,63,.25); font-size: 13px; }
.video-note strong { color: var(--acid); margin-right: 10px; }
.video-note span { color: var(--muted); }
.center-action { display: flex; justify-content: center; margin-top: 36px; }

.manifesto { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; }
.manifesto-number { font: 500 clamp(120px, 16vw, 230px)/.8 var(--display); color: transparent; -webkit-text-stroke: 1px rgba(214,255,63,.2); }
.manifesto-copy { max-width: 760px; padding-top: 25px; }
blockquote { margin: 0 0 30px; font: 500 clamp(28px, 3.5vw, 50px)/1.18 var(--display); letter-spacing: -.04em; }
.manifesto-copy > p:last-child { color: var(--muted); max-width: 620px; font-size: 17px; }

.results { border-top: 1px solid var(--line); }
.proof-banner { display: flex; align-items: center; gap: 25px; padding: 24px 30px; margin-bottom: 28px; background: var(--acid); color: var(--ink); }
.proof-banner strong { font: 500 56px/.8 var(--display); }
.proof-banner p { margin: 0; max-width: 580px; font-weight: 600; line-height: 1.4; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial-card { min-height: 420px; padding: 24px; border: 1px solid var(--line); background: #101214; display: flex; flex-direction: column; }
.testimonial-card.featured { transform: translateY(24px); }
.testimonial-index { align-self: flex-end; color: #5f605e; font-size: 11px; }
.testimonial-topic { color: var(--acid); margin: 40px 0 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.testimonial-card h3 { font: 500 24px/1.25 var(--display); letter-spacing: -.035em; }
.testimonial-placeholder { margin-top: auto; min-height: 150px; border: 1px dashed rgba(240,238,233,.16); display: grid; place-items: center; align-content: center; gap: 10px; background: rgba(255,255,255,.015); color: #656663; }
.testimonial-placeholder span { font-size: 28px; font-weight: 300; }
.testimonial-placeholder p { font-size: 11px; margin: 0; text-transform: uppercase; letter-spacing: .08em; }

.program { background: var(--paper); color: var(--ink); position: relative; width: 100%; max-width: none; padding-left: max(20px, calc((100vw - 1240px)/2)); padding-right: max(20px, calc((100vw - 1240px)/2)); }
.program .eyebrow, .program .section-heading > p { color: #696963; }
.program .eyebrow span { background: #1b1d1f; }
.program h2 em { color: #7d8d24; }
.program-list { border-top: 1px solid rgba(11,12,13,.2); }
.program-item { display: grid; grid-template-columns: 90px 1fr 60px; gap: 25px; padding: 35px 10px; border-bottom: 1px solid rgba(11,12,13,.2); }
.program-number { font: 600 12px var(--display); color: #77766f; }
.program-item h3 { font: 600 clamp(24px, 3vw, 35px)/1.1 var(--display); letter-spacing: -.04em; margin-bottom: 12px; }
.program-item p { color: #60605a; max-width: 660px; margin-bottom: 22px; }
.program-item ul { display: flex; gap: 8px; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; }
.program-item li { border: 1px solid rgba(11,12,13,.18); padding: 8px 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.program-symbol { width: 44px; height: 44px; border: 1px solid rgba(11,12,13,.25); border-radius: 50%; display: grid; place-items: center; }
.program .button-primary { background: var(--ink); color: var(--paper); }

.fit-card { padding: 50px; border: 1px solid var(--line); background: #101214; }
.fit-card > div:first-child { display: flex; justify-content: space-between; gap: 50px; }
.fit-card h2 { max-width: 700px; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border-top: 1px solid var(--line); }
.fit-column { padding: 36px 36px 10px 0; }
.fit-column + .fit-column { border-left: 1px solid var(--line); padding-left: 36px; }
.fit-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; border: 1px solid; margin-bottom: 25px; }
.fit-yes .fit-icon { color: var(--acid); }
.fit-no .fit-icon { color: #d08578; }
.fit-column h3 { font: 600 20px var(--display); }
.fit-column ul { list-style: none; padding: 0; margin: 0; color: var(--muted); }
.fit-column li { padding: 12px 0 12px 22px; border-bottom: 1px solid rgba(240,238,233,.07); position: relative; line-height: 1.5; }
.fit-column li::before { content: "—"; position: absolute; left: 0; color: currentColor; }

.application { display: grid; grid-template-columns: 1fr 500px; gap: 90px; align-items: center; border-top: 1px solid var(--line); }
.application-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; max-width: 570px; }
.call-points { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.call-points div { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; color: #aaa9a4; }
.call-points span { color: var(--acid); margin-right: 10px; font-size: 10px; }
.calendar-card { background: var(--paper); color: var(--ink); box-shadow: 0 25px 100px rgba(0,0,0,.35); }
.calendar-top { padding: 16px 20px; border-bottom: 1px solid rgba(11,12,13,.12); display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: #77766f; }
.calendar-status { display: flex; align-items: center; gap: 7px; color: #43500f; }
.calendar-status i { width: 6px; height: 6px; background: #84a000; border-radius: 50%; }
.calendar-body { padding: 30px; }
.calendar-month { display: flex; justify-content: space-between; font: 600 12px var(--display); letter-spacing: .1em; margin-bottom: 22px; }
.calendar-month span { color: #99978f; }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; text-align: center; }
.calendar-days span { color: #aaa8a0; font: 600 9px var(--sans); padding-bottom: 5px; }
.calendar-days b, .calendar-days i { aspect-ratio: 1; display: grid; place-items: center; font: 500 11px var(--sans); border-radius: 50%; }
.calendar-days .available { box-shadow: inset 0 0 0 1px #899b31; color: #627114; }
.calendar-days .active { background: var(--ink); color: var(--acid); }
.button-full { width: 100%; margin-top: 28px; }
.secure-note { text-align: center; color: #929088; font-size: 10px; margin: 14px 0 0; }
.calendar-connect { padding: 18px 30px; border-top: 1px solid rgba(11,12,13,.12); background: #e5e2da; }
.calendar-connect strong { font-size: 12px; }
.calendar-connect p { margin: 4px 0 0; color: #77766f; font-size: 11px; }

.alternative { padding-top: 0; }
.alternative-card { border: 1px solid var(--line); padding: 42px; display: grid; grid-template-columns: 1fr 330px; gap: 60px; align-items: center; background: linear-gradient(120deg, rgba(214,255,63,.04), transparent 50%); }
.alternative-copy h2 { font-size: clamp(36px, 4vw, 58px); }
.alternative-copy > p:last-child { color: var(--muted); max-width: 700px; }
.alternative-offer { padding-left: 45px; border-left: 1px solid var(--line); }
.alternative-offer > p { color: var(--muted); margin-bottom: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.price { font: 500 63px var(--display); letter-spacing: -.06em; margin-bottom: 22px; }
.price span { font: 600 12px var(--sans); letter-spacing: .08em; color: var(--acid); }
.alternative-offer small { display: block; color: #686965; margin-top: 14px; }

.closing { min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.closing .eyebrow { position: relative; z-index: 2; }
.closing h2 { max-width: 900px; position: relative; z-index: 2; }
.closing > p:not(.eyebrow) { color: var(--muted); max-width: 570px; font-size: 18px; position: relative; z-index: 2; }
.closing .button { margin-top: 24px; position: relative; z-index: 2; }
.closing-lines { position: absolute; width: 650px; height: 650px; border: 1px solid rgba(214,255,63,.08); border-radius: 50%; }
.closing-lines::before, .closing-lines::after { content: ""; position: absolute; border: 1px solid rgba(214,255,63,.08); border-radius: 50%; inset: 80px; }
.closing-lines::after { inset: 170px; border-color: rgba(214,255,63,.16); }

footer { width: min(1240px, calc(100% - 40px)); margin: 0 auto; min-height: 100px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #686965; font-size: 11px; }
footer p { margin: 0; }
footer .brand { color: var(--paper); }
.toast { position: fixed; z-index: 50; bottom: 24px; left: 50%; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--paper); color: var(--ink); padding: 14px 20px; font-size: 12px; box-shadow: 0 10px 50px rgba(0,0,0,.4); transition: .3s ease; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(325deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(214,255,63,0); } 100% { box-shadow: 0 0 0 0 rgba(214,255,63,0); } }

@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 55px; }
  .hero-aside { flex-direction: row; justify-content: center; }
  .orbit { width: 210px; height: 210px; }
  .orbit-core { font-size: 58px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 15px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card.featured { transform: none; }
  .manifesto { grid-template-columns: 170px 1fr; }
  .application { grid-template-columns: 1fr; gap: 50px; }
  .calendar-card { max-width: 560px; width: 100%; margin: 0 auto; }
  .alternative-card { grid-template-columns: 1fr; }
  .alternative-offer { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 32px); height: 66px; }
  .header-cta { display: none; }
  .section { width: calc(100% - 32px); padding: 72px 0; }
  .hero { width: 100%; padding-left: 16px; padding-right: 16px; padding-top: 58px; gap: 44px; }
  h1 { font-size: clamp(48px, 14vw, 66px); line-height: .96; }
  h2 { font-size: clamp(40px, 11vw, 54px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-actions p { text-align: center; }
  .hero-aside { flex-direction: column; }
  .orbit { width: 240px; height: 240px; }
  .hero-strip { grid-template-columns: 1fr; }
  .hero-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 4px; }
  .hero-strip div:last-child { border-bottom: 0; }
  .video-placeholder { aspect-ratio: 4/3; }
  .play-button { width: 70px; height: 70px; }
  .video-note strong, .video-note span { display: block; }
  .manifesto { grid-template-columns: 1fr; gap: 15px; }
  .manifesto-number { font-size: 120px; }
  .manifesto-copy { padding-top: 0; }
  blockquote { font-size: 31px; }
  .proof-banner { align-items: flex-start; padding: 22px; }
  .proof-banner p { font-size: 13px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 380px; }
  .program { padding-left: 16px; padding-right: 16px; }
  .program-item { grid-template-columns: 42px 1fr; gap: 12px; padding: 28px 0; }
  .program-symbol { display: none; }
  .program-item ul { gap: 5px; }
  .fit-card { padding: 28px 22px; }
  .fit-card > div:first-child { display: block; }
  .fit-columns { grid-template-columns: 1fr; }
  .fit-column { padding-right: 0; }
  .fit-column + .fit-column { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 10px; margin-top: 25px; }
  .call-points { grid-template-columns: 1fr; }
  .calendar-body { padding: 22px 18px; }
  .alternative-card { padding: 28px 22px; }
  .alternative-offer .button { width: 100%; }
  .closing { min-height: 72vh; }
  footer { width: calc(100% - 32px); padding: 28px 0; flex-direction: column; align-items: flex-start; gap: 17px; }
}

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

/* ───────────────────────────────────────────────────────────────
   IDENTIDAD EL CAMINO DEL ALFA
   Sistema visual tomado de la sales letter original de la marca.
   ─────────────────────────────────────────────────────────────── */

:root {
  --ink: #111111;
  --ink-soft: #2b2b2b;
  --paper: #fffdf8;
  --paper-deep: #f3eadc;
  --muted: #5f5a52;
  --line: #eadfce;
  --acid: #b31422;
  --acid-soft: rgba(215, 168, 61, .16);
  --gold: #d7a83d;
  --gold-soft: #fff0b8;
  --cta: #ffd43c;
  --cta-hover: #ffc400;
  --red: #b31422;
  --red-dark: #8f111b;
  --green: #168044;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Poppins", var(--sans);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
}

.noise {
  opacity: .018;
  mix-blend-mode: multiply;
}

.site-header {
  border-bottom-color: var(--line);
}

.brand {
  color: var(--ink);
  font-weight: 800;
}

.brand-mark {
  border-color: var(--red);
  color: var(--red);
  background: #fff;
}

.header-cta {
  color: var(--red);
  font-weight: 900;
  border-bottom: 0;
  padding-bottom: 0;
}

.section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.eyebrow {
  color: var(--red);
  font-weight: 900;
}

.eyebrow span {
  background: var(--gold);
}

h1,
h2 {
  font-weight: 800;
  letter-spacing: -.025em;
  word-spacing: .08em;
}

h1 {
  font-size: clamp(48px, 6.2vw, 84px);
  line-height: 1.1;
}

h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.1;
}

h3 {
  word-spacing: .06em;
}

h1 em,
h2 em {
  color: var(--red);
  background: none;
  padding: 0;
  text-decoration: none;
}

.hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 74px);
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1240px) / 2));
  padding-right: max(16px, calc((100vw - 1240px) / 2));
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    radial-gradient(circle at 50% 10%, rgba(215, 168, 61, .2), transparent 34%),
    linear-gradient(145deg, #4f0712 0%, #7d1020 48%, #3a050d 100%);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.hero-glow {
  width: 720px;
  height: 420px;
  right: 50%;
  top: -240px;
  background: var(--gold);
  opacity: .16;
  filter: blur(120px);
  transform: translateX(50%);
}

.hero-copy {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy .eyebrow {
  justify-content: center;
  color: #ffe49a;
  font-size: 13px;
  letter-spacing: .14em;
}

.hero-copy .eyebrow span {
  background: var(--gold);
}

.hero h1 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  color: #fffdf8;
  font-size: clamp(30px, 4.2vw, 60px);
  line-height: 1.08;
}

.hero h1 em {
  color: #ffd157;
}

.hero .hero-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 253, 248, .9);
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.625;
}

.hero-actions {
  justify-content: center;
}

.hero-actions p {
  color: rgba(255, 253, 248, .72);
}

.hero .button {
  font-size: 14px;
}

.hero-strip {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
  background: rgba(25, 2, 7, .25);
  border-color: rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
}

.hero-strip div {
  border-color: rgba(255, 255, 255, .18);
}

.hero-strip strong {
  color: #ffd157;
}

.hero-strip span {
  color: rgba(255, 253, 248, .78);
}

.hero-lead {
  color: var(--ink-soft);
  font-size: clamp(18px, 1.65vw, 21px);
  font-weight: 500;
}

.hero-actions p,
.video-label,
.orbit-core span,
.application-copy > p:not(.eyebrow),
.alternative-copy > p:last-child,
.closing > p:not(.eyebrow) {
  color: var(--muted);
}

.button {
  min-height: 58px;
  justify-content: center;
  gap: 0;
  padding: 0 30px;
  border-radius: 6px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.button-primary {
  background: var(--cta);
  color: var(--ink);
  border-bottom: 4px solid #c99709;
  box-shadow: 0 14px 30px rgba(215, 168, 61, .30);
}

.button-primary:hover {
  background: var(--cta-hover);
  box-shadow: 0 18px 38px rgba(215, 168, 61, .38);
}

.button-secondary {
  color: #fff;
  background: var(--red);
  border: 0;
  border-bottom: 4px solid var(--red-dark);
  box-shadow: 0 14px 30px rgba(179, 20, 34, .18);
}

.button-secondary:hover {
  background: var(--red-dark);
  color: #fff;
}

.arrow {
  border-color: currentColor;
}

.orbit {
  border-color: rgba(215, 168, 61, .4);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 18px 50px rgba(17, 17, 17, .06);
}

.orbit::before {
  border-color: rgba(179, 20, 34, .12);
}

.orbit::after {
  border-color: rgba(215, 168, 61, .42);
}

.orbit-line {
  border-top-color: var(--red);
}

.orbit-line::before {
  background: var(--red);
  box-shadow: 0 0 14px rgba(179, 20, 34, .38);
}

.orbit-core {
  color: var(--ink);
}

.availability {
  background: #fff;
  border-color: var(--line);
  border-left: 5px solid var(--red);
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(17, 17, 17, .05);
}

.availability p {
  color: var(--muted);
}

.availability strong {
  color: var(--red);
}

.pulse {
  background: var(--gold);
  box-shadow: none;
}

.hero-strip {
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, .035);
}

.hero-strip div {
  border-color: var(--line);
}

.hero-strip strong {
  color: var(--red);
  font-weight: 800;
}

.hero-strip span {
  color: var(--muted);
  font-weight: 700;
}

.video-section,
.results,
.application,
footer {
  border-color: var(--line);
}

.section-heading > p:last-child,
.manifesto-copy > p:last-child {
  color: var(--muted);
}

.video-placeholder {
  border-color: rgba(215, 168, 61, .62);
  background: #151515;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 18px 45px rgba(17, 17, 17, .12);
}

.play-button {
  color: var(--cta);
  border-color: var(--cta);
}

.video-placeholder:hover .play-button {
  color: var(--ink);
  background: var(--cta);
}

.video-note {
  background: #fff7dd;
  border: 1px solid rgba(215, 168, 61, .62);
  color: var(--ink);
}

.video-note strong {
  color: var(--red);
}

.video-note span {
  color: var(--muted);
}

.manifesto-number {
  -webkit-text-stroke-color: rgba(179, 20, 34, .25);
}

blockquote {
  color: var(--ink);
  font-weight: 700;
}

.proof-banner {
  background: var(--red);
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 16px 34px rgba(179, 20, 34, .16);
}

.proof-banner strong {
  color: var(--gold-soft);
  font-weight: 800;
}

.testimonial-card {
  display: flex;
  width: 100%;
  min-height: 0;
  height: 100%;
  margin: 0;
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  border-radius: 5px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, .045);
}

.testimonial-card.featured {
  transform: none;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.testimonial-index {
  display: none;
}

.results {
  padding-bottom: 48px;
}

.testimonial-topic {
  color: var(--red);
  font-weight: 900;
  margin-top: 0;
}

.testimonial-context {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 20px;
}

.testimonial-proof {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #161817;
}

.testimonial-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.redaction {
  position: absolute;
  z-index: 2;
  display: block;
  background: #171918;
  box-shadow: 0 0 0 2px #171918;
}

.redaction-c4-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 8.2%;
}

.redaction-c1-name {
  top: 75.6%;
  left: 46%;
  width: 18%;
  height: 3.6%;
}

.redaction-c2-name {
  top: 93.1%;
  left: 41%;
  width: 13%;
  height: 3.8%;
}

.redaction-c5-name {
  top: 82.3%;
  left: 40%;
  width: 14%;
  height: 5.8%;
}

.redaction-c1-name,
.redaction-c2-name,
.redaction-c5-name {
  background: #0d6b50;
  box-shadow: 0 0 0 2px #0d6b50;
}

.redaction-c6-top {
  top: 0;
  left: 0;
  width: 9%;
  height: 5.5%;
}

.redaction-c6-middle {
  top: 51.5%;
  left: 0;
  width: 55%;
  height: 6.5%;
}

.redaction-c6-bottom {
  top: 90.2%;
  left: 0;
  width: 72%;
  height: 4.3%;
}

.redaction-c6-message-name {
  top: 94%;
  left: 9%;
  width: 27%;
  height: 2.8%;
}

.program {
  color: var(--ink);
  background: linear-gradient(180deg, #fff7dd 0%, var(--paper) 100%);
  border-top: 1px solid rgba(215, 168, 61, .58);
  border-bottom: 1px solid var(--line);
}

.program .eyebrow,
.program .section-heading > p {
  color: var(--muted);
}

.program .eyebrow span {
  background: var(--gold);
}

.program h2 em {
  color: var(--red);
}

.program-list,
.program-item {
  border-color: rgba(215, 168, 61, .42);
}

.program-item {
  background: rgba(255, 255, 255, .66);
  padding-left: 24px;
  padding-right: 24px;
}

.program-item + .program-item {
  margin-top: 10px;
}

.program-item h3 {
  font-weight: 800;
}

.program-number {
  color: var(--red);
  font-weight: 900;
}

.program-item p {
  color: var(--muted);
}

.program-item li {
  color: var(--red-dark);
  background: var(--gold-soft);
  border-color: rgba(215, 168, 61, .32);
  border-radius: 4px;
  font-weight: 800;
}

.program-symbol {
  color: var(--red);
  border-color: rgba(179, 20, 34, .22);
}

.program .button-primary {
  background: var(--cta);
  color: var(--ink);
}

.fit-card {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  border-left: 5px solid var(--red);
  border-radius: 5px;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .055);
}

.fit-columns,
.fit-column + .fit-column,
.fit-column li {
  border-color: var(--line);
}

.fit-column ul {
  color: var(--muted);
}

.fit-yes .fit-icon {
  color: var(--green);
}

.fit-no .fit-icon {
  color: var(--red);
}

.call-points div {
  color: var(--ink-soft);
  border-color: var(--line);
  font-weight: 600;
}

.call-points span {
  color: var(--red);
  font-weight: 900;
}

.calendar-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: 5px;
  box-shadow: 0 20px 52px rgba(17, 17, 17, .12);
}

.calendar-status {
  color: var(--green);
}

.calendar-status i {
  background: var(--green);
}

.calendar-days .available {
  color: var(--red);
  box-shadow: inset 0 0 0 1px rgba(179, 20, 34, .55);
}

.calendar-days .active {
  background: var(--red);
  color: #fff;
}

.calendar-connect {
  background: #fff7dd;
  border-color: rgba(215, 168, 61, .45);
}

.alternative-card {
  color: var(--ink);
  background: linear-gradient(180deg, #fff7dd 0%, #fffdf8 100%);
  border-color: rgba(215, 168, 61, .58);
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(215, 168, 61, .12);
}

.alternative-offer {
  border-color: rgba(215, 168, 61, .46);
}

.alternative-offer > p,
.alternative-offer small {
  color: var(--muted);
}

.price {
  color: var(--red);
  font-weight: 900;
}

.price span {
  color: var(--red);
}

.closing {
  background: linear-gradient(180deg, transparent, rgba(255, 240, 184, .28));
}

.closing-lines {
  border-color: rgba(215, 168, 61, .18);
}

.closing-lines::before,
.closing-lines::after {
  border-color: rgba(179, 20, 34, .09);
}

footer {
  color: var(--muted);
}

footer .brand {
  color: var(--ink);
}

.toast {
  color: #fff;
  background: var(--red);
  border-radius: 5px;
  box-shadow: 0 12px 34px rgba(17, 17, 17, .18);
}

.about {
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
}

.about-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 61, .5);
  border-radius: 5px;
  background: #fff7dd;
  box-shadow: 0 20px 52px rgba(17, 17, 17, .13);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .55);
  pointer-events: none;
}

.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.about .manifesto-copy {
  max-width: none;
  padding-top: 0;
}

.about h2 {
  margin: 0 0 24px;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.04;
}

.about-story {
  display: grid;
  gap: 14px;
}

.about-story p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.about-story strong,
.about-closing strong {
  color: var(--ink);
}

.about .about-closing {
  max-width: none;
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 5px solid var(--red);
  background: #fff7dd;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.program-note {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 18px 22px;
  border-left: 5px solid var(--red);
  background: #fff7dd;
  color: var(--ink-soft);
  font-weight: 600;
  line-height: 1.55;
}

.faq {
  border-top: 1px solid var(--line);
}

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

.faq details {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 8px 24px rgba(17, 17, 17, .04);
}

.faq details[open] {
  border-color: rgba(179, 20, 34, .38);
  background: #fff;
}

.faq summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font: 700 19px/1 var(--body);
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "−";
  color: #fff;
  background: var(--red);
}

.faq-answer {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .about {
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
    gap: 34px;
  }

  .about-story p {
    font-size: 15px;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .about {
    gap: 30px;
  }
}

@media (max-width: 620px) {
  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .hero {
    padding-top: 44px;
    background:
      linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
      radial-gradient(circle at 50% 0%, rgba(215, 168, 61, .2), transparent 32%),
      linear-gradient(155deg, #590815 0%, #79101f 52%, #3a050d 100%);
    background-size: 42px 42px, 42px 42px, auto, auto;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-copy .eyebrow {
    font-size: 12px;
  }

  .hero .hero-lead {
    font-size: 18px;
    line-height: 1.625;
  }

  .hero-glow {
    width: 320px;
    height: 320px;
    right: -210px;
    top: -80px;
    opacity: .1;
  }

  .program-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fit-card {
    padding: 28px 20px;
  }

  .button {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
  }

  .about {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-photo img {
    aspect-ratio: 4 / 5;
    object-position: center 38%;
  }

  .about h2 {
    margin-bottom: 20px;
  }

  .faq summary {
    padding: 19px 52px 19px 18px;
    font-size: 16px;
  }

  .faq summary::after {
    right: 17px;
  }

  .faq-answer {
    padding: 0 18px 20px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    height: auto;
    min-height: 0;
  }

  footer {
    align-items: center;
    text-align: center;
  }
}

/* ───────────────────────────────────────────────────────────────
   RECORRIDO VISUAL COMPLETO
   Cada bloque tiene una función propia dentro de la conversión.
   ─────────────────────────────────────────────────────────────── */

.video-section {
  position: relative;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8e8 100%);
}

.video-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.results {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1240px) / 2));
  padding-right: max(16px, calc((100vw - 1240px) / 2));
  color: #fffdf8;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(circle at 90% 15%, rgba(215, 168, 61, .15), transparent 24%),
    linear-gradient(145deg, #230309 0%, #4d0813 55%, #1a0307 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
  border-top: 0;
}

.results .section-heading,
.results .testimonial-grid,
.results .proof-banner {
  width: min(1240px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.results .section-heading h2 {
  color: #fffdf8;
}

.results .section-heading h2 em {
  color: #ffd157;
}

.results .section-heading > p,
.results .testimonial-context {
  color: rgba(255, 253, 248, .72);
}

.results .eyebrow {
  color: #ffd157;
}

.results .eyebrow span {
  background: #ffd157;
}

.results .proof-banner {
  color: #2a070c;
  background: linear-gradient(90deg, #ffd157 0%, #e6b63f 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.results .proof-banner strong {
  color: var(--red-dark);
}

.results .testimonial-card {
  border-color: rgba(215, 168, 61, .38);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .25);
}

.featured-video-testimonial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  width: min(1120px, 100%);
  margin: 44px auto 56px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 209, 87, .28);
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% 8%, rgba(215, 168, 61, .18), transparent 26%),
    rgba(255, 255, 255, .045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}

.featured-video-copy .eyebrow {
  margin-bottom: 18px;
}

.featured-video-copy h3 {
  max-width: 690px;
  margin-bottom: 26px;
  color: #fffdf8;
  font: 800 clamp(32px, 4vw, 55px)/1.08 var(--display);
  letter-spacing: -.025em;
}

.featured-video-copy > p:not(.eyebrow):not(.featured-video-outcome):not(.featured-video-prompt) {
  max-width: 660px;
  margin-bottom: 14px;
  color: rgba(255, 253, 248, .76);
  font-size: 16px;
  line-height: 1.65;
}

.featured-video-outcome {
  max-width: 620px;
  margin: 24px 0 18px;
  color: #ffd157;
  font-family: var(--display);
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 800;
  line-height: 1.3;
}

.featured-video-prompt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fffdf8;
  font-weight: 800;
}

.featured-video-prompt span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #2a070c;
  background: #ffd157;
  font-size: 12px;
  padding-left: 2px;
}

.featured-video-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 209, 87, .48);
  border-radius: 12px;
  background: #100103;
  box-shadow: 18px 18px 0 rgba(215, 168, 61, .14), 0 30px 70px rgba(0, 0, 0, .38);
}

.featured-video-frame video {
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 9 / 16;
  border-radius: 7px;
  background: #080808;
  object-fit: contain;
}

.about {
  position: relative;
  isolation: isolate;
  padding-top: 76px;
  padding-bottom: 76px;
}

.about::before {
  content: "NICOLÁS";
  position: absolute;
  z-index: -1;
  top: 24px;
  right: 0;
  color: rgba(179, 20, 34, .045);
  font: 900 clamp(80px, 14vw, 190px)/.8 var(--display);
  letter-spacing: -.06em;
  pointer-events: none;
}

.about-photo {
  overflow: visible;
  border: 0;
  box-shadow: 18px 18px 0 #6d0c19, 0 30px 70px rgba(17, 17, 17, .18);
}

.about-photo img {
  border-radius: 5px;
}

.about-photo::after {
  inset: 14px;
  border-color: rgba(255, 255, 255, .72);
}

.about .about-closing {
  border-left-color: var(--gold);
  background: linear-gradient(90deg, #fff0b8, #fff8df);
}

.program {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #f4e7d2 0%, #fffaf0 100%);
}

.program-list {
  display: grid;
  gap: 18px;
  border: 0;
}

.program-item,
.program-item + .program-item {
  margin-top: 0;
  padding: 42px 34px;
  border: 1px solid rgba(215, 168, 61, .42);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(92, 53, 14, .07);
}

.program-item:nth-child(1) {
  color: #fffdf8;
  background:
    radial-gradient(circle at 90% 20%, rgba(215, 168, 61, .2), transparent 24%),
    linear-gradient(135deg, #4e0712, #7b1020);
  border-color: #7b1020;
}

.program-item:nth-child(1) .program-number,
.program-item:nth-child(1) .program-symbol {
  color: #ffd157;
  border-color: rgba(255, 209, 87, .45);
}

.program-item:nth-child(1) p {
  color: rgba(255, 253, 248, .82);
}

.program-item:nth-child(1) li {
  color: #fff8df;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
}

.program-item:nth-child(2) {
  background: #fff;
}

.program-item:nth-child(3) {
  background: linear-gradient(135deg, #fff0b8 0%, #fff9e7 100%);
}

.program-number {
  font-size: 42px;
  line-height: 1;
  opacity: .9;
}

.program-note {
  border-radius: 0 6px 6px 0;
  box-shadow: 0 10px 24px rgba(92, 53, 14, .06);
}

.faq {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1240px) / 2));
  padding-right: max(16px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 8% 8%, rgba(215, 168, 61, .16), transparent 20%),
    #f4e8d6;
}

.faq > .section-heading,
.faq > .faq-list {
  width: min(1240px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.faq > .section-heading {
  margin-bottom: 42px;
}

.faq details {
  border-color: rgba(179, 20, 34, .14);
  box-shadow: 0 10px 30px rgba(75, 38, 10, .055);
}

.application {
  width: 100%;
  max-width: none;
  padding: 88px max(16px, calc((100vw - 1240px) / 2));
  color: #fffdf8;
  background:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
    radial-gradient(circle at 82% 25%, rgba(215, 168, 61, .18), transparent 24%),
    linear-gradient(145deg, #4e0712 0%, #77101f 58%, #35040c 100%);
  background-size: 58px 58px, 58px 58px, auto, auto;
  border-top: 0;
}

.application h2 {
  color: #fffdf8;
}

.application h2 em,
.application .eyebrow,
.application .call-points span {
  color: #ffd157;
}

.application .eyebrow span {
  background: #ffd157;
}

.application-copy > p:not(.eyebrow),
.application .call-points div {
  color: rgba(255, 253, 248, .78);
}

.application .call-points div {
  border-color: rgba(255, 255, 255, .18);
}

.application .calendar-card {
  transform: translateY(10px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.calendly-card {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 209, 87, .34);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  transform: translateY(10px);
}

.calendly-inline-widget {
  width: 100%;
  min-width: 0 !important;
}

.alternative {
  padding-top: 64px;
  padding-bottom: 64px;
}

.closing {
  width: 100%;
  max-width: none;
  min-height: 76vh;
  padding-left: 20px;
  padding-right: 20px;
  color: #fffdf8;
  background:
    radial-gradient(circle at center, rgba(179, 20, 34, .28), transparent 32%),
    linear-gradient(155deg, #170206, #32050b 58%, #100103);
}

.closing h2 {
  color: #fffdf8;
}

.closing h2 em {
  color: #ffd157;
}

.closing .eyebrow {
  color: #ffd157;
}

.closing .eyebrow span {
  background: #ffd157;
}

.closing > p:not(.eyebrow) {
  color: rgba(255, 253, 248, .76);
}

.closing-lines,
.closing-lines::before,
.closing-lines::after {
  border-color: rgba(255, 209, 87, .12);
}

footer {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - 1240px) / 2));
  padding-right: max(20px, calc((100vw - 1240px) / 2));
  color: rgba(255, 253, 248, .56);
  background: #100103;
  border-color: rgba(255, 255, 255, .1);
}

footer .brand {
  color: #fffdf8;
}

@media (max-width: 900px) {
  .program-item,
  .program-item + .program-item {
    padding: 34px 26px;
  }

  .application {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .featured-video-testimonial {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
    gap: 34px;
  }
}

@media (max-width: 620px) {
  .results,
  .faq,
  .application {
    padding-left: 16px;
    padding-right: 16px;
  }

  .results,
  .program,
  .faq,
  .application {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .about {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .about::before {
    top: 18px;
    font-size: 70px;
  }

  .about-photo {
    box-shadow: 10px 10px 0 #6d0c19, 0 22px 50px rgba(17, 17, 17, .16);
  }

  .program-item,
  .program-item + .program-item {
    padding: 26px 18px;
  }

  .program-number {
    font-size: 30px;
  }

  .application .calendar-card {
    transform: none;
  }

  .calendly-card {
    transform: none;
  }

  .alternative {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .closing {
    min-height: 68vh;
  }

  footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .featured-video-testimonial {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 34px;
    margin-bottom: 40px;
    padding: 24px 18px 28px;
  }

  .featured-video-copy h3 {
    font-size: 32px;
  }

  .featured-video-frame {
    max-width: 340px;
    box-shadow: 10px 10px 0 rgba(215, 168, 61, .14), 0 24px 56px rgba(0, 0, 0, .34);
  }
}

/* Ajustes de legibilidad y alineación del hero */
.hero .hero-actions p {
  color: rgba(255, 253, 248, .92);
  font-weight: 700;
}

.hero .hero-strip div {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero .hero-strip strong,
.hero .hero-strip span {
  font-weight: 900;
}

.program .program-course-meta {
  max-width: 820px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(179, 20, 34, .16);
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.55;
}

@media (max-width: 620px) {
  .hero .hero-strip div {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Optimización progresiva: el contenido sigue visible si JavaScript falla. */
.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-ready .reveal.visible {
  opacity: 1;
  transform: none;
}

.program-toggle {
  display: none;
}

.calendly-inline-widget {
  position: relative;
}

.calendly-inline-widget:not(.is-loaded)::before {
  content: "La agenda se cargará cuando llegues a esta sección.";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 30px;
  color: var(--muted);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.calendly-inline-widget.is-loading::before {
  content: "Cargando agenda…";
}

.calendly-inline-widget.has-error::before {
  content: attr(data-status);
  color: var(--red);
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 620px) {
  body {
    padding-bottom: 72px;
  }

  .noise {
    display: none;
  }

  .hero-strip {
    backdrop-filter: none;
  }

  .testimonial-grid {
    display: flex;
    width: calc(100vw - 16px);
    max-width: none;
    margin-right: -16px;
    padding: 2px 16px 18px 0;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 209, 87, .6) transparent;
  }

  .testimonial-card {
    flex: 0 0 min(86vw, 340px);
    width: auto;
    scroll-snap-align: start;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
  }

  .program-content {
    max-height: 380px;
    overflow: hidden;
    transition: max-height .35s ease;
  }

  .program-item:not(.expanded):not(.no-overflow) .program-content {
    -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
  }

  .program-item.expanded .program-content,
  .program-item.no-overflow .program-content {
    max-height: 2200px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .program-toggle {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 48px;
    margin-top: 6px;
    border: 1px solid rgba(179, 20, 34, .25);
    border-radius: 5px;
    color: var(--red-dark);
    background: rgba(255, 255, 255, .72);
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
  }

  .program-item:nth-child(1) .program-toggle {
    color: #fff8df;
    border-color: rgba(255, 209, 87, .36);
    background: rgba(255, 255, 255, .08);
  }

  .program-item.no-overflow .program-toggle {
    display: none;
  }

  .featured-video-testimonial,
  .testimonial-card,
  .calendar-card,
  .calendly-card,
  .alternative-card {
    box-shadow: 0 12px 30px rgba(17, 17, 17, .14);
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 45;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 14px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--ink);
    background: var(--cta);
    border-bottom: 4px solid #c99709;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .3);
    font-family: var(--display);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    transform: translateY(90px);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
  }

.mobile-sticky-cta.is-visible {
    display: flex;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

/* Logo oficial reutilizado; el navegador descarga el archivo una sola vez. */
.vsl-player {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #090909;
  border: 1px solid rgba(255, 209, 87, .28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.vsl-video {
  display: block;
  width: 100%;
  max-height: min(76vh, 720px);
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #090909;
}

.brand-eyebrow {
  gap: 12px;
}

.brand-emblem {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.video-brand-watermark {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 253, 248, .82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.video-brand-watermark img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}

@media (max-width: 620px) {
  .brand-emblem {
    width: 32px;
    height: 32px;
  }

  .video-brand-watermark {
    top: 13px;
    left: 14px;
    font-size: 8px;
  }

  .video-brand-watermark img {
    width: 30px;
    height: 30px;
  }
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
}

.testimonial-carousel-controls {
  display: none;
}

.footer-legal a {
  color: rgba(255, 253, 248, .72);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #ffd157;
}

.legal-page {
  min-height: 100vh;
  color: #fffdf8;
  background: linear-gradient(145deg, #4e0712, #77101f 58%, #35040c);
}

.legal-header,
.legal-document,
.legal-footer {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
}

.legal-header {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.legal-document {
  padding: 68px 0 80px;
}

.legal-document h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(38px, 7vw, 68px);
}

.legal-document h2 {
  margin: 38px 0 12px;
  font-size: clamp(22px, 4vw, 30px);
  letter-spacing: -.03em;
}

.legal-document p,
.legal-document li {
  color: rgba(255, 253, 248, .78);
  font-size: 16px;
  line-height: 1.7;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-updated {
  color: #ffd157 !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.legal-footer {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 253, 248, .58);
  font-size: 12px;
}

@media (max-width: 620px) {
  .testimonial-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 28px 0 14px;
    padding: 13px 14px;
    color: #fffdf8;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 209, 87, .34);
    border-radius: 6px;
  }

  .testimonial-carousel-controls p {
    display: grid;
    gap: 3px;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .testimonial-carousel-controls strong {
    color: #ffd157;
    font-size: 12px;
  }

  .testimonial-carousel-controls [data-testimonial-counter] {
    color: rgba(255, 253, 248, .68);
    font-size: 11px;
    font-weight: 700;
  }

  .testimonial-arrows {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
  }

  .testimonial-arrows button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 209, 87, .55);
    border-radius: 50%;
    color: #2a090e;
    background: #ffd13d;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
  }

  .testimonial-arrows button:disabled {
    color: rgba(255, 253, 248, .4);
    background: transparent;
    border-color: rgba(255, 255, 255, .18);
    cursor: default;
  }

  .testimonial-arrows button:focus-visible {
    outline: 3px solid rgba(255, 209, 87, .38);
    outline-offset: 3px;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .legal-document {
    padding-top: 48px;
  }
}
