*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,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,#0ea5e9,#3b82f6,#1d4ed8);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;color:#ecfeff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.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;background:#fffffff2;color:#333}.form input::placeholder{color:#666}.form button{padding:.75rem 1rem;background:#fff;color:#1d4ed8;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.form button:hover{background:#eff6ff;transform:translateY(-1px);box-shadow:0 4px 12px #1d4ed84d}.features{padding:5rem 1rem;background:#f0f9ff}.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 #3b82f61a;border:1px solid #dbeafe}.feature-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#0ea5e9,#3b82f6);color:#fff;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;color:#1d4ed8}.feature-card p{color:#6b7280}.footer{background:#172554;color:#dbeafe;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 a{color:#93c5fd;transition:color .3s}.social-links a:hover{color:#60a5fa}.social-links svg{width:1.5rem;height:1.5rem}@media(min-width:640px){.hero h1{font-size:4.5rem}.form{flex-direction:row}}@media(min-width:768px){.hero h1{font-size:5.5rem}}
