/* eParit V3 PRO */
*{box-sizing:border-box!important}
html,body{max-width:100%!important;overflow-x:hidden!important}
body{margin:0!important;background:#0f172a!important;color:#fff!important;font-family:Arial,Helvetica,sans-serif!important}

.header{
  background:#020617!important;padding:14px 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
  position:sticky!important;top:0!important;z-index:9999!important;box-shadow:0 8px 20px rgba(0,0,0,.28)!important
}
.logo{color:#ffd700!important;font-size:30px!important;font-weight:900!important;line-height:1!important}
.header-right{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important}
.menu-toggle{display:none;background:#ffd700!important;color:#000!important;border:0!important;width:46px!important;height:42px!important;border-radius:12px!important;font-size:26px!important;font-weight:900!important}
.btn{display:inline-block!important;background:#ffd700!important;color:#000!important;padding:10px 16px!important;border-radius:10px!important;text-decoration:none!important;font-weight:800!important;text-align:center!important;border:0!important}
.btn-green{background:#16a34a!important;color:#fff!important}.btn-red{background:#dc2626!important;color:#fff!important}.btn-dark{background:#111827!important;color:#fff!important}
.menu-backdrop{display:none}

.v3-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#020617,#111827 55%,#1e293b)!important;padding:82px 20px!important;text-align:center!important}
.hero-glow{position:absolute;width:420px;height:420px;background:rgba(255,215,0,.16);filter:blur(80px);border-radius:50%;top:-160px;left:50%;transform:translateX(-50%)}
.hero-inner{position:relative;max-width:960px;margin:auto}
.hero-badge{display:inline-block;background:rgba(255,215,0,.14);color:#ffd700;border:1px solid rgba(255,215,0,.35);padding:10px 20px;border-radius:50px;font-weight:900;margin-bottom:22px}
.hero h1{font-size:58px;line-height:1.05;margin:0;color:#ffd700;letter-spacing:-1.5px}
.hero p{font-size:21px;max-width:780px;margin:24px auto;line-height:1.55;color:#f8fafc}
.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:26px 0}
.pulse{animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.45)}70%{box-shadow:0 0 0 14px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}

.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:36px auto 0;max-width:880px}
.stat{background:rgba(30,41,59,.88);padding:24px;border-radius:20px;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.stat h2{font-size:34px;margin:0;color:#fff}.stat p{margin:8px 0 0;color:#cbd5e1;font-size:14px}

.section{padding:70px 24px;max-width:1200px;margin:auto}.title{text-align:center;font-size:38px;color:#ffd700;margin:0 0 36px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature{background:#1e293b;padding:30px;border-radius:20px;text-align:center;box-shadow:0 12px 28px rgba(0,0,0,.16);transition:.25s}.feature:hover{transform:translateY(-6px)}
.pro-card{border:1px solid rgba(255,215,0,.12)}

.live-section{background:#020617;padding:45px 24px;border-top:1px solid rgba(255,215,0,.08);border-bottom:1px solid rgba(255,215,0,.08)}
.live-wrap{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1.3fr;gap:26px;align-items:center}
.live-wrap h2{color:#ffd700;font-size:32px;margin:0 0 8px}.live-wrap p{color:#cbd5e1}
.ticker-box{background:#111827;border-radius:18px;padding:18px;box-shadow:0 12px 25px rgba(0,0,0,.18)}
.ticker-line{background:#1e293b;margin:8px 0;padding:12px 14px;border-radius:12px;color:#fff}

.income-section{background:linear-gradient(135deg,#facc15,#f97316);color:#000;padding:58px 24px}.income-wrap{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.income-box{background:#fff;padding:28px;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.18)}

.top-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.top-product{background:#fff;color:#111;border-radius:18px;padding:14px;display:flex;gap:14px;align-items:center;box-shadow:0 12px 25px rgba(0,0,0,.16)}.top-product img,.top-placeholder{width:90px;height:90px;border-radius:14px;object-fit:cover;background:#fbbf24;display:flex;align-items:center;justify-content:center}.top-product h3{margin:0 0 6px}.top-product strong{color:#16a34a}

.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{background:#fff;color:#111;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(0,0,0,.18);position:relative;transition:.25s}.product:hover{transform:translateY(-7px);box-shadow:0 20px 40px rgba(0,0,0,.25)}
.hot-ribbon{position:absolute;top:12px;right:-32px;background:#ef4444;color:#fff;z-index:3;transform:rotate(35deg);padding:6px 40px;font-size:12px;font-weight:900}
.product-img{height:200px;background:linear-gradient(135deg,#fbbf24,#f97316);display:flex;align-items:center;justify-content:center;font-size:45px;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:18px}.badge{display:inline-block;background:#dc2626;color:#fff;font-size:12px;padding:5px 11px;border-radius:20px;margin-bottom:8px}.product h3{margin:8px 0;font-size:19px}.product p{font-size:14px;color:#475569;min-height:38px}.rating{font-size:13px;color:#f59e0b;margin:8px 0}.price{font-size:23px;font-weight:900;color:#dc2626}.commission{color:#16a34a;font-weight:900;margin-top:6px}.sold{font-size:13px;color:#64748b;margin-top:7px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}

.testimonial-section{padding:70px 24px;background:#111827}.testimonials{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testi{background:#1e293b;border-radius:18px;padding:24px;box-shadow:0 10px 22px rgba(0,0,0,.18);line-height:1.5}

.cta{background:linear-gradient(135deg,#ffd700,#f97316);color:#000;text-align:center;padding:70px 20px}.cta h2{font-size:38px;margin:0 0 12px}.footer{background:#020617;color:#94a3b8;text-align:center;padding:24px}.whatsapp{position:fixed;right:18px;bottom:22px;background:#22c55e;color:#fff;padding:15px 22px;border-radius:50px;font-weight:900;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,.25);z-index:9998}

.join-popup{position:fixed;left:18px;bottom:22px;background:#fff;color:#111;width:300px;border-radius:18px;padding:22px;box-shadow:0 20px 50px rgba(0,0,0,.35);z-index:9997;display:none}.join-popup.show{display:block;animation:pop .25s ease-out}.popup-close{position:absolute;top:8px;right:10px;background:#ef4444;color:#fff;border:0;border-radius:50%;width:28px;height:28px;font-size:18px}.join-popup h3{margin:0 0 8px}@keyframes pop{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:950px){.stats{grid-template-columns:repeat(2,1fr)}.grid,.live-wrap,.income-wrap,.top-products,.testimonials{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){
.header{padding:14px 16px!important}.logo{font-size:32px!important}.menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important}.header-right{display:none!important;position:fixed!important;top:78px!important;right:14px!important;width:260px!important;max-width:calc(100vw - 28px)!important;background:#020617!important;border:1px solid rgba(255,215,0,.22)!important;border-radius:18px!important;padding:12px!important;box-shadow:0 18px 45px rgba(0,0,0,.55)!important;z-index:10001!important}.header-right.active{display:flex!important;flex-direction:column!important;gap:10px!important}.header-right .btn{width:100%!important;padding:14px!important;text-align:left!important}.menu-backdrop.active{display:block!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.35)!important;z-index:10000!important}
.v3-hero{padding:34px 16px 36px!important}.hero-badge{display:block;font-size:15px;line-height:1.25;padding:11px 14px;border-radius:28px}.hero h1{font-size:34px!important;line-height:1.08!important;max-width:360px;margin:auto}.hero p{font-size:18px!important;line-height:1.45!important;max-width:360px}.hero-actions{display:grid!important;grid-template-columns:1fr!important;max-width:260px;margin:18px auto 22px}.hero-actions .btn{width:100%;padding:12px}.stats{grid-template-columns:1fr 1fr!important;gap:12px}.stat{padding:16px 10px}.stat h2{font-size:26px}.stat p{font-size:13px}
.section{padding:46px 16px}.title{font-size:28px;line-height:1.2;margin-bottom:22px}.products{grid-template-columns:1fr!important}.product{max-width:360px;margin:auto}.product-img{height:210px}.product h3{font-size:22px}.product p{font-size:16px;min-height:0}.price{font-size:28px}.commission{font-size:18px}.live-section,.income-section,.testimonial-section{padding:42px 16px}.cta{padding:46px 16px 90px}.cta h2{font-size:28px}.footer{padding-bottom:90px}.whatsapp{right:12px;bottom:82px;padding:12px 16px;font-size:14px}.join-popup{left:12px;right:12px;bottom:140px;width:auto}.top-product{align-items:flex-start}.testimonials{grid-template-columns:1fr}
}
