.help-container{max-width:900px;margin:0 auto;font-family:'Segoe UI',sans-serif;color:#222;background-color:#fff}.help-container h1{text-align:center;font-size:2.2rem;color:#003b73}.subtitle{text-align:center;font-size:1rem;color:#555;margin-bottom:2rem}.help-search{text-align:center;margin-bottom:2rem}.help-search input{width:90%;max-width:400px;padding:.7rem;border:1px solid #ccc;border-radius:5px}.contact-section h2,.faq-section h2,.form-section h2{margin-top:2rem;color:#003b73}.faq-item{margin-bottom:1rem;padding:.5rem}.faq-item h3{font-size:1.1rem;margin-bottom:.3rem;color:#222}.contact-info{list-style:none;padding-left:0;line-height:2}.form-section form{margin-top:1rem}.form-section label{display:block;margin-bottom:.3rem;font-weight:700}.form-section input,.form-section textarea{width:90%;padding:.75rem;margin-bottom:1.2rem;border:1px solid #ccc;border-radius:5px}.form-section button{background-color:#003b73;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-weight:700;cursor:pointer}.success-msg{background-color:#d4edda;color:#155724;padding:1rem;border-radius:5px;margin-bottom:1rem}.overlay-success{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);justify-content:center;align-items:center;z-index:9999}.overlay-content{background:#fff;padding:2rem;text-align:center;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.3);animation:fadeIn .4s ease}.overlay-content h3{margin-bottom:.5rem;color:#003b73}.close-btn{position:absolute;top:8px;right:12px;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#003b73}.overlay-success{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);display:none;justify-content:center;align-items:center;z-index:9999}.overlay-content{position:relative;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.2);text-align:center;max-width:320px;width:90%}.close-btn{position:absolute;top:10px;right:12px;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#003b73}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.help-container{padding:.4rem}}