*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}button,input{font:inherit}a{color:inherit;text-decoration:none}.hero{min-height:100vh;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.hero p{font-size:1.25rem;max-width:40rem;margin-bottom:2rem;opacity:.9}.countdown{font-size:2rem;font-weight:600;font-family:Courier New,monospace;margin-bottom:2.5rem}.form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:24rem}.form input{padding:.75rem 1rem;border-radius:.5rem;border:none;font-size:1rem}.form button{padding:.75rem 1rem;background:#fff;color:#6366f1;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.form button:hover{background:#f3f4f6}.features{padding:5rem 1rem;background:#f9fafb}.features-grid{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:.75rem;text-align:center;box-shadow:0 4px 6px #0000000d}.feature-icon{width:3rem;height:3rem;background:#eef2ff;color:#6366f1;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;font-size:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:#6b7280}.footer{background:#111827;color:#d1d5db;padding:3rem 1rem;text-align:center}.footer-content{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.social-links{display:flex;gap:1.5rem}.social-links svg{width:1.5rem;height:1.5rem;transition:color .2s}.social-links a:hover svg{color:#fff}@media(min-width:640px){.hero h1{font-size:4.5rem}.form{flex-direction:row}}@media(min-width:768px){.hero h1{font-size:5.5rem}}
