*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Poppins,sans-serif;background-color:#f8f9fa}body{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.logo-container{display:flex;align-items:center}.logo-image{height:42px;width:auto}.contact-buttons{display:flex;gap:.8rem;align-items:center}.contact-button{display:flex;align-items:center;gap:6px;padding:.5rem .9rem;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease}.whatsapp-button{background-color:#25d366;color:#fff}.whatsapp-button:hover{background-color:#128c7e}.phone-button{background-color:#4285f4;color:#fff}.phone-button:hover{background-color:#3367d6}.phone-icon,.whatsapp-icon{font-size:1.1rem}.form-container{width:100%;max-width:600px;margin:0 auto;padding:1.2rem;background:#fff;box-shadow:0 2px 8px #0000001a;border-radius:10px;flex-grow:1;display:flex;flex-direction:column}.form-container form{display:flex;flex-direction:column;gap:.7rem;flex-grow:1;overflow-y:auto}input{width:100%;padding:.65rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;box-sizing:border-box}.country-code{background:#f5f5f5;padding:.65rem;border:1px solid #ddd;border-right:none;border-radius:6px 0 0 6px;font-size:.9rem}.phone-input input{border-radius:0 6px 6px 0}.selection-section{margin:.5rem 0}.selection-section label{display:block;font-weight:500;font-size:.9rem;margin-bottom:.3rem}.button-group{display:flex;flex-wrap:wrap;gap:.3rem}.button-group button{padding:.45rem .8rem;font-size:.85rem;border:1px solid #d32f2f;border-radius:16px;background:transparent;color:#d32f2f;cursor:pointer}.button-group button.selected{background-color:#d32f2f;color:#fff}.selected-countries{margin-top:.5rem;padding:.6rem;background:#ffebee;border-radius:6px;font-size:.85rem}.terms{font-size:.75rem;text-align:center;margin:.5rem 0}.submit-button{background-color:#d32f2f;color:#fff;border:none;padding:.75rem;border-radius:6px;font-weight:500;margin-top:.5rem}@media (max-width: 768px){.navbar{padding:.7rem 1rem}.logo-image{height:36px}.contact-button{padding:.6rem;border-radius:50%}.contact-button span{display:none}.form-container{padding:1rem;border-radius:0;box-shadow:none}input{padding:.6rem}.button-group button{padding:.4rem .7rem;font-size:.8rem}}@media (max-height: 700px) and (max-width: 768px){.navbar{padding:.6rem}.logo-image{height:32px}.form-container{padding:.8rem}.selection-section{margin:.3rem 0}}.hero{text-align:center;margin-top:0rem;margin-bottom:0rem}.hero h1{font-size:2rem;font-weight:700;color:#333}@media (max-width: 768px){.hero{margin-top:0rem;margin-bottom:0rem;padding:1rem}.hero h1{font-size:1.5rem;line-height:1.3}}@media (max-width: 480px){.hero h1{font-size:.8rem}}.form-container{width:100%;max-width:600px;margin:20px auto;background:#fff;padding:1.5rem;box-shadow:0 2px 12px #0000001a;border-radius:10px;max-height:calc(100vh - 40px);overflow-y:auto;box-sizing:border-box}.form-container form{display:flex;flex-direction:column;gap:.8rem}.form-container input{width:100%;padding:.7rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;box-sizing:border-box;transition:border-color .3s}.form-container input:focus{border-color:#d32f2f;outline:none}.phone-input{display:flex;align-items:center}.country-code{background:#f5f5f5;padding:.7rem;border:1px solid #ddd;border-right:none;border-radius:6px 0 0 6px;font-size:.9rem;color:#555}.phone-input input{flex:1;border-radius:0 6px 6px 0}.selection-section{margin:.2rem 0}.selection-section label{display:block;font-weight:500;font-size:.9rem;margin-bottom:.4rem;color:#333}.button-group{display:flex;flex-wrap:wrap;gap:.4rem}.button-group button{padding:.5rem .9rem;border:1px solid #d32f2f;border-radius:18px;background:transparent;color:#d32f2f;cursor:pointer;transition:all .2s ease;font-size:.85rem;white-space:nowrap}.button-group button:hover{background-color:#ffebee}.button-group button.selected{background-color:#d32f2f;color:#fff;border-color:#d32f2f;font-weight:500}.button-group button.selected:after{content:"✓";margin-left:4px}.selected-countries{margin-top:.6rem;padding:.7rem;background:#ffebee;border-radius:6px;font-size:.85rem;color:#d32f2f;border:1px solid #ffcdd2}.terms{font-size:.75rem;color:#666;text-align:center;margin:.6rem 0;line-height:1.4}.terms a{color:#d32f2f;text-decoration:none;font-weight:500}.terms a:hover{text-decoration:underline}.submit-button{background-color:#d32f2f;color:#fff;border:none;padding:.8rem;font-size:.95rem;border-radius:6px;cursor:pointer;transition:background-color .3s;margin-top:.5rem;font-weight:500;letter-spacing:.5px}.submit-button:hover{background-color:#b71c1c}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.otp-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.otp-box{background-color:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 8px 20px #0003;max-width:350px;width:90%}.otp-box h3{margin-bottom:20px;color:#333;font-size:1.3rem}.otp-box input{width:100%;padding:12px;margin-bottom:20px;font-size:1rem;border:1px solid #ccc;border-radius:6px}.otp-box button{padding:10px 20px;margin:0 8px;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.otp-box button:first-child{background-color:#28a745;color:#fff}.otp-box button:first-child:hover{background-color:#218838}.otp-box button:last-child{background-color:#dc3545;color:#fff}.otp-box button:last-child:hover{background-color:#c82333}@media (max-width: 768px){.form-container{padding:1.2rem;margin:10px auto;max-height:calc(100vh - 20px)}.form-container form{gap:.7rem}.form-container input,.country-code{padding:.65rem;font-size:.85rem}.selection-section label{font-size:.85rem}.button-group button{padding:.45rem .8rem;font-size:.8rem}.submit-button{padding:.75rem;font-size:.9rem}}@media (max-height: 700px){.form-container{padding:1rem}.form-container form{gap:.6rem}.selection-section{margin:.4rem 0}.button-group{gap:.3rem}.button-group button{padding:.4rem .7rem;font-size:.78rem;border-radius:16px}.submit-button{padding:.7rem}}.footer-section{background-color:#f8f9fa;padding:4rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-heading h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.footer-heading h2{font-size:1.5rem;font-weight:400;color:#7f8c8d;margin-bottom:3rem}.stats-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem}.stat-item{flex:1;min-width:150px}.stat-number{font-size:2.5rem;font-weight:700;color:#e74c3c;margin-bottom:.5rem;transition:all .3s ease}.stat-label{font-size:1.2rem;color:#34495e;text-transform:uppercase;letter-spacing:1px}@keyframes counterIncrement{0%{transform:scale(1)}to{transform:scale(1.1)}}.stat-number{animation:counterIncrement .5s ease-in-out alternate infinite}@media (max-width: 768px){.footer-heading h1{font-size:1.8rem}.footer-heading h2{font-size:1.2rem}.stats-container{flex-direction:column;gap:1.5rem}.stat-number{font-size:2rem}.stat-label{font-size:1rem}}.page-container{padding:0rem;display:flex;flex-direction:column;align-items:center}
