.enquiry-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000}.enquiry-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)!important;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.2);z-index:1001;width:90%;max-width:440px;max-height:90vh;overflow-y:auto}.enquiry-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0}.enquiry-modal-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.enquiry-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:#666;border-radius:8px;transition:all .2s ease}.enquiry-modal-close:hover{background:#f5f5f5;color:#1a1a1a}.enquiry-modal-close:disabled{opacity:.5;cursor:not-allowed}.enquiry-form{padding:24px;display:flex;flex-direction:column;gap:16px}.enquiry-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.enquiry-form-row .enquiry-form-group{min-width:0}.enquiry-form-group{display:flex;flex-direction:column;gap:6px}.enquiry-form-label{font-size:.9rem;font-weight:500;color:#1a1a1a;margin-bottom:8px}.enquiry-form-input{padding:14px 16px;border:1px solid #e5e5e5;border-radius:8px;font-size:16px;color:#1a1a1a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.enquiry-form-input::placeholder{color:#999}.enquiry-form-input:focus{outline:none;border-color:#1a1a1a}.enquiry-form-input.error{border-color:#dc2626}.enquiry-form-input:disabled{background:#f5f5f5;cursor:not-allowed}.enquiry-form-error{font-size:.75rem;color:#dc2626}.enquiry-form-submit-error{display:block;text-align:center;margin-bottom:.5rem}.phone-input-container{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:8px;background:#fff;min-height:48px;position:relative}.phone-input-container:focus-within{border-color:#1a1a1a}.phone-input-container.error{border-color:#dc2626}.country-dropdown{position:relative;flex-shrink:0;z-index:10}.country-dropdown-trigger{display:flex;align-items:center;gap:6px;padding:14px 12px;border:none;background:transparent;cursor:pointer;transition:background .2s ease;min-width:80px}.country-dropdown-trigger:hover{background:#f9f9f9}.country-dropdown-trigger:disabled{cursor:not-allowed}.country-flag{width:24px;height:16px;object-fit:cover;border-radius:2px}.country-code{font-size:16px;color:#1a1a1a;font-weight:500}.dropdown-arrow{color:#666;flex-shrink:0}.phone-input-divider{width:1px;height:24px;background:#e5e5e5;flex-shrink:0}.phone-number-wrapper{display:flex;align-items:center;flex:1 1;padding:0 12px;gap:8px}.phone-icon{color:#999;flex-shrink:0}.phone-number-input{flex:1 1;padding:14px 0;border:none;font-size:16px;color:#1a1a1a;background:transparent;outline:none}.phone-number-input::placeholder{color:#999}.phone-number-input:disabled{cursor:not-allowed}.country-dropdown-menu{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;width:300px;max-height:300px;background:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.15);z-index:1100;overflow:hidden}.country-search-input{width:100%;padding:12px 14px;border:none!important;border-bottom:1px solid #e5e5e5!important;border-radius:0!important;font-size:.875rem;outline:none;box-sizing:border-box;background:#fff;color:#111}.country-list{max-height:240px;overflow-y:auto;overflow-x:hidden}.country-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background .15s ease;box-sizing:border-box}.country-option:hover{background:#f5f5f5}.country-option.selected{background:#f0f0f0}.country-name{flex:1 1;font-size:.875rem;color:#1a1a1a}.country-dial-code{font-size:.75rem;color:#666}.customer-type-toggle{display:flex;gap:12px}.toggle-button{flex:1 1;padding:12px 24px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;font-size:.9rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.toggle-button:hover{border-color:#ccc}.toggle-button.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.toggle-button:disabled{opacity:.5;cursor:not-allowed}.checkbox-option{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.checkbox-option input[type=checkbox]{width:18px;height:18px;margin:3px 0 0;accent-color:#1678ec;cursor:pointer;flex-shrink:0}.checkbox-option input[type=checkbox]:disabled{cursor:not-allowed}.checkbox-label{font-size:.875rem;color:#666;line-height:1.5}.enquiry-submit-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;margin-top:8px;border:none;border-radius:8px;background:var(--color-cta-button-background,#1a1a1a);color:var(--color-cta-button-foreground,#fff);font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.enquiry-submit-button .button-text{transition:opacity .2s ease}.enquiry-submit-button.loading .button-text{opacity:0}.enquiry-submit-button .button-spinner{position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.enquiry-submit-button:hover:not(:disabled){background:var(--color-cta-button-background,#1a1a1a);filter:brightness(1.1)}.enquiry-submit-button:active:not(:disabled){transform:scale(.98)}.enquiry-submit-button:disabled{opacity:.7;cursor:not-allowed}.security-text{display:flex;align-items:center;justify-content:center;gap:6px;color:#999;font-size:.8rem;margin-top:4px}.security-text svg{color:#999}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:480px){.enquiry-modal{top:auto;bottom:0;transform:translateX(-50%)!important;width:100%;max-height:90vh;border-radius:12px 12px 0 0;box-shadow:0 -10px 60px rgba(0,0,0,.2)}.enquiry-modal-header{padding:20px 20px 0}.enquiry-form{padding:20px 20px calc(20px + env(safe-area-inset-bottom))}.enquiry-form-row{grid-template-columns:1fr 1fr;gap:10px}.country-dropdown-menu{width:260px}}