.modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background-color:white;position:relative;padding:34px;border-radius:8px;width:90%;max-width:550px;box-shadow:0 4px 12px rgba(0,0,0,.2)}@media (max-width:768px){.modal-content{padding:24px 20px;width:95%;margin:20px}}.modal-inner{display:flex;flex-direction:column;gap:12px}.modal-close-x{cursor:pointer;color:#122617;background:white;font-size:20px;font-weight:600;position:absolute;top:20px;right:20px;padding:0;height:44px;width:44px;border:2px solid #e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px rgba(18,38,23,.1)}@media (max-width:768px){.modal-close-x{top:16px;right:16px;height:40px;width:40px;font-size:18px}.modal-header{padding-right:60px;margin-top:1rem;text-align:center}.modal-header h2{font-size:1.25rem;line-height:1.3;word-wrap:break-word;hyphens:auto}.modal-inner{gap:16px}}.modal-close-x:hover{color:white;border-color:#ffb000;background-color:#ffb000;transform:translateY(-2px);box-shadow:0 4px 16px rgba(255,176,0,.3)}.modal-close-x:focus{outline:none;border-color:#ffb000;box-shadow:0 0 0 3px rgba(255,176,0,.2)}.modal-header{text-align:center;margin-bottom:2rem}.modal-header h2{color:#122617;margin-bottom:1rem;font-size:1.5rem}.modal-header p{color:#666;line-height:1.5}.form-container{margin:1rem 0}.hubspot-form-container,.improved-hubspot-form-container{width:100%;min-height:200px}.form-loading,.form-submitting{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#ffb000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-error,.form-error-message{background-color:#fee;border:1px solid #fcc;border-radius:4px;padding:1rem;margin:1rem 0;color:#c33}.form-error button{background-color:#c33;color:white;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:.5rem}.form-error button:hover{background-color:#a22}.hubspot-form{width:100%}.hubspot-form form{display:flex;flex-direction:column;gap:1rem}.hubspot-form input,.hubspot-form select,.hubspot-form textarea{width:100%;padding:.75rem;border:2px solid #d1d6dc;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.hubspot-form input:focus,.hubspot-form select:focus,.hubspot-form textarea:focus{outline:none;border-color:#ffb000}.hubspot-form label{font-weight:500;color:#122617;margin-bottom:.25rem;display:block}.hubspot-form .hs-button{background-color:#ffb000;color:#122617;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease;width:100%;margin-top:1rem}.hubspot-form .hs-button:hover{background-color:#e6a000}.hubspot-form .hs-button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.modal-content{margin:1rem;max-width:calc(100vw - 2rem)}.modal-header h2{font-size:1.25rem}.hubspot-form input,.hubspot-form select,.hubspot-form textarea{font-size:16px}}