
:root{
  --bg:#070912;--bg2:#0c1020;--panel:#101526;--panel2:#151b31;
  --text:#f6f7ff;--muted:#99a1ba;--line:rgba(255,255,255,.085);
  --purple:#7b61ff;--purple2:#a88cff;--blue:#4ba3ff;--cyan:#54d6ff;
  --green:#45e0a1;--yellow:#ffd166;--red:#ff6d83;
  --radius:22px;--shadow:0 30px 80px rgba(0,0,0,.38)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
radial-gradient(circle at 8% 12%,rgba(123,97,255,.13),transparent 30%),
radial-gradient(circle at 92% 18%,rgba(75,163,255,.09),transparent 26%),
var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.6}
a{color:inherit}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.nav-wrap{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:rgba(7,9,18,.74);backdrop-filter:blur(18px)}
.nav{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-family:"Space Grotesk";font-weight:700}
.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--purple),var(--blue));box-shadow:0 12px 30px rgba(123,97,255,.28)}
.brand b{color:var(--purple2)}
.nav-links{display:flex;gap:26px;margin-left:auto}
.nav-links a{text-decoration:none;color:var(--muted);font-size:14px;transition:.2s;position:relative}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:linear-gradient(90deg,var(--purple),var(--blue));border-radius:5px}
.nav-actions{display:flex;gap:10px;align-items:center}
.mobile-toggle{display:none;background:none;border:0;color:white;font-size:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:13px;padding:13px 18px;font-weight:800;text-decoration:none;color:white;cursor:pointer;transition:.2s;font-family:inherit}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--purple),#6546ec);box-shadow:0 14px 34px rgba(123,97,255,.28)}
.btn-discord{background:#5865f2}
.btn-ghost{background:rgba(255,255,255,.045);border:1px solid var(--line)}
.btn-light{background:#fff;color:#101426}
.icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.045);color:white;cursor:pointer;position:relative}
.cart-count{position:absolute;top:-6px;right:-6px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--purple);font-size:11px}
.hero{min-height:690px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:74px 0}
.eyebrow,.section-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--purple2)}
h1,h2,h3{font-family:"Space Grotesk";line-height:1.08;margin:0}
h1{font-size:clamp(46px,5.5vw,74px);letter-spacing:-.05em;margin:20px 0}
h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.035em}
h1 em,h2 em{font-style:normal;background:linear-gradient(100deg,var(--purple2),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p,.page-hero p,.section-head p{color:var(--muted);font-size:17px}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.hero-visual{position:relative}
.glow{position:absolute;border-radius:50%;filter:blur(70px)}
.glow.one{width:330px;height:330px;background:rgba(123,97,255,.28);left:0;top:10%}
.glow.two{width:260px;height:260px;background:rgba(75,163,255,.18);right:0;bottom:0}
.mockup{position:relative;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(14,18,33,.9);box-shadow:var(--shadow);overflow:hidden}
.mock-top{height:52px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:var(--muted);font-size:12px}
.dots{display:flex;gap:6px}.dots i{width:8px;height:8px;border-radius:50%;background:#4b5167}.dots i:first-child{background:var(--red)}.dots i:nth-child(2){background:var(--yellow)}.dots i:nth-child(3){background:var(--green)}
.mock-body{display:grid;grid-template-columns:70px 1fr;min-height:420px}
.mock-side{border-right:1px solid var(--line);padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:17px}
.side-pill{width:32px;height:32px;border-radius:10px;background:rgba(255,255,255,.05)}
.side-pill.active{background:rgba(123,97,255,.18);border:1px solid rgba(123,97,255,.4)}
.mock-content{padding:24px}
.status-row{display:flex;align-items:center;justify-content:space-between}
.status-dot{color:var(--green);font-size:12px}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.metric-card{padding:16px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.025)}
.metric-card span,.metric-card small{display:block;color:var(--muted);font-size:11px}.metric-card b{display:block;font-size:24px;margin:5px 0}
.activity-card{border:1px solid var(--line);border-radius:16px;padding:17px}
.bars{height:130px;display:flex;align-items:end;gap:10px;margin-top:12px}.bars i{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,var(--purple),rgba(123,97,255,.13))}
.page-hero{padding:105px 0 55px;text-align:center}.page-hero h1{max-width:900px;margin:14px auto}.page-hero p{max-width:700px;margin:auto}
.section{padding:100px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.card{border:1px solid var(--line);border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.018));padding:24px;transition:.25s}
.card:hover{transform:translateY(-5px);border-color:rgba(123,97,255,.42);box-shadow:0 22px 55px rgba(0,0,0,.22)}
.card p{color:var(--muted);font-size:14px}
.icon{width:50px;height:50px;border-radius:15px;background:rgba(123,97,255,.13);display:grid;place-items:center;font-size:23px;margin-bottom:18px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{border:1px solid var(--line);border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.018));padding:22px;transition:.25s}
.product-card:hover{transform:translateY(-5px);border-color:rgba(123,97,255,.42)}
.product-top,.product-bottom{display:flex;justify-content:space-between;align-items:center}
.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}
.free-badge{font-size:10px;font-weight:800;color:var(--green);background:rgba(69,224,161,.1);padding:6px 8px;border-radius:20px}
.product-card h3{margin:20px 0 8px}.product-card p{color:var(--muted);min-height:68px}
.tags{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0}.tag{font-size:10px;color:#b2b8cf;border:1px solid var(--line);padding:5px 7px;border-radius:7px}
.product-bottom{border-top:1px solid var(--line);padding-top:16px}.product-price small{display:block;color:var(--muted);font-size:10px}.add-button{width:38px;height:38px;border:0;border-radius:11px;background:rgba(123,97,255,.14);color:var(--purple2);font-size:20px;cursor:pointer}
.hosting-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}
.check-list{list-style:none;padding:0}.check-list li{margin:12px 0}.check-list span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(69,224,161,.1);color:var(--green);margin-right:8px}
.plan-card{border:1px solid rgba(123,97,255,.42);border-radius:25px;padding:34px;background:linear-gradient(145deg,rgba(123,97,255,.13),rgba(255,255,255,.02));box-shadow:var(--shadow)}
.price{font-family:"Space Grotesk";font-size:70px;font-weight:700;margin:20px 0}.price small{font-family:Inter;font-size:13px;color:var(--muted)}
.plan-lines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin-bottom:20px}.plan-lines div{display:flex;justify-content:space-between;padding:8px 0;color:var(--muted)}.plan-lines b{color:white}
.faq-list{max-width:850px;margin:auto}details{border:1px solid var(--line);border-radius:15px;margin:11px 0;padding:0 20px;background:rgba(255,255,255,.022)}summary{padding:19px 0;cursor:pointer;font-weight:800;list-style:none;display:flex;justify-content:space-between}summary:after{content:"+";color:var(--purple2);font-size:20px}details[open] summary:after{content:"–"}details p{color:var(--muted)}
footer{border-top:1px solid var(--line);padding:60px 0 24px;background:#060810}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer-grid a{display:block;text-decoration:none;color:var(--muted);font-size:13px;margin:8px 0}.footer-bottom{border-top:1px solid var(--line);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;color:#6f758c;font-size:11px}
.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(5px);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;width:min(440px,100%);height:100vh;background:#0c0f1b;z-index:100;border-left:1px solid var(--line);padding:28px;display:flex;flex-direction:column;transform:translateX(100%);transition:.3s}.cart-drawer.open{transform:translateX(0)}
.drawer-head{display:flex;justify-content:space-between}.close-btn{width:38px;height:38px;border:1px solid var(--line);background:transparent;color:white;border-radius:10px;font-size:22px}.cart-items{flex:1;overflow:auto;padding:22px 0}.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(--panel2)}.remove-item{border:0;background:none;color:var(--muted);font-size:20px}.cart-total{display:flex;justify-content:space-between;margin-bottom:15px}.full{width:100%}
.modal-backdrop{display:grid;place-items:center;z-index:110}.success-modal{width:min(460px,calc(100% - 30px));padding:35px;border-radius:23px;border:1px solid var(--line);background:#101426;text-align:center}.success-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:rgba(69,224,161,.1);color:var(--green);font-size:28px}.text-button{border:0;background:none;color:var(--muted);margin-top:14px}
.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,30px);background:#fff;color:#161929;padding:11px 17px;border-radius:12px;font-weight:800;font-size:12px;opacity:0;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;margin-left:auto}.nav-links.open{display:flex;position:absolute;left:18px;right:18px;top:76px;flex-direction:column;background:#101426;border:1px solid var(--line);border-radius:15px;padding:18px}.hero{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-actions{justify-content:center}.product-grid,.grid3{grid-template-columns:repeat(2,1fr)}.grid4{grid-template-columns:repeat(2,1fr)}.hosting-grid{grid-template-columns:1fr}}
@media(max-width:700px){.nav-actions .btn-discord{display:none}.hero{padding:60px 0}.hero-actions{flex-direction:column}.product-grid,.grid3,.grid4{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr}.mock-body{grid-template-columns:52px 1fr}.mock-content{padding:16px}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:5px}}
