@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");.cta-wrapper{display:flex;justify-content:center;margin-top:2rem;padding-bottom:120px}.cta-button{background-color:#2563eb;color:#ffffff;font-size:1.25rem;font-weight:700;font-family:Poppins;padding:1rem 3rem;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 0 15px rgba(59,130,246,.5);animation:pulse 2s infinite;width:100%;max-width:600px;text-align:center}.cta-button:hover{background-color:#1d4ed8;transform:scale(1.05);box-shadow:0 0 20px rgba(59,130,246,.7)}@keyframes pulse{0%{box-shadow:0 0 15px rgba(59,130,246,.5)}50%{box-shadow:0 0 25px rgba(59,130,246,.7)}to{box-shadow:0 0 15px rgba(59,130,246,.5)}}@media (max-width:640px){.cta-button{font-size:1rem;padding:.75rem 1.5rem;max-width:90%}}.hero-section{text-align:center;margin-bottom:2rem;background-color:black}.hero-logo{width:140px;height:auto;margin-bottom:1rem;margin-top:20px;animation:fadeIn 1s ease-in-out}.headline{padding-top:20px;font-family:Montserrat;font-size:3.5rem;font-weight:900;color:#ffffff;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.05rem;animation:fadeIn 1.5s ease-in-out}.subheadline{font-family:Roboto;font-size:1.75rem;font-weight:600;background:linear-gradient(90deg,#5F43FF,#A547FF,#ED9382);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;margin-bottom:.5rem;animation:fadeIn 2s ease-in-out;text-shadow:0 0 6px rgba(165,71,255,.5)}.description{font-size:1.25rem;font-weight:400;color:#d1d5db;animation:fadeIn 2.5s ease-in-out}.monsoon-items{font-size:1.5rem;color:#ffffff;margin-top:1.5rem;line-height:1.6;text-align:center;animation:fadeIn 3s ease-in-out}.monsoon-items .highlight{font-weight:700;color:#a5f3fc}.monsoon-icon{width:680px;height:auto;animation:fadeIn 2.8s ease-in-out}@media (min-width:768px){.headline{font-size:3rem}.subheadline{font-size:2.25rem}.description{font-size:1.5rem}.monsoon-icon{height:auto;animation:fadeIn 2.8s ease-in-out}}@media (max-width:640px){.headline{font-size:2.5rem}.subheadline{font-size:1.5rem}.description{font-size:1rem}.monsoon-icon{width:100%;height:auto;animation:fadeIn 2.8s ease-in-out}}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:99999;visibility:visible;opacity:1}.lead-popup-container{background:rgba(26,38,52,.9);color:#ffffff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.3);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:400px;width:90%;min-height:200px;box-sizing:border-box;position:relative;z-index:100000;animation:fadeIn .5s ease-in-out;visibility:visible;opacity:1}.popup-title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1rem;color:#ffffff}.lead-form{display:flex;flex-direction:column;gap:1rem}.lead-form input{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #d1d5db;background:#ffffff;color:#111;outline:none}.lead-form input:focus{border-color:#60a5fa;box-shadow:0 0 8px rgba(96,165,250,.3)}.popup-submit{background-color:#2563eb;color:#ffffff;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease-in-out;margin-top:.5rem}.popup-submit:hover{background-color:#1d4ed8;transform:scale(1.05)}.thank-you-message{text-align:center;font-size:1.2rem;color:#60a5fa;padding:1rem}.popup-close{position:absolute;top:10px;right:10px;background:none;border:none;color:#d1d5db;font-size:1.2rem;font-weight:600;cursor:pointer;transition:color .2s ease-in-out}.popup-close:hover{color:#ffffff}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-submit.disabled,.popup-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}