.contact-page.svelte-19y1n4{min-height:100vh;padding:4rem 2rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.contact-page.visible.svelte-19y1n4{opacity:1;transform:translateY(0)}.contact-container.svelte-19y1n4{max-width:1100px;margin:0 auto}.contact-header.svelte-19y1n4{text-align:center;margin-bottom:4rem}.contact-header.svelte-19y1n4 h1:where(.svelte-19y1n4){font-size:3.5rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;letter-spacing:-.02em}.tagline.svelte-19y1n4{font-size:1.25rem;color:var(--color-text-secondary);margin:0}.contact-content.svelte-19y1n4{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-info-section.svelte-19y1n4{display:flex;flex-direction:column;gap:1.5rem}.info-card.svelte-19y1n4{display:flex;gap:1rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;transition:all .2s ease}.info-card.svelte-19y1n4:hover{border-color:#10b981;box-shadow:0 4px 12px #10b9811a}.info-icon.svelte-19y1n4{flex-shrink:0}.info-card.svelte-19y1n4 h3:where(.svelte-19y1n4){font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem}.info-card.svelte-19y1n4 p:where(.svelte-19y1n4){font-size:1rem;color:var(--color-text);margin:0 0 .25rem;font-weight:500}.info-card.svelte-19y1n4 p.secondary:where(.svelte-19y1n4){font-size:.875rem;color:var(--color-text-secondary);font-weight:400}.contact-form-section.svelte-19y1n4{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:2.5rem}.contact-form-section.svelte-19y1n4 h2:where(.svelte-19y1n4){font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.form-description.svelte-19y1n4{color:var(--color-text-secondary);margin-bottom:2rem}.form-row.svelte-19y1n4{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.svelte-19y1n4{margin-bottom:1.5rem}.form-group.svelte-19y1n4 label:where(.svelte-19y1n4){display:block;font-weight:600;font-size:.9375rem;color:var(--color-text);margin-bottom:.5rem}.form-group.svelte-19y1n4 input:where(.svelte-19y1n4),.form-group.svelte-19y1n4 textarea:where(.svelte-19y1n4){width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .2s ease}.form-group.svelte-19y1n4 input:where(.svelte-19y1n4):focus,.form-group.svelte-19y1n4 textarea:where(.svelte-19y1n4):focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-group.svelte-19y1n4 textarea:where(.svelte-19y1n4){resize:vertical}.honeypot.svelte-19y1n4{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.submit-btn.svelte-19y1n4{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.875rem 1.75rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #10b9814d}.submit-btn.svelte-19y1n4:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.success-message.svelte-19y1n4{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#10b9811a;border:1px solid #10b981;border-radius:.5rem;color:#059669;font-weight:500;margin-bottom:1.5rem}.error-message.svelte-19y1n4{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ef44441a;border:1px solid #ef4444;border-radius:.5rem;color:var(--color-danger);font-weight:500;margin-bottom:1.5rem}.submit-btn.svelte-19y1n4:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.spinner.svelte-19y1n4{animation:svelte-19y1n4-spin 1s linear infinite}@keyframes svelte-19y1n4-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-path.svelte-19y1n4{animation:svelte-19y1n4-spin-path 1.5s ease-in-out infinite}@keyframes svelte-19y1n4-spin-path{0%{stroke-dashoffset:50.265}50%{stroke-dashoffset:12.566}to{stroke-dashoffset:50.265}}@media(max-width:768px){.contact-page.svelte-19y1n4{padding:4rem 1.25rem 3rem}.contact-header.svelte-19y1n4 h1:where(.svelte-19y1n4){font-size:2rem;line-height:1.3}.tagline.svelte-19y1n4{font-size:1.0625rem}.contact-content.svelte-19y1n4{grid-template-columns:1fr;gap:2rem}.info-card.svelte-19y1n4{padding:1.25rem}.form-row.svelte-19y1n4{grid-template-columns:1fr}.contact-form-section.svelte-19y1n4{padding:2rem 1.5rem}.contact-form-section.svelte-19y1n4 h2:where(.svelte-19y1n4){font-size:1.5rem}}@media(max-width:480px){.contact-page.svelte-19y1n4{padding:3rem 1rem 2rem}.contact-header.svelte-19y1n4 h1:where(.svelte-19y1n4){font-size:1.625rem}.tagline.svelte-19y1n4{font-size:1rem}.contact-form-section.svelte-19y1n4{padding:1.5rem 1rem}.contact-form-section.svelte-19y1n4 h2:where(.svelte-19y1n4){font-size:1.375rem}.form-description.svelte-19y1n4{font-size:.9375rem}.submit-btn.svelte-19y1n4{width:100%;justify-content:center}}
