.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:#94a3b8;margin-bottom:2rem;font-size:.95rem}.form-group{flex-direction:column;margin-bottom:1.5rem;display:flex}.form-group label{color:#e2e8f0;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:#3b82f6;outline:none}.btn-submit{color:#fff;cursor:pointer;background:#3b82f6;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:#2563eb;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{color:#10b981;background:#10b9811a;border:1px solid #10b981}.form-alert.error{color:#ef4444;background:#ef44441a;border:1px solid #ef4444}
