@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');html,body{margin:0;padding:0;height:100%;font-family:'Poppins',sans-serif;background:#ff3c38;background:linear-gradient(135deg,#ff3c38 0%,#ff7d5c 100%);color:#fff}main{display:flex;justify-content:center;align-items:center;height:100vh;padding:1rem}section.container{background:rgba(255,255,255,0.1);padding:2.5rem 3rem;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,0.3);max-width:400px;text-align:center}h1{font-size:2.25rem;margin-bottom:0.25rem}p{font-size:1.25rem;margin-top:0;margin-bottom:2rem;font-weight:600}form{display:flex;flex-direction:column;gap:1rem}label{font-weight:600;text-align:left}input[type=email]{padding:0.75rem 1rem;border:none;border-radius:30px;font-size:1rem;outline:none}input[type=email]:focus{box-shadow:0 0 0 3px rgba(255,255,255,0.6)}button{background:#fff;color:#ff3c38;border:none;padding:0.85rem 0;border-radius:30px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background-color 0.3s ease}button:hover,button:focus{background:#ffe5df;outline:none}.error-message{color:#ffdddc;font-size:0.875rem;height:1.2rem;text-align:left}