*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0810;--surface: #110e1a;--purple: #5C237F;--purple-deep: #4E1771;--purple-light: #8B4FBF;--text: #ede9f5;--text-secondary: rgba(237, 233, 245, .55);--text-tertiary: rgba(237, 233, 245, .3);--border: rgba(92, 35, 127, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100dvh;display:flex;flex-direction:column}nav{padding:1.25rem 2rem;display:flex;align-items:center;flex-shrink:0}.nav-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.nav-logo{width:34px;height:34px}main{flex:1;width:100%;max-width:720px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;justify-content:flex-start;padding-top:12vh}.hero{text-align:center;position:relative}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:600px;height:400px;background:radial-gradient(ellipse at center,rgba(92,35,127,.2) 0%,rgba(78,23,113,.1) 40%,transparent 70%);pointer-events:none;z-index:-1;animation:glow-breathe 6s ease-in-out infinite}@keyframes glow-breathe{0%,to{opacity:.6;transform:translate(-50%,-60%) scale(1)}50%{opacity:1;transform:translate(-50%,-60%) scale(1.08)}}.hero h1{font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#f0eaf8 40%,#d4b8e8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:fade-up .6s ease-out both}.tagline{font-size:1.1rem;color:var(--text-secondary);max-width:400px;margin:0 auto 2rem;line-height:1.6;animation:fade-up .6s ease-out .1s both}.coming-soon-badge{display:inline-block;padding:.5rem 1.75rem;font-size:.9rem;font-weight:600;letter-spacing:.05em;color:var(--purple-light);border:1px solid rgba(139,79,191,.35);border-radius:100px;background:#5c237f1a;box-shadow:0 0 20px #5c237f26;animation:fade-up .6s ease-out .2s both}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:auto;padding-bottom:.5rem;animation:fade-up .6s ease-out .3s both}.feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:border-color .2s}.feature-card:hover{border-color:#8b4fbf4d}.feature-icon{flex-shrink:0;color:var(--purple-light);opacity:.8}.feature-card span{font-size:.82rem;color:var(--text-secondary);line-height:1.4}.feature-card strong{color:var(--text);font-weight:600;font-size:.88rem}footer{text-align:center;padding:1.25rem 2rem;color:var(--text-tertiary);font-size:.78rem;flex-shrink:0}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-glow{animation:none;opacity:.8}}@media(max-width:860px){.features{grid-template-columns:1fr 1fr}}@media(max-width:640px){nav{padding:1rem 1.25rem}main{padding:0 1.25rem;padding-top:8vh}.tagline{font-size:1rem}.features{grid-template-columns:1fr}.hero-glow{width:350px;height:280px}}@media(max-height:600px){main{padding-top:2rem;padding-bottom:2rem}}
