:root{
  --bg:#f4f8ff;
  --bg-2:#fffdfa;
  --panel:#ffffff;
  --text:#10224a;
  --muted:#5570a6;
  --navy:#0c2b73;
  --blue:#145ad8;
  --cyan:#1cc6d3;
  --cyan-2:#28d2de;
  --line:#d7e4f7;
  --shadow:0 28px 70px rgba(10,48,124,.16);
  --shadow-soft:0 16px 38px rgba(7,43,110,.08);
  --radius:34px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,#dcf4ff 0,#eff8ff 28%,#f7f8fb 62%,#fffaf6 100%)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
[id]{scroll-margin-top:108px}
.container{width:min(100% - 48px,1180px);margin:0 auto}

.promo-bar{position:sticky;top:0;z-index:90;background:linear-gradient(90deg,#1850cc 0%,#29c4d0 100%);box-shadow:0 8px 18px rgba(8,48,126,.14)}
.promo-inner{min-height:58px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-weight:800;font-size:15px;padding:6px 14px;text-align:center;flex-wrap:wrap}
.promo-pill,.promo-link,.countdown{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28)}
.promo-pill{padding:7px 12px}
.countdown{padding:8px 12px;min-width:92px;background:#fff;color:var(--navy);font-weight:900}
.promo-link{padding:8px 14px;transition:transform .2s ease,background .2s ease}
.promo-link:hover{background:rgba(255,255,255,.22);transform:translateY(-1px)}

.site-header{padding:18px 0 0;position:relative;z-index:40}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-icon{width:54px;height:54px;border-radius:18px;box-shadow:var(--shadow-soft)}
.brand-copy{display:grid;gap:2px}
.brand-copy strong{font-size:17px;line-height:1;color:var(--navy);letter-spacing:-.03em}
.brand-copy span{font-size:12px;line-height:1.25;color:var(--muted);font-weight:700}
.menu-wrap{position:relative;display:flex;align-items:center;margin-left:auto}
.menu-toggle{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);background:rgba(255,255,255,.92);color:var(--navy);border-radius:18px;padding:12px 14px;box-shadow:var(--shadow-soft);font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.menu-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(11,43,115,.12)}
.menu-icon{width:18px;height:14px;position:relative;display:inline-block}
.menu-icon::before,.menu-icon::after,.menu-icon span{content:"";position:absolute;left:0;right:0;height:2px;background:var(--navy);border-radius:999px;transition:transform .25s ease,opacity .2s ease,top .25s ease}
.menu-icon::before{top:0}.menu-icon span{top:6px}.menu-icon::after{top:12px}
.menu-wrap.is-open .menu-icon::before{top:6px;transform:rotate(45deg)}
.menu-wrap.is-open .menu-icon span{opacity:0}.menu-wrap.is-open .menu-icon::after{top:6px;transform:rotate(-45deg)}
.menu-panel{position:absolute;right:0;top:calc(100% + 12px);width:min(290px,calc(100vw - 28px));background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:24px;box-shadow:0 22px 48px rgba(7,44,110,.14);padding:14px;display:grid;gap:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}
.menu-wrap.is-open .menu-panel{opacity:1;visibility:visible;transform:translateY(0)}
.menu-panel a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;border-radius:16px;border:1px solid transparent;font-weight:800;color:var(--navy);background:#fff;transition:background .2s ease,transform .2s ease,border-color .2s ease}
.menu-panel a::after{content:"›";font-size:18px;color:var(--blue)}
.menu-panel a:hover{background:#f3f8ff;border-color:var(--line);transform:translateX(2px)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:18px;padding:15px 20px;font-weight:900;letter-spacing:-.015em;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;text-align:center}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(90deg,var(--blue),var(--cyan));color:#fff;box-shadow:0 16px 30px rgba(20,90,216,.22)}
.btn-secondary{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.btn-buy{background:#fff;color:var(--navy);box-shadow:0 16px 30px rgba(255,255,255,.16)}
.btn-subtle{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.28)}
.btn-subtle:hover{background:rgba(255,255,255,.22)}
.btn-linkish{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:var(--shadow-soft)}

.hero{padding:44px 0 48px}
.hero-wide{padding:4px 0 0}
.hero h1{font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-.07em;margin:0 0 18px;color:var(--navy);max-width:980px}
.lead{font-size:clamp(18px,2vw,24px);line-height:1.5;color:var(--muted);max-width:760px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 20px}
.trust-row{display:flex;gap:12px 20px;flex-wrap:wrap;color:var(--muted);font-weight:850;font-size:14px}.trust-row span{display:inline-flex;gap:7px;align-items:center}.trust-row span::before{content:"✓";color:var(--cyan);font-weight:950}

.section{padding:46px 0}
.section.product-close{padding-bottom:20px}
.section-title{font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 14px;color:var(--navy)}
.section-lead{font-size:18px;line-height:1.6;color:var(--muted);margin:0;max-width:780px}
.panel{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:34px}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}
.value-list{display:grid;gap:12px;margin-top:24px}
.value-item{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 16px;font-weight:850}
.value-item::before{content:"✓";color:var(--cyan);font-weight:950}
.about-photo{background:linear-gradient(135deg,#103bc0,#18c6cf);border-radius:30px;padding:18px;box-shadow:var(--shadow);display:grid;place-items:center}
.about-photo img{width:100%;max-height:560px;object-fit:cover;border-radius:24px;box-shadow:0 20px 50px rgba(6,36,95,.22)}

.includes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.include-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-soft)}
.include-card h3{margin:0 0 8px;color:var(--navy);font-size:20px}
.include-card p{margin:0;color:var(--muted);line-height:1.5}

.guides-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:26px}
.guide-card{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:.42fr .58fr;gap:20px;align-items:center}
.guide-cover{background:#eef7ff;border-radius:22px;padding:14px;box-shadow:inset 0 -24px 44px rgba(7,36,97,.06)}
.guide-cover img{width:100%;aspect-ratio:3/4;object-fit:contain;object-position:center center;background:#eef7ff;border-radius:18px;box-shadow:0 12px 26px rgba(6,36,95,.16)}
.guide-card h3{font-size:28px;line-height:1.02;margin:0 0 10px;color:var(--navy);letter-spacing:-.035em}
.guide-card p{color:var(--muted);font-size:16px;line-height:1.45;margin:0 0 14px}
.mini-list{display:grid;gap:7px;margin:0 0 16px;padding:0;list-style:none;color:var(--text);font-weight:800;font-size:14px}
.mini-list li{display:flex;gap:8px}.mini-list li::before{content:"✓";color:var(--cyan);font-weight:950}
.price-line{font-size:16px;font-weight:950;margin-bottom:14px;color:var(--navy)}.price-line strong{font-size:28px;color:var(--blue)}

.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.preview-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);overflow:hidden}
.preview-card img{width:100%;height:360px;object-fit:cover;object-position:top;border-radius:24px 24px 0 0}.preview-card div{padding:14px 16px;font-weight:900;color:var(--navy)}
.cta-panel{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;background:linear-gradient(135deg,#eefbff,#fff);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-soft);padding:34px;margin-top:24px}.cta-panel h2{margin:0 0 8px;font-size:clamp(30px,3vw,48px);line-height:1.05;letter-spacing:-.045em;color:var(--navy)}.cta-panel p{margin:0;color:var(--muted);font-size:17px;line-height:1.5}
.footer{padding:24px 0 32px;color:var(--muted);font-size:14px}.footer-inner{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap}.socials{display:flex;gap:10px}.social-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:linear-gradient(135deg,#145ad8,#17c6d0);box-shadow:0 12px 24px rgba(20,90,216,.18)}.social-icon{width:20px;height:20px}

.product-hero{padding:52px 0 48px}.product-grid{display:grid;grid-template-columns:1fr .86fr;gap:46px;align-items:center}.product-photo{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}.product-photo img{width:100%;height:520px;object-fit:cover;border-radius:32px}.product-photo.deudas img{object-position:center center}.product-photo.roblox img{object-position:center 42%}
.price-box{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:22px;padding:14px 18px;margin:8px 0 24px;font-weight:900;color:var(--navy)}.price-box b{font-size:32px;color:var(--blue)}
.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center}.check-list{display:grid;gap:12px;margin-top:22px}.check-list div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 16px;font-weight:850;color:var(--text);display:flex;gap:10px}.check-list div::before{content:"✓";font-weight:950;color:var(--cyan)}.photo-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.photo-card img{width:100%;height:420px;object-fit:cover;border-radius:var(--radius)}
.sale-card{background:linear-gradient(135deg,#092b7f,#17c6d0);color:#fff;border-radius:30px;padding:34px;box-shadow:var(--shadow)}.sale-card h2{margin:0 0 12px;font-size:clamp(32px,3.8vw,58px);line-height:1.02;letter-spacing:-.05em}.sale-card p{color:rgba(255,255,255,.9);line-height:1.55;font-size:18px}.sale-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:18px 0 0}.sale-actions .btn{min-width:220px}.legal-note{font-size:13px;color:var(--muted);line-height:1.55;margin-top:14px}.fine{font-size:13px;color:rgba(255,255,255,.82)!important;line-height:1.55;margin-top:18px!important}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .68s ease,transform .68s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.btn,.guide-card,.include-card,.preview-card,.photo-card,.panel,.sale-card,.product-photo,.menu-toggle{will-change:transform}.guide-card:hover,.include-card:hover,.preview-card:hover,.photo-card:hover{transform:translateY(-3px)}

@media(max-width:940px){
  .promo-inner{gap:8px;font-size:12px;padding:6px 10px}
  .site-header{padding:14px 0 0}
  .brand-copy strong{font-size:15px}
  .brand-copy span{font-size:11px}
  .container{width:min(100% - 28px,1180px)}
  .menu-toggle{padding:11px 12px;border-radius:16px}
  .menu-toggle .menu-label{display:none}
  .hero{padding:30px 0 38px}.hero h1{font-size:clamp(42px,12vw,64px)}.lead{font-size:18px}.hero-actions .btn{flex:1;min-width:140px}
  .product-grid,.about-grid,.split-section{grid-template-columns:1fr;gap:26px}
  .guides-grid,.preview-grid,.includes-grid{grid-template-columns:1fr}
  .guide-card{grid-template-columns:1fr;gap:18px}
  .guide-cover img{max-height:340px;width:auto;margin:auto}
  .preview-card img{height:430px}
  .cta-panel{grid-template-columns:1fr;padding:24px}
  .product-photo img{height:420px}
  .sale-card{padding:26px}
  .footer-inner{align-items:flex-start}
  .about-photo{order:-1}
  .about-photo img{max-height:620px}
  .section-title{font-size:clamp(32px,9vw,48px)}
}
@media(max-width:560px){
  [id]{scroll-margin-top:98px}
  .promo-bar{min-height:52px}.promo-inner{min-height:52px}.promo-pill{padding:6px 10px}.countdown{padding:7px 10px;min-width:82px}.promo-link{padding:7px 12px}
  .brand{gap:10px}.brand-icon{width:48px;height:48px}.brand-copy strong{font-size:14px}.brand-copy span{font-size:10px}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding:14px 15px}.section{padding:34px 0}.guide-card{padding:18px}.product-photo img{height:360px}.photo-card img{height:320px}.preview-card img{height:360px}.include-card{padding:17px}.footer-inner{display:grid}.socials{justify-content:flex-start}.trust-row{font-size:13px;gap:9px 12px}.hero h1{font-size:43px}.hero .lead{max-width:100%}
  .sale-actions{width:100%}.sale-actions .btn,.hero-actions .btn{width:100%}
  .menu-panel{right:-4px;width:min(280px,calc(100vw - 20px))}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.reveal,.menu-panel,.menu-toggle{transition:none}.btn:hover,.guide-card:hover,.include-card:hover,.preview-card:hover,.photo-card:hover{transform:none}.reveal{opacity:1;transform:none}}


/* Ajustes finales v32 */
.brand-icon{
  object-fit:contain;
  padding:7px;
  background:#fff;
  border:1px solid rgba(215,228,247,.95);
}
.product-hero h1{
  font-size:clamp(58px,6.4vw,92px);
  line-height:.92;
  letter-spacing:-.075em;
  margin:0 0 22px;
  color:var(--navy);
  max-width:760px;
}
.sale-card{
  padding:42px;
}
.sale-actions{
  width:100%;
  align-items:flex-start;
  gap:12px;
}
.final-price{
  display:inline-flex;
  align-items:baseline;
  gap:12px;
  background:rgba(255,255,255,.98);
  color:var(--navy);
  border:1px solid rgba(255,255,255,.6);
  border-radius:24px;
  padding:14px 22px;
  box-shadow:0 14px 30px rgba(4,35,102,.16);
  margin:4px 0 2px;
}
.final-price span{
  font-weight:900;
  font-size:16px;
}
.final-price strong{
  color:var(--blue);
  font-size:clamp(34px,3.4vw,52px);
  line-height:1;
  letter-spacing:-.045em;
}
.sale-actions .btn-buy{
  font-size:clamp(22px,2.4vw,32px);
  min-width:min(100%,360px);
  padding:20px 30px;
  border-radius:22px;
}
.sale-actions .btn-subtle{
  font-size:18px;
  min-width:min(100%,300px);
  padding:17px 24px;
  border-radius:20px;
  font-weight:900;
}
.guide-cover img,
.product-photo img,
.photo-card img,
.preview-card img,
.about-photo img{
  border-radius:26px;
}
@media(max-width:940px){
  .product-hero h1{
    font-size:clamp(48px,11vw,70px);
    line-height:.95;
  }
  .sale-card{
    padding:30px;
  }
  .sale-actions{
    align-items:stretch;
  }
  .final-price{
    width:100%;
    justify-content:center;
  }
}
@media(max-width:560px){
  .brand-icon{
    width:50px;
    height:50px;
    padding:7px;
    border-radius:17px;
  }
  .brand-copy strong{
    font-size:15px;
  }
  .brand-copy span{
    font-size:11px;
  }
  .product-hero h1{
    font-size:44px;
    letter-spacing:-.065em;
  }
  .sale-card h2{
    font-size:38px;
  }
  .sale-actions .btn-buy{
    font-size:24px;
    padding:19px 24px;
  }
  .sale-actions .btn-subtle{
    font-size:17px;
    padding:16px 20px;
  }
  .final-price strong{
    font-size:38px;
  }
}


/* Ajuste final v33: cierre de compra más limpio */
.product-final-grid{
  align-items:stretch;
}
.product-final-grid > div:first-child,
.product-final-grid .sale-card{
  height:100%;
}
.buy-box{
  width:100%;
  max-width:560px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:12px;
  align-items:stretch;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(255,255,255,.7);
  border-radius:28px;
  padding:12px;
  box-shadow:0 22px 44px rgba(4,35,102,.16);
  margin:22px 0 0;
}
.buy-box .final-price{
  margin:0;
  width:100%;
  min-height:88px;
  justify-content:center;
  background:linear-gradient(180deg,#ffffff,#f3f8ff);
  box-shadow:none;
  border:1px solid #dce8fb;
  border-radius:20px;
  padding:12px 16px;
}
.buy-box .final-price span{
  color:var(--navy);
  opacity:.9;
}
.buy-box .final-price strong{
  font-size:clamp(34px,3.4vw,48px);
}
.buy-box .btn-buy{
  width:100%;
  min-width:0;
  min-height:88px;
  font-size:clamp(24px,2.5vw,34px);
  padding:18px 26px;
  border-radius:20px;
  color:#fff;
  background:linear-gradient(90deg,#145ad8,#18c6cf);
  box-shadow:0 16px 34px rgba(0,33,120,.24);
}
.product-return{
  display:flex;
  justify-content:center;
  margin:28px 0 0;
}
.product-return .btn{
  min-width:230px;
  border-radius:20px;
  color:var(--blue);
  background:#fffaf3;
  border:1px solid #eadfd1;
  box-shadow:0 14px 30px rgba(7,43,110,.08);
}
.sale-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sale-card .fine{
  margin-top:20px!important;
}

@media(max-width:760px){
  .buy-box{
    grid-template-columns:1fr;
    max-width:100%;
    padding:10px;
    border-radius:24px;
  }
  .buy-box .final-price,
  .buy-box .btn-buy{
    min-height:74px;
    border-radius:18px;
  }
  .product-return{
    margin-top:20px;
  }
  .product-return .btn{
    width:100%;
  }
}
