:root{--font-sans:Satoshi,DM Sans,Work Sans,Helvetica Neue,Arial,sans-serif;--container-max:1400px;--container-wide:1400px;--container-narrow:760px;--gutter:28px;--header-height:96px;--color-bg:#f5f3ee;--color-surface:#fff;--color-surface-alt:#f1eee7;--color-text:#0b1f22;--color-muted:#5f6c72;--color-border:#efeae2;--color-accent:#7b49ff;--color-accent-strong:#5f35d6;--color-accent-soft:#7b49ff1a;--color-magenta:#fd63a5;--btn-primary-shadow:#7b49ff38;--btn-primary-shadow-hover:#5f35d642;--color-hero:#0b1f22;--color-hero-soft:#123035;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-pill:999px;--shadow-soft:none;--shadow-sm:none;--shadow-lg:none;--navbar-bg:#f5f3ee;--navbar-ink:#0b1f22;--navbar-ink-muted:#5f6c72;--space-1:4px;--space-1-5:6px;--space-2:8px;--space-2-5:10px;--space-3:12px;--space-3-5:14px;--space-4:16px;--space-4-5:18px;--space-5:20px;--space-5-5:22px;--space-6:24px;--space-7:28px;--space-8:32px;--space-9:36px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--layout-container-max:1400px;--layout-container-narrow:760px;--layout-gutter-x:clamp(16px,3.2vw,48px);--layout-section-pad-x:clamp(16px,3.4vw,48px);--layout-section-pad-y:clamp(32px,4.8vw,72px);--layout-section-gap:clamp(52px,7.2vw,112px);--layout-component-gap:clamp(20px,3.2vw,36px);--layout-content-max-readable:72ch;--layout-content-max-compact:58ch;--section-space-xs:var(--space-8);--section-space-sm:var(--space-10);--section-space-md:var(--space-12);--section-space-lg:var(--space-16);--section-space-xl:var(--space-20);--stack-gap-xs:var(--space-2);--stack-gap-sm:var(--space-3);--stack-gap-md:var(--space-4);--stack-gap-lg:var(--space-6);--stack-gap-xl:var(--space-8);--card-pad-sm:var(--space-4);--card-pad-md:var(--space-6);--card-pad-lg:var(--space-8);--card-gap-sm:var(--space-3);--card-gap-md:var(--space-4);--card-gap-lg:var(--space-6);--cta-height-sm:44px;--cta-height-md:48px;--cta-gap:var(--space-3);--type-max-readable:72ch;--type-max-compact:58ch}.ContactFormPanel-module-scss-module__lZlNdG__formCard{border:1px solid var(--color-border);border-top:3px solid var(--color-accent);padding:var(--space-8);gap:var(--space-6);background:var(--color-surface);border-radius:var(--radius-lg);display:grid;box-shadow:0 1px 3px #0000000a,0 6px 24px #0000000f}.ContactFormPanel-module-scss-module__lZlNdG__formHeader{gap:6px;display:grid}.ContactFormPanel-module-scss-module__lZlNdG__formTitle{color:var(--color-text);margin:0;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:700;line-height:1.2}.ContactFormPanel-module-scss-module__lZlNdG__formSubtitle{color:var(--color-muted);margin:0;font-size:15px;line-height:1.55}.ContactFormPanel-module-scss-module__lZlNdG__typeSelector{gap:8px;display:flex}.ContactFormPanel-module-scss-module__lZlNdG__typeButton{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg);height:44px;color:var(--color-muted);cursor:pointer;white-space:nowrap;flex:1;font-size:14px;font-weight:600;transition:all .2s}.ContactFormPanel-module-scss-module__lZlNdG__typeButton:hover:not(.ContactFormPanel-module-scss-module__lZlNdG__typeButtonActive){border-color:color-mix(in srgb,var(--color-accent)28%,var(--color-border));color:var(--color-text)}.ContactFormPanel-module-scss-module__lZlNdG__typeButtonActive{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.ContactFormPanel-module-scss-module__lZlNdG__helpcenterBanner{padding:var(--space-3-5)var(--space-4);border-radius:var(--radius-md);background:var(--color-accent-soft);color:var(--color-text);align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;text-decoration:none;transition:background .2s;animation:.2s ContactFormPanel-module-scss-module__lZlNdG__fadeIn;display:flex}.ContactFormPanel-module-scss-module__lZlNdG__helpcenterBanner:hover{background:color-mix(in srgb,var(--color-accent)14%,var(--color-accent-soft))}.ContactFormPanel-module-scss-module__lZlNdG__helpcenterBanner svg{color:var(--color-accent);flex-shrink:0;margin-top:1px}.ContactFormPanel-module-scss-module__lZlNdG__dynamicFields{grid-column:span 2;gap:16px;animation:.2s ContactFormPanel-module-scss-module__lZlNdG__fadeIn;display:grid}@keyframes ContactFormPanel-module-scss-module__lZlNdG__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ContactFormPanel-module-scss-module__lZlNdG__formCard :where(textarea,select),.ContactFormPanel-module-scss-module__lZlNdG__formCard input:not([type=checkbox]){appearance:none;-webkit-border-radius:var(--radius-md);background-clip:padding-box;background:var(--color-bg)!important;box-shadow:none!important;-webkit-box-shadow:none!important;border:1px solid #0f172a2e!important;outline:none!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard :where(textarea,select):focus,.ContactFormPanel-module-scss-module__lZlNdG__formCard input:not([type=checkbox]):focus{border-color:var(--color-accent)!important;box-shadow:inset 0 0 0 1px #7b49ff52,0 0 0 3px #7b49ff29,0 0 0 1px #7b49ff52!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard input:not([type=checkbox]):hover,.ContactFormPanel-module-scss-module__lZlNdG__formCard textarea:hover,.ContactFormPanel-module-scss-module__lZlNdG__formCard select:hover{border-color:color-mix(in srgb,var(--color-accent)28%,var(--color-border))}.ContactFormPanel-module-scss-module__lZlNdG__formCard input:-webkit-autofill{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard input:-webkit-autofill:hover{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard input:-webkit-autofill:focus{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard textarea:-webkit-autofill{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard textarea:-webkit-autofill:hover{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard textarea:-webkit-autofill:focus{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard select:-webkit-autofill{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard select:-webkit-autofill:hover{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__formCard select:-webkit-autofill:focus{caret-color:var(--color-text);box-shadow:0 0 0 1000px var(--color-bg)inset!important;-webkit-text-fill-color:var(--color-text)!important;border-color:#0f172a2e!important}.ContactFormPanel-module-scss-module__lZlNdG__fieldGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.ContactFormPanel-module-scss-module__lZlNdG__fieldFull{grid-column:span 2}.ContactFormPanel-module-scss-module__lZlNdG__select{border-radius:var(--radius-md);width:100%;height:48px;padding:0 var(--space-3-5);background:var(--color-bg);color:var(--color-text);appearance:none;padding-right:var(--space-9);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%236C7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #0f172a2e;font-size:15px;transition:border-color .2s,box-shadow .2s,background-color .2s}.ContactFormPanel-module-scss-module__lZlNdG__select:hover{border-color:color-mix(in srgb,var(--color-accent)28%,var(--color-border))}.ContactFormPanel-module-scss-module__lZlNdG__select:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #7b49ff29,0 0 0 1px #7b49ff52}.ContactFormPanel-module-scss-module__lZlNdG__checkboxRow{color:var(--color-muted);align-items:flex-start;gap:10px;font-size:14px;display:flex}.ContactFormPanel-module-scss-module__lZlNdG__checkboxRow a{color:var(--color-text)}.ContactFormPanel-module-scss-module__lZlNdG__checkboxRow input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-accent);margin-top:2px}.ContactFormPanel-module-scss-module__lZlNdG__submitButton{width:100%}.ContactFormPanel-module-scss-module__lZlNdG__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}@media (max-width:767px){.ContactFormPanel-module-scss-module__lZlNdG__fieldGrid{grid-template-columns:1fr}.ContactFormPanel-module-scss-module__lZlNdG__fieldFull,.ContactFormPanel-module-scss-module__lZlNdG__dynamicFields{grid-column:1}}@media (max-width:479px){.ContactFormPanel-module-scss-module__lZlNdG__typeSelector{flex-direction:column}.ContactFormPanel-module-scss-module__lZlNdG__typeButton{width:100%}}
:root{--font-sans:Satoshi,DM Sans,Work Sans,Helvetica Neue,Arial,sans-serif;--container-max:1400px;--container-wide:1400px;--container-narrow:760px;--gutter:28px;--header-height:96px;--color-bg:#f5f3ee;--color-surface:#fff;--color-surface-alt:#f1eee7;--color-text:#0b1f22;--color-muted:#5f6c72;--color-border:#efeae2;--color-accent:#7b49ff;--color-accent-strong:#5f35d6;--color-accent-soft:#7b49ff1a;--color-magenta:#fd63a5;--btn-primary-shadow:#7b49ff38;--btn-primary-shadow-hover:#5f35d642;--color-hero:#0b1f22;--color-hero-soft:#123035;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-pill:999px;--shadow-soft:none;--shadow-sm:none;--shadow-lg:none;--navbar-bg:#f5f3ee;--navbar-ink:#0b1f22;--navbar-ink-muted:#5f6c72;--space-1:4px;--space-1-5:6px;--space-2:8px;--space-2-5:10px;--space-3:12px;--space-3-5:14px;--space-4:16px;--space-4-5:18px;--space-5:20px;--space-5-5:22px;--space-6:24px;--space-7:28px;--space-8:32px;--space-9:36px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--layout-container-max:1400px;--layout-container-narrow:760px;--layout-gutter-x:clamp(16px,3.2vw,48px);--layout-section-pad-x:clamp(16px,3.4vw,48px);--layout-section-pad-y:clamp(32px,4.8vw,72px);--layout-section-gap:clamp(52px,7.2vw,112px);--layout-component-gap:clamp(20px,3.2vw,36px);--layout-content-max-readable:72ch;--layout-content-max-compact:58ch;--section-space-xs:var(--space-8);--section-space-sm:var(--space-10);--section-space-md:var(--space-12);--section-space-lg:var(--space-16);--section-space-xl:var(--space-20);--stack-gap-xs:var(--space-2);--stack-gap-sm:var(--space-3);--stack-gap-md:var(--space-4);--stack-gap-lg:var(--space-6);--stack-gap-xl:var(--space-8);--card-pad-sm:var(--space-4);--card-pad-md:var(--space-6);--card-pad-lg:var(--space-8);--card-gap-sm:var(--space-3);--card-gap-md:var(--space-4);--card-gap-lg:var(--space-6);--cta-height-sm:44px;--cta-height-md:48px;--cta-gap:var(--space-3);--type-max-readable:72ch;--type-max-compact:58ch}.page-module-scss-module__9Z3Caa__contactGrid{gap:var(--section-header-gap);grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:start;display:grid}.page-module-scss-module__9Z3Caa__infoCards{gap:var(--space-4);display:grid}.page-module-scss-module__9Z3Caa__infoCard{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);background:var(--color-surface);gap:10px;display:grid}.page-module-scss-module__9Z3Caa__infoCardIcon{border-radius:var(--radius-md);background:var(--color-accent-soft);width:36px;height:36px;color:var(--color-accent);place-items:center;display:grid}.page-module-scss-module__9Z3Caa__infoCard h3{margin:0;font-size:1rem;font-weight:700}.page-module-scss-module__9Z3Caa__infoCard p{color:var(--color-muted);margin:0;font-size:14px;line-height:1.55}.page-module-scss-module__9Z3Caa__infoLink{color:var(--color-text);align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.page-module-scss-module__9Z3Caa__infoLink:hover{color:var(--color-accent)}@media (max-width:1023px){.page-module-scss-module__9Z3Caa__contactGrid{grid-template-columns:1fr}.page-module-scss-module__9Z3Caa__infoCards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:479px){.page-module-scss-module__9Z3Caa__infoCards{grid-template-columns:1fr}}
