:root{--dk:#1A1A2E;--gold:#C9A84C;--lgold:#F5E6C8;--grn:#1B4D3E;--lgrn:#D4EDDA;--red:#C0392B;--off:#F7F6F2;--mid:#E5E3DC;--body:#444;--muted:#888;--w:#fff}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;color:var(--dk);background:var(--w);line-height:1.7;overflow-x:hidden}
h1,h2{font-family:"Playfair Display",serif;line-height:1.2}
h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:900}
h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}
p{color:var(--body)}
.wrap{max-width:920px;margin:0 auto;padding:0 1.5rem}
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(26,26,46,0.97);backdrop-filter:blur(8px);padding:0.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(201,168,76,0.15)}
.nav-brand{font-size:0.78rem;font-weight:600;color:var(--gold);letter-spacing:0.14em;text-transform:uppercase}
.btn-nav{background:var(--gold);color:var(--dk);font-weight:700;font-size:0.82rem;padding:0.5rem 1.2rem;border-radius:5px;text-decoration:none;transition:background .2s}
.btn-nav:hover{background:#b8962e}
.urgency{background:var(--grn);color:#fff;text-align:center;padding:0.6rem 1rem;font-size:0.82rem;font-weight:500}
.urgency strong{color:#9AE6B4}
.hero{background:var(--dk);padding:7rem 1.5rem 5rem;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 75% 50%,rgba(201,168,76,0.07) 0%,transparent 60%)}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}
.eyebrow::before{content:"";width:20px;height:1.5px;background:var(--gold)}
.hero h1{color:#fff;max-width:700px;margin-bottom:.75rem}
.hero h1 em{color:var(--gold);font-style:normal}
.hero-sub{font-size:1rem;color:rgba(255,255,255,.6);max-width:520px;margin-bottom:2rem}
.pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem}
.pill{font-size:.8rem;font-weight:500;color:rgba(255,255,255,.75);background:rgba(255,255,255,.06);border:1px solid rgba(201,168,76,.25);border-radius:4px;padding:.35rem .85rem}
.pill b{color:var(--gold)}
.cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(201,168,76,.4)}50%{box-shadow:0 0 0 10px rgba(201,168,76,0)}}
.btn-main{display:inline-block;background:var(--gold);color:var(--dk);font-weight:700;font-size:1rem;padding:.95rem 2rem;border-radius:6px;text-decoration:none;animation:pulse 2.5s infinite;transition:transform .2s}
.btn-main:hover{transform:translateY(-2px)}
.hero-note{font-size:.75rem;color:rgba(255,255,255,.3);margin-top:.5rem}
.btn-ghost{font-size:.85rem;color:rgba(255,255,255,.45);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.2)}
.btn-ghost:hover{color:#fff}
.stats{background:var(--dk);position:relative;z-index:10;padding:0 1.5rem}
.stats-card{margin-top:-3rem;background:var(--w);border-radius:12px;border:1px solid var(--mid);box-shadow:0 8px 40px rgba(0,0,0,.07);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.stat-item{text-align:center;padding:2rem 1rem}
.stat-item:not(:last-child){border-right:1px solid var(--mid)}
.s-num{font-family:"Playfair Display",serif;font-size:2.2rem;font-weight:900;color:var(--gold);line-height:1}
.s-lbl{font-size:.72rem;color:var(--muted);margin-top:.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.problem{background:var(--dk);padding:5rem 1.5rem}
.problem h2{color:#fff;margin-bottom:.75rem}
.prob-sub{color:rgba(255,255,255,.55);font-size:.95rem;max-width:560px;margin-bottom:2.5rem}
.prob-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07);border-radius:8px;overflow:hidden}
.prob-item{padding:1.75rem;background:rgba(255,255,255,.02)}
.prob-item h3{color:#fff;font-size:.95rem;margin-bottom:.4rem}
.prob-item p{font-size:.85rem;color:rgba(255,255,255,.45);line-height:1.65}
.forwho{padding:5rem 1.5rem;background:var(--w)}
.fw-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem}
.fw-col h3{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:2px solid}
.fw-col.yes h3{color:var(--grn);border-color:var(--grn)}
.fw-col.no h3{color:var(--red);border-color:var(--red)}
.fw-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.fw-list li{font-size:.9rem;color:var(--body);display:flex;gap:.6rem;line-height:1.5}
.fw-list li::before{content:"";min-width:7px;height:7px;border-radius:50%;margin-top:.45rem;flex-shrink:0}
.fw-col.yes li::before{background:var(--grn)}
.fw-col.no li::before{background:var(--red)}
.content{background:var(--off);padding:5rem 1.5rem}
.blocks{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}
.block{background:var(--w);border:1px solid var(--mid);border-radius:8px;padding:1.4rem 1.6rem;display:grid;grid-template-columns:40px 1fr;gap:1rem;align-items:start}
.bnum{width:36px;height:36px;border-radius:50%;background:var(--dk);color:var(--gold);font-family:"Playfair Display",serif;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.btime{font-size:.7rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem}
.btitle{font-size:1rem;font-weight:600;color:var(--dk);margin-bottom:.35rem}
.bdesc{font-size:.875rem;color:var(--body);line-height:1.6}
.instructor{background:var(--dk);padding:5rem 1.5rem}
.inst-inner{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:start}
.inst-photo{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:10px;border:1px solid rgba(201,168,76,.2);background:#2a2a4a}
.instructor h2{color:#fff;margin-bottom:.75rem}
.inst-sub{color:rgba(255,255,255,.55);font-size:.95rem;line-height:1.8;margin-bottom:1.75rem}
.creds{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.cred{display:flex;gap:.75rem;font-size:.9rem;color:rgba(255,255,255,.7);line-height:1.5}
.cdot{width:6px;height:6px;border-radius:50%;background:var(--gold);margin-top:.55rem;flex-shrink:0}
.inst-ig{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.82rem;color:var(--gold);text-decoration:none;border:1px solid rgba(201,168,76,.3);padding:.45rem 1rem;border-radius:5px;transition:background .2s}
.inst-ig:hover{background:rgba(201,168,76,.1)}
.pricing{background:var(--off);padding:5rem 1.5rem}
.price-card{max-width:580px;margin:0 auto;background:var(--w);border-radius:12px;border:1px solid var(--mid);overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.07)}
.price-top{background:var(--dk);padding:2.25rem 2.25rem 1.75rem;text-align:center}
.price-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.75rem}
.price-num{font-family:"Playfair Display",serif;font-size:3.2rem;font-weight:900;color:var(--gold);line-height:1}
.price-reg{font-size:.82rem;color:rgba(255,255,255,.3);text-decoration:line-through;margin-top:.25rem}
.price-desc{font-size:.85rem;color:rgba(255,255,255,.45);margin-top:.4rem}
.price-body{padding:1.75rem 2.25rem}
.incl{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.75rem}
.incl li{display:flex;gap:.65rem;font-size:.9rem;color:var(--body);line-height:1.5}
.ck{color:var(--grn);font-size:.95rem;flex-shrink:0}
.btn-buy{display:block;width:100%;background:var(--gold);color:var(--dk);font-weight:700;font-size:1rem;text-align:center;padding:1rem;border-radius:6px;text-decoration:none;transition:background .2s,transform .2s;animation:pulse 2.5s infinite}
.btn-buy:hover{background:#b8962e;transform:translateY(-2px)}
.buy-note{text-align:center;font-size:.75rem;color:var(--muted);margin-top:.75rem}
.guarantee{background:var(--lgrn);border-top:1px solid #9AE6B4;padding:.875rem 2rem;display:flex;gap:.65rem;align-items:center}
.guarantee p{font-size:.82rem;color:var(--grn);font-weight:500}
.referidos{background:var(--w);padding:5rem 1.5rem}
.ref-card{background:var(--lgold);border:1px solid #E0C87A;border-radius:10px;padding:2.25rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.ref-steps{list-style:none;display:flex;flex-direction:column;gap:.875rem}
.ref-step{display:flex;gap:.875rem;align-items:flex-start}
.rsnum{width:26px;height:26px;border-radius:50%;background:var(--dk);color:var(--gold);font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}
.rstext{font-size:.88rem;color:var(--dk);line-height:1.5}
.ref-reward{background:var(--dk);border-radius:8px;padding:1.75rem;text-align:center}
.rr-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.4rem}
.rr-val{font-family:"Playfair Display",serif;font-size:1.6rem;font-weight:900;color:#fff;line-height:1.3;margin-bottom:.5rem}
.rr-note{font-size:.8rem;color:rgba(255,255,255,.45)}
.faq{background:var(--off);padding:5rem 1.5rem}
.faq-list{max-width:680px;display:flex;flex-direction:column}
.fq{border-bottom:1px solid var(--mid)}
.fq:first-child{border-top:1px solid var(--mid)}
.fq-q{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;text-align:left;font-family:"DM Sans",sans-serif;font-size:.92rem;font-weight:600;color:var(--dk)}
.fq-icon{color:var(--gold);font-size:1.1rem;flex-shrink:0;transition:transform .2s}
.fq.open .fq-icon{transform:rotate(45deg)}
.fq-a{display:none;padding:0 0 1.1rem;font-size:.875rem;color:var(--body);line-height:1.7}
.fq.open .fq-a{display:block}
.finalcta{background:var(--dk);padding:5.5rem 1.5rem;text-align:center;position:relative;overflow:hidden}
.finalcta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 60%,rgba(201,168,76,.07) 0%,transparent 65%)}
.finalcta h2{color:#fff;margin-bottom:.75rem}
.finalcta p{color:rgba(255,255,255,.5);max-width:440px;margin:0 auto 2.25rem;font-size:.95rem}
.finalcta-sub{font-size:.75rem;color:rgba(255,255,255,.25);margin-top:.875rem}
footer{background:#111120;padding:1.5rem;text-align:center;font-size:.75rem;color:rgba(255,255,255,.25);border-top:1px solid rgba(255,255,255,.05)}
footer a{color:rgba(255,255,255,.35);text-decoration:none}
@media(max-width:680px){
  .stats-card{grid-template-columns:repeat(2,1fr)}
  .stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid var(--mid)}
  .stat-item:nth-child(2){border-right:none}
  .prob-grid{grid-template-columns:1fr}
  .fw-grid{grid-template-columns:1fr}
  .inst-inner{grid-template-columns:1fr}
  .inst-photo{max-width:220px;margin:0 auto;display:block}
  .ref-card{grid-template-columns:1fr}
  .block{grid-template-columns:1fr}
  .bnum{display:none}
}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.fade{animation:fadeUp .6s ease both}
.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}
