:root { --black:#050505; --panel:#0d0d0f; --purple:#a812d4; --purple-light:#dc5cff; --acid:#e9ff00; --white:#f7f4f8; --muted:#99929e; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--black); color:var(--white); font-family:Arial, Helvetica, sans-serif; }
button, a { font:inherit; }
a { color:inherit; text-decoration:none; }
main { min-height:100vh; overflow:hidden; position:relative; background:radial-gradient(circle at 72% 13%,rgba(153,0,210,.17),transparent 28%),#050505; }
.shell { width:min(1180px,calc(100% - 48px)); margin-inline:auto; position:relative; z-index:2; }
.ambient { position:absolute; border-radius:999px; filter:blur(100px); pointer-events:none; opacity:.16; }
.ambient-one { width:400px;height:400px;background:#c715f1;right:-220px;top:580px; }
.ambient-two { width:280px;height:280px;background:#c715f1;left:-180px;top:1380px; }
.nav { height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08); }
.brand { display:flex;align-items:center;gap:11px;font-weight:750;letter-spacing:-.03em; }
.brand-mark { display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(145deg,#d92fff,#7310a5);font-size:12px;font-weight:900;box-shadow:0 0 25px rgba(182,26,228,.35); }
.nav-link { font-size:13px;color:#c2bcc5;display:flex;gap:10px;align-items:center; }
.nav-link span { color:var(--acid); }
.hero { min-height:720px;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:30px;padding-block:70px 85px; }
.eyebrow { color:#c0b8c4;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;display:flex;align-items:center;gap:9px;margin-bottom:24px; }
.eyebrow span { width:22px;height:2px;background:var(--acid);box-shadow:0 0 8px rgba(233,255,0,.65); }
h1,h2 { margin:0;letter-spacing:-.055em;line-height:.97;font-weight:780; }
h1 { font-size:clamp(54px,6vw,86px);max-width:780px; }
h1 em,h2 em { font-family:Georgia,serif;font-weight:400;color:var(--purple-light); }
.lead { color:#aaa3ad;line-height:1.65;font-size:17px;max-width:590px;margin:27px 0 31px; }
.hero-actions { display:flex;align-items:center;gap:20px; }
.cta { background:var(--acid);color:#080808;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:17px 19px 17px 23px;border-radius:7px;font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.035em;box-shadow:0 10px 40px rgba(233,255,0,.12);transition:.25s; }
.cta:hover { transform:translateY(-2px);box-shadow:0 14px 45px rgba(233,255,0,.23); }
.micro { font-size:11px;color:#7f7882; }
.proof-row { display:flex;align-items:center;gap:24px;margin-top:48px; }
.proof-row div { display:flex;flex-direction:column;gap:4px; }
.proof-row strong { font-size:19px; }
.proof-row span { font-size:10px;text-transform:uppercase;color:#716a74;letter-spacing:.06em; }
.proof-row i { height:30px;width:1px;background:#28242a; }
.product-stage { width:100%;min-width:0;min-height:560px;display:grid;place-items:center;position:relative;perspective:900px; }
.product-stage:after { content:"";position:absolute;width:66%;height:70px;background:#9e18cb;filter:blur(55px);opacity:.3;bottom:55px;border-radius:50%; }
.product-stage img { position:relative;z-index:2;display:block;width:min(100%,520px);max-width:100%;height:auto;max-height:520px;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.65));transform:rotate(-1deg);animation:float 5s ease-in-out infinite; }
@keyframes float { 50% { transform:translateY(-10px) rotate(-1deg); } }
.orbit { position:absolute;border:1px solid rgba(218,76,255,.17);border-radius:50%;transform:rotate(-18deg); }
.orbit-one { width:520px;height:320px; }
.orbit-two { width:400px;height:500px;transform:rotate(24deg); }
.file-chip { position:absolute;z-index:3;background:rgba(14,10,16,.85);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 14px;font-size:11px;color:#c4bdc8;box-shadow:0 12px 25px rgba(0,0,0,.4); }
.file-chip span { color:var(--acid);margin-right:6px; }
.chip-one { left:5%;top:30%; }.chip-two { right:0;top:43%; }.chip-three { left:12%;bottom:22%; }
.explorer-section { padding-block:105px 80px; }
.section-heading { display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:45px; }
.section-heading h2,.buy-card h2 { font-size:clamp(42px,5vw,66px); }
.section-heading p { max-width:390px;color:#948d97;line-height:1.6;font-size:14px;margin:0 0 5px; }
.explorer { border:1px solid #262229;border-radius:17px;overflow:hidden;background:#0a090b;box-shadow:0 30px 90px rgba(0,0,0,.55),0 0 60px rgba(167,18,212,.08); }
.window-bar { height:57px;background:#121014;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 19px;border-bottom:1px solid #252127;font-size:11px;color:#716a74;text-align:center; }
.dots { display:flex;gap:7px; }.dots b { width:9px;height:9px;border-radius:50%;background:#3b343e; }.dots b:first-child{background:#a812d4}.dots b:nth-child(2){background:#8d9b00}.dots b:nth-child(3){background:#57505a}
.view-icons { text-align:right;color:#7d7480;font-size:14px; }
.path-bar { height:52px;display:flex;align-items:center;gap:12px;padding:0 22px;border-bottom:1px solid #1f1c21;color:#5f5862;font-size:12px; }
.path-bar button { color:#aaa2ad;background:none;border:0;padding:0;cursor:pointer; }.path-bar button:hover { color:var(--purple-light); }.path-bar strong { color:#d4cdd7; }
.file-grid { display:grid;grid-template-columns:repeat(7,1fr);gap:11px;padding:22px;min-height:250px; }
.file-card { position:relative;min-width:0;min-height:190px;border:1px solid #211d23;background:#100e11;border-radius:11px;color:#eee8f0;padding:20px 14px;text-align:left;cursor:default;transition:.22s;overflow:hidden; }
.file-card.folder { cursor:pointer; }.file-card:hover { border-color:#4b3151;background:#151117;transform:translateY(-3px); }.file-card:focus-visible{outline:2px solid var(--acid);outline-offset:2px}
.file-icon { display:grid;place-items:center;width:62px;height:53px;border-radius:7px;background:linear-gradient(145deg,#9d17c5,#4e0a6c);color:#e578ff;font-size:22px;margin:0 0 30px;box-shadow:inset 0 1px rgba(255,255,255,.15),0 10px 25px rgba(140,13,186,.15); }
.file-card.audio .file-icon,.file-card.video .file-icon,.file-card.image .file-icon { border-radius:50%;width:50px;height:50px;background:#211a24;color:var(--acid); }
.file-card strong { display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.file-card small { display:block;color:#6e6670;font-size:10px;margin-top:6px; }.open-arrow { position:absolute;right:13px;top:14px;font-size:11px;color:#5f5363;font-weight:400; }
.status-bar { height:42px;border-top:1px solid #1f1c21;display:flex;justify-content:space-between;align-items:center;padding:0 22px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#615a64; }
.details-section { padding-block:35px 55px; }.details-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:12px; }.details-grid article { border:1px solid #242026;background:#0c0b0d;border-radius:15px;padding:28px; }.details-grid article>span { color:var(--acid);font-size:10px;letter-spacing:.13em; }.details-grid strong { display:block;font-size:18px;margin:28px 0 10px; }.details-grid p { color:#827a85;font-size:12px;line-height:1.65;margin:0; }
.buy-section { padding-block:90px 120px; }
.buy-card { position:relative;overflow:hidden;border:1px solid #3c2741;background:linear-gradient(115deg,#130b16,#0a090b 65%);border-radius:20px;display:grid;grid-template-columns:1.35fr .65fr;align-items:center;padding:58px 64px;box-shadow:0 30px 100px rgba(0,0,0,.55); }
.buy-glow { position:absolute;width:420px;height:420px;background:#a812d4;filter:blur(130px);opacity:.17;left:-190px;top:-180px; }
.tag { display:inline-block;color:var(--acid);font-size:10px;letter-spacing:.15em;font-weight:800;margin-bottom:20px; }
.buy-copy { position:relative; }.buy-copy p { color:#8f8792;max-width:470px;line-height:1.6;font-size:14px; }.buy-copy ul { list-style:none;padding:0;margin:25px 0 0;display:grid;gap:11px;font-size:12px;color:#c8c1cb; }.buy-copy li span { display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:rgba(233,255,0,.1);color:var(--acid);font-size:9px;margin-right:8px; }
.price-box { position:relative;border-left:1px solid #2a232d;padding-left:55px;display:flex;flex-direction:column;align-items:flex-start; }.price-box>span { font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#777078; }.price-box s{color:#a49da7}.price { display:flex;align-items:flex-start;margin:10px 0 18px; }.price sup { color:var(--purple-light);font-size:17px;font-weight:800;margin-top:15px; }.price strong { font-size:74px;line-height:1;letter-spacing:-.07em; }.price small { font-size:20px;margin-top:10px;font-weight:700;color:#9c94a0; }.cta-wide { width:100%; }.price-box>small { width:100%;text-align:center;color:#635d66;font-size:9px;margin-top:10px; }
.faq-section{padding-block:20px 110px}.faq-heading{margin-bottom:30px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.faq-grid details{border:1px solid #242026;background:#0c0b0d;border-radius:11px;padding:0 20px}.faq-grid summary{list-style:none;cursor:pointer;padding:19px 0;font-size:13px;font-weight:700;display:flex;justify-content:space-between}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary b{color:var(--acid)}.faq-grid p{color:#928a95;font-size:12px;line-height:1.65;margin:0;padding:0 26px 19px 0}
footer { height:85px;border-top:1px solid #1c191e;display:flex;justify-content:space-between;align-items:center;color:#5f5962;font-size:10px;text-transform:uppercase;letter-spacing:.08em; }
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:80px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.proof-row{justify-content:center}.lead{margin-inline:auto}.product-stage{min-height:480px}.product-stage img{width:min(100%,440px);max-width:100%;height:auto;max-height:440px;object-fit:contain}.section-heading{align-items:start;flex-direction:column;gap:20px}.file-grid{grid-template-columns:repeat(3,1fr)}.details-grid{grid-template-columns:1fr}.buy-card{grid-template-columns:1fr;gap:45px}.price-box{border-left:0;border-top:1px solid #2a232d;padding:35px 0 0}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.nav{height:70px}.nav-link{font-size:0}.nav-link span{font-size:18px}.hero{padding:68px 0 35px;min-height:auto}.hero h1{font-size:48px}.lead{font-size:15px}.hero-actions{flex-direction:column}.proof-row{gap:13px;margin-top:34px}.proof-row span{font-size:8px}.product-stage{min-height:380px}.product-stage img{width:min(100%,380px);max-width:100%;height:auto;max-height:380px;object-fit:contain}.orbit-one{width:330px;height:210px}.orbit-two{width:260px;height:330px}.chip-one{left:0}.chip-two{right:0}.explorer-section{padding-top:70px}.section-heading h2,.buy-card h2{font-size:43px}.file-grid{grid-template-columns:repeat(2,1fr);padding:12px;gap:8px}.file-card{min-height:145px;padding:15px 12px}.file-icon{margin-bottom:19px;width:51px;height:43px}.window-bar{grid-template-columns:1fr 2fr 1fr;padding:0 12px}.status-bar span:last-child{display:none}.buy-section{padding:65px 0 80px}.buy-card{padding:40px 25px}.price strong{font-size:68px}.faq-grid{grid-template-columns:1fr}footer{flex-direction:column;justify-content:center;gap:8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.product-stage img{animation:none}.cta,.file-card{transition:none}}
