:root{color-scheme:dark;--ink:#f5f2ea;--muted:#aaa9b0;--line:rgba(255,255,255,.11);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{background:#0b0b0d}body{margin:0;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 50% -20%,#27252c 0,transparent 42%),#0b0b0d;overflow-x:hidden}.glow{position:fixed;width:28rem;height:28rem;border-radius:50%;filter:blur(120px);opacity:.13;pointer-events:none}.glow-one{background:#b8ff5c;top:20%;left:-15rem}.glow-two{background:#9d7cff;right:-15rem;bottom:0}.topbar,main,footer{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:.83rem;font-weight:800;letter-spacing:.2em;text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid #d8ff9d;border-radius:10px;background:#b8ff5c;color:#111;font-size:1rem;letter-spacing:0}.status{font-size:.76rem;color:#aaa9b0;letter-spacing:.05em}.status i{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#b8ff5c;box-shadow:0 0 12px #b8ff5c}.hero{padding:94px 0 72px}.eyebrow{margin:0 0 22px;color:#b8ff5c;font-size:.72rem;font-weight:800;letter-spacing:.22em}.hero h1{max-width:900px;margin:0;font-size:clamp(3rem,7vw,6.4rem);line-height:.95;letter-spacing:-.065em;font-weight:680}.hero h1 em{color:#aaa9b0;font-family:Georgia,serif;font-weight:400}.intro{max-width:610px;margin:32px 0 0;color:#aaa9b0;font-size:clamp(1rem,1.7vw,1.25rem);line-height:1.65}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:92px}.card{position:relative;display:flex;min-height:410px;flex-direction:column;justify-content:space-between;padding:28px;border:1px solid var(--line);border-radius:24px;color:var(--ink);text-decoration:none;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.02));overflow:hidden;transition:transform .25s,border-color .25s,background .25s}.card:before{content:"";position:absolute;inset:auto -25% -45% 15%;height:230px;border-radius:50%;filter:blur(70px);opacity:.09;transition:opacity .25s}.learning:before{background:#b8ff5c}.checklist:before{background:#65cfff}.orim:before{background:#a98aff}.card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.28);background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.03))}.card:hover:before{opacity:.2}.card-top{display:flex;align-items:center;justify-content:space-between}.icon{display:grid;place-items:center;width:53px;height:53px;border-radius:16px;background:#f3f1e9;color:#111;font-size:1.35rem;font-weight:800}.learning .icon{background:#b8ff5c}.checklist .icon{background:#65cfff}.orim .icon{background:#a98aff}.arrow{font-size:1.35rem;color:#777;transition:transform .25s,color .25s}.card:hover .arrow{transform:translate(3px,-3px);color:#fff}.tag{font-size:.66rem;color:#87868c;font-weight:800;letter-spacing:.16em}.card h2{margin:12px 0 13px;font-size:2rem;letter-spacing:-.04em}.card p{margin:0;color:#aaa9b0;line-height:1.6}.link-label{position:relative;font-size:.82rem;font-weight:700}.link-label b{margin-left:6px}.card:focus-visible{outline:3px solid #b8ff5c;outline-offset:4px}footer{display:flex;justify-content:space-between;padding:28px 0 40px;border-top:1px solid var(--line);color:#68676d;font-size:.76rem}@media(max-width:800px){.hero{padding:70px 0 54px}.hero h1 br{display:none}.products{grid-template-columns:1fr}.card{min-height:330px}.status{display:none}}@media(prefers-reduced-motion:reduce){.card,.arrow{transition:none}}
