.contact-form{background:#151820;border:1px solid #2a2f45;border-radius:12px;max-width:600px;margin:0 auto;padding:2rem;box-shadow:0 4px 20px #0000004d}.form-title{color:#fff;text-align:center;margin-bottom:.5rem;font-size:1.8rem}.form-subtitle{text-align:center;color:#fff;margin-bottom:2rem;font-size:.95rem}.form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.form-group label{color:#fff;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#0b0d12;border:1px solid #2a2f45;border-radius:8px;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.btn-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.btn-submit:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-submit:disabled{cursor:not-allowed;background:#475569;transform:none}.form-alert{border-radius:8px;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;display:flex}.form-alert.success{background:rgba(var(--primary-rgb),.1);border:1px solid var(--primary);color:var(--primary)}.form-alert.error{background:rgba(var(--danger-rgb),.1);border:1px solid var(--danger);color:var(--danger)}
/*# sourceMappingURL=d311525013b51944.css.map*/