*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f4f7f6;color:#2c3e50}.landing-page{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.header{padding:2rem;max-width:1200px;width:100%;margin:0 auto}.logo{font-weight:700;font-size:1.5rem;color:#2e7d32;letter-spacing:-.5px}.hero-section{display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;flex-grow:1}.hero-content{max-width:650px}.hero-content p{margin-bottom:2rem;line-height:1.6}.badge{background-color:#e8f5e9;color:#2e7d32;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;display:inline-block;margin-bottom:1.5rem}h1{font-size:5.8rem;margin-top:1.5rem;margin-bottom:1rem;color:#1a3020;line-height:1.2}.hero-subtext{font-size:1.1rem;color:#556b2f;line-height:1.6;margin-bottom:2.5rem}.timer-container{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem}.time-box{background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000a;min-width:90px;display:flex;flex-direction:column}.time-number{font-size:2rem;font-weight:700;color:#2e7d32}.time-label{font-size:.8rem;text-transform:uppercase;color:#7f8c8d;margin-top:.2rem;letter-spacing:.5px}.signup-form{display:flex;gap:.5rem;justify-content:center;width:100%;max-width:500px;margin:0 auto}.signup-form input{flex-grow:1;padding:.8rem 1.2rem;border:1px solid #cccccc;border-radius:8px;font-size:1rem;outline:none;transition:border .3s ease}.signup-form input:focus{border-color:#2e7d32}.signup-form button{background-color:#2e7d32;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.signup-form button:hover{background-color:#1b5e20}.footer{text-align:center;padding:2rem}@media (max-width: 600px){h1{font-size:2rem}.timer-container{gap:.5rem}.time-box{padding:.8rem;min-width:70px}.time-number{font-size:1.5rem}.signup-form{flex-direction:column}}
