:root{
  --bg:#080912;--surface:#10121e;--surface-2:#151827;--card:#121522;
  --text:#f7f8ff;--muted:#9aa0b8;--line:rgba(255,255,255,.09);
  --purple:#7c5cff;--purple-2:#a98bff;--blue:#4aa8ff;--green:#43e39f;
  --radius:22px;--shadow:0 30px 80px rgba(0,0,0,.35)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;background:
 radial-gradient(circle at 10% 10%,rgba(124,92,255,.12),transparent 32%),
 radial-gradient(circle at 90% 22%,rgba(74,168,255,.08),transparent 30%);pointer-events:none;z-index:-2}
.noise{position:fixed;inset:0;opacity:.035;pointer-events:none;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.nav-wrap{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(8,9,18,.72);backdrop-filter:blur(18px)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--text);font-family:"Space Grotesk";font-size:20px;font-weight:600;white-space:nowrap}
.brand b{color:var(--purple-2)}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--purple),var(--blue));box-shadow:0 8px 25px rgba(124,92,255,.3);font-weight:800}
.nav-links{display:flex;gap:28px}
.nav-links a,.footer-grid a{color:var(--muted);text-decoration:none;font-size:14px;transition:.2s}
.nav-links a:hover,.footer-grid a:hover{color:white}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:13px;padding:13px 18px;font-weight:700;text-decoration:none;color:white;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;font-family:inherit}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--purple),#6845f4);box-shadow:0 12px 30px rgba(124,92,255,.25)}
.btn-primary:hover{box-shadow:0 16px 40px rgba(124,92,255,.38)}
.btn-discord{background:#5865f2;font-size:14px}
.btn-ghost{background:rgba(255,255,255,.055);border:1px solid var(--line)}
.btn-light{background:white;color:#141525}
.full{width:100%}
.icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:white;cursor:pointer;position:relative}
.cart-count{position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:50%;background:var(--purple);font-size:11px;display:grid;place-items:center;font-weight:800}
.mobile-toggle{display:none;background:none;border:0;color:white;font-size:24px}
.hero{min-height:720px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:56px;padding-top:60px;padding-bottom:78px}
.eyebrow,.section-kicker{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:var(--purple-2)}
.eyebrow{display:flex;align-items:center;gap:9px}
.eyebrow span{width:30px;height:2px;background:linear-gradient(90deg,var(--purple),transparent)}
h1,h2,h3{font-family:"Space Grotesk",sans-serif;line-height:1.08;margin:0}
h1{font-size:clamp(46px,5vw,72px);letter-spacing:-.045em;margin:20px 0 22px}
h1 em,h2 em{font-style:normal;background:linear-gradient(100deg,var(--purple-2),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{max-width:610px;color:var(--muted);font-size:18px}
.hero-actions{display:flex;gap:12px;margin:32px 0}
.hero-trust{display:flex;align-items:center;gap:14px;margin-top:38px}
.avatars{display:flex}
.avatars span{width:36px;height:36px;margin-left:-8px;border:3px solid var(--bg);border-radius:50%;display:grid;place-items:center;background:var(--surface-2);font-weight:800;font-size:12px}
.avatars span:first-child{margin-left:0;background:var(--purple)}
.stars{color:#ffd66b;letter-spacing:2px;font-size:12px}
.hero-trust small{color:var(--muted)}
.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}
.glow{position:absolute;border-radius:50%;filter:blur(70px)}
.glow-one{width:330px;height:330px;background:rgba(124,92,255,.28);top:10%;left:5%}
.glow-two{width:260px;height:260px;background:rgba(74,168,255,.18);bottom:7%;right:0}
.dashboard-card{width:100%;max-width:620px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(15,17,29,.88);box-shadow:var(--shadow);overflow:hidden;transform:perspective(1100px) rotateY(-4deg) rotateX(2deg);position:relative}
.dash-top{height:52px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 17px;color:var(--muted);font-size:12px}
.dash-dots{display:flex;gap:6px}.dash-dots i{width:8px;height:8px;border-radius:50%;background:#44485c}.dash-dots i:first-child{background:#ff6678}.dash-dots i:nth-child(2){background:#ffc857}.dash-dots i:nth-child(3){background:#43d994}
.status-pill{color:var(--green);background:rgba(67,227,159,.1);padding:5px 9px;border-radius:20px}
.dash-body{display:grid;grid-template-columns:64px 1fr;min-height:390px}
.dash-sidebar{border-right:1px solid var(--line);padding:16px 13px;display:flex;align-items:center;flex-direction:column;gap:19px}
.mini-logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--blue));display:grid;place-items:center;font-weight:800}
.dash-nav{width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.05)}
.dash-nav.active{background:rgba(124,92,255,.22);border:1px solid rgba(124,92,255,.4)}
.dash-content{padding:25px}
.dash-welcome{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.dash-welcome small,.stat-card span,.stat-card small,.chart-head small{display:block;color:var(--muted);font-size:11px}
.dash-welcome strong{display:block;font-size:17px;margin-top:4px}
.server-badge{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--purple),#4131a4);display:grid;place-items:center;font-weight:800}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.stat-card,.chart-card{border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:15px;padding:15px}
.stat-card b{display:block;font-size:23px;margin:5px 0}
.stat-card small{color:var(--green)}
.chart-card{margin-top:13px}
.chart-head{display:flex;justify-content:space-between;font-size:12px}
.fake-chart{height:120px;display:flex;align-items:end;gap:10px;padding-top:16px}
.fake-chart i{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--purple),rgba(124,92,255,.18))}
.floating-chip{position:absolute;border:1px solid rgba(255,255,255,.14);background:rgba(18,21,34,.93);box-shadow:0 15px 40px rgba(0,0,0,.35);border-radius:12px;padding:10px 14px;font-size:12px;font-weight:700;backdrop-filter:blur(12px)}
.chip-one{left:-10px;bottom:70px}.chip-two{right:-10px;top:90px;color:var(--green)}
.logos-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.018)}
.logos-inner{height:86px;display:flex;align-items:center;justify-content:space-between;color:#565a71;font-family:"Space Grotesk";font-weight:700;letter-spacing:.12em;font-size:13px}
.section{padding-top:110px;padding-bottom:110px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.section-head h2,.center-head h2,.hosting-copy h2,.cta h2{font-size:clamp(35px,4vw,52px);letter-spacing:-.035em;margin:10px 0}
.section-head p,.center-head p,.hosting-copy p,.cta p{color:var(--muted)}
.filters{display:flex;gap:8px;padding:5px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}
.filter{border:0;color:var(--muted);background:transparent;padding:9px 13px;border-radius:9px;cursor:pointer;font-weight:600}
.filter.active{background:var(--purple);color:white}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.018));padding:22px;transition:.25s}
.product-card:hover{transform:translateY(-6px);border-color:rgba(124,92,255,.45);box-shadow:0 20px 55px rgba(0,0,0,.22)}
.product-top{display:flex;align-items:flex-start;justify-content:space-between}
.product-icon{width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,var(--icon-a),var(--icon-b));display:grid;place-items:center;font-size:25px;box-shadow:0 13px 30px color-mix(in srgb,var(--icon-a),transparent 70%)}
.free-badge{font-size:10px;font-weight:800;letter-spacing:.1em;padding:6px 8px;border-radius:20px;background:rgba(67,227,159,.1);color:var(--green);border:1px solid rgba(67,227,159,.2)}
.product-card h3{font-size:21px;margin:22px 0 9px}.product-card p{color:var(--muted);font-size:14px;min-height:67px}
.tags{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0}
.tag{font-size:10px;color:#adb2c8;border:1px solid var(--line);padding:5px 7px;border-radius:7px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px}
.product-price b{font-size:19px}.product-price small{display:block;color:var(--muted);font-size:10px}
.add-button{width:38px;height:38px;border-radius:11px;border:0;background:rgba(124,92,255,.14);color:var(--purple-2);font-size:20px;cursor:pointer;transition:.2s}
.add-button:hover{background:var(--purple);color:white}
.hosting-section{padding:110px 0;background:linear-gradient(180deg,transparent,rgba(124,92,255,.06),transparent);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hosting-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:90px}
.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{margin:13px 0;color:#d6d8e5}.check-list span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(67,227,159,.1);color:var(--green);margin-right:9px;font-size:12px}
.fine-print{color:#70758d}
.hosting-card{border:1px solid rgba(124,92,255,.42);background:linear-gradient(150deg,rgba(124,92,255,.13),rgba(255,255,255,.025));padding:34px;border-radius:25px;box-shadow:var(--shadow);position:relative}
.plan-badge{position:absolute;right:24px;top:24px;color:var(--green);background:rgba(67,227,159,.1);border:1px solid rgba(67,227,159,.18);padding:6px 9px;border-radius:20px;font-size:10px;font-weight:800}
.plan-title{font-weight:700;color:#d7d9e8}.price{font-family:"Space Grotesk";font-size:75px;font-weight:700;line-height:1;margin:25px 0}.price>span{font-size:25px;color:var(--muted);vertical-align:top}.price small{font-family:Inter;font-size:13px;color:var(--muted);font-weight:500}
.plan-lines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin-bottom:22px}.plan-lines div{display:flex;justify-content:space-between;padding:8px 0;color:var(--muted);font-size:13px}.plan-lines b{color:white}
.plan-note{text-align:center;color:var(--muted);font-size:11px;margin:11px 0 0}
.center-head{text-align:center;margin-bottom:46px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.feature-card{border:1px solid var(--line);border-radius:18px;padding:25px;background:rgba(255,255,255,.022)}
.feature-icon{font-size:22px;width:45px;height:45px;border-radius:13px;background:rgba(124,92,255,.12);display:grid;place-items:center;margin-bottom:21px}
.feature-card h3{font-size:18px}.feature-card p{color:var(--muted);font-size:13px}
.cta-wrap{padding-bottom:110px}.cta{border-radius:28px;padding:58px;background:linear-gradient(120deg,#6d4cf3,#4c78ef);display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}
.cta::after{content:"";position:absolute;width:350px;height:350px;border:70px solid rgba(255,255,255,.08);border-radius:50%;right:-80px;top:-170px}
.cta>*{position:relative;z-index:1}.cta .section-kicker{color:#ded8ff}.cta p{color:#e4e5ff}
.faq-section{padding-top:20px}.faq-list{max-width:830px;margin:auto}
details{border:1px solid var(--line);background:rgba(255,255,255,.022);border-radius:15px;margin:11px 0;padding:0 20px}
summary{padding:19px 0;cursor:pointer;font-weight:700;list-style:none;display:flex;justify-content:space-between}
summary::after{content:"+";color:var(--purple-2);font-size:21px}details[open] summary::after{content:"–"}
details p{color:var(--muted);font-size:14px;margin:0 0 20px}
footer{border-top:1px solid var(--line);padding:65px 0 25px;background:#070810}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand p{color:var(--muted);font-size:13px;max-width:290px}.footer-grid h4{font-size:13px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.footer-bottom{border-top:1px solid var(--line);margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;color:#696e84;font-size:11px}
.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(4px);z-index:90;opacity:0;pointer-events:none;transition:.25s}
.drawer-backdrop.open,.modal-backdrop.open{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(440px,100%);background:#0d0f19;border-left:1px solid var(--line);z-index:100;padding:28px;display:flex;flex-direction:column;transform:translateX(100%);transition:.3s}
.cart-drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head h3{font-size:28px;margin-top:4px}
.close-btn{border:1px solid var(--line);background:transparent;color:white;border-radius:10px;width:38px;height:38px;font-size:24px;cursor:pointer}
.cart-items{flex:1;overflow:auto;padding:24px 0}.empty-cart{text-align:center;color:var(--muted);padding:70px 20px}.empty-cart span{display:block;font-size:38px;margin-bottom:10px}
.cart-item{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:14px;margin-bottom:10px}
.cart-item-icon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:var(--surface-2);font-size:22px}
.cart-item b{display:block;font-size:13px}.cart-item small{color:var(--green)}
.remove-item{border:0;background:none;color:#8f94a9;font-size:20px;cursor:pointer}
.cart-footer{border-top:1px solid var(--line);padding-top:20px}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px}.cart-footer>small{display:block;text-align:center;color:var(--muted);font-size:10px;margin-top:10px}
.modal-backdrop{display:grid;place-items:center;z-index:110;padding:20px}
.success-modal{width:min(460px,100%);border:1px solid var(--line);border-radius:23px;padding:36px;background:#11131f;text-align:center;transform:scale(.94);transition:.2s}
.modal-backdrop.open .success-modal{transform:scale(1)}
.success-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:rgba(67,227,159,.1);color:var(--green);font-size:28px;margin:0 auto 20px}
.success-modal h3{font-size:28px;margin:9px 0}.success-modal p{color:var(--muted);font-size:14px}.text-button{border:0;background:none;color:var(--muted);margin-top:15px;cursor:pointer}
.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);background:white;color:#161725;padding:11px 17px;border-radius:12px;font-weight:700;font-size:12px;opacity:0;pointer-events:none;transition:.25s;z-index:200}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1000px){
 .nav-links{display:none}.mobile-toggle{display:block;order:2}.nav-actions{margin-left:auto}
 .nav-links.open{display:flex;position:absolute;left:20px;right:20px;top:76px;background:#11131f;border:1px solid var(--line);border-radius:15px;padding:18px;flex-direction:column}
 .hero{grid-template-columns:1fr;padding-top:100px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}
 .hero-visual{min-height:480px}.product-grid{grid-template-columns:repeat(2,1fr)}.hosting-grid{grid-template-columns:1fr;gap:45px}.feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
 .container{width:min(100% - 28px,1180px)}.nav-actions .btn-discord{display:none}.hero{padding-top:65px;min-height:auto}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}
 .dashboard-card{transform:none}.dash-body{grid-template-columns:48px 1fr}.dash-sidebar{padding:12px 7px}.dash-content{padding:16px}.stat-grid{grid-template-columns:1fr}.stat-card:nth-child(n+2){display:none}
 .chip-one{left:5px}.chip-two{right:4px}.logos-inner{overflow:hidden;gap:35px;justify-content:flex-start}.section{padding:78px 0}
 .section-head{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.cta{padding:38px 27px;flex-direction:column;align-items:flex-start;gap:20px}
 .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}.hosting-section{padding:80px 0}.hosting-card{padding:25px}
}
