:root{--bg:#05030b;--panel:#0c0716;--text:#fbf7ff;--muted:#ad9fbb;--pink:#f03bd7;--violet:#7a4cff;--line:rgba(240,59,215,.42);--soft:rgba(255,255,255,.12)}
*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;letter-spacing:0}body{margin:0;min-width:320px;background:radial-gradient(circle at 78% 16%,rgba(122,76,255,.22),transparent 30rem),radial-gradient(circle at 18% 12%,rgba(240,59,215,.14),transparent 22rem),#05030b}a{color:inherit;text-decoration:none}.wrap{width:min(1140px,calc(100% - 36px));margin:0 auto}.topbar{border-bottom:1px solid var(--soft);background:rgba(5,3,11,.9)}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;font-weight:950}.mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--pink);border-radius:8px;color:var(--pink);background:rgba(240,59,215,.1)}.navlinks{display:flex;gap:24px;color:#ded4e8;font-size:15px}.hero{min-height:calc(100vh - 70px);display:grid;align-items:center;padding:70px 0}.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(350px,.78fr);gap:60px;align-items:center}.tag{width:max-content;max-width:100%;padding:9px 14px;border:1px solid var(--line);border-radius:8px;color:var(--pink);background:rgba(240,59,215,.08);font-size:13px;font-weight:950;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{margin-top:26px;font-size:clamp(72px,10vw,140px);line-height:.84;font-weight:950}h1 span{background:linear-gradient(135deg,var(--pink),var(--violet));-webkit-background-clip:text;color:transparent}.hero p{margin-top:26px;color:#eee7f6;font-size:clamp(22px,2.5vw,34px);line-height:1.25}.cta{min-height:60px;display:inline-flex;align-items:center;justify-content:center;margin-top:32px;padding:0 30px;border-radius:8px;background:linear-gradient(135deg,var(--pink),#315dff);color:#fff;font-weight:950;font-size:19px;box-shadow:0 0 34px rgba(240,59,215,.25)}.cta.ghost{background:transparent;border:1px solid var(--line);box-shadow:none;color:var(--pink)}.terminal{min-height:430px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,rgba(17,10,30,.96),rgba(5,3,11,.96));box-shadow:0 28px 90px rgba(0,0,0,.42)}.terminal img{width:min(82%,410px);height:auto}section{border-top:1px solid var(--soft);padding:74px 0}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:28px}h2{font-size:clamp(40px,5vw,72px);line-height:.95;font-weight:950}.section-head p,.lead{max-width:520px;color:var(--muted);font-size:18px;line-height:1.55}.cards,.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card,.step,.wide{border:1px solid var(--soft);border-radius:10px;background:linear-gradient(155deg,rgba(12,7,22,.94),rgba(5,3,11,.94))}.card{min-height:205px;padding:26px;display:flex;flex-direction:column;justify-content:space-between}.card:before,.step:before{content:"";display:block;width:46px;height:4px;margin-bottom:24px;background:var(--pink)}.card h3,.step h3{font-size:23px;line-height:1.12}.card p,.step p,.wide p{margin-top:15px;color:var(--muted);line-height:1.55}.card strong{display:block;margin-top:20px;color:var(--pink)}.step{min-height:150px;padding:26px}.num{color:var(--pink);margin-right:8px;font-weight:950}.wide{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding:36px}.footer{border-top:1px solid var(--soft);padding:28px 0;color:var(--muted)}.footer .wrap{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.support-hero h1{font-size:clamp(56px,8vw,104px)}.text-page{max-width:860px;padding:70px 0}.text-page h1{font-size:clamp(44px,8vw,78px);line-height:.95}.text-page h2{margin-top:42px;font-size:32px}.text-page p,.text-page li{color:#d2c7dc;font-size:18px;line-height:1.65}.text-page p{margin-top:18px}.text-page ul{margin-top:18px;padding-left:22px}@media(max-width:900px){.navlinks{display:none}.hero-grid,.cards,.steps,.wide{grid-template-columns:1fr}.hero{padding:52px 0}h1{font-size:clamp(56px,17vw,84px)}.terminal{min-height:310px}.section-head{display:block}.section-head p{margin-top:16px}}@media(max-width:480px){.wrap{width:min(100% - 28px,1140px)}.brand{font-size:13px}.cta{width:100%}.card,.step,.wide{padding:22px}}
