:root{--black:#0a0a0a;--deep:#1a0a2e;--purple:#6b21a8;--purple-mid:#8b3fc8;--purple-light:#c084fc;--gold:#c9a84c;--gold-light:#e8d5a3;--gold-mid:#d4b55a;--white:#f8f6f2;--dim:rgba(248,246,242,.65);--serif:"Cormorant Garamond",Georgia,serif;--display:"Playfair Display",Georgia,serif;--sans:"DM Sans",sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.mafer-course-page{background:var(--black);color:var(--white);font-family:var(--sans);font-weight:300;overflow-x:hidden;min-width:320px}.mafer-course-page:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:999;opacity:.3}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 5vw;background:#0a0a0ad1;backdrop-filter:blur(14px);border-bottom:1px solid rgba(201,168,76,.1)}.nav-logo{text-decoration:none;display:flex;align-items:center;flex-shrink:0}.nav-back{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--dim);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s}.nav-back:hover{color:var(--white)}.nav-back:before{content:"←";font-size:.9rem}.nav-cta-small{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--gold);color:var(--gold-light);padding:.4rem 1.1rem;text-decoration:none;transition:all .3s}.nav-cta-small:hover{background:var(--gold);color:var(--black)}.btn-primary{display:inline-block;background:linear-gradient(135deg,var(--purple),var(--purple-mid));color:var(--white);text-decoration:none;padding:1rem 2.6rem;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;font-family:var(--sans);font-weight:400;transition:all .3s;position:relative;overflow:hidden;border:none;cursor:pointer}.btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--purple-mid),var(--purple-light));opacity:0;transition:opacity .3s}.btn-primary:hover:after{opacity:1}.btn-primary span{position:relative;z-index:1}.btn-gold{display:inline-block;background:linear-gradient(135deg,var(--gold),var(--gold-mid));color:var(--black);text-decoration:none;padding:1rem 2.6rem;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;font-family:var(--sans);font-weight:500;transition:all .3s;position:relative;overflow:hidden;border:none;cursor:pointer}.btn-gold:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--gold-mid),var(--gold-light));opacity:0;transition:opacity .3s}.btn-gold:hover:after{opacity:1}.btn-gold span{position:relative;z-index:1}.btn-secondary{display:inline-block;border:1px solid rgba(248,246,242,.2);color:var(--dim);text-decoration:none;padding:.9rem 2rem;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;transition:all .3s;cursor:pointer;background:transparent}.btn-secondary:hover{border-color:var(--white);color:var(--white)}.section-inner{max-width:1100px;margin:0 auto;padding:0 5vw}.section-label{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}.section-label:after{content:"";width:2rem;height:1px;background:var(--gold)}.divider{height:1px;background:linear-gradient(to right,transparent,rgba(201,168,76,.2),transparent)}#hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-img-side{position:relative;overflow:hidden}.hero-img-side:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent 30%,var(--black) 100%),linear-gradient(to bottom,var(--black) 0%,transparent 12%,transparent 88%,var(--black) 100%)}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(5%) contrast(1.04);opacity:.78}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:9rem 5vw 4rem 3vw;position:relative;z-index:2}.hero-course-tag{display:inline-flex;align-items:center;gap:.6rem;font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-light);border:1px solid rgba(201,168,76,.3);padding:.35rem .9rem;margin-bottom:1.8rem;width:fit-content}.hero-headline{font-family:var(--display);font-size:clamp(2.8rem,4.8vw,4.8rem);font-weight:700;font-style:italic;line-height:1;color:var(--white);margin-bottom:.8rem}.hero-headline em{font-style:normal;color:var(--gold-light)}.hero-sub{font-family:var(--serif);font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:300;font-style:italic;color:var(--dim);line-height:1.65;margin-bottom:2rem;max-width:420px}.hero-features{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.5rem}.hero-feature{display:flex;align-items:center;gap:.8rem;font-size:.82rem;color:var(--dim)}.hero-feature:before{content:"✦";color:var(--gold);font-size:.6rem;flex-shrink:0}.hero-price-block{margin-bottom:2rem}.hero-price{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--white);line-height:1}.hero-price-period{font-size:.72rem;color:var(--dim);letter-spacing:.06em;margin-top:.2rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(201,168,76,.08) 0%,transparent 70%);bottom:-100px;right:-80px;pointer-events:none}#hook{padding:6rem 0;background:linear-gradient(135deg,#0f0a00,#0a0a0a,#0d0519);border-top:1px solid rgba(201,168,76,.08);border-bottom:1px solid rgba(201,168,76,.08)}.hook-inner{max-width:820px;margin:0 auto;text-align:center;padding:0 5vw}.hook-quote{font-family:var(--display);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:400;font-style:italic;line-height:1.3;color:var(--white);margin-bottom:1.2rem}.hook-quote em{font-style:normal;color:var(--gold-light)}.hook-sub{font-size:.88rem;color:var(--dim);line-height:1.85;max-width:560px;margin:0 auto}#para-quien{padding:7rem 0}.pq-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.pq-intro{font-family:var(--serif);font-size:clamp(1.15rem,1.8vw,1.4rem);font-weight:300;font-style:italic;color:var(--dim);line-height:1.65;margin-bottom:2rem}.pq-list{list-style:none}.pq-list li{display:flex;align-items:flex-start;gap:.9rem;padding:.85rem 0;border-bottom:1px solid rgba(248,246,242,.05);font-size:.88rem;color:var(--dim);line-height:1.6}.pq-list li:before{content:"—";color:var(--gold);flex-shrink:0}.pq-list li em{font-style:normal;color:var(--white)}#incluye{padding:7rem 0;background:linear-gradient(to bottom,var(--black),#0f0a00,var(--black))}.incluye-header{text-align:center;max-width:580px;margin:0 auto 4rem}.incluye-header h2{font-family:var(--display);font-size:clamp(2rem,3.2vw,2.8rem);font-weight:700;font-style:italic;line-height:1.15;margin-bottom:1rem}.incluye-header h2 em{font-style:normal;color:var(--gold-light)}.incluye-header p{font-size:.88rem;color:var(--dim);line-height:1.85}.incluye-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9a84c14}.incluye-card{background:var(--black);padding:2.2rem 2rem;transition:background .3s;position:relative}.incluye-card:hover{background:#0f0a00}.incluye-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,var(--gold),transparent);opacity:0;transition:opacity .3s}.incluye-card:hover:before{opacity:1}.incluye-icon{font-size:1.6rem;margin-bottom:1rem;display:block}.incluye-title{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--white);margin-bottom:.5rem;line-height:1.25}.incluye-desc{font-size:.8rem;color:var(--dim);line-height:1.72}#como-funciona{padding:7rem 0}.cf-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.cf-visual{display:flex;align-items:center;justify-content:center;min-height:380px;position:relative}.cf-content h2{font-family:var(--display);font-size:clamp(1.9rem,3vw,2.6rem);font-weight:700;font-style:italic;line-height:1.15;margin-bottom:1.2rem}.cf-content h2 em{font-style:normal;color:var(--gold-light)}.cf-steps{display:flex;flex-direction:column;gap:0}.cf-step{display:grid;grid-template-columns:3rem 1fr;gap:1.2rem;padding:1.4rem 0;border-bottom:1px solid rgba(248,246,242,.05);align-items:flex-start}.cf-step:last-child{border-bottom:none}.cf-step-num{font-family:var(--serif);font-size:1.8rem;font-weight:300;color:#c9a84c40;line-height:1;margin-top:-.2rem}.cf-step-title{font-family:var(--serif);font-size:1rem;font-weight:400;color:var(--white);margin-bottom:.3rem}.cf-step-desc{font-size:.8rem;color:var(--dim);line-height:1.7}#temas{padding:6rem 0;background:linear-gradient(135deg,#0d0519,#0a0a0a,#0f0a00);border-top:1px solid rgba(248,246,242,.04);border-bottom:1px solid rgba(248,246,242,.04)}.temas-header{text-align:center;margin-bottom:3.5rem}.temas-header h2{font-family:var(--display);font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:700;font-style:italic;line-height:1.15}.temas-header h2 em{font-style:normal;color:var(--purple-light)}.temas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#f8f6f20a}.tema-card{background:var(--black);padding:1.8rem;transition:background .3s}.tema-card:hover{background:#0d0519}.tema-tag{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--purple-light);margin-bottom:.5rem}.tema-title{font-family:var(--serif);font-size:1.05rem;font-weight:400;color:var(--white);margin-bottom:.4rem;line-height:1.3}.tema-desc{font-size:.76rem;color:var(--dim);line-height:1.65}.temas-note{text-align:center;margin-top:2.5rem;font-family:var(--serif);font-style:italic;font-size:.9rem;color:#f8f6f24d}.recommended-course{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--dim);font-size:.84rem;transition:color .3s}.recommended-course:hover{color:var(--white)}#inversion{padding:7rem 0;background:linear-gradient(to bottom,var(--black),#0f0a00,var(--black))}.inv-inner{max-width:820px;margin:0 auto}.inv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#c9a84c1a}.inv-col{padding:3rem;background:var(--black)}.inv-col.featured{background:linear-gradient(135deg,#1a0a2e,#0d0519);border-top:2px solid var(--gold)}.inv-col-badge{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}.inv-col-title{font-family:var(--display);font-size:1.6rem;font-weight:700;font-style:italic;margin-bottom:.5rem}.inv-col-title em{font-style:normal;color:var(--gold-light)}.inv-col-desc{font-size:.82rem;color:var(--dim);line-height:1.8;margin-bottom:2rem}.inv-price{font-family:var(--serif);font-size:2.8rem;font-weight:300;color:var(--white);line-height:1;margin-bottom:.3rem}.inv-price-period{font-size:.7rem;color:var(--dim);letter-spacing:.08em;margin-bottom:2rem}.inv-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.inv-features li{font-size:.8rem;color:var(--dim);display:flex;align-items:flex-start;gap:.6rem}.inv-features li:before{content:"✦";color:var(--gold);font-size:.55rem;flex-shrink:0;margin-top:.2rem}.inv-note{margin-top:1.5rem;font-size:.72rem;color:#f8f6f247;line-height:1.6;display:flex;align-items:flex-start;gap:.5rem}.inv-note:before{content:"◈";color:var(--gold);font-size:.6rem;flex-shrink:0;margin-top:.1rem}#faq{padding:6rem 0}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-header h2{font-family:var(--display);font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:700;font-style:italic;line-height:1.15}.faq-header h2 em{font-style:normal;color:var(--gold-light)}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(248,246,242,.06)}.faq-q{padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.92rem;color:var(--white);line-height:1.5;gap:1rem}.faq-q:hover{color:var(--gold-light)}.faq-toggle{color:var(--gold);font-size:1.2rem;flex-shrink:0;transition:transform .3s;font-family:var(--serif)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-a-inner{padding:0 0 1.4rem;font-size:.84rem;color:var(--dim);line-height:1.85}.faq-item.open .faq-a{max-height:220px}.faq-item.open .faq-toggle{transform:rotate(45deg)}#cta-final{padding:8rem 0;text-align:center;position:relative;overflow:hidden}#cta-final:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.07) 0%,transparent 70%);pointer-events:none}.cta-final-title{font-family:var(--display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;font-style:italic;line-height:1.12;max-width:680px;margin:0 auto 1.2rem}.cta-final-title em{font-style:normal;color:var(--gold-light)}.cta-final-sub{font-size:.9rem;color:var(--dim);max-width:440px;margin:0 auto 3rem;line-height:1.85}footer{padding:2.5rem 5vw;border-top:1px solid rgba(248,246,242,.05);display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:1.8rem;list-style:none}.footer-links a{font-size:.7rem;color:#f8f6f240;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;transition:color .3s}.footer-links a:hover{color:var(--dim)}.footer-copy{font-size:.7rem;color:#f8f6f233}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-course-tag{animation:fadeUp .7s ease both .1s}.hero-headline{animation:fadeUp .7s ease both .2s}.hero-sub{animation:fadeUp .7s ease both .35s}.hero-features{animation:fadeUp .7s ease both .45s}.hero-ctas{animation:fadeUp .7s ease both .6s}@media(max-width:880px){#hero,.pq-grid,.cf-grid,.inv-grid{grid-template-columns:1fr}.hero-img-side{height:55vh}.hero-content{padding:5rem 5vw 4rem}.hero-img-side:after{background:linear-gradient(to bottom,transparent 50%,var(--black) 100%)}.incluye-grid,.temas-grid{grid-template-columns:1fr 1fr}footer{flex-direction:column;gap:1.2rem;text-align:center}nav .nav-back span{display:none}}@media(max-width:500px){.incluye-grid,.temas-grid{grid-template-columns:1fr}}
