.contact-form-wrapper[data-astro-cid-svshx33u]{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem}.contact-form[data-astro-cid-svshx33u]{display:flex;flex-direction:column;gap:1.25rem}.form-row[data-astro-cid-svshx33u]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group[data-astro-cid-svshx33u]{display:flex;flex-direction:column;gap:.375rem}label[data-astro-cid-svshx33u]{font-weight:500;font-size:.9375rem;color:var(--color-text)}.required-marker[data-astro-cid-svshx33u]{color:#dc2626;font-weight:600}.input-wrapper[data-astro-cid-svshx33u]{position:relative;display:flex;align-items:center}.textarea-wrapper[data-astro-cid-svshx33u]{align-items:flex-start}input[data-astro-cid-svshx33u],select[data-astro-cid-svshx33u],textarea[data-astro-cid-svshx33u]{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:var(--color-bg)}select[data-astro-cid-svshx33u]{padding-right:2.5rem}input[data-astro-cid-svshx33u]:focus,select[data-astro-cid-svshx33u]:focus,textarea[data-astro-cid-svshx33u]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #16a34a1a}.input-wrapper[data-astro-cid-svshx33u].valid input[data-astro-cid-svshx33u],.input-wrapper[data-astro-cid-svshx33u].valid textarea[data-astro-cid-svshx33u]{border-color:#10b981}.input-wrapper[data-astro-cid-svshx33u].valid input[data-astro-cid-svshx33u]:focus,.input-wrapper[data-astro-cid-svshx33u].valid textarea[data-astro-cid-svshx33u]:focus{box-shadow:0 0 0 3px #10b98126}.input-wrapper[data-astro-cid-svshx33u].invalid input[data-astro-cid-svshx33u],.input-wrapper[data-astro-cid-svshx33u].invalid textarea[data-astro-cid-svshx33u]{border-color:#dc2626}.input-wrapper[data-astro-cid-svshx33u].invalid input[data-astro-cid-svshx33u]:focus,.input-wrapper[data-astro-cid-svshx33u].invalid textarea[data-astro-cid-svshx33u]:focus{box-shadow:0 0 0 3px #dc262626}.validation-icon[data-astro-cid-svshx33u]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:20px;height:20px;opacity:0;transition:opacity .2s ease;pointer-events:none}.textarea-wrapper[data-astro-cid-svshx33u] .validation-icon[data-astro-cid-svshx33u]{top:.75rem;transform:none}.input-wrapper[data-astro-cid-svshx33u].valid .validation-icon[data-astro-cid-svshx33u]{opacity:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat}.input-wrapper[data-astro-cid-svshx33u].invalid .validation-icon[data-astro-cid-svshx33u]{opacity:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='3'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M15 9l-6 6M9 9l6 6'/%3E%3C/svg%3E") center/contain no-repeat}.error-message[data-astro-cid-svshx33u]{font-size:.8125rem;color:#dc2626;min-height:1.25rem;display:block}.textarea-footer[data-astro-cid-svshx33u]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.char-counter[data-astro-cid-svshx33u]{font-size:.75rem;color:var(--color-text-light);margin-left:auto;white-space:nowrap}.char-counter[data-astro-cid-svshx33u].near-limit{color:#d97706}.char-counter[data-astro-cid-svshx33u].at-limit{color:#dc2626;font-weight:600}input[data-astro-cid-svshx33u]::placeholder,textarea[data-astro-cid-svshx33u]::placeholder{color:var(--color-text-light);opacity:.7}textarea[data-astro-cid-svshx33u]{resize:vertical;min-height:100px}select[data-astro-cid-svshx33u]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.btn-submit[data-astro-cid-svshx33u]{width:100%;padding:1rem;font-size:1.0625rem;margin-top:.5rem}.btn-submit[data-astro-cid-svshx33u]:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-text[data-astro-cid-svshx33u],.btn-loading[data-astro-cid-svshx33u]{display:inline-flex;align-items:center;gap:.5rem}.spinner[data-astro-cid-svshx33u]{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-note[data-astro-cid-svshx33u]{margin-top:.75rem;padding:.75rem;background:#fef3c7;border-radius:var(--radius);font-size:.875rem;color:#92400e}.form-note[data-astro-cid-svshx33u] code[data-astro-cid-svshx33u]{background:#0000001a;padding:.125rem .375rem;border-radius:4px;font-size:.8125rem}.privacy-notice[data-astro-cid-svshx33u]{font-size:.8125rem;color:var(--color-text-light);text-align:center;margin-top:.5rem}.form-status[data-astro-cid-svshx33u]{min-height:1.25rem;text-align:center;font-size:.875rem;font-weight:600}.form-status[data-astro-cid-svshx33u].is-error{color:#b91c1c}.form-status[data-astro-cid-svshx33u].is-success{color:#047857}.privacy-notice[data-astro-cid-svshx33u] a[data-astro-cid-svshx33u]{color:var(--color-primary);text-decoration:underline}.form-success[data-astro-cid-svshx33u]{text-align:center;padding:2rem}.success-icon[data-astro-cid-svshx33u]{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;margin-bottom:1.5rem}.form-success[data-astro-cid-svshx33u] h3[data-astro-cid-svshx33u]{font-size:1.5rem;margin-bottom:.5rem}.form-success[data-astro-cid-svshx33u] p[data-astro-cid-svshx33u]{color:var(--color-text-light)}.visually-hidden-honeypot[data-astro-cid-svshx33u]{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}@media(max-width:600px){.contact-form-wrapper[data-astro-cid-svshx33u]{padding:1.5rem}.form-row[data-astro-cid-svshx33u]{grid-template-columns:1fr}}.contact-hero[data-astro-cid-uw5kdbxl]{text-align:center}.contact-kicker[data-astro-cid-uw5kdbxl]{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;margin-bottom:1rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.contact-hero-book[data-astro-cid-uw5kdbxl]{background:#ffffff2e!important}.contact-method-grid[data-astro-cid-uw5kdbxl],.contact-details-grid[data-astro-cid-uw5kdbxl]{display:grid;gap:1.5rem}.contact-method-grid[data-astro-cid-uw5kdbxl]{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-method[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;gap:.85rem;min-height:100%}.contact-method-icon[data-astro-cid-uw5kdbxl]{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));box-shadow:0 12px 24px -12px #198a4e99}.contact-method[data-astro-cid-uw5kdbxl] h2[data-astro-cid-uw5kdbxl],.contact-panel[data-astro-cid-uw5kdbxl] h2[data-astro-cid-uw5kdbxl]{margin:0}.contact-method[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl],.contact-panel[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl],.contact-panel[data-astro-cid-uw5kdbxl] dd[data-astro-cid-uw5kdbxl]{color:var(--color-text-light)}.contact-method-link[data-astro-cid-uw5kdbxl]{font-weight:700;font-size:1.05rem}.contact-meta[data-astro-cid-uw5kdbxl]{margin-top:auto;font-size:.875rem}.contact-details-grid[data-astro-cid-uw5kdbxl]{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.contact-panel[data-astro-cid-uw5kdbxl]{background:var(--color-surface);border:1px solid var(--color-borderSubtle);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-sm)}.contact-list[data-astro-cid-uw5kdbxl]{margin:1rem 0 0;padding-left:1.25rem}.contact-list[data-astro-cid-uw5kdbxl] li[data-astro-cid-uw5kdbxl]+li[data-astro-cid-uw5kdbxl]{margin-top:.75rem}.contact-facts[data-astro-cid-uw5kdbxl]{display:grid;gap:1rem;margin-top:1rem}.contact-facts[data-astro-cid-uw5kdbxl] dt[data-astro-cid-uw5kdbxl]{font-weight:700;margin-bottom:.2rem}.contact-facts[data-astro-cid-uw5kdbxl] dd[data-astro-cid-uw5kdbxl]{margin:0}.panel-actions[data-astro-cid-uw5kdbxl],.fallback-actions[data-astro-cid-uw5kdbxl]{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.contact-fallback[data-astro-cid-uw5kdbxl]{max-width:760px;margin:0 auto;text-align:center;background:var(--color-surface);border:1px solid var(--color-borderSubtle);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-sm)}.contact-fallback[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl]{color:var(--color-text-light)}@media(max-width:900px){.contact-method-grid[data-astro-cid-uw5kdbxl],.contact-details-grid[data-astro-cid-uw5kdbxl]{grid-template-columns:1fr}}@media(max-width:640px){.fallback-actions[data-astro-cid-uw5kdbxl],.panel-actions[data-astro-cid-uw5kdbxl]{flex-direction:column}.fallback-actions[data-astro-cid-uw5kdbxl] .btn[data-astro-cid-uw5kdbxl],.panel-actions[data-astro-cid-uw5kdbxl] .btn[data-astro-cid-uw5kdbxl]{width:100%}}
