.contact-form-wrapper[data-astro-cid-svshx33u]{width:100%}.contact-form[data-astro-cid-svshx33u]{width:100%;display:flex;flex-direction:column;gap:1.5rem}.form-row[data-astro-cid-svshx33u]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-astro-cid-svshx33u]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-astro-cid-svshx33u]{font-size:.875rem;font-weight:600;color:#e2e8f0}.form-input[data-astro-cid-svshx33u],.form-textarea[data-astro-cid-svshx33u]{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;outline:none;font-size:1rem;color:#fff;transition:border-color .2s ease;font-family:inherit}.form-input[data-astro-cid-svshx33u]:focus,.form-textarea[data-astro-cid-svshx33u]:focus{border-color:var(--color-cyan)}.form-input[data-astro-cid-svshx33u]::placeholder,.form-textarea[data-astro-cid-svshx33u]::placeholder{color:#9aa2bd}.form-textarea[data-astro-cid-svshx33u]{resize:vertical;min-height:120px}.checkbox-grid[data-astro-cid-svshx33u]{display:flex;flex-wrap:wrap;gap:.5rem}.checkbox-label[data-astro-cid-svshx33u]{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:9999px;cursor:pointer;transition:all .2s ease}.checkbox-label[data-astro-cid-svshx33u]:hover{border-color:#ffffff59}.checkbox-label[data-astro-cid-svshx33u]:has(.form-checkbox:checked){border-color:#00a8e9a6;background:#00a8e91f}.form-checkbox[data-astro-cid-svshx33u]{width:14px;height:14px;cursor:pointer;accent-color:var(--color-cyan);appearance:none;border:1px solid rgba(255,255,255,.35);border-radius:3px;background:transparent;display:grid;place-content:center;transition:border-color .2s ease,background-color .2s ease}.form-checkbox[data-astro-cid-svshx33u]:before{content:"";width:7px;height:7px;transform:scale(0);transition:transform .15s ease;background-color:var(--color-navy-900);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.form-checkbox[data-astro-cid-svshx33u]:checked{background-color:var(--color-cyan);border-color:var(--color-cyan)}.form-checkbox[data-astro-cid-svshx33u]:checked:before{transform:scale(1)}.form-checkbox[data-astro-cid-svshx33u]:focus-visible{outline:2px solid var(--color-cyan);outline-offset:2px}.checkbox-label[data-astro-cid-svshx33u] span[data-astro-cid-svshx33u]{font-size:.8125rem;color:#c9cfe4;font-weight:500}.form-button[data-astro-cid-svshx33u]{background:var(--color-blue);color:#fff;padding:1rem 2rem;border-radius:9999px;border:none;cursor:pointer;font-weight:600;font-size:1rem;transition:background .2s ease;display:flex;align-items:center;justify-content:center;min-height:48px}.form-button[data-astro-cid-svshx33u]:hover{background:var(--color-cyan)}.form-button[data-astro-cid-svshx33u]:disabled{opacity:.7;cursor:not-allowed}.form-message[data-astro-cid-svshx33u]{margin-top:.75rem;padding:.875rem;border-radius:.5rem;font-size:.9375rem}.form-message[data-astro-cid-svshx33u].success{background:#10b9811a;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.form-message[data-astro-cid-svshx33u].error{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.spinner[data-astro-cid-svshx33u]{animation:spin 1s linear infinite}@media(max-width:640px){.form-row[data-astro-cid-svshx33u]{grid-template-columns:1fr}}.contact-layout[data-astro-cid-uw5kdbxl]{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.contact-layout[data-astro-cid-uw5kdbxl]{grid-template-columns:1fr 320px;gap:4rem}}.contact-sidebar[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card[data-astro-cid-uw5kdbxl]{padding:1.25rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background-color:var(--color-navy-800)}.sidebar-featured-link[data-astro-cid-uw5kdbxl]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;transition:all .2s ease}.sidebar-featured-link[data-astro-cid-uw5kdbxl]:last-child{border-bottom:none;padding-bottom:0}.sidebar-featured-link[data-astro-cid-uw5kdbxl]:first-of-type{padding-top:0}.sidebar-featured-link[data-astro-cid-uw5kdbxl]:hover span[data-astro-cid-uw5kdbxl].text-sm{color:var(--color-cyan)}.newsletter-inline-form[data-astro-cid-uw5kdbxl]{width:100%;max-width:28rem;margin:0 auto}.newsletter-inline-row[data-astro-cid-uw5kdbxl]{display:flex;gap:.75rem;align-items:center}.newsletter-inline-input[data-astro-cid-uw5kdbxl]{flex:1;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:9999px;outline:none;font-size:.9375rem;color:#fff;transition:border-color .2s ease}.newsletter-inline-input[data-astro-cid-uw5kdbxl]:focus{border-color:var(--color-cyan)}.newsletter-inline-input[data-astro-cid-uw5kdbxl]::placeholder{color:#9aa2bd}.newsletter-inline-button[data-astro-cid-uw5kdbxl]{background:var(--color-blue);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;font-weight:600;font-size:.9375rem;transition:background .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap}.newsletter-inline-button[data-astro-cid-uw5kdbxl]:hover{background:var(--color-cyan)}.newsletter-inline-button[data-astro-cid-uw5kdbxl]:disabled{opacity:.6;cursor:not-allowed}.newsletter-message[data-astro-cid-uw5kdbxl]{margin-top:.75rem;padding:.625rem;border-radius:.375rem;font-size:.875rem}.newsletter-message[data-astro-cid-uw5kdbxl].success{background:#10b9811a;color:#065f46;border:1px solid rgba(16,185,129,.3)}.newsletter-message[data-astro-cid-uw5kdbxl].error{background:#ef44441a;color:#991b1b;border:1px solid rgba(239,68,68,.3)}@keyframes spin{to{transform:rotate(360deg)}}.spinner[data-astro-cid-uw5kdbxl]{animation:spin 1s linear infinite}@media(max-width:640px){.newsletter-inline-row[data-astro-cid-uw5kdbxl]{flex-direction:column;align-items:stretch;gap:.5rem}.newsletter-inline-button[data-astro-cid-uw5kdbxl]{width:100%;justify-content:center}}
