:root{--white-color:#fff;--border-radius:16px;--shadow:0 8px 16px rgba(0,0,0,.05);--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{color:#111;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;background:#fff}.loading-spinner{vertical-align:middle;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin-left:8px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-submit:disabled{cursor:not-allowed;opacity:.7}.contact-form-container{background:var(--white-color);border-radius:var(--border-radius);box-shadow:var(--shadow);border:1px solid #0051f4;flex:1;padding:20px}.customer-form-header{text-align:center;margin-bottom:24px}.customer-form-title{color:#0f172a;margin:0;font-size:1.3rem;font-weight:600}.customer-form{flex-direction:column;gap:20px;display:flex}.customer-input-row{text-align:start;flex-wrap:wrap;gap:20px;display:flex}.customer-form-group{flex-direction:column;flex:1;display:flex}.customer-form-group label{color:#334155;margin-bottom:6px;font-size:.95rem;font-weight:500}.customer-form-group input,.customer-form-group textarea{border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:12px 14px;font-size:1rem;transition:border .2s,box-shadow .2s}.customer-form-group input:focus,.customer-form-group textarea:focus{border-color:#0091ff;box-shadow:0 0 0 3px rgba(0,145,255,.15)}.customer-phone-group{align-items:center;gap:8px;display:flex}.customer-phone-group select,.customer-phone-group input{flex:1}.customer-full-width{width:100%}.customer-btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0091ff,#06c);border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:1rem;font-weight:600;transition:background .3s,transform .2s;display:flex}.customer-btn-submit:hover{background:linear-gradient(135deg,#007ae0,#005bb5);transform:translateY(-2px)}.customer-btn-submit .send-icon{width:10px;height:10px}@media (max-width:600px){.customer-input-row{text-align:start;flex-direction:column;gap:16px}.customer-form-group input{width:100%;height:auto}}
