*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Sora',sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;overflow-x:hidden}
:root{
  --blue:#006AFF;--blue-dk:#0052CC;--blue-lt:#EEF5FF;
  --sky:#f0f6ff;--border:#e5e9f0;--black:#0a0a0a;
}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--blue);color:#fff;font-family:'Sora',sans-serif;font-size:.9rem;font-weight:600;padding:.72rem 1.5rem;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:all .2s}
.btn:hover{background:var(--blue-dk);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,106,255,.25)}
.btn-out{background:transparent;color:var(--blue);border:2px solid var(--blue)}
.btn-out:hover{background:var(--blue-lt);box-shadow:none;transform:translateY(-1px)}
.btn-wh{background:#fff;color:#111;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.btn-wh:hover{background:#f5f5f5;box-shadow:0 4px 16px rgba(0,0,0,.15);transform:translateY(-1px)}
.btn-gh{background:rgba(255,255,255,.15);color:#fff;border:1.5px solid rgba(255,255,255,.3)}
.btn-gh:hover{background:rgba(255,255,255,.25)}
.btn-lg{font-size:1rem;padding:.9rem 2rem;border-radius:10px}
.tag{display:inline-block;background:#E8F0FE;color:#1557b0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.3rem .85rem;border-radius:99px;margin-bottom:1rem}
.tag-dk{background:rgba(0,106,255,.2);color:#6fa8ff}
.tag-wh{background:rgba(255,255,255,.08);color:rgba(255,255,255,.6)}
h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.06;letter-spacing:-.035em}
h2{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;line-height:1.12;letter-spacing:-.03em}
h3{font-size:1.05rem;font-weight:700}
p{line-height:1.75;color:#555}
.sec{padding:96px 5%}
.wrap{max-width:1100px;margin:0 auto}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.card{background:#fff;border-radius:16px;border:1px solid var(--border);transition:box-shadow .2s,transform .2s;overflow:hidden}
.card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-3px)}
@media(max-width:800px){
  .grid2,.grid3,.grid4{grid-template-columns:1fr}
  .hide-mob{display:none}
  .sec{padding:64px 5%}
  .cierre-box{padding:3rem 2rem!important}
  .callouts-row{flex-direction:column!important}
}

/* POPUP */
#popup{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.45);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:1.5rem}
.popup-box{background:#fff;border-radius:20px;padding:2.5rem;max-width:420px;width:100%;box-shadow:0 24px 64px rgba(0,0,0,.2);animation:popIn .35s cubic-bezier(.34,1.56,.64,1)}
@keyframes popIn{from{opacity:0;transform:scale(.88) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}
.popup-opt{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border:1.5px solid var(--border);border-radius:12px;cursor:pointer;margin-bottom:.6rem;transition:all .15s;text-decoration:none;color:inherit}
.popup-opt:hover{border-color:var(--blue);background:var(--blue-lt)}
.popup-opt strong{display:block;font-size:.95rem;color:#111}
.popup-opt span{font-size:.78rem;color:#888}
.popup-skip{text-align:center;margin-top:1.1rem}
.popup-skip button{background:none;border:none;font-size:.82rem;color:#999;cursor:pointer;font-family:'Sora',sans-serif;text-decoration:underline}

/* NAV */
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:0 5%;height:68px;display:flex;align-items:center;justify-content:space-between}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{text-decoration:none;color:#444;font-size:.875rem;font-weight:500;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.nav-right{display:flex;align-items:center;gap:1rem}
.nav-login{font-size:.875rem;font-weight:500;color:#444;text-decoration:none}
.nav-login:hover{color:var(--blue)}
/* CAROUSEL */
.carousel{border-radius:20px;overflow:hidden;position:relative;aspect-ratio:4/3;background:#111;box-shadow:0 24px 48px rgba(0,0,0,.12)}
.c-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem 1.5rem;opacity:0;transition:opacity .7s ease;pointer-events:none}
.c-slide.active{opacity:1;pointer-events:auto}
.c-label{position:absolute;top:1rem;left:1rem;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);color:rgba(255,255,255,.85);font-size:.7rem;font-weight:600;padding:.3rem .75rem;border-radius:20px;letter-spacing:.02em}
.c-chip{background:var(--blue);color:#fff;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .55rem;border-radius:5px;margin-bottom:.4rem;width:fit-content}
.c-title{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.3}
.c-sub{color:rgba(255,255,255,.5);font-size:.75rem;margin-top:.25rem}
.c-dots{position:absolute;bottom:1rem;right:1rem;display:flex;gap:5px}
.c-dot{height:6px;width:6px;border-radius:3px;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s;border:none;padding:0}
.c-dot.on{width:20px;background:#fff}

/* STATS */
#stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr)}
.stat-cell{padding:1.75rem 1.25rem;text-align:center;border-right:1px solid var(--border)}
.stat-cell:last-child{border-right:none}
.stat-n{font-size:1.9rem;font-weight:800;color:var(--blue);letter-spacing:-.04em;line-height:1}
.stat-l{font-size:.75rem;color:#888;font-weight:500;margin-top:.35rem;line-height:1.4}
@media(max-width:800px){.stats-row{grid-template-columns:1fr 1fr}.stat-cell:nth-child(2){border-right:none}.stat-cell:nth-child(3){border-top:1px solid var(--border)}.stat-cell:nth-child(4){border-top:1px solid var(--border);border-right:none}}

/* DARK */
.dark{background:var(--black)}
.dark h2{color:#fff}
.dark p{color:rgba(255,255,255,.5)}
.dark-card{display:flex;align-items:flex-start;gap:.85rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.1rem 1.25rem;margin-bottom:.75rem}
.dark-card .ci{width:36px;height:36px;background:rgba(0,106,255,.25);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.dark-card strong{color:#fff;font-weight:700;font-size:.95rem;display:block;margin-bottom:.15rem}
.dark-card em{color:rgba(255,255,255,.4);font-size:.83rem;font-style:normal;display:block;line-height:1.55}

/* CALLOUTS */
.callout-bar{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-top:2.5rem}
.callouts-row{display:flex;gap:1.5rem;flex-wrap:wrap}
.callout-item{flex:1;min-width:180px;display:flex;align-items:flex-start;gap:.75rem}
.callout-dot{width:10px;height:10px;background:var(--blue);border-radius:50%;flex-shrink:0;margin-top:.35rem}
.callout-item strong{color:#fff;font-size:.95rem;font-weight:700;display:block;margin-bottom:.15rem}
.callout-item span{color:rgba(255,255,255,.4);font-size:.82rem}

/* VIDEO PLACEHOLDER */
.video-box{background:linear-gradient(135deg,#0a0a14,#0d1a2e);border-radius:20px;aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.video-box::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,106,255,.15),transparent 60%)}
.video-play-btn{width:72px;height:72px;background:rgba(255,255,255,.12);border:2px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;z-index:1}
.video-play-btn:hover{background:rgba(255,255,255,.2);transform:scale(1.08)}
.video-play-btn::after{content:'';width:0;height:0;border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent #fff;margin-left:4px}
.video-caption{position:relative;z-index:1;text-align:center;margin-top:1.25rem}
.video-caption strong{color:#fff;font-size:.95rem;display:block}
.video-caption span{color:rgba(255,255,255,.4);font-size:.82rem}
.video-microcopy{position:absolute;bottom:1.25rem;left:0;right:0;text-align:center;color:rgba(255,255,255,.3);font-size:.75rem;font-weight:500;letter-spacing:.02em}

/* CHECKLIST */
.checklist{list-style:none;display:flex;flex-direction:column;gap:.9rem}
.checklist li{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.8);font-size:.95rem;font-weight:500}
.ck{width:20px;height:20px;background:rgba(0,106,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.65rem;color:#6fa8ff;font-weight:800}

/* TESTI */
.testi{background:#fff;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:2fr 5fr;border:1px solid var(--border)}
.testi-img{background:linear-gradient(135deg,#1a1a2e,#2d3561);display:flex;align-items:center;justify-content:center;min-height:220px}
.testi-body{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}
.testi-q{font-size:1.1rem;font-weight:600;color:#111;line-height:1.7;margin-bottom:1.25rem;font-style:italic;padding-left:1.25rem;position:relative}
.testi-q::before{content:'"';position:absolute;left:0;top:-.1rem;color:var(--blue);font-size:2.5rem;line-height:1;font-style:normal}
.testi-count{display:inline-block;background:var(--blue-lt);color:var(--blue);font-size:.8rem;font-weight:700;padding:.3rem .85rem;border-radius:99px;margin-top:.75rem}
@media(max-width:800px){.testi{grid-template-columns:1fr}.testi-img{min-height:140px}}

/* EARN */
.earn-box{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:2rem}
.earn-card{background:rgba(0,106,255,.15);border:1px solid rgba(0,106,255,.3);border-radius:14px;padding:1.5rem;margin-bottom:1.25rem}
.earn-lbl{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.45);margin-bottom:.3rem}
.earn-num{font-size:2.4rem;font-weight:800;color:#fff;letter-spacing:-.04em}
.earn-sub{font-size:.8rem;color:rgba(255,255,255,.4);margin-top:.3rem}
.step-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.step-list li{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:rgba(255,255,255,.65);font-weight:500}
.step-n{width:26px;height:26px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:#fff;flex-shrink:0}

/* PRICING */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{background:#fff;border-radius:20px;padding:2.5rem;position:relative;border:1.5px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.04)}
.price-card.feat{border-color:var(--blue);box-shadow:0 12px 40px rgba(0,106,255,.14)}
.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem 1.1rem;border-radius:99px;white-space:nowrap}
.price-tipo{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.35rem}
.price-name{font-size:1.15rem;font-weight:800;color:#111;margin-bottom:.25rem}
.price-desc{font-size:.85rem;color:#777;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee;line-height:1.55}
.price-num{font-size:3rem;font-weight:800;letter-spacing:-.05em;line-height:1;color:#111;margin-bottom:.2rem}
.price-period{font-size:.8rem;color:#999;margin-bottom:1.75rem}
.price-feats{list-style:none;margin-bottom:1.75rem;display:flex;flex-direction:column;gap:.75rem}
.price-feats li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:#444}
.pck{width:18px;height:18px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.58rem;flex-shrink:0;margin-top:2px}
.price-urgency{background:#E8F0FE;border-radius:8px;padding:.6rem .85rem;font-size:.78rem;font-weight:600;color:#1557b0;text-align:center;margin-bottom:1.1rem}
@media(max-width:800px){.price-grid{grid-template-columns:1fr}}

/* CIERRE */
.cierre-box{background:linear-gradient(150deg,#0a0a0a 0%,#0a1628 60%,#0d1b40 100%);border-radius:28px;padding:5rem 4rem;text-align:center;position:relative;overflow:hidden}
.cierre-box::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% -10%,rgba(0,106,255,.35),transparent 65%);pointer-events:none}
.cierre-in{position:relative;z-index:1}
.cierre-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:2.5rem 0;max-width:700px;margin-left:auto;margin-right:auto}
@media(max-width:800px){.cierre-options{grid-template-columns:1fr}}
.cierre-opt{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem 1.25rem;text-decoration:none;transition:all .2s;cursor:pointer}
.cierre-opt:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}
.cierre-opt .opt-icon{width:36px;height:36px;background:rgba(0,106,255,.3);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cierre-opt strong{display:block;color:#fff;font-size:.9rem;font-weight:700;text-align:left}
.cierre-opt span{color:rgba(255,255,255,.45);font-size:.75rem;text-align:left;display:block}
.cierre-trust{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}
.trust-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.4);font-size:.85rem;font-weight:500}
.trust-dot{width:5px;height:5px;background:var(--blue);border-radius:50%;flex-shrink:0}

/* FOOTER */
footer{background:var(--sky);border-top:1px solid var(--border);padding:3rem 5%}
.footer-in{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;max-width:1100px;margin:0 auto}
.footer-links{display:flex;gap:2rem;flex-wrap:wrap}
.footer-links a{text-decoration:none;font-size:.85rem;color:#888;transition:color .2s}
.footer-links a:hover{color:#111}

/* LINK BLUE */
.link-blue{color:var(--blue);font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}
.link-blue:hover{text-decoration:underline}
