.contact-grid[data-astro-cid-ahc3q4vw]{display:grid;grid-template-columns:1fr 380px;gap:3rem;margin-top:2rem}.contact-section-title[data-astro-cid-ahc3q4vw]{font-size:1.25rem;font-weight:700;color:var(--cr-text);margin:0 0 1.5rem}.contact-form[data-astro-cid-ahc3q4vw]{display:flex;flex-direction:column;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-size:.875rem;font-weight:600;color:var(--cr-text)}.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]{width:100%;padding:.65rem .85rem;border:1px solid var(--cr-border);border-radius:6px;background:#fff;font-size:.925rem;font-family:Inter,sans-serif;color:var(--cr-text);transition:border-color .15s}.form-group[data-astro-cid-ahc3q4vw] input[data-astro-cid-ahc3q4vw]::placeholder,.form-group[data-astro-cid-ahc3q4vw] textarea[data-astro-cid-ahc3q4vw]::placeholder{color:var(--cr-text-muted)}.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{outline:none;border-color:var(--cr-copper);box-shadow:0 0 0 3px #cc000014}.form-group[data-astro-cid-ahc3q4vw] select[data-astro-cid-ahc3q4vw]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.5rem}.form-group[data-astro-cid-ahc3q4vw] textarea[data-astro-cid-ahc3q4vw]{resize:vertical;min-height:120px}.contact-submit[data-astro-cid-ahc3q4vw]{align-self:flex-start;padding:.7rem 2rem;font-size:.95rem;font-weight:600}.contact-sidebar[data-astro-cid-ahc3q4vw]{display:flex;flex-direction:column;gap:1.5rem}.contact-card[data-astro-cid-ahc3q4vw]{background:var(--cr-gray-50);border:1px solid var(--cr-border);border-radius:8px;padding:1.5rem}.contact-card-icon[data-astro-cid-ahc3q4vw]{width:40px;height:40px;background:#fff;border:1px solid var(--cr-border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--cr-copper);margin-bottom:1rem}.contact-card[data-astro-cid-ahc3q4vw] h3[data-astro-cid-ahc3q4vw]{font-size:1rem;font-weight:700;color:var(--cr-text);margin:0 0 .5rem}.contact-email-link[data-astro-cid-ahc3q4vw]{display:inline-block;color:var(--cr-copper-text);font-weight:600;text-decoration:none;font-size:.95rem;margin-bottom:.35rem}.contact-email-link[data-astro-cid-ahc3q4vw]:hover{text-decoration:underline;text-underline-offset:2px}.contact-card-note[data-astro-cid-ahc3q4vw]{font-size:.825rem;color:var(--cr-text-muted);margin:0}.quick-help-links[data-astro-cid-ahc3q4vw]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.quick-help-links[data-astro-cid-ahc3q4vw] li[data-astro-cid-ahc3q4vw] a[data-astro-cid-ahc3q4vw]{display:flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;color:var(--cr-copper-text);text-decoration:none}.quick-help-links[data-astro-cid-ahc3q4vw] li[data-astro-cid-ahc3q4vw] a[data-astro-cid-ahc3q4vw]:before{content:"";display:inline-block;width:5px;height:5px;border-top:1.5px solid var(--cr-copper);border-right:1.5px solid var(--cr-copper);transform:rotate(45deg);flex-shrink:0}.quick-help-links[data-astro-cid-ahc3q4vw] li[data-astro-cid-ahc3q4vw] a[data-astro-cid-ahc3q4vw]:hover{text-decoration:underline;text-underline-offset:2px}.faq-heading[data-astro-cid-ahc3q4vw]{font-size:1.35rem;font-weight:700;color:var(--cr-text);text-align:center;margin:0 0 2rem}.faq-grid[data-astro-cid-ahc3q4vw]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.faq-item[data-astro-cid-ahc3q4vw]{background:#fff;border:1px solid var(--cr-border);border-radius:8px;padding:1.25rem 1.5rem}.faq-question[data-astro-cid-ahc3q4vw]{font-size:.95rem;font-weight:700;color:var(--cr-text);margin:0 0 .5rem}.faq-answer[data-astro-cid-ahc3q4vw]{font-size:.875rem;color:var(--cr-text-light);line-height:1.6;margin:0}.faq-answer[data-astro-cid-ahc3q4vw] a[data-astro-cid-ahc3q4vw]{color:var(--cr-copper-text);font-weight:600;text-decoration:underline;text-underline-offset:2px}@media(max-width:900px){.contact-grid[data-astro-cid-ahc3q4vw]{grid-template-columns:1fr;gap:2rem}.contact-sidebar[data-astro-cid-ahc3q4vw]{order:-1}}.contact-status[data-astro-cid-ahc3q4vw]{margin-top:.5rem;font-size:.875rem;font-family:Inter,sans-serif;border-radius:6px;padding:0;transition:all .2s}.contact-status-success[data-astro-cid-ahc3q4vw]{padding:.75rem 1rem;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.contact-status-error[data-astro-cid-ahc3q4vw]{padding:.75rem 1rem;background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}@media(max-width:640px){.faq-grid[data-astro-cid-ahc3q4vw]{grid-template-columns:1fr}.contact-submit[data-astro-cid-ahc3q4vw]{align-self:stretch}}
