*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0066cc;--secondary: #00a8e8;--dark: #1a1a2e;--light: #f8f9fa;--accent: #00d9ff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#0f0f1e,#1a1a2e);color:var(--light);min-height:100vh;overflow-x:hidden}#root{min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:relative;overflow:hidden}.background-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,102,204,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,102,204,.1) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.content{position:relative;z-index:1;text-align:center;max-width:800px}.logo{display:inline-flex;align-items:center;gap:1rem;margin-bottom:3rem;animation:fadeInDown 1s ease-out}.icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0066cc4d}.icon svg{width:36px;height:36px;stroke:#fff;stroke-width:2;fill:none}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}h1{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out .2s both}.subtitle{font-size:clamp(1.1rem,3vw,1.5rem);color:#ffffffb3;margin-bottom:3rem;font-weight:300;animation:fadeInUp 1s ease-out .4s both}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;animation:fadeInUp 1s ease-out .6s both}.feature{padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.feature:hover{transform:translateY(-5px);background:#ffffff14;border-color:var(--accent)}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature h3{font-size:1rem;margin-bottom:.5rem;color:var(--accent)}.feature p{font-size:.9rem;color:#fff9;line-height:1.5}.cta{animation:fadeInUp 1s ease-out .8s both}.email-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:250px;padding:1rem 1.5rem;border-radius:50px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.email-input::placeholder{color:#fff6}.email-input:focus{border-color:var(--accent);background:#ffffff14}.notify-btn{padding:1rem 2.5rem;border-radius:50px;border:none;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0066cc4d}.notify-btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px #06c6}.notify-btn:active{transform:translateY(0)}.footer{position:absolute;bottom:2rem;text-align:center;color:#fff6;font-size:.9rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.features{grid-template-columns:1fr}.email-form{flex-direction:column}.email-input{min-width:100%}}
