.contact-page{background:#fafafa;justify-content:center;padding:3rem 1rem 4rem;display:flex}.contact-wrap{width:100%;max-width:600px}.contact-header{margin-bottom:2rem}.contact-heading{color:#0f172a;letter-spacing:-.03em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact-sub{color:#64748b;font-size:.9375rem;line-height:1.6}.contact-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #0000000a}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:480px){.contact-row{grid-template-columns:1fr}}.contact-field{flex-direction:column;gap:.375rem;display:flex}.contact-field label{color:#374151;font-size:.8125rem;font-weight:500}.contact-field input,.contact-field select,.contact-field textarea{color:#0f172a;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:8px;padding:.75rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s,background .15s}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{background:#fff;border-color:#0d9488;outline:none;box-shadow:0 0 0 3px #0d94881f}.contact-field textarea{resize:vertical;min-height:8rem}.contact-form button[type=submit]{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:8px;align-self:flex-start;padding:.8125rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .15s,transform .1s}.contact-form button[type=submit]:hover{background:#0f766e}.contact-form button[type=submit]:active{transform:scale(.99)}.contact-form button[type=submit]:disabled{cursor:not-allowed;background:#94a3b8;transform:none}.contact-error{color:#dc2626;margin:0;font-size:.875rem}.contact-success-wrap{flex-direction:column;gap:1rem;display:flex}.contact-success{color:#0d9488;padding:.5rem 0;font-size:1rem;font-weight:500}.contact-send-another{color:#0d9488;cursor:pointer;background:0 0;border:1.5px solid #0d9488;border-radius:8px;align-self:flex-start;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.contact-send-another:hover{background:#f0fdfa}.contact-email-hint{text-align:center;color:#94a3b8;margin-top:1.25rem;font-size:.875rem}.contact-email-hint a{color:#0d9488;text-decoration:none}.contact-email-hint a:hover{text-decoration:underline}
