.scf-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:9999}.scf-modal-wrapper{background:#ffffff;border-radius:8px;width:95%;max-width:600px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column}.scf-modal-content{max-height:90vh;overflow-y:auto;border-radius:8px;padding-top:24px}.scf-modal-close-btn{position:absolute;top:15px;right:15px;width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;color:#555;font-size:1.3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;z-index:10}.scf-modal-close-btn:hover{background:#197bdd;color:#fff}.scf-section{background:#ffffff;padding:50px}.scf-topbar{display:flex;justify-content:flex-end;margin-bottom:4px}.scf-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;color:#555;font-size:1.3rem;line-height:1;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s}.scf-close-btn:hover{background:#197bdd;color:#fff}.scf-heading{font-weight:800;font-size:2rem;color:#197bdd;padding-bottom:.6rem}.scf-heading,.scf-subtext{text-align:center;font-family:Roboto,sans-serif}.scf-subtext{margin:0 auto 1.5rem;font-weight:400;font-size:1rem;line-height:22px;color:#444}.scf-form,.scf-subtext{max-width:100%;width:100%}.scf-form{margin:0 auto}.scf-field{display:flex;flex-direction:column;gap:8px;margin-bottom:22px}.scf-label{font-family:Roboto,sans-serif;font-weight:500;font-size:.95rem;color:#222}.scf-label span{color:red;margin-left:2px}.scf-input{border:1px solid rgba(105,105,105,.5);border-radius:10px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-family:Roboto,sans-serif;color:#222;background:transparent;outline:none;transition:border-color .2s}.scf-input:focus{border-color:#197bdd}.scf-input:-webkit-autofill{background-color:transparent!important;-webkit-text-fill-color:#222!important;box-shadow:inset 0 0 0 1000px transparent!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.scf-textarea{border:1px solid rgba(105,105,105,.5);border-radius:10px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-family:Roboto,sans-serif;color:#222;background:transparent;outline:none;resize:none;transition:border-color .2s}.scf-textarea:focus{border-color:#197bdd}.scf-phone-input{display:flex;align-items:center;height:48px;padding:0 12px;border:1px solid rgba(105,105,105,.5);border-radius:10px;background:transparent;transition:border-color .2s}.scf-phone-input:focus-within{border-color:#197bdd;box-shadow:none}.scf-phone-input .PhoneInput{overflow:visible;width:100%}.scf-phone-input .PhoneInputCountry{display:flex;align-items:center;gap:8px;padding-right:12px;margin-right:12px;border-right:1px solid #d6d6d6}.scf-phone-input .PhoneInputCountryIcon{width:28px;height:18px;border-radius:2px;overflow:hidden}.scf-phone-input .PhoneInputCountrySelectArrow{margin-left:4px;color:#000!important;width:10px;height:10px}.scf-phone-input .PhoneInputCountrySelect:focus{outline:none;box-shadow:none}.scf-phone-input .PhoneInputInput{border:none;outline:none;background:transparent;font-size:.95rem;font-family:Roboto,sans-serif;width:100%;color:#222}.scf-error{font-size:.78rem;color:#ea4335;font-family:Roboto,sans-serif}.scf-footer{flex-direction:column;gap:16px;margin-top:8px}.scf-footer,.scf-recaptcha{display:flex}.scf-privacy{font-family:Roboto,sans-serif;font-size:.9rem;color:#555;line-height:18px}.scf-privacy-link{color:#197bdd;cursor:pointer;text-decoration:underline}.scf-submit-btn{display:flex;align-items:center;gap:10px;padding:10px 28px;border-radius:22px;border:none;background:lightgrey;cursor:not-allowed;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;color:white;transition:background .2s}.scf-submit-btn.active{background:#197bdd;cursor:pointer}.scf-submit-btn.active:hover{background:#1565c0}.scf-submit-btn.loading{background:#aaa;cursor:not-allowed}.scf-submit-btn img{height:20px;width:24px}@media (max-width:600px){.scf-section{padding:60px 20px}.scf-heading{font-size:1.8rem}.scf-subtext{font-size:1rem}.scf-modal-close-btn{width:30px;height:30px}}