.contact-section[data-astro-cid-svshx33u]{padding:var(--ds-spacing-2xl) 0}.contact-section[data-astro-cid-svshx33u] h2[data-astro-cid-svshx33u]{text-align:center;margin-bottom:var(--ds-spacing-md);font-size:var(--ds-font-size-3xl);font-weight:var(--ds-font-weight-bold)}.contact-intro[data-astro-cid-svshx33u]{text-align:center;color:var(--ds-color-gray-700);max-width:600px;margin:0 auto var(--ds-spacing-xl);line-height:var(--ds-line-height-relaxed)}.contact-form[data-astro-cid-svshx33u]{max-width:700px;margin:0 auto}.form-row[data-astro-cid-svshx33u]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--ds-spacing-lg);margin-bottom:var(--ds-spacing-lg)}.form-group[data-astro-cid-svshx33u]{margin-bottom:var(--ds-spacing-lg)}.form-group[data-astro-cid-svshx33u] label[data-astro-cid-svshx33u]{display:block;margin-bottom:var(--ds-spacing-xs);font-weight:var(--ds-font-weight-medium);color:var(--ds-color-gray-900);font-size:var(--ds-font-size-base)}.required[data-astro-cid-svshx33u]{color:#ef4444}.optional[data-astro-cid-svshx33u]{color:var(--color-text-secondary);font-weight:400;font-size:.9rem}.form-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u],.form-group[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u],.form-group[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]{width:100%;padding:var(--ds-spacing-sm);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);background:var(--ds-color-surface);color:var(--ds-color-gray-900);font-size:var(--ds-font-size-base);transition:all var(--ds-transition-normal);font-family:var(--ds-font-family-base)}.form-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u]:focus,.form-group[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u]:focus,.form-group[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]:focus{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring-color);outline-offset:var(--ds-focus-ring-offset);border-color:var(--ds-color-primary)}.form-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u][aria-invalid=true],.form-group[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u][aria-invalid=true],.form-group[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u][aria-invalid=true]{border-color:#ef4444}.error-message[data-astro-cid-svshx33u]{display:block;color:#ef4444;font-size:.875rem;margin-top:.25rem;min-height:1.25rem}.checkbox-group[data-astro-cid-svshx33u]{margin-top:1rem}.checkbox-label[data-astro-cid-svshx33u]{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u][type=checkbox]{width:auto;margin-top:.25rem;cursor:pointer}.checkbox-label[data-astro-cid-svshx33u] span[data-astro-cid-svshx33u]{flex:1;font-weight:400;line-height:1.5}.checkbox-label[data-astro-cid-svshx33u] a[data-astro-cid-svshx33u]{color:var(--color-primary);text-decoration:underline}.btn-submit[data-astro-cid-svshx33u]{width:100%;position:relative;margin-top:1rem}.btn-submit[data-astro-cid-svshx33u].loading .btn-text[data-astro-cid-svshx33u]{opacity:0}.btn-submit[data-astro-cid-svshx33u].loading .btn-loading[data-astro-cid-svshx33u]{display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-loading[data-astro-cid-svshx33u]{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner[data-astro-cid-svshx33u]{width:20px;height:20px;animation:spin 1s linear infinite}.spinner[data-astro-cid-svshx33u] circle[data-astro-cid-svshx33u]{stroke-dasharray:90,150;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.form-status[data-astro-cid-svshx33u]{margin-top:var(--ds-spacing-lg);padding:var(--ds-spacing-md);border-radius:var(--ds-radius-md);font-weight:var(--ds-font-weight-medium);text-align:center}.form-status[data-astro-cid-svshx33u].success{background:var(--ds-color-success-light);color:var(--ds-color-success-dark);border:1px solid var(--ds-color-success)}.dark[data-astro-cid-svshx33u] .form-status[data-astro-cid-svshx33u].success{background:#064e3b;color:#6ee7b7}.form-status[data-astro-cid-svshx33u].error{background:var(--ds-color-error-light);color:var(--ds-color-error-dark);border:1px solid var(--ds-color-error)}.dark[data-astro-cid-svshx33u] .form-status[data-astro-cid-svshx33u].error{background:var(--ds-color-error-dark);color:var(--ds-color-error-light)}.hidden[data-astro-cid-svshx33u]{display:none}@media(max-width:768px){.contact-section[data-astro-cid-svshx33u]{padding:var(--ds-spacing-xl) 0}.form-row[data-astro-cid-svshx33u]{grid-template-columns:1fr;gap:var(--ds-spacing-lg)}}
