:root {
  --black: #050506;
  --black-soft: #0d0d11;
  --ink: #171719;
  --white: #ffffff;
  --mist: #f3f1ec;
  --gold: #e8b54f;
  --gold-soft: #f4cf7b;
  --orange: #f58400;
  --orange-dark: #ce6600;
  --teal: #123c3d;
  --line: rgba(255,255,255,.13);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(0,0,0,.16);
  --max: 1120px;
  --promo-height: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; padding-top: var(--promo-height); color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
h1 { margin-bottom: 22px; font-size: clamp(2rem, 5vw, 4.6rem); font-weight: 800; }
h2 { margin-bottom: 26px; font-size: clamp(1.9rem, 4vw, 3.45rem); font-weight: 800; }
h3 { font-size: 1.35rem; }
h1 span, h1 strong, h2 span { color: var(--gold-soft); }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.container.narrow { max-width: 860px; }
.center { text-align: center; }
.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-dark { color: var(--white); background: var(--black); }
.section-light { background: var(--white); }
.section-mist { background: var(--mist); }
.section-intro, .lead { font-size: clamp(1.1rem, 2vw, 1.35rem); }
.eyebrow { margin-bottom: 18px; color: var(--gold-soft); font-size: .76rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #80540b; }
.promo-bar { position: fixed; z-index: 100; top: 0; right: 0; left: 0; display: grid; min-height: var(--promo-height); place-items: center; padding: 4px 12px; overflow: hidden; color: #17120a; background: linear-gradient(90deg,#f1b53f,#ffd979,#f1b53f); box-shadow: 0 4px 16px rgba(0,0,0,.22); font-size: clamp(.84rem,2vw,1rem); font-weight: 900; letter-spacing: .07em; line-height: 1; text-align: center; white-space: nowrap; }
.promo-bar strong { margin-left: .28em; }
.hero { min-height: 100svh; padding: clamp(54px, 7vw, 96px) 0 72px; background: radial-gradient(circle at 50% 0%, #1c160a 0, #090909 34%, #030304 72%); }
.hero-lead { display: block; width: min(100%,820px); margin: 0 auto 28px; padding: 11px 18px; color: #161616; background: var(--gold-soft); font-size: clamp(1.12rem,2.6vw,1.6rem); font-weight: 900; line-height: 1.15; text-align: center; white-space: nowrap; }

.video-shell { position: relative; width: min(100%, 820px); margin: 0 auto 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: #000; box-shadow: 0 26px 70px rgba(0,0,0,.55); aspect-ratio: 16/9; }
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.video-facade { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; cursor: pointer; color: white; background: #000; }
.video-facade::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.08); }
.video-facade > img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; z-index: 2; top: 50%; left: 50%; width: 82px; height: 58px; border-radius: 15px; background: #ff0033; box-shadow: 0 14px 30px rgba(255,0,51,.3); transform: translate(-50%,-50%); transition: transform .2s ease; }
.play::after { content: ""; position: absolute; top: 50%; left: 53%; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid white; transform: translate(-50%,-50%); }
.video-facade:hover .play { transform: translate(-50%,-50%) scale(1.08); }

.cta { display: inline-flex; justify-content: center; align-items: center; width: min(100%, 630px); min-height: 74px; margin: 0 auto; padding: 18px 30px; border: 1px solid #ffab42; border-radius: 18px; color: white; background: linear-gradient(180deg, #ff970d, var(--orange)); box-shadow: 0 7px 0 var(--orange-dark), 0 20px 45px rgba(245,132,0,.18); font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 900; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.cta:hover { filter: brightness(1.07); transform: translateY(-2px); }
.cta:focus-visible, .video-facade:focus-visible, .testimonial-video-facade:focus-visible, summary:focus-visible, .whatsapp:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 4px; }
.payment-strip { display: flex; justify-content: center; align-items: center; gap: 16px; margin: 36px auto 14px; color: #aaa; font-size: .68rem; font-weight: 800; letter-spacing: .09em; }
.payment-strip img { width: 190px; max-height: 40px; object-fit: contain; }
.security { margin: 0; color: #d7d7d7; font-size: .82rem; }
.security strong { color: var(--gold-soft); }
.hero-proof { display: flex; justify-content: center; align-items: center; gap: 12px; width: min(100%,630px); margin: 22px auto 0; color: #f3f3f3; font-size: clamp(.82rem,1.7vw,1rem); line-height: 1.25; text-align: left; }
.hero-proof-faces { display: flex; flex: none; padding-left: 9px; }
.hero-proof-faces img { width: 38px; height: 38px; margin-left: -9px; border: 2px solid #090909; border-radius: 50%; object-fit: cover; }

.pains h2, .testimonials h2, .course h2 { max-width: 900px; }
.pains h2 span, .testimonials h2 span, .course h2 span { color: #9b6810; }
.pain-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 42px; }
.pain-grid article { min-height: 275px; padding: 26px; border: 1px solid #e2ded4; border-radius: var(--radius); background: #f8f6f1; }
.pain-grid b { color: #a66c0b; font-size: 2.4rem; }
.pain-grid h3 { margin: 24px 0 12px; }
.pain-grid p { margin: 0; color: #5e5b55; font-size: .96rem; line-height: 1.55; }
.result-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.result-gallery img { width: 100%; height: 420px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }

.offer-band, .final-offer { padding: clamp(68px, 8vw, 100px) 0; background: radial-gradient(circle at top, #211600, #050506 55%); }
.offer-band h2 { max-width: 910px; margin-inline: auto; }
.offer-mockup { width: min(100%,520px); margin: 0 auto 34px; border-radius: 24px; object-fit: contain; }
.investment-logo { width: min(72vw,360px); margin: 0 auto 32px; border-radius: 18px; object-fit: contain; }
.offer-label { margin: 28px 0 0; color: #b9b9b9; font-size: .78rem; font-weight: 800; letter-spacing: .2em; }
.price-anchor { margin: 22px 0 0; color: #d3d3d3; font-size: clamp(1.18rem,2.8vw,1.7rem); font-weight: 800; }
.price-anchor s { color: #fff; text-decoration-color: #ff7c52; text-decoration-thickness: 3px; }
.cash-price { margin: 6px 0 30px; color: #fff; font-size: clamp(1.55rem,4vw,2.7rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.1; }
.cash-price small { color: #d3d3d3; font-size: .48em; font-weight: 800; letter-spacing: 0; }
.installment { margin: 8px 0; color: #fff; font-size: clamp(1.05rem,2.4vw,1.5rem); font-weight: 800; }
.installment strong { color: var(--gold-soft); font-size: 1.25em; }
.installment.price-primary { margin: 8px 0 2px; color: var(--gold-soft); font-size: clamp(3.7rem,8.5vw,6.2rem); font-weight: 900; letter-spacing: -.055em; line-height: .92; }
.installment.price-primary span { display: block; margin-bottom: 8px; font-size: .3em; letter-spacing: .03em; line-height: 1; }
.installment.price-primary strong { display: block; color: inherit; font-size: 1em; }
#oferta { scroll-margin-top: calc(var(--promo-height) + 12px); }

.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.student-card { overflow: hidden; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 12px 30px rgba(0,0,0,.08); text-decoration: none; }
.testimonial-video { position: relative; width: 100%; overflow: hidden; background: #050506; aspect-ratio: 16/9; }
.testimonial-video iframe { width: 100%; height: 100%; border: 0; }
.testimonial-video-facade { position: absolute; inset: 0; width: 100%; padding: 0; border: 0; cursor: pointer; background: #050506; }
.testimonial-video-facade img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease; }
.testimonial-video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.42)); }
.testimonial-video-facade:hover img { filter: brightness(.9); transform: scale(1.025); }
.testimonial-play { position: absolute; z-index: 2; top: 50%; left: 50%; width: 58px; height: 42px; border-radius: 12px; background: #ff0033; box-shadow: 0 10px 24px rgba(0,0,0,.34); transform: translate(-50%,-50%); }
.testimonial-play::after { content: ""; position: absolute; top: 50%; left: 54%; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #fff; transform: translate(-50%,-50%); }
.student-copy { padding: 18px; }
.student-copy strong { display: block; font-weight: 800; }
.student-copy small { display: block; margin-top: 4px; color: #6e6c68; font-weight: 400; }
.student-copy b { display: block; margin-top: 12px; color: #8a5805; font-size: .84rem; text-transform: uppercase; }
.subheading { margin: 70px 0 26px; text-align: center; }
.proof-marquee { width: 100%; overflow: hidden; padding: 6px 0 24px; -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.proof-track { display: flex; width: max-content; animation: proof-loop 52s linear infinite; will-change: transform; }
.proof-track-reverse { animation-direction: reverse; animation-duration: 58s; }
.proof-set { display: flex; flex: none; gap: 16px; padding-right: 16px; }
.proof-set img { flex: 0 0 240px; width: 240px; height: 324px; border-radius: 18px; object-fit: cover; object-position: top; box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.proof-marquee.compact .proof-set img { height: 350px; }
.proof-marquee:hover .proof-track, .proof-marquee:focus-within .proof-track { animation-play-state: paused; }
@keyframes proof-loop { to { transform: translateX(-50%); } }
.cta-space { margin-top: 48px; }

.split { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); align-items: center; gap: clamp(40px,7vw,90px); }
.split p:not(.eyebrow,.lead,.notice,.signature) { color: #54514d; }
.method h3 { margin-bottom: 6px; }
blockquote { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--gold); color: #5c451d; background: #faf3e1; font-size: 1.08rem; font-weight: 700; }
.method-image { width: 100%; aspect-ratio: 1; border-radius: 24px; background: #fff; object-fit: contain; box-shadow: 0 30px 80px rgba(0,0,0,.12); }
.app-band { padding: 78px 0; background: linear-gradient(135deg, #041212, #0b2526); }
.app-band img { width: min(100%, 460px); border-radius: 22px; }
.app-band p:not(.eyebrow) { color: #d6e4e1; }

.modules { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; margin-top: 46px; }
.module { overflow: hidden; padding: 12px; border: 1px solid #ded9cf; border-radius: 28px; background: rgba(255,255,255,.92); box-shadow: 0 18px 48px rgba(32,27,18,.08); }
.module-image { width: 100%; height: 248px; border-radius: 19px; object-fit: cover; }
.module-content { padding: 22px 18px 24px; }
.module-heading { display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 16px; margin-bottom: 19px; }
.module-heading > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: .9rem; font-weight: 900; box-shadow: 0 7px 18px rgba(18,60,61,.2); }
.module-heading small { display: block; margin: 3px 0 4px; color: #9b6810; font-size: .69rem; font-weight: 900; letter-spacing: .12em; }
.module-heading h3 { margin: 0; font-size: clamp(1.25rem,2vw,1.55rem); }
.module-heading h3 em { display: block; margin-top: 4px; color: #585650; font-size: .82em; font-style: normal; font-weight: 700; }
.module.gold { border-color: rgba(184,126,20,.34); background: linear-gradient(180deg,#fffdf8,#fff9ed); }
.module.gold .module-heading > span { color: #17120a; background: var(--gold); box-shadow: 0 7px 18px rgba(184,126,20,.22); }
.lesson-list { display: grid; gap: 8px; margin: 0; padding: 0; color: #5e5a53; font-size: .92rem; line-height: 1.45; list-style: none; }
.lesson-list li { position: relative; padding-left: 16px; }
.lesson-list li::before { content: ""; position: absolute; top: .67em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.lesson-list strong { color: #242321; }

.extras { background: radial-gradient(circle at 90% 10%, #28200e, #050506 44%); }
.bonus-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.bonus-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #101012; }
.bonus-grid img { width: 100%; height: 270px; object-fit: cover; }
.bonus-grid div { padding: 24px; }
.bonus-grid p { margin: 0; color: #bcbcbc; }
.editing-bonus { display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 40px; max-width: 850px; margin: 54px auto 0; padding: 28px; border: 1px solid rgba(232,181,79,.35); border-radius: var(--radius); background: #0e0e10; }
.editing-bonus img { width: 100%; height: 310px; border-radius: 16px; object-fit: cover; object-position: top; }
.editing-bonus span { color: var(--gold-soft); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.editing-bonus p { color: #bbb; }

.mentor-grid > img { width: 100%; max-height: 690px; border-radius: 28px; object-fit: cover; object-position: center 20%; box-shadow: var(--shadow); }
.signature { color: #926000; font-size: 1.5rem; font-weight: 900; }
.written-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 48px; }
.written-grid article { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 22px; border-radius: var(--radius); background: white; }
.written-grid img { width: 150px; height: 180px; border-radius: 15px; object-fit: cover; }
.written-grid small { color: #8a5805; }
.written-grid p { margin: 14px 0 0; color: #5f5c57; font-size: .94rem; }

.checks { margin: 28px 0; padding: 0; list-style: none; }
.checks li { position: relative; margin: 0 0 14px; padding-left: 34px; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: #8f5e08; font-weight: 900; }
.tips img, .who img { width: 100%; max-height: 590px; border-radius: 28px; object-fit: cover; box-shadow: var(--shadow); }
.notice { padding: 18px 20px; border-radius: 12px; background: #f6ecd6; font-size: .9rem; }

.media { background: #071112; }
.media-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.media figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #0e191a; }
.media figure img { width: 100%; height: 150px; object-fit: cover; }
.media figcaption { padding: 12px; color: #ddd; font-size: .82rem; font-weight: 800; text-align: center; }
.legal { border-bottom: 1px solid #eee; }
.legal p { color: #5d5954; }

.faq details { margin-bottom: 12px; border: 1px solid #ddd8ce; border-radius: 14px; background: white; }
.faq summary { position: relative; padding: 22px 58px 22px 22px; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: #9a650a; font-size: 1.5rem; transform: translateY(-50%); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 22px 22px; color: #5d5954; }
.whatsapp { display: inline-flex; align-items: center; gap: 11px; margin-top: 14px; padding: 15px 20px; border: 1px solid #1ebc59; border-radius: 12px; color: white; background: #25d366; box-shadow: 0 10px 25px rgba(37,211,102,.24); font-weight: 900; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
.whatsapp:hover { filter: brightness(.94); transform: translateY(-2px); }
.whatsapp svg { flex: none; width: 25px; height: 25px; fill: currentColor; }
.charity { background: linear-gradient(135deg, #080808, #171006); }
.charity .container { max-width: 760px; }
.charity p:not(.eyebrow,.signature) { color: #d8d8d8; }
.guarantee { padding: 38px 0 72px; background: #050506; }
.guarantee-card { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 38px; max-width: 900px; padding: 30px; border: 1px solid rgba(232,181,79,.28); border-radius: 24px; background: linear-gradient(135deg,#12100b,#080808); }
.guarantee-card img { width: 180px; }
.guarantee-card h2 { margin-bottom: 16px; font-size: clamp(1.7rem,3.5vw,2.7rem); }
.guarantee-card p:last-child { margin: 0; color: #d3d3d3; }

footer { color: #bdbdbd; background: #020203; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 46px 0; }
.footer-grid strong { color: var(--gold-soft); }
.footer-grid p { margin: 4px 0; font-size: .86rem; }
.footer-grid a { color: #d8d8d8; font-size: .82rem; }
.copyright { padding: 16px; border-top: 1px solid #1a1a1d; font-size: .72rem; text-align: center; }
.floating-cta { display: none; }

@media (min-width: 801px) {
  main > section:not(.offer-band,.final-offer,.app-band) { content-visibility: auto; contain-intrinsic-size: 900px; }
}

@media (max-width: 980px) {
  .pain-grid { grid-template-columns: repeat(2,1fr); }
  .video-grid { grid-template-columns: repeat(2,1fr); }
  .media-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 800px) {
  body { font-size: 16px; }
  .section { padding: 68px 0; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: auto; padding: 42px 0 64px; }
  .hero h1 { font-size: clamp(1.85rem, 8.4vw, 2.65rem); }
  .play { width: 66px; height: 48px; }
  .cta { min-height: 66px; padding: 16px 20px; border-radius: 15px; }
  .payment-strip { flex-direction: column; gap: 8px; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .reverse-mobile img { order: 2; }
  .pain-grid, .modules, .bonus-grid, .written-grid { grid-template-columns: 1fr; }
  .result-gallery { gap: 8px; }
  .result-gallery img { height: 280px; border-radius: 12px; }
  .video-grid { grid-template-columns: 1fr; }
  .proof-marquee { width: calc(100% + 28px); margin-left: -14px; }
  .proof-set { gap: 12px; padding-right: 12px; }
  .proof-set img { flex-basis: min(76vw,280px); width: min(76vw,280px); height: min(103vw,378px); border-radius: 14px; }
  .proof-marquee.compact .proof-set img { height: min(108vw,390px); }
  .modules { gap: 20px; }
  .module { padding: 9px; border-radius: 23px; }
  .module-image { height: 205px; border-radius: 16px; }
  .module-content { padding: 19px 14px 21px; }
  .module-heading { grid-template-columns: 50px 1fr; gap: 13px; }
  .module-heading > span { width: 50px; height: 50px; }
  .bonus-grid img { height: 230px; }
  .editing-bonus { grid-template-columns: 1fr; gap: 24px; }
  .editing-bonus img { height: 330px; }
  .mentor-grid > img { max-height: 540px; }
  .offer-mockup { margin-bottom: 28px; border-radius: 18px; }
  .investment-logo { margin-bottom: 26px; }
  .guarantee { padding: 28px 0 56px; }
  .guarantee-card { grid-template-columns: 112px 1fr; gap: 20px; padding: 22px; text-align: left; }
  .guarantee-card img { width: 112px; }
  .guarantee-card h2 { margin-bottom: 10px; }
  .written-grid article { grid-template-columns: 95px 1fr; padding: 16px; }
  .written-grid img { width: 95px; height: 120px; }
  .media-grid { grid-template-columns: repeat(2,1fr); }
  .media figure img { height: 120px; }
  .footer-grid { grid-template-columns: 1fr; }
  .floating-cta { position: fixed; z-index: 50; right: 12px; bottom: 12px; left: 12px; display: block; padding: 14px 18px; border: 1px solid #ffa129; border-radius: 13px; color: white; background: linear-gradient(180deg,#ff9509,#e87100); box-shadow: 0 12px 36px rgba(0,0,0,.35); font-size: .9rem; font-weight: 900; text-align: center; text-decoration: none; transform: translateY(120px); transition: transform .25s ease; }
  .floating-cta.is-visible { transform: translateY(0); }
  footer { padding-bottom: 78px; }
}

@media (max-width: 480px) {
  .promo-bar { font-size: .82rem; letter-spacing: .045em; }
  .hero-lead { padding-inline: 8px; font-size: clamp(.96rem,4.7vw,1.12rem); }
  .hero-proof { flex-direction: column; gap: 8px; text-align: center; }
  .installment.price-primary { font-size: clamp(3.25rem,17vw,4.45rem); }
  .price-anchor { font-size: 1.15rem; }
  .cash-price { font-size: 1.85rem; }
  .guarantee-card { grid-template-columns: 1fr; text-align: center; }
  .guarantee-card img { width: 130px; margin-inline: auto; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: auto; }
  .result-gallery img { height: 210px; }
  .media-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .proof-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: thin; }
  .proof-track { animation: none !important; }
  .proof-track .proof-set[aria-hidden="true"] { display: none; }
}
