*{box-sizing:border-box}
.sz{font-family:’Segoe UI’,Inter,system-ui,sans-serif;margin:0;padding:0;color:#1a1a2e}
/* ===== HERO ===== */
.sz-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 40%,#0f3460 100%);color:#fff;text-align:center;padding:110px 24px 90px;position:relative;overflow:hidden}
.sz-hero::before{content:”;position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(229,160,0,.12) 0%,transparent 60%);pointer-events:none}
.sz-hero-badge{display:inline-block;background:rgba(229,160,0,.18);border:1px solid rgba(229,160,0,.4);color:#f7c948;border-radius:50px;padding:7px 22px;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px}
.sz-hero h1{font-size:54px;font-weight:900;margin:0 0 22px;line-height:1.15;letter-spacing:-1px}
.sz-hero h1 em{font-style:normal;color:#f7c948}
.sz-hero p{font-size:20px;opacity:.82;max-width:620px;margin:0 auto 44px;line-height:1.65}
.sz-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:70px}
.sz-btn-primary{background:#f7c948;color:#1a1a2e;padding:16px 42px;border-radius:50px;font-size:17px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgba(247,201,72,.35)}
.sz-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(247,201,72,.5)}
.sz-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55);padding:16px 42px;border-radius:50px;font-size:17px;font-weight:700;text-decoration:none;transition:border-color .2s,background .2s}
.sz-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.sz-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);padding-top:44px}
.sz-stat-num{font-size:38px;font-weight:900;color:#f7c948;display:block;line-height:1}
.sz-stat-label{font-size:13px;opacity:.65;margin-top:6px;text-transform:uppercase;letter-spacing:1px}
/* ===== FEATURES ===== */
.sz-features{background:#fff;padding:88px 24px}
.sz-section-label{text-align:center;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#0f3460;margin-bottom:14px}
.sz-section-title{text-align:center;font-size:38px;font-weight:900;color:#1a1a2e;margin:0 0 14px;letter-spacing:-.5px}
.sz-section-sub{text-align:center;color:#666;font-size:18px;max-width:560px;margin:0 auto 56px;line-height:1.6}
.sz-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1080px;margin:0 auto}
.sz-feat-card{background:#f8f9ff;border-radius:20px;padding:40px 32px;text-align:center;border:1px solid #eef0ff;transition:transform .2s,box-shadow .2s}
.sz-feat-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(15,52,96,.1)}
.sz-feat-icon{width:70px;height:70px;background:linear-gradient(135deg,#0f3460,#16213e);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:30px}
.sz-feat-card h3{font-size:21px;font-weight:800;margin:0 0 12px;color:#1a1a2e}
.sz-feat-card p{color:#666;line-height:1.65;margin:0;font-size:15px}
/* ===== HOW IT WORKS ===== */
.sz-hiw{background:linear-gradient(135deg,#f8f9ff,#eef0ff);padding:88px 24px}
.sz-hiw-inner{max-width:860px;margin:0 auto}
.sz-steps{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:56px}
.sz-step{background:#fff;border-radius:20px;padding:36px 30px;display:flex;gap:20px;align-items:flex-start;box-shadow:0 4px 24px rgba(15,52,96,.07)}
.sz-step-num{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#0f3460,#1a1a2e);color:#f7c948;font-size:22px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sz-step-body h4{font-size:19px;font-weight:800;margin:0 0 8px;color:#1a1a2e}
.sz-step-body p{color:#666;margin:0;font-size:15px;line-height:1.6}
/* ===== PRODUCTS ===== */
.sz-products{background:#fff;padding:88px 24px;text-align:center}
/* ===== CTA ===== */
.sz-cta{background:linear-gradient(135deg,#1a1a2e 0%,#0f3460 100%);color:#fff;text-align:center;padding:90px 24px;position:relative;overflow:hidden}
.sz-cta::before{content:”;position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(247,201,72,.1),transparent 60%);pointer-events:none}
.sz-cta h2{font-size:42px;font-weight:900;margin:0 0 18px;letter-spacing:-.5px}
.sz-cta p{font-size:19px;opacity:.82;margin:0 0 44px;max-width:560px;display:inline-block}
.sz-cta-badges{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:44px}
.sz-cta-badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:50px;padding:9px 22px;font-size:14px;font-weight:600;color:#fff}
.sz-cta-badge span{color:#f7c948;margin-right:6px}
@media(max-width:768px){
.sz-hero h1{font-size:34px}
.sz-feat-grid{grid-template-columns:1fr}
.sz-steps{grid-template-columns:1fr}
.sz-stats{gap:32px}
.sz-cta h2{font-size:28px}
}
⚡ Fully Automated Digital Marketplace
Premium Digital Products,
Delivered Instantly
Download eBooks, templates, courses & tools the moment you pay. No waiting, no manual steps — 100% automated delivery around the clock.
Why Selfzilla
Everything You Need, Nothing You Don’t
Shop smarter with a marketplace built for speed, security, and simplicity.
⚡
Instant Download
Payment confirmed? Your files are ready. Automated delivery sends your download link within seconds — every single time.
Secure Checkout
SSL-encrypted transactions powered by Stripe. Your payment details are always safe and never stored.
♾️
Re-download Anytime
Every purchase is saved to your account forever. Log in and re-download your files any time, as many times as you need.
️
One-Time Payment
No monthly fees, no subscriptions, no hidden charges. Pay once and own your digital products outright.
Premium Quality
Every product is hand-picked and reviewed for quality. Only the best eBooks, templates, tools, and courses make the cut.
Friendly Support
Have a question or issue? Our support team is always ready to help you get the most out of every purchase.
Simple Process
How It Works
From browsing to downloading in under 2 minutes.
1
Browse the Store
Explore our growing library of premium digital products — eBooks, templates, software, courses, and more.
2
Add to Cart & Checkout
Select what you love, head to our lightning-fast checkout, and pay securely with your card or PayPal.
3
Get Instant Access
Your download link is emailed automatically the moment payment is complete. No waiting, ever.
4
Use & Re-download
Start using your product immediately. Your account dashboard keeps all purchases safe forever.
Featured Picks
Top Digital Downloads
Hand-picked products ready to use today.
Ready to Download Something Amazing?
Join smart shoppers worldwide getting premium digital products at the best prices.
✓ No Subscription
✓ Instant Delivery
✓ Secure Checkout
✓ Lifetime Access
Start Shopping Now →