:root {
  --bg: #070a0f;
  --bg-soft: #0c111a;
  --panel: #101722;
  --panel-light: #151e2b;
  --line: rgba(255, 255, 255, 0.1);
  --line-gold: rgba(241, 185, 91, 0.28);
  --text: #f5f3ee;
  --muted: #a9b0bc;
  --gold: #f1b95b;
  --gold-soft: #ffd994;
  --orange: #ff7138;
  --orange-dark: #e8531f;
  --green: #3ccf91;
  --red: #df695f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  --container: 1180px;
  --offer-bar-height: 39px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--offer-bar-height) + 84px); }
body { margin: 0; padding-top: var(--offer-bar-height); background: var(--bg); color: var(--text); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: 0.035; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -0.035em; }
.title-accent { color: var(--gold-soft); background: linear-gradient(105deg, #f1b95b 8%, #ffd6ae 92%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 1050px; }
.section { position: relative; padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 14px; background: var(--text); color: var(--bg); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.offer-bar { position: fixed; z-index: 60; top: 0; right: 0; left: 0; height: var(--offer-bar-height); background: linear-gradient(90deg, #9d4d27, #c96a32 48%, #9d4d27); color: #fff9ef; font-size: 13px; box-shadow: 0 8px 28px rgba(0,0,0,.22); }
.offer-bar__inner { min-height: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; }
.offer-bar p { margin: 0; text-align: center; }
.offer-bar a { margin-left: 6px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.offer-bar__pulse { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.55); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

.site-header { position: sticky; top: var(--offer-bar-height); z-index: 45; background: rgba(7, 10, 15, 0.84); border-bottom: 1px solid rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.nav { height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-gold); background: linear-gradient(145deg, rgba(241,185,91,.18), rgba(241,185,91,.03)); border-radius: 10px; color: var(--gold); font-family: "Manrope"; font-weight: 800; }
.brand__text { font-family: "Manrope"; font-size: 15px; letter-spacing: -.02em; }
.brand__text strong { color: var(--gold-soft); }
.brand__logo { width: auto; height: 52px; object-fit: contain; object-position: left center; }
.nav__links { margin-left: auto; display: flex; align-items: center; gap: 29px; }
.nav__links a { color: #c7cbd2; font-size: 13px; font-weight: 600; transition: color .2s; }
.nav__links a:hover { color: var(--gold-soft); }

.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 13px; font-family: "Manrope"; font-size: 14px; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, var(--orange), #ef5d25); box-shadow: 0 12px 34px rgba(255, 113, 56, .23), inset 0 1px rgba(255,255,255,.25); }
.button--primary:hover { box-shadow: 0 16px 42px rgba(255, 113, 56, .34), inset 0 1px rgba(255,255,255,.25); }
.button--small { min-height: 42px; padding-inline: 19px; background: rgba(241,185,91,.1); border-color: var(--line-gold); color: var(--gold-soft); font-size: 12px; }
.button--full { width: 100%; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--gold); font-family: "Manrope"; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: linear-gradient(90deg, var(--orange), var(--gold)); }
.hero { min-height: 690px; padding: 64px 0 66px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 20%, rgba(241,185,91,.07), transparent 35%), linear-gradient(180deg, #080c13, var(--bg)); }
.hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 28px; }
.hero__copy { position: relative; z-index: 3; padding-right: 20px; }
.hero h1 { max-width: 600px; margin-bottom: 22px; font-size: clamp(38px, 3.4vw, 50px); line-height: 1.1; font-weight: 700; }
.hero h1::first-line { color: #fff; }
.hero__lead { max-width: 610px; margin-bottom: 14px; color: #edf0f4; font-size: 20px; line-height: 1.52; }
.hero__support { max-width: 580px; margin-bottom: 30px; color: var(--muted); font-size: 15px; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.text-link { color: #dadde2; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.25); }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 25px; color: #9da4ae; font-size: 11px; font-weight: 600; }
.trust-row span { display: flex; gap: 7px; align-items: center; }
.trust-row i { color: var(--green); font-style: normal; }
.hero__visual { position: relative; margin-right: -14vw; }
.hero__image-wrap { position: relative; min-height: 445px; display: flex; align-items: center; }
.hero__image-wrap::before { content: ""; position: absolute; inset: 4% 2% 4% 7%; border: 1px solid rgba(241,185,91,.18); border-radius: 32px; transform: rotate(2deg); }
.hero__image-wrap img { width: 100%; height: 445px; object-fit: cover; object-position: 64% center; border-radius: 26px 0 0 26px; mask-image: linear-gradient(to right, transparent 0, #000 11%, #000 100%); filter: saturate(.86) contrast(1.04); }
.hero__metric { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.13); background: rgba(10,14,21,.82); box-shadow: 0 14px 40px rgba(0,0,0,.38); backdrop-filter: blur(14px); border-radius: 14px; }
.hero__metric--top { top: 13%; left: 12%; }
.hero__metric--bottom { bottom: 12%; left: 5%; }
.hero__metric small { display: block; color: #9299a5; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.hero__metric strong { display: block; color: #f5f2ea; font-family: "Manrope"; font-size: 12px; }
.metric-icon, .metric-check { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; }
.metric-icon { color: var(--gold); background: rgba(241,185,91,.11); border: 1px solid rgba(241,185,91,.18); }
.metric-check { color: #06130d; background: var(--green); font-weight: 800; }
.hero__glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; filter: blur(100px); opacity: .1; }
.hero__glow--one { top: -120px; right: 18%; background: var(--gold); }
.hero__glow--two { bottom: -220px; left: -70px; background: #375b8c; }

.signal-strip { border-block: 1px solid var(--line); background: #090d14; }
.signal-strip__grid { min-height: 73px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 23px; color: #8f97a3; font-family: "Manrope"; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.signal-strip b { color: rgba(241,185,91,.55); font-weight: 400; }

.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .method h2, .audience h2, .proof h2, .instructor h2, .faq h2, .guarantee h2 { margin-bottom: 20px; font-size: clamp(32px, 3.6vw, 49px); line-height: 1.15; font-weight: 700; }
.section-heading p, .method__copy > p, .audience__intro > p, .proof__copy > p, .instructor__copy > p, .faq__intro > p, .guarantee p { color: var(--muted); font-size: 17px; }

.problem { overflow: hidden; background: linear-gradient(180deg, #080b11, #0b1119); }
.problem::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: radial-gradient(circle, rgba(241,185,91,.28) 1px, transparent 1.4px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); }
.problem::after { content: ""; position: absolute; width: 560px; height: 560px; top: -270px; left: calc(50% - 280px); pointer-events: none; border: 1px solid rgba(241,185,91,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(241,185,91,.018), 0 0 0 140px rgba(241,185,91,.012); }
.problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.pain-card { min-height: 245px; padding: 31px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.pain-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 150px; height: 150px; border-radius: 50%; background: rgba(223,105,95,.08); filter: blur(28px); }
.pain-card__number { color: rgba(255,255,255,.25); font-family: "Manrope"; font-size: 11px; font-weight: 700; }
.pain-card h3 { margin: 40px 0 12px; font-size: 19px; letter-spacing: -.02em; }
.pain-card p { margin: 0; color: var(--muted); font-size: 14px; }
.turning-point { max-width: 830px; margin: 31px auto 0; padding: 25px 29px; display: flex; align-items: center; gap: 20px; border: 1px solid var(--line-gold); border-radius: 18px; background: linear-gradient(120deg, rgba(241,185,91,.09), rgba(241,185,91,.025)); }
.turning-point__icon { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold); border: 1px solid var(--line-gold); border-radius: 13px; background: rgba(241,185,91,.07); }
.turning-point strong { font-family: "Manrope"; font-size: 16px; }
.turning-point p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }

.results { overflow: hidden; background: linear-gradient(180deg, #0a0f17, #080c12); }
.results::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .15; background: url("assets/conteudo-estrategico-v1.webp") center 42% / cover no-repeat; filter: saturate(.72) contrast(1.05); mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 78%); }
.results::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #0a0f17 0%, rgba(10,15,23,.72) 42%, rgba(8,12,18,.5) 100%), linear-gradient(180deg, transparent 52%, #080c12 96%); }
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.result-card { min-height: 280px; padding: 28px; position: relative; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); transition: transform .25s, border-color .25s; }
.result-card:hover { transform: translateY(-4px); border-color: rgba(241,185,91,.24); }
.result-card > span { position: absolute; top: 25px; right: 27px; color: rgba(255,255,255,.18); font-family: "Manrope"; font-size: 10px; font-weight: 700; }
.result-card__icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 40px; border-radius: 12px; color: var(--gold); border: 1px solid var(--line-gold); background: rgba(241,185,91,.07); font-size: 20px; }
.result-card h3 { margin-bottom: 12px; font-size: 19px; }
.result-card p { margin: 0; color: var(--muted); font-size: 14px; }
.result-card--accent { background: linear-gradient(145deg, rgba(241,185,91,.14), rgba(16,23,34,.92)); border-color: var(--line-gold); }

.method { overflow: hidden; background: linear-gradient(145deg, #0a0e15, #111824); }
.method::before { content: ""; position: absolute; width: 500px; height: 500px; right: -230px; top: 0; background: rgba(241,185,91,.06); filter: blur(110px); }
.method__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.check-list { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; color: #d4d7dc; font-size: 14px; }
.check-list li { display: flex; align-items: center; gap: 11px; }
.check-list span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; color: #06130d; background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 800; }
.prime-card { padding: 39px; border: 1px solid var(--line-gold); border-radius: 26px; background: radial-gradient(circle at 90% 8%, rgba(241,185,91,.13), transparent 33%), #0b1018; box-shadow: var(--shadow); }
.prime-card__top { display: flex; justify-content: space-between; align-items: center; color: #8f97a3; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.prime-card__top i { padding: 7px 10px; color: var(--green); border: 1px solid rgba(60,207,145,.19); border-radius: 20px; font-style: normal; }
.prime-word { display: flex; align-items: baseline; margin: 50px 0 20px; font-family: "Manrope"; font-size: clamp(46px, 5vw, 72px); line-height: 1; }
.prime-word b { color: var(--gold-soft); text-shadow: 0 0 34px rgba(241,185,91,.16); }
.prime-word em { color: var(--orange); font-style: normal; }
.prime-card > p { max-width: 480px; color: #c2c7cf; font-size: 15px; }
.prime-flow { display: flex; align-items: center; margin-top: 35px; }
.prime-flow span { padding: 9px 12px; color: #aeb4bd; border: 1px solid var(--line); border-radius: 9px; font-size: 10px; font-weight: 700; }
.prime-flow i { height: 1px; flex: 1; background: linear-gradient(90deg, var(--line-gold), rgba(255,255,255,.08)); }

.curriculum { overflow: hidden; background: linear-gradient(180deg, #080c12, #0b1018 52%, #080c12); }
.curriculum::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(241,185,91,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(241,185,91,.055) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at 50% 38%, #000, transparent 72%); }
.curriculum::after { content: ""; position: absolute; top: 15%; bottom: 12%; left: 50%; width: 1px; pointer-events: none; background: linear-gradient(transparent, rgba(241,185,91,.18), transparent); box-shadow: 0 0 70px 18px rgba(241,185,91,.035); }
.curriculum__layout { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: start; }
.curriculum__summary { position: sticky; top: 105px; }
.summary-card { padding: 29px; border: 1px solid var(--line-gold); border-radius: 20px; background: linear-gradient(145deg, rgba(241,185,91,.1), rgba(255,255,255,.02)); }
.summary-card__label { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.summary-card > strong { display: block; margin: 17px 0 10px; font-family: "Manrope"; font-size: 24px; }
.summary-card > p { color: var(--muted); font-size: 13px; }
.summary-stats { display: grid; gap: 14px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.summary-stats b, .summary-stats small { display: block; }
.summary-stats b { color: var(--gold-soft); font-size: 13px; }
.summary-stats small { color: #87909c; font-size: 11px; }
.accordion { display: grid; gap: 10px; }
.accordion__item { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.022); overflow: hidden; transition: border-color .2s, background .2s; }
.accordion__item.is-open { border-color: var(--line-gold); background: rgba(241,185,91,.035); }
.accordion__trigger { width: 100%; min-height: 82px; padding: 18px 23px; display: flex; align-items: center; gap: 18px; text-align: left; color: var(--text); background: none; border: 0; cursor: pointer; }
.accordion__trigger > span:nth-child(2) { flex: 1; }
.accordion__trigger small { display: block; margin-bottom: 3px; color: #8c949f; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.accordion__trigger strong { display: block; font-family: "Manrope"; font-size: 15px; }
.module-index { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold); border: 1px solid var(--line-gold); border-radius: 11px; font-family: "Manrope"; font-size: 10px; font-weight: 800; }
.accordion__trigger i { width: 18px; height: 18px; position: relative; flex: 0 0 auto; }
.accordion__trigger i::before, .accordion__trigger i::after { content: ""; position: absolute; top: 50%; left: 2px; width: 14px; height: 1px; background: #9aa1ab; transition: transform .25s; }
.accordion__trigger i::after { transform: rotate(90deg); }
.accordion__item.is-open .accordion__trigger i::after { transform: rotate(0); }
.accordion__content { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion__item.is-open .accordion__content { max-height: 520px; }
.accordion__content ul { margin: 0 23px 22px 79px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.accordion__content li { position: relative; padding: 6px 0 6px 17px; color: var(--muted); font-size: 13px; }
.accordion__content li::before { content: ""; width: 4px; height: 4px; position: absolute; left: 0; top: 15px; border-radius: 50%; background: var(--gold); }
.advanced-track { margin-top: 30px; padding: 34px 37px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; border: 1px solid var(--line-gold); border-radius: 22px; background: linear-gradient(110deg, rgba(241,185,91,.09), rgba(13,19,28,.7)); }
.advanced-track__label { color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.advanced-track h3 { margin: 10px 0 8px; font-size: 22px; }
.advanced-track p { margin: 0; color: var(--muted); font-size: 13px; }
.advanced-track__items { display: flex; flex-wrap: wrap; gap: 9px; }
.advanced-track__items span { padding: 9px 12px; color: #c5cad1; border: 1px solid var(--line); border-radius: 9px; background: rgba(0,0,0,.16); font-size: 11px; font-weight: 600; }

.audience { overflow: hidden; background: linear-gradient(165deg, #0b1018 0%, #0d151e 48%, #080c12 48.2%, #080c12 100%); }
.audience::before { content: ""; position: absolute; width: 680px; height: 680px; right: -310px; top: -240px; pointer-events: none; border: 1px solid rgba(60,207,145,.08); border-radius: 50%; box-shadow: 0 0 0 74px rgba(60,207,145,.018), 0 0 0 148px rgba(60,207,145,.01); }
.audience__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.audience__intro { position: sticky; top: 110px; }
.audience__lists { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.audience-card { min-height: 450px; padding: 30px; border: 1px solid rgba(60,207,145,.22); border-radius: 20px; background: linear-gradient(150deg, rgba(60,207,145,.07), rgba(255,255,255,.018)); }
.audience-card--muted { border-color: var(--line); background: rgba(255,255,255,.018); }
.audience-card__icon { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 12px; font-weight: 800; }
.audience-card__icon--yes { color: #07120d; background: var(--green); }
.audience-card__icon--no { color: #e29a93; border: 1px solid rgba(223,105,95,.25); background: rgba(223,105,95,.07); }
.audience-card h3 { margin-bottom: 23px; font-size: 18px; }
.audience-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.audience-card li { position: relative; padding-left: 18px; color: #b7bdc5; font-size: 13px; }
.audience-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.audience-card--muted li::before { background: #737b87; }

.proof { overflow: hidden; background: radial-gradient(circle at 82% 50%, rgba(241,185,91,.07), transparent 31%), linear-gradient(180deg, #0a0f17, #090d14); }
.proof__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }
.proof blockquote { position: relative; margin: 37px 0 18px; padding-left: 28px; color: #e9e8e4; border-left: 2px solid var(--gold); font-family: "Manrope"; font-size: 19px; line-height: 1.6; }
.proof__note { color: #808995 !important; font-size: 12px !important; }
.testimonial-frame { margin: 0; padding: 18px; border: 1px solid var(--line-gold); border-radius: 24px; background: linear-gradient(145deg, rgba(241,185,91,.08), rgba(255,255,255,.02)); box-shadow: var(--shadow); transform: rotate(1deg); }
.testimonial-frame img { width: 100%; height: auto; max-height: 450px; object-fit: contain; border-radius: 14px; background: #eee; }
.testimonial-frame figcaption { padding: 12px 4px 0; color: #818995; font-size: 10px; text-align: center; }

.instructor { overflow: hidden; background: radial-gradient(circle at 15% 50%, rgba(241,185,91,.08), transparent 35%), #080b11; }
.instructor__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.instructor__portrait { position: relative; max-width: 430px; }
.portrait-frame { padding: 1px; overflow: hidden; border: 1px solid var(--line-gold); border-radius: 27px; background: #0c1017; }
.portrait-frame img { width: 100%; height: auto; aspect-ratio: 4 / 4.6; object-fit: cover; object-position: center top; border-radius: 26px; }
.portrait-seal { width: 120px; height: 120px; position: absolute; right: -38px; bottom: 28px; display: grid; place-items: center; text-align: center; color: #171006; background: radial-gradient(circle at 35% 25%, #ffe0a0, var(--gold)); border: 6px solid #0a0e15; border-radius: 50%; font-family: "Manrope"; font-size: 10px; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; transform: rotate(-7deg); }
.instructor__lead { color: #e1e3e6 !important; font-size: 20px !important; }
.instructor__copy > p { max-width: 650px; margin-bottom: 16px; font-size: 15px; }
.signature { margin-top: 30px; color: var(--gold-soft); font-family: Georgia, serif; font-size: 29px; font-style: italic; }

.offer { overflow: hidden; background: linear-gradient(180deg, #0a0f17, #080c12); }
.offer::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .115; background: url("assets/rotina-vendas-v1.webp") center 58% / cover no-repeat; filter: saturate(.58) contrast(1.06); mask-image: linear-gradient(180deg, transparent 4%, #000 30%, #000 72%, transparent 100%); }
.offer::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(10,15,23,.93), rgba(10,15,23,.63) 54%, rgba(8,12,18,.86)); }
.problem > .container, .results > .container, .method > .container, .curriculum > .container, .audience > .container, .proof > .container, .offer > .container { position: relative; z-index: 2; }
.offer__layout { display: grid; grid-template-columns: 1.16fr .84fr; gap: 30px; align-items: start; }
.stack { display: grid; gap: 10px; }
.stack-item { min-height: 111px; padding: 19px 22px; display: grid; grid-template-columns: 46px 1fr auto; gap: 17px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.022); }
.stack-item--main { border-color: var(--line-gold); background: rgba(241,185,91,.055); }
.stack-item--limited { border-color: rgba(255,113,56,.25); background: rgba(255,113,56,.045); }
.stack-item__icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line-gold); border-radius: 12px; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.stack-item span { color: #808995; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.stack-item h3 { margin: 1px 0 3px; font-size: 15px; }
.stack-item p { margin: 0; color: var(--muted); font-size: 11px; }
.stack-item > strong { color: var(--gold-soft); font-family: "Manrope"; font-size: 12px; }
.price-card { position: sticky; top: 105px; padding: 35px; border: 1px solid var(--line-gold); border-radius: 24px; background: radial-gradient(circle at 100% 0, rgba(241,185,91,.11), transparent 38%), #101722; box-shadow: var(--shadow); }
.price-card__tag { position: absolute; top: 18px; right: 18px; padding: 6px 9px; color: #07120d; background: var(--green); border-radius: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.price-card__overline { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card__from { margin: 31px 0 0; color: #8c949f; font-size: 13px; }
.price-card__price { height: 83px; display: flex; align-items: center; gap: 7px; }
.price-card__price small { align-self: flex-start; margin-top: 23px; color: var(--gold-soft); font-size: 15px; font-weight: 700; }
.price-card__price strong { color: var(--text); font-family: "Manrope"; font-size: 64px; line-height: 1; letter-spacing: -.07em; }
.price-card__price span { align-self: flex-end; margin-bottom: 18px; color: #969eaa; font-size: 11px; }
.price-card__installments { margin: 2px 0 24px; color: #9ca4af; font-size: 12px; }
.price-card ul { display: grid; gap: 10px; margin: 24px 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { display: flex; gap: 9px; color: #adb4bd; font-size: 11px; }
.price-card li span { color: var(--green); }
.secure-line { padding-top: 18px; display: flex; justify-content: center; gap: 8px; color: #727b87; border-top: 1px solid var(--line); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.guarantee { padding: 75px 0; background: #080c12; }
.guarantee__card { padding: 48px 60px; display: grid; grid-template-columns: 190px 1fr; gap: 50px; align-items: center; border: 1px solid var(--line-gold); border-radius: 25px; background: linear-gradient(120deg, rgba(241,185,91,.08), rgba(255,255,255,.02)); }
.guarantee__seal { width: 180px; height: 180px; display: grid; place-items: center; filter: drop-shadow(0 18px 32px rgba(0,0,0,.32)); }
.guarantee__seal img { width: 100%; height: 100%; object-fit: contain; }
.guarantee h2 { margin-bottom: 12px; font-size: 34px; }
.guarantee p { margin: 0; max-width: 750px; font-size: 14px; }

.faq { background: #0a0f17; }
.faq__grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; align-items: start; }
.faq__intro { position: sticky; top: 110px; }
.support-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 17px; color: var(--gold-soft); font-size: 13px; font-weight: 700; }
.accordion--faq .accordion__trigger { min-height: 70px; padding-inline: 22px; }
.accordion--faq .accordion__trigger strong { padding-right: 20px; font-size: 14px; letter-spacing: -.01em; }
.accordion--faq .accordion__content p { margin: 0 55px 23px 22px; padding-top: 17px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }

.final-cta { position: relative; padding: 112px 0; overflow: hidden; text-align: center; background: #070a0f; border-top: 1px solid var(--line); }
.final-cta__glow { width: 600px; height: 300px; position: absolute; top: -180px; left: calc(50% - 300px); background: rgba(241,185,91,.13); border-radius: 50%; filter: blur(100px); }
.final-cta__inner { position: relative; z-index: 1; max-width: 780px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 53px); line-height: 1.13; }
.final-cta p { max-width: 650px; margin: 0 auto 29px; color: var(--muted); font-size: 17px; }
.trust-row--center { justify-content: center; }

.footer { padding: 44px 0 22px; color: #818995; border-top: 1px solid var(--line); background: #06080c; font-size: 11px; }
.footer__top { padding-bottom: 27px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.footer__top > div { display: flex; gap: 24px; }
.footer__top > div a:hover { color: var(--gold-soft); }
.footer .brand__logo { width: auto; height: 54px; }
.footer__bottom { padding-top: 18px; display: flex; justify-content: space-between; gap: 30px; }
.footer__bottom p { margin: 0; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .offer-bar__pulse { animation: none; } }

@media (max-width: 1050px) {
  .nav__links { display: none; }
  .nav .button { margin-left: auto; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero__grid { grid-template-columns: 1fr; gap: 54px; }
  .hero__copy { max-width: 760px; }
  .hero__visual { margin: 0 -20px; }
  .hero__image-wrap img { border-radius: 26px; mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 100%); }
  .method__grid, .instructor__grid, .proof__grid { gap: 50px; }
  .curriculum__layout { grid-template-columns: 250px 1fr; }
  .audience__grid { grid-template-columns: 1fr; gap: 45px; }
  .audience__intro { position: static; max-width: 720px; }
  .offer__layout { grid-template-columns: 1fr; }
  .price-card { position: relative; top: auto; max-width: 520px; margin-inline: auto; }
}

@media (max-width: 780px) {
  :root { --offer-bar-height: 48px; }
  .section { padding: 82px 0; }
  .offer-bar__inner { padding: 8px 0; }
  .offer-bar__pulse { display: none; }
  .offer-bar p { font-size: 11px; line-height: 1.35; }
  .offer-bar a { display: none; }
  .site-header { position: relative; top: 0; }
  .nav { height: 66px; }
  .nav .button { display: none; }
  .hero { padding: 62px 0 64px; }
  .hero h1 { font-size: clamp(36px, 10vw, 47px); }
  .hero__lead { font-size: 18px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero__image-wrap { min-height: 380px; }
  .hero__image-wrap img { height: 380px; }
  .hero__image-wrap img { object-position: 64% center; }
  .hero__metric--top { top: 8%; left: 10%; }
  .hero__metric--bottom { bottom: 8%; }
  .signal-strip__grid { padding: 18px 0; gap: 12px 16px; }
  .problem__grid, .results__grid, .audience__lists { grid-template-columns: 1fr; }
  .results::before { opacity: .1; background-position: 62% 20%; }
  .offer::before { opacity: .075; background-position: 60% 50%; }
  .pain-card { min-height: 210px; }
  .pain-card h3 { margin-top: 27px; }
  .method__grid, .proof__grid, .instructor__grid, .faq__grid { grid-template-columns: 1fr; }
  .method__grid, .proof__grid, .instructor__grid, .faq__grid { gap: 45px; }
  .curriculum__layout { grid-template-columns: 1fr; }
  .curriculum__summary, .faq__intro { position: static; }
  .summary-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .summary-card__label, .summary-card > p { grid-column: 1 / -1; }
  .summary-card > strong { grid-column: 1; }
  .summary-stats { grid-column: 2; grid-row: 1 / 4; margin: 0; padding: 0 0 0 20px; border-top: 0; border-left: 1px solid var(--line); }
  .advanced-track { grid-template-columns: 1fr; gap: 26px; }
  .audience-card { min-height: auto; }
  .instructor__portrait { width: calc(100% - 35px); margin-inline: auto; }
  .stack-item { grid-template-columns: 43px 1fr; }
  .stack-item > strong { grid-column: 2; }
  .guarantee__card { padding: 40px 30px; grid-template-columns: 1fr; text-align: center; }
  .guarantee__seal { margin-inline: auto; }
  .guarantee .eyebrow { justify-content: center; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; padding: 9px 9px 9px 14px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line-gold); border-radius: 15px; background: rgba(9,13,20,.94); box-shadow: 0 15px 50px rgba(0,0,0,.55); backdrop-filter: blur(14px); opacity: 0; transform: translateY(120%); transition: opacity .25s, transform .25s; }
  .mobile-cta.is-visible { display: flex; opacity: 1; transform: translateY(0); }
  .mobile-cta small, .mobile-cta strong { display: block; }
  .mobile-cta small { color: #8b939f; font-size: 8px; text-transform: uppercase; }
  .mobile-cta strong { color: var(--gold-soft); font-family: "Manrope"; font-size: 13px; }
  .mobile-cta .button { min-height: 43px; padding: 0 17px; font-size: 12px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand__logo { width: auto; height: 44px; }
  .hero h1 { font-size: 37px; }
  .hero__lead { font-size: 17px; }
  .hero__support { font-size: 14px; }
  .hero__actions .button { width: 100%; }
  .trust-row { gap: 11px 17px; }
  .hero__visual { margin-inline: -14px; }
  .hero__image-wrap { min-height: 320px; }
  .hero__image-wrap img { height: 320px; }
  .hero__metric { padding: 10px 12px; }
  .hero__metric--top { left: 6%; }
  .hero__metric--bottom { left: 4%; bottom: 4%; }
  .section-heading h2, .method h2, .audience h2, .proof h2, .instructor h2, .faq h2 { font-size: 31px; }
  .section-heading p, .method__copy > p, .audience__intro > p, .proof__copy > p, .instructor__copy > p, .faq__intro > p { font-size: 15px; }
  .turning-point { align-items: flex-start; padding: 21px; }
  .prime-card { padding: 27px 22px; }
  .prime-word { font-size: 45px; }
  .prime-flow { flex-wrap: wrap; gap: 6px; }
  .prime-flow i { min-width: 15px; }
  .summary-card { display: block; }
  .summary-stats { margin-top: 20px; padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .accordion__trigger { padding-inline: 15px; gap: 12px; }
  .accordion__content ul { margin-left: 64px; }
  .advanced-track { padding: 28px 23px; }
  .testimonial-frame { padding: 11px; }
  .portrait-seal { width: 96px; height: 96px; right: -23px; font-size: 8px; }
  .stack-item { padding: 17px; }
  .price-card { padding: 29px 23px; }
  .price-card__tag { position: static; display: inline-block; margin-bottom: 17px; }
  .price-card__from { margin-top: 17px; }
  .guarantee__card { padding-inline: 23px; }
  .footer__top > div { flex-wrap: wrap; gap: 13px 20px; }
  .final-cta .button { width: 100%; }
}
