: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;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; 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; }
.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: inline-block; margin-bottom: 28px; padding: 4px 8px; color: #161616; background: var(--gold-soft); font-size: clamp(1.05rem, 2.2vw, 1.45rem); font-weight: 800; line-height: 1.28; }

.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%; border: 0; cursor: pointer; color: white; background: linear-gradient(145deg, #020203, #0b0b0f); }
.video-facade::after { content: ""; position: absolute; inset: 0; opacity: .25; background: radial-gradient(circle at center, #31313b, transparent 46%); }
.video-brand { position: absolute; z-index: 2; top: 24px; left: 26px; display: flex; align-items: center; gap: 10px; font-weight: 800; }
.avatar { display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); }
.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); }
.video-note { position: absolute; z-index: 2; right: 24px; bottom: 20px; color: #eee; font-size: .85rem; font-weight: 700; }

.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, 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); }

.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-label { margin: 28px 0 0; color: #b9b9b9; font-size: .78rem; font-weight: 800; letter-spacing: .2em; }
.price { display: flex; justify-content: center; align-items: baseline; gap: 12px; margin: 14px 0 0; color: var(--gold-soft); }
.price small { font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 900; }
.price strong { font-size: clamp(4rem, 9vw, 7rem); line-height: .9; }
.cash { margin-bottom: 28px; color: white; font-size: 1.05rem; }

.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; }
.student-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.student-card span { display: block; padding: 18px 18px 8px; font-weight: 800; }
.student-card small { display: block; margin-top: 4px; color: #6e6c68; font-weight: 400; }
.student-card b { display: block; padding: 6px 18px 20px; color: #8a5805; font-size: .84rem; text-transform: uppercase; }
.subheading { margin: 70px 0 26px; text-align: center; }
.proof-scroll { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.proof-scroll img { width: 100%; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.proof-scroll.compact img { max-height: 420px; object-fit: cover; object-position: top; }
.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 { border-radius: 50%; 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,1fr); gap: 18px; margin-top: 42px; }
.module { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 26px; border: 1px solid #ded9cf; border-radius: var(--radius); background: white; box-shadow: 0 8px 30px rgba(0,0,0,.035); }
.module > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-weight: 900; }
.module.gold > span { color: #17120a; background: var(--gold); }
.module h3 { margin: 5px 0 14px; }
.module ul { margin: 0; padding-left: 18px; color: #615e58; font-size: .9rem; line-height: 1.55; }
.course-images { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 46px; }
.course-images img { width: 100%; height: 190px; border-radius: 16px; object-fit: cover; }

.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; margin-top: 14px; padding: 15px 20px; border-radius: 12px; color: white; background: #168b4e; font-weight: 800; text-decoration: none; }
.charity { background: linear-gradient(135deg, #080808, #171006); }
.charity img { max-width: 380px; margin-inline: auto; border-radius: 22px; }

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); }
  .proof-scroll { grid-template-columns: repeat(3,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); }
  .video-brand { top: 16px; left: 16px; font-size: .72rem; }
  .avatar { width: 30px; height: 30px; }
  .video-note { right: 14px; bottom: 12px; }
  .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-scroll { display: flex; width: calc(100% + 14px); padding: 0 14px 24px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .proof-scroll::-webkit-scrollbar { display: none; }
  .proof-scroll img { flex: 0 0 76%; width: 76%; scroll-snap-align: start; }
  .module { grid-template-columns: 50px 1fr; padding: 20px; }
  .module > span { width: 48px; height: 48px; }
  .course-images { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .course-images img { height: 150px; }
  .bonus-grid img { height: 230px; }
  .editing-bonus { grid-template-columns: 1fr; gap: 24px; }
  .editing-bonus img { height: 330px; }
  .mentor-grid > img { max-height: 540px; }
  .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) {
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: auto; }
  .result-gallery img { height: 210px; }
  .price { gap: 7px; }
  .media-grid { grid-template-columns: 1fr 1fr; }
}

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