.contact_page__5ZJMe{background:black;color:white;width:100%;min-height:100vh;display:flex;justify-content:center;padding:40px 20px}.contact_card__wnBJV{width:100%;max-width:550px;display:flex;flex-direction:column;align-items:center}.contact_heading__Vcbpv{font-size:2.5rem;margin-bottom:30px;color:orange;font-family:monospace}.contact_form___aGjp{width:100%;display:flex;flex-direction:column;gap:16px}.contact_input__NXGUw{width:100%;padding:14px 18px;border-radius:12px;border:1px solid #333;background:#1a1a1a;color:white;font-size:1rem;outline:none;box-sizing:border-box}.contact_input__NXGUw:focus{border-color:orange}.contact_textarea__nz_oc{width:100%;padding:14px 18px;border-radius:12px;border:1px solid #333;background:#1a1a1a;color:white;font-size:1rem;outline:none;resize:vertical;font-family:inherit;box-sizing:border-box}.contact_textarea__nz_oc:focus{border-color:orange}.contact_error__fEMTu{color:#ed4245;font-size:.9rem;margin:0}.contact_button__WySkb{padding:14px;border-radius:12px;border:none;background:orange;color:black;font-size:1.1rem;font-weight:700;cursor:pointer;transition:opacity .2s ease}.contact_button__WySkb:hover{opacity:.85}.contact_button__WySkb:disabled{opacity:.5;cursor:not-allowed}.contact_sentHeading__VazVB{font-size:2rem;color:orange;margin-bottom:10px}.contact_sentText__mA39e{font-size:1.2rem;color:#aaa}