.contact-hero[data-astro-cid-ahc3q4vw]{background:var(--bg);border-bottom:1px solid var(--border);padding:3rem 0 3.5rem}.contact-grid[data-astro-cid-ahc3q4vw]{display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.contact-form-wrap[data-astro-cid-ahc3q4vw]{background:var(--white);border:1px solid var(--border);border-radius:var(--rxl);padding:2.5rem}.contact-form[data-astro-cid-ahc3q4vw]{display:flex;flex-direction:column;gap:1.25rem}.form-row[data-astro-cid-ahc3q4vw]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group[data-astro-cid-ahc3q4vw]{display:flex;flex-direction:column;gap:.4rem}.form-group[data-astro-cid-ahc3q4vw] label[data-astro-cid-ahc3q4vw]{font-family:var(--fd);font-size:.8rem;font-weight:600;color:var(--dark)}.form-group[data-astro-cid-ahc3q4vw] input[data-astro-cid-ahc3q4vw],.form-group[data-astro-cid-ahc3q4vw] select[data-astro-cid-ahc3q4vw],.form-group[data-astro-cid-ahc3q4vw] textarea[data-astro-cid-ahc3q4vw]{padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:var(--r);font-family:var(--fb);font-size:.9rem;color:var(--dark);background:var(--white);transition:border-color var(--ease);outline:none;width:100%}.form-group[data-astro-cid-ahc3q4vw] input[data-astro-cid-ahc3q4vw]:focus,.form-group[data-astro-cid-ahc3q4vw] select[data-astro-cid-ahc3q4vw]:focus,.form-group[data-astro-cid-ahc3q4vw] textarea[data-astro-cid-ahc3q4vw]:focus{border-color:var(--green);box-shadow:0 0 0 3px #95c11f1f}.form-group[data-astro-cid-ahc3q4vw] textarea[data-astro-cid-ahc3q4vw]{resize:vertical;min-height:120px}.form-footer[data-astro-cid-ahc3q4vw]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:.5rem}.form-note[data-astro-cid-ahc3q4vw]{font-size:.78rem;color:var(--muted)}.form-success[data-astro-cid-ahc3q4vw]{text-align:center;padding:3rem 2rem}.fs-icon[data-astro-cid-ahc3q4vw]{width:64px;height:64px;background:var(--green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.25rem;color:var(--green-dk)}.form-success[data-astro-cid-ahc3q4vw] h3[data-astro-cid-ahc3q4vw]{font-family:var(--fd);font-size:1.5rem;margin-bottom:.5rem}.form-success[data-astro-cid-ahc3q4vw] p[data-astro-cid-ahc3q4vw]{color:var(--muted)}.contact-info[data-astro-cid-ahc3q4vw]{display:flex;flex-direction:column;gap:1rem;position:sticky;top:calc(var(--nav-h) + 1.5rem)}.ci-card[data-astro-cid-ahc3q4vw]{background:var(--white);border:1px solid var(--border);border-radius:var(--rlg);padding:1.5rem}.ci-title[data-astro-cid-ahc3q4vw]{font-family:var(--fd);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1.125rem}.ci-item[data-astro-cid-ahc3q4vw]{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem 0;border-bottom:1px solid var(--border);text-decoration:none;transition:opacity var(--ease)}.ci-item[data-astro-cid-ahc3q4vw]:last-child{border-bottom:none;padding-bottom:0}.ci-item[data-astro-cid-ahc3q4vw]:hover{opacity:.75}.ci-icon[data-astro-cid-ahc3q4vw]{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.ci-label[data-astro-cid-ahc3q4vw]{font-size:.72rem;color:var(--muted);font-family:var(--fd);font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.15rem}.ci-value[data-astro-cid-ahc3q4vw]{font-size:.9rem;color:var(--dark);font-weight:500;line-height:1.4}.ci-step[data-astro-cid-ahc3q4vw]{display:flex;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.ci-step[data-astro-cid-ahc3q4vw]:last-child{border-bottom:none;padding-bottom:0}.cis-num[data-astro-cid-ahc3q4vw]{font-family:var(--fd);font-size:.75rem;font-weight:800;color:var(--green);background:var(--green-pale);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ci-step[data-astro-cid-ahc3q4vw] strong[data-astro-cid-ahc3q4vw]{font-family:var(--fd);font-size:.875rem;display:block;margin-bottom:.25rem}.ci-step[data-astro-cid-ahc3q4vw] p[data-astro-cid-ahc3q4vw]{font-size:.8rem;color:var(--muted);line-height:1.5;margin:0}@media (max-width:900px){.contact-grid[data-astro-cid-ahc3q4vw]{grid-template-columns:1fr}.contact-info[data-astro-cid-ahc3q4vw]{position:static}.form-row[data-astro-cid-ahc3q4vw]{grid-template-columns:1fr}}@media (max-width:500px){.contact-form-wrap[data-astro-cid-ahc3q4vw]{padding:1.5rem 1.25rem}.form-footer[data-astro-cid-ahc3q4vw]{flex-direction:column;align-items:stretch}.form-footer[data-astro-cid-ahc3q4vw] .btn[data-astro-cid-ahc3q4vw]{justify-content:center}}
