@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..600;1,9..144,300..600&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');.contact-backdrop.svelte-1sdru9h{position:fixed;inset:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(5,6,12,0.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.contact-panel.svelte-1sdru9h{position:relative;width:100%;max-width:32rem;max-height:min(90vh,740px);overflow:hidden;cursor:auto;border-radius:36px 20px 32px 24px;background:#0d0f17;border:2px solid #1e263b;box-shadow:0 24px 60px -8px rgba(0,5,20,0.5),0 8px 30px -12px rgba(0,84,253,0.15),inset 0 1px 0 rgba(255,255,255,0.05);display:flex;flex-direction:column;color:#e2e8f0;transition:transform 0.4s cubic-bezier(0.175,0.885,0.32,1.1)}.contact-panel.svelte-1sdru9h::before{display:none}.contact-header.svelte-1sdru9h{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.75rem;background:#111422;border-bottom:2px solid #1e263b;z-index:2}.contact-title.svelte-1sdru9h{display:flex;align-items:center;gap:0.65rem;margin:0;font-family:'Fraunces',Georgia,serif;font-size:1.35rem;font-weight:500;color:#faf8f5}.contact-title.svelte-1sdru9h svg{width:1.35rem;height:1.35rem;color:#0054fd}.contact-close.svelte-1sdru9h{all:unset;cursor:pointer;padding:0.5rem;border-radius:50%;color:#94a3b8;background:rgba(255,255,255,0.04);display:inline-flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(0.2,0.8,0.2,1)}.contact-close.svelte-1sdru9h:hover,.contact-close.svelte-1sdru9h:focus-visible{background:#0054fd;color:#ffffff;transform:rotate(90deg) scale(1.05);outline:none}.contact-close.svelte-1sdru9h svg{width:1.15rem;height:1.15rem}.contact-body.svelte-1sdru9h{position:relative;padding:2rem 1.75rem;min-height:340px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;font-size:0.95rem;line-height:1.55;z-index:2;background:#0d0f17}@media (min-width:640px){.contact-body.svelte-1sdru9h{padding:2.25rem 2rem}}.success-block.svelte-1sdru9h{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.75rem;padding:1rem 0}.success-icon.svelte-1sdru9h{width:4.5rem;height:4.5rem;border-radius:40% 50% 35% 45%;background:rgba(16,185,129,0.1);border:2px solid #10b981;display:flex;align-items:center;justify-content:center;margin-bottom:0.5rem;color:#10b981}.success-icon.svelte-1sdru9h svg{width:2rem;height:2.5rem}.success-block.svelte-1sdru9h h3:where(.svelte-1sdru9h){margin:0;font-family:'Fraunces',Georgia,serif;font-size:1.5rem;font-weight:500;color:#faf8f5}.success-block.svelte-1sdru9h p:where(.svelte-1sdru9h){margin:0;color:#94a3b8;font-size:0.95rem}.choice-grid.svelte-1sdru9h{display:grid;gap:1.1rem}.choice-card.svelte-1sdru9h{all:unset;position:relative;cursor:pointer;display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;border-radius:20px 14px 22px 16px;background:#111422;border:1.5px solid #1e263b;color:#faf8f5;transition:all 0.3s cubic-bezier(0.2,0.8,0.2,1);text-decoration:none;overflow:hidden}.choice-card.svelte-1sdru9h:hover,.choice-card.svelte-1sdru9h:focus-visible{background:#151928;border-color:#0054fd;transform:translateY(-2px);box-shadow:0 10px 24px -10px rgba(0,84,253,0.3);outline:none}.choice-icon.svelte-1sdru9h{flex-shrink:0;width:3rem;height:3rem;border-radius:35% 45% 40% 45%;display:inline-flex;align-items:center;justify-content:center;background:rgba(16,185,129,0.1);color:#10b981;border:1.5px solid rgba(16,185,129,0.2);transition:all 0.3s ease}.choice-card.svelte-1sdru9h:hover .choice-icon:where(.svelte-1sdru9h){transform:scale(1.05) rotate(-4deg);background:#0054fd;color:#faf8f5;border-color:#0045c0}.choice-icon.svelte-1sdru9h svg{width:1.25rem;height:1.25rem}.choice-text.svelte-1sdru9h{flex:1;display:flex;flex-direction:column;gap:0.15rem;min-width:0}.choice-text.svelte-1sdru9h strong:where(.svelte-1sdru9h){font-family:'Fraunces',Georgia,serif;font-size:1.1rem;font-weight:500;color:#faf8f5}.choice-text.svelte-1sdru9h small:where(.svelte-1sdru9h){font-size:0.85rem;font-weight:400;color:#94a3b8}.choice-arrow.svelte-1sdru9h{flex-shrink:0;width:1.15rem;height:1.15rem;color:#64748b;transition:transform 0.3s ease,color 0.3s ease}.choice-card.svelte-1sdru9h:hover .choice-arrow:where(.svelte-1sdru9h),.choice-card.svelte-1sdru9h:focus-visible .choice-arrow:where(.svelte-1sdru9h){transform:translateX(4px);color:#0054fd}.contact-form.svelte-1sdru9h{display:flex;flex-direction:column;gap:1.2rem;width:100%}.form-row.svelte-1sdru9h{display:grid;grid-template-columns:1fr;gap:1.2rem}@media (min-width:560px){.form-row.svelte-1sdru9h{grid-template-columns:1fr 1fr}}.field.svelte-1sdru9h{display:flex;flex-direction:column;gap:0.4rem;min-width:0}.field.svelte-1sdru9h label:where(.svelte-1sdru9h){font-size:0.85rem;font-weight:600;color:#94a3b8;letter-spacing:-0.01em;padding-left:0.15rem}.req.svelte-1sdru9h{color:#10b981}.field.svelte-1sdru9h input:where(.svelte-1sdru9h),.field.svelte-1sdru9h textarea:where(.svelte-1sdru9h){width:100%;box-sizing:border-box;padding:0.8rem 1rem;border-radius:14px 18px 12px 16px;border:1.5px solid #1e263b;background:#090a10;color:#faf8f5;font-family:inherit;font-size:0.92rem;font-weight:400;transition:all 0.25s ease;outline:none}.field.svelte-1sdru9h textarea:where(.svelte-1sdru9h){resize:vertical;min-height:110px}.field.svelte-1sdru9h input:where(.svelte-1sdru9h)::placeholder,.field.svelte-1sdru9h textarea:where(.svelte-1sdru9h)::placeholder{color:#475569}.field.svelte-1sdru9h input:where(.svelte-1sdru9h):focus,.field.svelte-1sdru9h textarea:where(.svelte-1sdru9h):focus{border-color:#0054fd;background:#0c0e16;box-shadow:0 0 0 4px rgba(0,84,253,0.12)}.field-error.svelte-1sdru9h{margin:0;font-size:0.8rem;color:#f43f5e;padding-left:0.15rem}.form-actions.svelte-1sdru9h{display:flex;gap:0.85rem;padding-top:0.5rem}.btn-ghost.svelte-1sdru9h,.btn-primary.svelte-1sdru9h{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.8rem 1.35rem;font-weight:600;font-size:0.92rem;font-family:inherit;transition:all 0.25s cubic-bezier(0.2,0.8,0.2,1)}.btn-ghost.svelte-1sdru9h{border-radius:50px;color:#94a3b8;border:1.5px solid #1e263b;background:rgba(255,255,255,0.02)}.btn-ghost.svelte-1sdru9h:hover,.btn-ghost.svelte-1sdru9h:focus-visible{background:#111422;color:#faf8f5;border-color:#475569}.btn-primary.svelte-1sdru9h{flex:1;border-radius:50px;background:#0054fd;color:#faf8f5;border:1.5px solid #0045c0;box-shadow:0 6px 16px -6px rgba(0,84,253,0.4)}.btn-primary.svelte-1sdru9h:hover:not(:disabled),.btn-primary.svelte-1sdru9h:focus-visible:not(:disabled){transform:translateY(-1px);background:#0560ff;box-shadow:0 8px 20px -6px rgba(0,84,253,0.65)}.btn-primary.svelte-1sdru9h:disabled{opacity:0.6;cursor:not-allowed}.btn-primary.svelte-1sdru9h svg{width:0.95rem;height:0.95rem}.btn-spinner.svelte-1sdru9h{width:1rem;height:1.1rem;border-radius:50%;border:2px solid rgba(255,255,255,0.25);border-top-color:#faf8f5;animation:svelte-1sdru9h-btn-spin 0.7s linear infinite;display:inline-block}@keyframes svelte-1sdru9h-btn-spin{to{transform:rotate(360deg)}}.form-error.svelte-1sdru9h{margin:0.25rem 0 0;text-align:center;font-size:0.9rem;color:#d97452}@media (max-width:480px){.contact-header.svelte-1sdru9h{padding:1rem 1.25rem}.contact-title.svelte-1sdru9h{font-size:1.2rem}.contact-body.svelte-1sdru9h{padding:1.5rem 1.25rem;min-height:310px}.choice-card.svelte-1sdru9h{padding:1.1rem}.form-actions.svelte-1sdru9h{flex-direction:column-reverse}.btn-ghost.svelte-1sdru9h,.btn-primary.svelte-1sdru9h{width:100%;box-sizing:border-box}}html,body{width:100%;height:100%;margin:0;padding:0;box-sizing:border-box}