:root{--bg-primary: #0f0e0c;--bg-surface: #1a1815;--bg-elevated: #24221e;--accent: #d4956a;--accent-dim: rgba(212, 149, 106, .15);--accent-glow: rgba(212, 149, 106, .35);--text-primary: #f2efe9;--text-secondary: #a8a39a;--text-tertiary: #6b6560;--border: rgba(242, 239, 233, .08);--border-hover: rgba(242, 239, 233, .15);--success: #7aaa78;--error: #c97a7a;--font-display: "Source Serif 4", Georgia, "Times New Roman", serif;--font-body: "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#f2efe91a;border-radius:3px}::selection{background-color:var(--accent-dim);color:var(--text-primary)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(40px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.3s}.reveal-delay-3{transition-delay:.5s}.reveal-delay-4{transition-delay:.7s}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.reveal{opacity:1;transform:none}}.nav[data-astro-cid-pux6a34n]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:linear-gradient(to bottom,var(--bg-primary),transparent);pointer-events:none}.nav-logo[data-astro-cid-pux6a34n]{font-family:var(--font-display);font-weight:600;font-size:1.125rem;color:var(--text-primary);text-decoration:none;letter-spacing:-.01em;pointer-events:auto}.nav-links[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:2.5rem;pointer-events:auto}.nav-link[data-astro-cid-pux6a34n]{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.nav-link[data-astro-cid-pux6a34n]:hover{color:var(--text-primary)}.nav-cta[data-astro-cid-pux6a34n]{color:var(--accent);font-weight:600}.nav-cta[data-astro-cid-pux6a34n]:hover{color:var(--text-primary)}.nav-mobile-toggle[data-astro-cid-pux6a34n]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;gap:5px;flex-direction:column;pointer-events:auto}.nav-mobile-toggle[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:block;width:20px;height:2px;background:var(--text-primary);transition:all .3s ease}.nav-mobile-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(3.5px) rotate(45deg)}.nav-mobile-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){transform:translateY(-3.5px) rotate(-45deg)}.nav-mobile-menu[data-astro-cid-pux6a34n]{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1.5rem 2rem;background:var(--bg-primary);border-bottom:1px solid var(--border);pointer-events:auto}.nav-mobile-menu[data-astro-cid-pux6a34n].active{display:flex}.nav-mobile-link[data-astro-cid-pux6a34n]{font-family:var(--font-body);font-size:1.25rem;font-weight:500;color:var(--text-secondary);text-decoration:none;padding:.75rem 0;transition:color .2s ease}.nav-mobile-link[data-astro-cid-pux6a34n]:hover{color:var(--text-primary)}@media(max-width:768px){.nav-links[data-astro-cid-pux6a34n]{display:none}.nav-mobile-toggle[data-astro-cid-pux6a34n]{display:flex}}.phone[data-astro-cid-jla2ebom]{display:flex;justify-content:center;align-items:center}.phone-frame[data-astro-cid-jla2ebom]{width:280px;height:560px;background:var(--bg-elevated);border-radius:40px;padding:12px;box-shadow:0 0 0 1px #f2efe91a,0 25px 50px -12px #00000080;position:relative}.phone-notch[data-astro-cid-jla2ebom]{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:28px;background:var(--bg-elevated);border-radius:0 0 16px 16px;z-index:10}.phone-screen[data-astro-cid-jla2ebom]{width:100%;height:100%;background:var(--bg-primary);border-radius:32px;overflow:hidden;display:flex;flex-direction:column;position:relative}.app-header[data-astro-cid-jla2ebom]{display:flex;justify-content:space-between;align-items:flex-start;padding:52px 20px 12px}.app-header-title[data-astro-cid-jla2ebom]{display:flex;flex-direction:column;gap:2px}.app-brand[data-astro-cid-jla2ebom]{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text-primary)}.app-meta[data-astro-cid-jla2ebom]{font-family:var(--font-body);font-size:.75rem;color:var(--text-tertiary);letter-spacing:.05em}.app-settings[data-astro-cid-jla2ebom]{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;margin-top:2px}.app-main[data-astro-cid-jla2ebom]{flex:1;display:flex;align-items:center;justify-content:center;padding:0 20px}.blob-container[data-astro-cid-jla2ebom]{position:relative;width:200px;height:200px}.blob[data-astro-cid-jla2ebom]{position:absolute;border-radius:50%;filter:blur(20px);opacity:.6;animation:blob-morph 8s ease-in-out infinite}.blob-1[data-astro-cid-jla2ebom]{width:160px;height:160px;background:var(--accent);top:20px;left:20px;animation-delay:0s}.blob-2[data-astro-cid-jla2ebom]{width:140px;height:140px;background:#d4956a80;top:40px;left:40px;animation-delay:-2s;animation-duration:10s}.blob-3[data-astro-cid-jla2ebom]{width:120px;height:120px;background:#d4956a4d;top:50px;left:30px;animation-delay:-4s;animation-duration:12s}@keyframes blob-morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:translate(0) scale(1)}25%{border-radius:30% 60% 70% 40%/50% 60% 30%;transform:translate(10px,-10px) scale(1.05)}50%{border-radius:50% 60% 30%/30% 40% 70% 60%;transform:translate(-5px,5px) scale(.95)}75%{border-radius:40% 30% 60% 50%/60% 50% 40%;transform:translate(5px,10px) scale(1.02)}}.app-controls[data-astro-cid-jla2ebom]{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px}.mic-button[data-astro-cid-jla2ebom]{width:72px;height:72px;border-radius:50%;background:var(--accent);border:none;color:var(--bg-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #d4956a4d}.mic-button[data-astro-cid-jla2ebom]:hover{transform:scale(1.05);box-shadow:0 6px 24px #d4956a66}.end-session[data-astro-cid-jla2ebom]{font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--error);background:none;border:1.5px solid var(--error);padding:8px 20px;border-radius:9999px;cursor:pointer;transition:all .2s ease}.end-session[data-astro-cid-jla2ebom]:hover{background:#c97a7a1a}.app-status[data-astro-cid-jla2ebom]{display:flex;align-items:center;gap:8px;align-self:center;padding:8px 16px;background:var(--bg-surface);border-radius:9999px;margin-bottom:20px}.status-dot[data-astro-cid-jla2ebom]{width:8px;height:8px;border-radius:50%;background:var(--success);animation:status-pulse 2s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text[data-astro-cid-jla2ebom]{font-family:var(--font-body);font-size:.75rem;color:var(--text-secondary)}@media(max-width:640px){.phone-frame[data-astro-cid-jla2ebom]{width:240px;height:480px;border-radius:32px;padding:10px}.phone-notch[data-astro-cid-jla2ebom]{width:100px;height:24px;border-radius:0 0 12px 12px}.phone-screen[data-astro-cid-jla2ebom]{border-radius:24px}.blob-container[data-astro-cid-jla2ebom]{width:160px;height:160px}.blob-1[data-astro-cid-jla2ebom]{width:130px;height:130px}.blob-2[data-astro-cid-jla2ebom]{width:110px;height:110px}.blob-3[data-astro-cid-jla2ebom]{width:100px;height:100px}}.waveform[data-astro-cid-ldju4ufu]{width:100%;height:60px;display:flex;align-items:center;overflow:hidden}.waveform-bars[data-astro-cid-ldju4ufu]{display:flex;align-items:center;justify-content:space-between;gap:3px;width:100%;height:100%}.waveform-bar[data-astro-cid-ldju4ufu]{flex:1;background:var(--accent);border-radius:1px;opacity:.3;animation:waveform-pulse 2s ease-in-out infinite;min-width:2px;max-width:4px}@keyframes waveform-pulse{0%,to{opacity:.2;transform:scaleY(.6)}50%{opacity:.6;transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){.waveform-bar[data-astro-cid-ldju4ufu]{animation:none;opacity:.3}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:8rem 2rem 4rem;background:var(--bg-primary);overflow:hidden}.hero-content[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;width:100%}.hero-text[data-astro-cid-bbe6dxrz]{max-width:540px}.hero-eyebrow[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:.8125rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.hero-title[data-astro-cid-bbe6dxrz]{font-family:var(--font-display);font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;text-wrap:balance}.hero-description[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:clamp(1rem,1.5vw,1.125rem);color:var(--text-secondary);line-height:1.7;margin-bottom:2.5rem;text-wrap:pretty}.hero-cta[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;padding:.875rem 2.25rem;background:var(--accent);color:var(--bg-primary);font-family:var(--font-body);font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:2px;transition:all .3s var(--ease-out-expo);letter-spacing:.01em}.hero-cta[data-astro-cid-bbe6dxrz]:hover{background:var(--text-primary);transform:translateY(-2px)}.hero-phone[data-astro-cid-bbe6dxrz]{display:flex;justify-content:center}.hero-waveform[data-astro-cid-bbe6dxrz]{max-width:1200px;margin:4rem auto 0;width:100%;opacity:.4}@media(max-width:900px){.hero-content[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text[data-astro-cid-bbe6dxrz]{max-width:none;order:1}.hero-phone[data-astro-cid-bbe6dxrz]{order:2}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,8vw,3.5rem)}.hero-cta[data-astro-cid-bbe6dxrz]{align-self:center}}.approach[data-astro-cid-vnivfuh2]{padding:8rem 2rem;background:var(--bg-surface)}.approach-container[data-astro-cid-vnivfuh2]{max-width:1000px;margin:0 auto}.approach-header[data-astro-cid-vnivfuh2]{text-align:center;margin-bottom:5rem}.approach-label[data-astro-cid-vnivfuh2]{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.approach-title[data-astro-cid-vnivfuh2]{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.approach-features[data-astro-cid-vnivfuh2]{display:flex;flex-direction:column;gap:6rem}.feature-block[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-block-reverse[data-astro-cid-vnivfuh2] .feature-visual[data-astro-cid-vnivfuh2]{order:2}.feature-block-reverse[data-astro-cid-vnivfuh2] .feature-text[data-astro-cid-vnivfuh2]{order:1}.feature-visual[data-astro-cid-vnivfuh2]{display:flex;align-items:center;justify-content:center;min-height:200px}.feature-text[data-astro-cid-vnivfuh2] h3[data-astro-cid-vnivfuh2]{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.feature-text[data-astro-cid-vnivfuh2] p[data-astro-cid-vnivfuh2]{font-family:var(--font-body);font-size:1rem;color:var(--text-secondary);line-height:1.7;text-wrap:pretty}.voice-flow[data-astro-cid-vnivfuh2]{display:flex;align-items:center;gap:1.5rem}.voice-flow-item[data-astro-cid-vnivfuh2]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.voice-flow-wave[data-astro-cid-vnivfuh2]{width:100px;opacity:.5}.voice-flow-blob[data-astro-cid-vnivfuh2]{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.mini-blob[data-astro-cid-vnivfuh2]{width:60px;height:60px;background:var(--accent);border-radius:50%;filter:blur(16px);opacity:.5;animation:mini-blob-pulse 3s ease-in-out infinite}@keyframes mini-blob-pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.1);opacity:.6}}.voice-flow-label[data-astro-cid-vnivfuh2]{font-family:var(--font-body);font-size:.75rem;color:var(--text-tertiary);font-weight:500}.voice-flow-arrow[data-astro-cid-vnivfuh2]{color:var(--text-tertiary);opacity:.5}.correction-demo[data-astro-cid-vnivfuh2]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.correction-original[data-astro-cid-vnivfuh2]{font-family:var(--font-body);font-size:1rem;color:var(--text-tertiary);text-decoration:line-through;text-decoration-color:var(--error)}.correction-arrow[data-astro-cid-vnivfuh2]{color:var(--accent)}.correction-fixed[data-astro-cid-vnivfuh2]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.correction-fixed[data-astro-cid-vnivfuh2] span[data-astro-cid-vnivfuh2]{font-family:var(--font-body);font-size:1rem;color:var(--text-primary)}.correction-fixed[data-astro-cid-vnivfuh2] strong[data-astro-cid-vnivfuh2]{color:var(--accent);font-weight:600}.correction-note[data-astro-cid-vnivfuh2]{font-size:.75rem!important;color:var(--text-tertiary)!important}.level-demo[data-astro-cid-vnivfuh2]{width:100%;max-width:300px}.level-bar[data-astro-cid-vnivfuh2]{width:100%;height:4px;background:var(--bg-elevated);border-radius:2px;overflow:hidden;margin-bottom:1rem}.level-fill[data-astro-cid-vnivfuh2]{height:100%;background:var(--accent);border-radius:2px;transition:width 1s var(--ease-out-expo)}.level-markers[data-astro-cid-vnivfuh2]{display:flex;justify-content:space-between}.level-markers[data-astro-cid-vnivfuh2] span[data-astro-cid-vnivfuh2]{font-family:var(--font-body);font-size:.75rem;color:var(--text-tertiary);font-weight:500}.level-markers[data-astro-cid-vnivfuh2] .level-active[data-astro-cid-vnivfuh2]{color:var(--accent)}@media(max-width:768px){.feature-block[data-astro-cid-vnivfuh2]{grid-template-columns:1fr;gap:2rem;text-align:center}.feature-block-reverse[data-astro-cid-vnivfuh2] .feature-visual[data-astro-cid-vnivfuh2],.feature-block-reverse[data-astro-cid-vnivfuh2] .feature-text[data-astro-cid-vnivfuh2]{order:unset}.feature-visual[data-astro-cid-vnivfuh2]{min-height:auto}}.process[data-astro-cid-cmgpsf2k]{padding:8rem 2rem;background:var(--bg-primary)}.process-container[data-astro-cid-cmgpsf2k]{max-width:900px;margin:0 auto}.process-header[data-astro-cid-cmgpsf2k]{text-align:center;margin-bottom:5rem}.process-label[data-astro-cid-cmgpsf2k]{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.process-title[data-astro-cid-cmgpsf2k]{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.process-steps[data-astro-cid-cmgpsf2k]{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.process-step[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;align-items:center;text-align:center}.step-number[data-astro-cid-cmgpsf2k]{font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--accent);margin-bottom:1.5rem;letter-spacing:.05em}.step-visual[data-astro-cid-cmgpsf2k]{width:100%;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.step-content[data-astro-cid-cmgpsf2k] h3[data-astro-cid-cmgpsf2k]{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.step-content[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{font-family:var(--font-body);font-size:.9375rem;color:var(--text-secondary);line-height:1.6;text-wrap:pretty}.lang-grid-mini[data-astro-cid-cmgpsf2k]{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.lang-grid-mini[data-astro-cid-cmgpsf2k] span[data-astro-cid-cmgpsf2k]{font-family:var(--font-body);font-size:.75rem;padding:8px 12px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;color:var(--text-secondary);text-align:center}.lang-grid-mini[data-astro-cid-cmgpsf2k] .lang-active[data-astro-cid-cmgpsf2k]{background:var(--accent);color:var(--bg-primary);border-color:var(--accent);font-weight:600}.step-wave[data-astro-cid-cmgpsf2k]{width:100%;opacity:.5}.step-feedback[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;gap:10px;width:100%}.feedback-item[data-astro-cid-cmgpsf2k]{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:.875rem;color:var(--text-secondary)}.feedback-dot[data-astro-cid-cmgpsf2k]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.feedback-correct[data-astro-cid-cmgpsf2k]{background:var(--success)}.feedback-improve[data-astro-cid-cmgpsf2k]{background:var(--accent)}@media(max-width:768px){.process-steps[data-astro-cid-cmgpsf2k]{grid-template-columns:1fr;gap:3rem}.step-visual[data-astro-cid-cmgpsf2k]{height:120px}}.languages[data-astro-cid-dysxeeoh]{padding:8rem 2rem;background:var(--bg-surface)}.languages-container[data-astro-cid-dysxeeoh]{max-width:900px;margin:0 auto}.languages-header[data-astro-cid-dysxeeoh]{text-align:center;margin-bottom:4rem}.languages-label[data-astro-cid-dysxeeoh]{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.languages-title[data-astro-cid-dysxeeoh]{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance}.languages-grid[data-astro-cid-dysxeeoh]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.language-card[data-astro-cid-dysxeeoh]{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;transition:border-color .3s ease}.language-card[data-astro-cid-dysxeeoh]:hover{border-color:var(--accent)}.language-flag[data-astro-cid-dysxeeoh]{font-size:2rem;line-height:1;margin-bottom:.25rem}.language-name[data-astro-cid-dysxeeoh]{font-family:var(--font-body);font-size:.9375rem;font-weight:600;color:var(--text-primary)}.language-levels[data-astro-cid-dysxeeoh]{font-family:var(--font-body);font-size:.75rem;color:var(--text-tertiary);font-weight:500}.languages-note[data-astro-cid-dysxeeoh]{text-align:center;margin-top:3rem;font-family:var(--font-body);font-size:.875rem;color:var(--text-tertiary)}@media(max-width:768px){.languages-grid[data-astro-cid-dysxeeoh]{grid-template-columns:repeat(2,1fr)}}.waitlist[data-astro-cid-ucnifjqo]{padding:8rem 2rem;background:var(--bg-surface)}.waitlist-container[data-astro-cid-ucnifjqo]{max-width:560px;margin:0 auto}.waitlist-text[data-astro-cid-ucnifjqo]{text-align:center;margin-bottom:3rem}.waitlist-label[data-astro-cid-ucnifjqo]{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.waitlist-title[data-astro-cid-ucnifjqo]{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;text-wrap:balance}.waitlist-description[data-astro-cid-ucnifjqo]{font-family:var(--font-body);font-size:1rem;color:var(--text-secondary);line-height:1.65;text-wrap:pretty}.waitlist-form[data-astro-cid-ucnifjqo]{display:flex;flex-direction:column;gap:1.5rem}.form-fields[data-astro-cid-ucnifjqo]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group[data-astro-cid-ucnifjqo]{display:flex;flex-direction:column;gap:.5rem}.form-group[data-astro-cid-ucnifjqo]:last-child{grid-column:1 / -1}.form-label[data-astro-cid-ucnifjqo]{font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.form-input[data-astro-cid-ucnifjqo]{padding:.875rem 1rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:2px;color:var(--text-primary);font-family:var(--font-body);font-size:.9375rem;transition:border-color .2s ease;outline:none;width:100%}.form-input[data-astro-cid-ucnifjqo]::placeholder{color:var(--text-tertiary)}.form-input[data-astro-cid-ucnifjqo]:focus{border-color:var(--accent)}.form-select[data-astro-cid-ucnifjqo]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b6560' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-select[data-astro-cid-ucnifjqo] option[data-astro-cid-ucnifjqo]{background:var(--bg-elevated);color:var(--text-primary)}.form-submit[data-astro-cid-ucnifjqo]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:var(--accent);color:var(--bg-primary);border:none;border-radius:2px;font-family:var(--font-body);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s var(--ease-out-expo);align-self:center;min-height:48px;min-width:48px}.form-submit[data-astro-cid-ucnifjqo]:hover:not(:disabled){background:var(--text-primary);transform:translateY(-1px)}.form-submit[data-astro-cid-ucnifjqo]:disabled{opacity:.7;cursor:not-allowed}.form-submit[data-astro-cid-ucnifjqo] .submit-loading[data-astro-cid-ucnifjqo],.form-submit[data-astro-cid-ucnifjqo].loading .submit-text[data-astro-cid-ucnifjqo]{display:none}.form-submit[data-astro-cid-ucnifjqo].loading .submit-loading[data-astro-cid-ucnifjqo]{display:flex}.spinner[data-astro-cid-ucnifjqo]{color:var(--bg-primary)}.form-status[data-astro-cid-ucnifjqo]{display:none;padding:.875rem 1rem;border-radius:2px;font-size:.875rem;font-weight:500;text-align:center;animation:fade-in-up .3s ease}.form-status[data-astro-cid-ucnifjqo].success{background:#7aaa781a;color:var(--success);border:1px solid rgba(122,170,120,.2)}.form-status[data-astro-cid-ucnifjqo].error{background:#c97a7a1a;color:var(--error);border:1px solid rgba(201,122,122,.2)}@media(max-width:640px){.form-fields[data-astro-cid-ucnifjqo]{grid-template-columns:1fr}}.footer[data-astro-cid-sz7xmlte]{padding:3rem 2rem;background:var(--bg-primary);border-top:1px solid var(--border)}.footer-container[data-astro-cid-sz7xmlte]{max-width:1100px;margin:0 auto}.footer-text[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-size:.8125rem;color:var(--text-tertiary);text-align:center}
