:root { --bg: #05030a; --card: rgba(120, 80, 255, 0.08); --primary: #9b6cff; --text: #eae6ff; --muted: #a9a3c7; --glow: 0 0 25px rgba(155,108,255,.45); }

{ box-sizing: border-box; }


body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--text); background: radial-gradient(1200px 600px at 50% -10%, rgba(155,108,255,.15), transparent 60%), var(--bg); min-height: 100vh; overflow-x: hidden; }

#particles { position: fixed; inset: 0; z-index: 0; }

header, main, footer { position: relative; z-index: 1; }

header { position: sticky; top: 0; backdrop-filter: blur(10px); background: rgba(5,3,10,.75); border-bottom: 1px solid rgba(155,108,255,.15); }

.nav { max-width: 1100px; margin: auto; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; }

.brand { font-weight: 800; letter-spacing: .18em; color: var(--primary); text-shadow: var(--glow); }

.links a { margin-left: 18px; text-decoration: none; color: var(--muted); font-weight: 600; }

.links a:hover { color: var(--text); }

main { max-width: 1100px; margin: auto; padding: 90px 20px; }

.hero { text-align: center; }

.logo { font-size: clamp(52px, 9vw, 92px); font-weight: 800; letter-spacing: .22em; color: var(--primary); text-shadow: var(--glow); }

.tagline { font-size: 22px; margin-top: 14px; }

.sub { color: var(--muted); max-width: 720px; margin: 10px auto 0; }

.cta { display: flex; justify-content: center; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.btn { padding: 14px 24px; border-radius: 14px; border: 1px solid rgba(155,108,255,.35); background: linear-gradient(180deg, rgba(155,108,255,.25), rgba(155,108,255,.1)); color: var(--text); text-decoration: none; font-weight: 700; }

.btn.alt { background: transparent; }

.card { display: inline-block; margin: 42px auto 0; padding: 16px 22px; border-radius: 16px; background: linear-gradient(180deg, rgba(155,108,255,.12), rgba(155,108,255,.04)); border: 1px solid rgba(155,108,255,.25); color: var(--text); text-decoration: none; }

.section { margin-top: 100px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; }

.feature { padding: 22px; border-radius: 16px; background: var(--card); border: 1px solid rgba(155,108,255,.2); }

/* Glow pulse hover */ .glow { transition: transform .25s ease, box-shadow .25s ease; }

.glow:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 0 35px rgba(155,108,255,.8); }

footer { text-align: center; padding: 50px 20px; color: var(--muted); }
