.contact_section__7wJ4Y{padding:5rem 1.5rem;background-color:var(--background-primary)}.contact_container__120fg{max-width:1000px;margin:0 auto;text-align:center}.contact_title__BEhZA{font-size:2.2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.contact_subtitle__sieS0{font-size:1.1rem;color:var(--text-color);margin-bottom:3rem}.contact_grid__dCk25{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.contact_card__iZgxp{background:var(--background-secondary,#fff);border-radius:1.25rem;box-shadow:0 4px 24px rgba(0,0,0,.07);padding:2.5rem 2rem;min-width:300px;max-width:400px;flex:1 1 320px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.contact_cardTitle__0SboW{font-size:1.25rem;font-weight:600;color:var(--secondary-color);margin-bottom:1.5rem;letter-spacing:.01em}.contact_infoItem__qBaH_{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:var(--text-color);margin-bottom:1.1rem}.contact_icon__Zk_10{color:var(--accent-color);min-width:22px;min-height:22px}.contact_formGroup__SLs_M{width:100%;margin-bottom:1.2rem;text-align:left}.contact_formGroup__SLs_M label{display:block;font-weight:500;margin-bottom:.4rem;color:var(--secondary-color)}.contact_formGroup__SLs_M input,.contact_formGroup__SLs_M textarea{width:100%;padding:.7rem 1rem;border:1px solid var(--border-color,#e0e0e0);border-radius:.6rem;font-size:1rem;background:var(--background-primary);color:var(--text-color);transition:border .2s;outline:none}.contact_formGroup__SLs_M input:focus,.contact_formGroup__SLs_M textarea:focus{border-color:var(--accent-color)}.contact_submitButton__BlAQb{display:flex;align-items:center;gap:.5rem;background:var(--accent-color);color:#fff;font-weight:600;border:none;border-radius:.6rem;padding:.85rem 2rem;font-size:1.08rem;cursor:pointer;margin-top:.5rem;transition:background .2s}.contact_submitButton__BlAQb:disabled{opacity:.7;cursor:not-allowed}.contact_error__CPMJ7{color:#d32f2f;background:#fff0f0}.contact_error__CPMJ7,.contact_success__JCdDm{border-radius:.5rem;padding:.5rem 1rem;margin-bottom:.7rem;font-size:.98rem}.contact_success__JCdDm{color:#388e3c;background:#e8f5e9}@media (max-width:900px){.contact_grid__dCk25{flex-direction:column;gap:2rem;align-items:stretch}.contact_card__iZgxp{max-width:100%;min-width:0;width:100%}}[data-theme=dark] .contact_card__iZgxp{background:var(--background-secondary,#181c24);box-shadow:0 4px 24px rgba(0,0,0,.18)}[data-theme=dark] .contact_infoItem__qBaH_{color:var(--text-color)}[data-theme=dark] .contact_formGroup__SLs_M input,[data-theme=dark] .contact_formGroup__SLs_M textarea{background:var(--background-primary);color:var(--text-color);border:1px solid var(--border-color,#333)}[data-theme=dark] .contact_submitButton__BlAQb{background:var(--accent-color);color:#fff}