.mm-root{--gold: #C9A84C;--gold-light: #F0D98A;--gold-dark: #8A6820;--black: #0D0D0D;--off-white: #F7F4EE;--gray-muted: #8A877E;--border: rgba(201, 168, 76, .25);font-family:DM Sans,sans-serif;background:var(--black);color:var(--off-white);line-height:1.6;font-weight:300;overflow-x:hidden;min-height:100vh}.mm-root *,.mm-root *:before,.mm-root *:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.mm-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#0d0d0dd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border)}.nav-logo{font-family:Playfair Display,serif;font-size:1rem;letter-spacing:.12em;color:var(--gold);text-transform:uppercase}.nav-cta{background:var(--gold);color:var(--black);font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.55rem 1.4rem;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s}.nav-cta:hover{background:var(--gold-light);transform:translateY(-1px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 50% 40%,rgba(201,168,76,.07) 0%,transparent 70%);pointer-events:none}.hero-lines{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-lines span{position:absolute;left:50%;transform:translate(-50%);border:.5px solid var(--border);border-radius:50%;animation:mm-pulse-ring 6s ease-out infinite}.hero-lines span:nth-child(1){width:400px;height:400px;top:50%;margin-top:-200px;animation-delay:0s}.hero-lines span:nth-child(2){width:650px;height:650px;top:50%;margin-top:-325px;animation-delay:1.5s;opacity:.6}.hero-lines span:nth-child(3){width:900px;height:900px;top:50%;margin-top:-450px;animation-delay:3s;opacity:.3}@keyframes mm-pulse-ring{0%{opacity:0;transform:translate(-50%) scale(.92)}30%{opacity:1}to{opacity:0;transform:translate(-50%) scale(1.05)}}.hero-inner{text-align:center;max-width:700px;position:relative;animation:mm-fade-up .9s ease both}@keyframes mm-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-tag{display:inline-block;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);border:.5px solid var(--border);padding:.4rem 1.2rem;margin-bottom:2.5rem}.mm-root h1{font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--off-white)}.mm-root h1 em{font-style:italic;color:var(--gold)}.hero-sub{font-size:1.05rem;font-weight:300;color:#f7f4eea6;max-width:480px;margin:0 auto 3rem;line-height:1.75}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--black);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2.4rem;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--off-white);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2.4rem;border:.5px solid rgba(247,244,238,.25);cursor:pointer;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.hero-author{margin-top:3.5rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-muted)}.hero-author strong{color:var(--gold);font-weight:500}.divider{width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--gold),transparent);margin:0 auto}.mm-root section{padding:6rem 2rem;max-width:960px;margin:0 auto}.section-label{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.mm-root h2{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.15;color:var(--off-white);margin-bottom:1.5rem}.mm-root h2 em{font-style:italic;color:var(--gold)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:.5px solid var(--border);margin:5rem 0}.stat-item{background:var(--black);padding:2.5rem 2rem;text-align:center}.stat-num{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-muted)}.chapters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:var(--border);border:.5px solid var(--border);margin-top:3rem}.chapter-card{background:var(--black);padding:2rem;transition:background .2s;position:relative;overflow:hidden}.chapter-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.chapter-card:hover:before{transform:scaleX(1)}.chapter-card:hover{background:#c9a84c0a}.chapter-num{font-size:.65rem;letter-spacing:.22em;color:var(--gold);margin-bottom:1rem;text-transform:uppercase}.chapter-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400;color:var(--off-white);margin-bottom:.6rem;line-height:1.3}.chapter-desc{font-size:.82rem;color:var(--gray-muted);line-height:1.65}.quote-block{border-left:2px solid var(--gold);padding:2rem 2.5rem;margin:5rem 0;background:#c9a84c0a}.quote-text{font-family:Playfair Display,serif;font-size:clamp(1.2rem,2.5vw,1.7rem);font-style:italic;font-weight:400;line-height:1.55;color:var(--off-white);margin-bottom:1.2rem}.quote-source{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.for-whom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}.for-card{border:.5px solid var(--border);padding:1.8rem;transition:border-color .2s}.for-card:hover{border-color:var(--gold)}.for-icon{width:36px;height:36px;border:.5px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:var(--gold);font-size:1rem}.for-title{font-size:.9rem;font-weight:500;color:var(--off-white);margin-bottom:.5rem}.for-desc{font-size:.8rem;color:var(--gray-muted);line-height:1.65}.pricing-wrapper{max-width:460px;margin:3rem auto 0;border:.5px solid var(--gold);padding:3rem;text-align:center;position:relative}.pricing-wrapper:before{content:"OFERTA ESPECIAL";position:absolute;top:-.55rem;left:50%;transform:translate(-50%);background:var(--gold);color:var(--black);font-size:.62rem;font-weight:500;letter-spacing:.2em;padding:.2rem 1rem;white-space:nowrap}.price-old{font-size:.9rem;text-decoration:line-through;color:var(--gray-muted);margin-bottom:.3rem}.price-main{font-family:Playfair Display,serif;font-size:4rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.3rem}.price-currency{font-size:1.5rem;vertical-align:super;font-weight:400}.price-note{font-size:.75rem;color:var(--gray-muted);margin-bottom:2rem;letter-spacing:.06em}.price-features{list-style:none;padding:0;margin:0 0 2.5rem;text-align:left}.price-features li{font-size:.83rem;color:#f7f4eebf;padding:.55rem 0;border-bottom:.5px solid rgba(201,168,76,.12);display:flex;align-items:center;gap:.7rem}.price-features li:before{content:"✦";color:var(--gold);font-size:.55rem;flex-shrink:0}.price-features li:last-child{border-bottom:none}.btn-buy{display:block;width:100%;background:var(--gold);color:var(--black);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:1.1rem;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.btn-buy:hover{background:var(--gold-light);transform:translateY(-1px)}.guarantee{margin-top:1.2rem;font-size:.72rem;color:var(--gray-muted);letter-spacing:.06em}.mm-footer{border-top:.5px solid var(--border);padding:3rem 2rem;text-align:center;max-width:960px;margin:0 auto}.footer-logo{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--gold);margin-bottom:.8rem}.footer-copy{font-size:.73rem;color:var(--gray-muted);letter-spacing:.1em}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:600px){.stats-row{grid-template-columns:1fr}.mm-nav{padding:1rem}.hero{padding:7rem 1.2rem 4rem}.mm-root section{padding:4rem 1.2rem}.pricing-wrapper{padding:2rem 1.5rem}.hero-lines span{display:none}}.sold-badge{display:inline-flex;align-items:center;gap:.55rem;margin:0 auto 2rem;padding:.5rem 1.1rem;border:.5px solid var(--gold);background:#c9a84c14;color:var(--gold);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;width:fit-content}section>.sold-badge{display:flex;justify-content:center}.sold-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 #c9a84cb3;animation:mm-sold-pulse 2s infinite}@keyframes mm-sold-pulse{0%{box-shadow:0 0 #c9a84c99}70%{box-shadow:0 0 0 8px #c9a84c00}to{box-shadow:0 0 #c9a84c00}}.sold-badge-pricing{margin:0 auto 1.5rem}.includes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;background:var(--border);border:.5px solid var(--border);margin-top:3rem}.include-card{background:var(--black);padding:1.8rem;transition:background .2s}.include-card:hover{background:#c9a84c0a}.include-icon{font-size:1.6rem;margin-bottom:.9rem}.include-title{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--off-white);margin-bottom:.5rem;line-height:1.3}.include-desc{font-size:.82rem;color:var(--gray-muted);line-height:1.6}
