.LanguageSwitcher-module__kcAi4G__select{color:var(--color-slate-300);border:1px solid var(--color-slate-700);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-medium);background:0 0;padding:.25rem .5rem;font-family:inherit;font-size:.875rem}.LanguageSwitcher-module__kcAi4G__select:hover{border-color:var(--color-slate-500);color:var(--color-white)}.LanguageSwitcher-module__kcAi4G__select:focus{border-color:var(--color-primary-500);outline:none}.LanguageSwitcher-module__kcAi4G__select option{background-color:var(--color-slate-900);color:var(--color-white)}.LanguageSwitcher-module__kcAi4G__buttonGroup{border-radius:var(--radius-full);background:#ffffff1a;align-items:center;gap:.25rem;padding:.25rem;display:flex}.LanguageSwitcher-module__kcAi4G__langBtn{color:var(--color-slate-400);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:.5rem 1rem;font-size:.9375rem;font-weight:600}.LanguageSwitcher-module__kcAi4G__langBtn:hover{color:var(--color-white)}.LanguageSwitcher-module__kcAi4G__langBtn.LanguageSwitcher-module__kcAi4G__active{background:var(--color-primary-600);color:var(--color-white);box-shadow:0 1px 2px #0003}.LanguageSwitcher-module__kcAi4G__divider{background:var(--color-slate-700);width:1px;height:16px;display:none}
.Button-module__8RiFmG__button{border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.Button-module__8RiFmG__primary{background:var(--color-primary-600);color:var(--color-white);box-shadow:0 1px 3px #4f46e533}.Button-module__8RiFmG__primary:hover{background:var(--color-primary-700);color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 8px #4f46e54d}.Button-module__8RiFmG__secondary{background:var(--color-slate-900);color:var(--color-white)}.Button-module__8RiFmG__secondary:hover{background:var(--color-slate-800);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Button-module__8RiFmG__outline{color:var(--color-slate-700);border:1px solid var(--color-slate-200);background:0 0}.Button-module__8RiFmG__outline:hover{background:var(--color-slate-50);border-color:var(--color-slate-300);color:var(--color-slate-900)}.Button-module__8RiFmG__sm{padding:var(--space-2)var(--space-4);font-size:.875rem}.Button-module__8RiFmG__md{padding:var(--space-3)var(--space-6);font-size:.9375rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.0625rem}
.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#0f172af2;border-bottom:1px solid #ffffff1a;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__container{max-width:var(--max-width);padding:var(--space-4)var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-8);margin:0 auto;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:var(--space-2);color:var(--color-white);font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Header-module__hBw1pG__nav{flex:1;align-items:center;display:flex}.Header-module__hBw1pG__nav ul{align-items:center;gap:var(--space-6);margin:0;padding:0;list-style:none;display:flex}.Header-module__hBw1pG__nav li{margin:0}.Header-module__hBw1pG__navLink{color:var(--color-slate-300);transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__navLink:hover{color:var(--color-white)}.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--color-white);font-weight:600}.Header-module__hBw1pG__actions{align-items:center;gap:var(--space-4);display:flex}.Header-module__hBw1pG__login{padding:var(--space-2)var(--space-4);color:var(--color-slate-200);transition:all var(--transition-fast);border-radius:var(--radius-md);font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__login:hover{color:var(--color-white);background:#ffffff1a}.Header-module__hBw1pG__register{padding:var(--space-2)var(--space-5);background:var(--color-primary-600);color:var(--color-white);border-radius:var(--radius-full);transition:all var(--transition-base);font-size:.9375rem;font-weight:600;text-decoration:none;box-shadow:0 1px 3px #2563eb33}.Header-module__hBw1pG__register:hover{background:var(--color-primary-700);color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;color:var(--color-slate-300);padding:var(--space-2);z-index:1002;transition:color var(--transition-fast);background:0 0;border:none;display:none}.Header-module__hBw1pG__mobileMenuBtn:hover{color:var(--color-white)}.Header-module__hBw1pG__mobileMenuOverlay{-webkit-backdrop-filter:blur(16px);z-index:1001;width:100%;height:100vh;padding:var(--space-6);background:#0f172afa;flex-direction:column;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.Header-module__hBw1pG__mobileMenuOverlay.Header-module__hBw1pG__open{transform:translateY(0)}.Header-module__hBw1pG__mobileNav{align-items:center;gap:var(--space-8);flex-direction:column;width:100%;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--color-slate-300);transition:color var(--transition-fast);font-size:1.5rem;font-weight:600;text-decoration:none}.Header-module__hBw1pG__mobileNavLink:hover,.Header-module__hBw1pG__mobileNavLink.Header-module__hBw1pG__active{color:var(--color-white)}.Header-module__hBw1pG__mobileActions{align-items:center;gap:var(--space-4);margin-top:var(--space-10);flex-direction:column;width:100%;max-width:300px;display:flex}.Header-module__hBw1pG__mobileActions .Header-module__hBw1pG__login,.Header-module__hBw1pG__mobileActions .Header-module__hBw1pG__register{text-align:center;justify-content:center;width:100%}@media (max-width:768px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__actions{display:none}.Header-module__hBw1pG__mobileMenuBtn{display:block}.Header-module__hBw1pG__container{justify-content:space-between}}
.Hero-module__ZARIfG__hero{padding-top:calc(80px + var(--space-24));padding-bottom:var(--space-24);background:#f8faff;align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 70%,#f8faff 100%);position:absolute;inset:0}.Hero-module__ZARIfG__hero>*{z-index:2;position:relative}.Hero-module__ZARIfG__blob1,.Hero-module__ZARIfG__blob2,.Hero-module__ZARIfG__blob3{filter:blur(90px);will-change:transform;z-index:0;border-radius:50%;position:absolute}.Hero-module__ZARIfG__blob1{background:#2563eb38;width:600px;height:600px;animation:12s ease-in-out infinite Hero-module__ZARIfG__blobFloat1;top:-100px;left:-150px}.Hero-module__ZARIfG__blob2{background:#3b82f62e;width:500px;height:500px;animation:15s ease-in-out infinite Hero-module__ZARIfG__blobFloat2;top:0;right:-100px}.Hero-module__ZARIfG__blob3{background:#0ea5e929;width:400px;height:400px;animation:10s ease-in-out infinite Hero-module__ZARIfG__blobFloat3;bottom:-50px;left:40%}@keyframes Hero-module__ZARIfG__blobFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,40px)scale(1.08)}66%{transform:translate(-30px,70px)scale(.95)}}@keyframes Hero-module__ZARIfG__blobFloat2{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-80px,60px)scale(1.1)}70%{transform:translate(40px,-40px)scale(.92)}}@keyframes Hero-module__ZARIfG__blobFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,-60px)scale(1.12)}}.Hero-module__ZARIfG__container{max-width:var(--max-width);padding-left:var(--space-6);padding-right:var(--space-6);text-align:center;margin:0 auto}.Hero-module__ZARIfG__badge{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--color-primary-50);color:var(--color-primary-700);border:1px solid var(--color-primary-100);border-radius:var(--radius-full);margin-bottom:var(--space-8);transition:all var(--transition-base);font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.Hero-module__ZARIfG__badge:hover{background:var(--color-primary-100);transform:translateY(-1px)}.Hero-module__ZARIfG__badgeDot{background:var(--color-primary-500);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;animation:2s infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.Hero-module__ZARIfG__trustBar{justify-content:center;align-items:center;gap:var(--space-3);color:var(--color-slate-500);flex-wrap:wrap;font-size:.875rem;display:flex}.Hero-module__ZARIfG__trustDivider{color:var(--color-slate-300)}.Hero-module__ZARIfG__title{letter-spacing:-.04em;color:var(--color-slate-900);margin-bottom:var(--space-6);max-width:900px;margin-left:auto;margin-right:auto;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__description{color:var(--color-slate-600);margin-bottom:var(--space-10);max-width:650px;margin-left:auto;margin-right:auto;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6}.Hero-module__ZARIfG__actions{gap:var(--space-4);margin-bottom:var(--space-16);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__ctaPrimary{background:var(--color-primary-600);color:var(--color-white);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #2563eb40}.Hero-module__ZARIfG__ctaPrimary:hover{background:var(--color-primary-700);color:var(--color-white);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb59}.Hero-module__ZARIfG__ctaSecondary{color:var(--color-slate-700);border-radius:var(--radius-full);border:1px solid var(--color-slate-200);cursor:pointer;transition:all var(--transition-base);background:0 0;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__ctaSecondary:hover{background:var(--color-slate-50);border-color:var(--color-slate-300);color:var(--color-slate-900)}.Hero-module__ZARIfG__mockupWrapper{border-radius:var(--radius-2xl);background:var(--color-white);max-width:1100px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0000000d,0 20px 60px -10px #00000026,0 40px 80px -20px #0000001a}.Hero-module__ZARIfG__mockupImage{width:100%;height:auto;display:block}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:calc(80px + var(--space-12));padding-bottom:var(--space-12)}.Hero-module__ZARIfG__container{padding-left:var(--space-4);padding-right:var(--space-4)}.Hero-module__ZARIfG__title{margin-bottom:var(--space-4);font-size:2.25rem}.Hero-module__ZARIfG__description{margin-bottom:var(--space-6);font-size:1rem}.Hero-module__ZARIfG__actions{gap:var(--space-3);width:100%;margin-bottom:var(--space-10);flex-direction:row;padding:0}.Hero-module__ZARIfG__ctaPrimary,.Hero-module__ZARIfG__ctaSecondary{white-space:nowrap;flex:1;width:auto;max-width:none;padding:.75rem 1rem;font-size:.9375rem}}
.Features-module__zvCZ4q__section{padding:var(--space-32)var(--space-6);background:var(--color-white)}.Features-module__zvCZ4q__container{max-width:var(--max-width);padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.Features-module__zvCZ4q__header{text-align:center;max-width:var(--max-width-text);margin:0 auto var(--space-16)}.Features-module__zvCZ4q__title{margin-bottom:var(--space-4);color:var(--color-slate-900);font-size:clamp(2rem,4vw,3rem);font-weight:700}.Features-module__zvCZ4q__subtitle{color:var(--color-slate-600);font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6}.Features-module__zvCZ4q__grid{gap:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.Features-module__zvCZ4q__feature{padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid var(--color-slate-100);background:var(--color-white);transition:all var(--transition-base);gap:var(--space-5);align-items:flex-start;display:flex;box-shadow:0 1px 3px #0000000d}.Features-module__zvCZ4q__feature:hover{border-color:var(--color-primary-200);transform:translateY(-8px);box-shadow:0 20px 40px -12px #00000014,0 12px 24px -8px #0000000a}.Features-module__zvCZ4q__iconWrapper{background:linear-gradient(135deg,var(--color-primary-500)0%,var(--color-primary-600)100%);border-radius:var(--radius-lg);width:3rem;height:3rem;transition:all var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 16px -6px #4f46e566,0 0 0 1px #4f46e51a}.Features-module__zvCZ4q__feature:hover .Features-module__zvCZ4q__iconWrapper{transform:scale(1.1)rotate(5deg);box-shadow:0 12px 24px -8px #4f46e580,0 0 0 1px #4f46e533}.Features-module__zvCZ4q__icon{width:1.5rem;height:1.5rem;color:var(--color-white)}.Features-module__zvCZ4q__featureTitle{margin-bottom:var(--space-3);color:var(--color-slate-900);font-size:1.25rem;font-weight:600}.Features-module__zvCZ4q__featureDescription{color:var(--color-slate-600);font-size:.9375rem;line-height:1.7}.Features-module__zvCZ4q__featureContent{flex:1}@media (max-width:768px){.Features-module__zvCZ4q__section{padding:var(--space-16)0}.Features-module__zvCZ4q__container{padding-left:var(--space-4);padding-right:var(--space-4)}.Features-module__zvCZ4q__title{font-size:1.75rem}.Features-module__zvCZ4q__subtitle{font-size:1rem}.Features-module__zvCZ4q__grid{gap:var(--space-4);grid-template-columns:1fr}}
.Integrations-module__AfgofW__section{padding:var(--space-32)var(--space-6);background:linear-gradient(160deg,#0f172a 0%,#1e1b4b 60%,#0f172a 100%);position:relative;overflow:hidden}.Integrations-module__AfgofW__section:before{content:"";pointer-events:none;background:radial-gradient(60% 40% at 20%,#6366f11f 0%,#0000 70%),radial-gradient(50% 35% at 80%,#8b5cf61a 0%,#0000 70%);position:absolute;inset:0}.Integrations-module__AfgofW__container{max-width:var(--max-width);padding-left:var(--space-6);padding-right:var(--space-6);z-index:1;margin:0 auto;position:relative}.Integrations-module__AfgofW__header{text-align:center;max-width:640px;margin:0 auto var(--space-16)}.Integrations-module__AfgofW__badge{letter-spacing:.1em;text-transform:uppercase;color:#a5b4fc;margin-bottom:var(--space-5);background:#6366f126;border:1px solid #6366f14d;border-radius:100px;padding:.25rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}.Integrations-module__AfgofW__title{color:#f8fafc;margin-bottom:var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.Integrations-module__AfgofW__subtitle{color:#94a3b8;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.7}.Integrations-module__AfgofW__grid{gap:var(--space-8);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.Integrations-module__AfgofW__card{border-radius:var(--radius-xl);padding:var(--space-8);transition:all var(--transition-base);background:#ffffff0a;border:1px solid #ffffff14;position:relative;overflow:hidden}.Integrations-module__AfgofW__card:before{content:"";opacity:0;height:1px;transition:opacity var(--transition-base);background:linear-gradient(90deg,#0000,#6366f180,#0000);position:absolute;top:0;left:0;right:0}.Integrations-module__AfgofW__card:hover{background:#ffffff12;border-color:#6366f14d;transform:translateY(-6px);box-shadow:0 24px 48px -12px #00000080}.Integrations-module__AfgofW__card:hover:before{opacity:1}.Integrations-module__AfgofW__cardAccent{background:#6366f112;border-color:#6366f133}.Integrations-module__AfgofW__cardAccent:hover{background:#6366f11f;border-color:#6366f166}.Integrations-module__AfgofW__cardTop{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.Integrations-module__AfgofW__iconWrapper{border-radius:var(--radius-lg);background:#6366f126;border:1px solid #6366f14d;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.Integrations-module__AfgofW__iconAccent{background:#6366f140;border-color:#6366f180}.Integrations-module__AfgofW__cardIcon{color:#a5b4fc;width:1.5rem;height:1.5rem}.Integrations-module__AfgofW__proBadge{letter-spacing:.08em;text-transform:uppercase;color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d;border-radius:100px;padding:.2rem .6rem;font-size:.6875rem;font-weight:700}.Integrations-module__AfgofW__cardTitle{color:#f1f5f9;margin-bottom:var(--space-2);font-size:1.5rem;font-weight:700}.Integrations-module__AfgofW__cardTagline{color:#a5b4fc;margin-bottom:var(--space-4);font-size:.9375rem;font-weight:500}.Integrations-module__AfgofW__cardDescription{color:#94a3b8;margin-bottom:var(--space-5);font-size:.9375rem;line-height:1.75}.Integrations-module__AfgofW__codeBlock{align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);padding:.625rem var(--space-4);margin-bottom:var(--space-6);background:#00000059;border:1px solid #ffffff0f;font-family:Menlo,Monaco,Courier New,monospace;font-size:.8125rem;display:flex}.Integrations-module__AfgofW__codeMethod{color:#4ade80;letter-spacing:.05em;font-weight:700}.Integrations-module__AfgofW__codeEvent{color:#60a5fa;letter-spacing:.05em;font-weight:700}.Integrations-module__AfgofW__codePath{color:#e2e8f0;opacity:.7}.Integrations-module__AfgofW__bullets{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Integrations-module__AfgofW__bullets li{color:#94a3b8;padding-left:1.5rem;font-size:.9375rem;line-height:1.5;position:relative}.Integrations-module__AfgofW__bullets li:before{content:"";background:#6366f1;border-radius:50%;width:.4375rem;height:.4375rem;position:absolute;top:.45em;left:0}.Integrations-module__AfgofW__footnote{text-align:center;margin-top:var(--space-12);color:#475569;font-size:.9375rem}@media (max-width:768px){.Integrations-module__AfgofW__section{padding:var(--space-16)0}.Integrations-module__AfgofW__container{padding-left:var(--space-4);padding-right:var(--space-4)}.Integrations-module__AfgofW__grid{gap:var(--space-4);grid-template-columns:1fr}.Integrations-module__AfgofW__title{font-size:1.75rem}}
.Pricing-module__yc4bBa__section{padding:var(--space-32)var(--space-6);background:var(--color-slate-50)}.Pricing-module__yc4bBa__container{max-width:var(--max-width);padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.Pricing-module__yc4bBa__header{text-align:center;max-width:var(--max-width-text);margin:0 auto var(--space-16)}.Pricing-module__yc4bBa__title{margin-bottom:var(--space-4);color:var(--color-slate-900);font-size:clamp(2rem,4vw,3rem);font-weight:700}.Pricing-module__yc4bBa__subtitle{color:var(--color-slate-600);font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6}.Pricing-module__yc4bBa__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1100px;margin:0 auto;display:grid}.Pricing-module__yc4bBa__pricingCard{background:var(--color-white);border:1px solid var(--color-slate-200);border-radius:var(--radius-2xl);padding:var(--space-10);transition:all var(--transition-base);flex-direction:column;display:flex;position:relative}.Pricing-module__yc4bBa__pricingCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #00000014,0 8px 12px -4px #0000000a}.Pricing-module__yc4bBa__popular{border-color:var(--color-primary-600);box-shadow:0 0 0 1px var(--color-primary-100),0 8px 16px -4px #4f46e526,0 4px 8px -2px #4f46e51a;border-width:2px;transform:scale(1.05)}.Pricing-module__yc4bBa__popular:hover{box-shadow:0 0 0 1px var(--color-primary-200),0 20px 32px -8px #4f46e540,0 12px 16px -4px #4f46e526;transform:scale(1.05)translateY(-4px)}.Pricing-module__yc4bBa__badge{top:var(--space-4);right:var(--space-4);background:linear-gradient(135deg,var(--color-primary-600)0%,var(--color-primary-700)100%);color:var(--color-white);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;position:absolute;box-shadow:0 4px 12px -2px #4f46e566}.Pricing-module__yc4bBa__planName{color:var(--color-slate-600);margin-bottom:var(--space-2);font-size:1.125rem;font-weight:600}.Pricing-module__yc4bBa__price{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.Pricing-module__yc4bBa__amount{color:var(--color-slate-900);letter-spacing:-.05em;font-size:3.5rem;font-weight:800;line-height:1}.Pricing-module__yc4bBa__period{color:var(--color-slate-500);font-size:1rem;font-weight:500}.Pricing-module__yc4bBa__description{color:var(--color-slate-600);margin-bottom:var(--space-8);padding-bottom:var(--space-8);border-bottom:1px solid var(--color-slate-100);font-size:.9375rem}.Pricing-module__yc4bBa__features{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;flex-grow:1;display:flex}.Pricing-module__yc4bBa__feature{align-items:flex-start;gap:var(--space-3);color:var(--color-slate-700);font-size:.9375rem;display:flex}.Pricing-module__yc4bBa__checkIcon{width:1.25rem;height:1.25rem;color:var(--color-primary-600);flex-shrink:0;margin-top:.125rem}.Pricing-module__yc4bBa__xIcon{width:1.25rem;height:1.25rem;color:var(--color-slate-300);flex-shrink:0;margin-top:.125rem}.Pricing-module__yc4bBa__unavailable{color:var(--color-slate-400)}.Pricing-module__yc4bBa__ctaButton{width:100%}.Pricing-module__yc4bBa__cta{width:100%;padding:var(--space-4);background:var(--color-slate-900);color:var(--color-white);border-radius:var(--radius-full);text-align:center;transition:all var(--transition-base);cursor:pointer;border:none;font-size:1rem;font-weight:600;text-decoration:none}.Pricing-module__yc4bBa__cta:hover{background:var(--color-slate-800);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Pricing-module__yc4bBa__popular .Pricing-module__yc4bBa__cta{background:var(--color-primary-600)}.Pricing-module__yc4bBa__popular .Pricing-module__yc4bBa__cta:hover{background:var(--color-primary-700);color:var(--color-white)}.Pricing-module__yc4bBa__disclaimer{text-align:center;margin-top:var(--space-12);color:var(--color-slate-500);font-size:.875rem}@media (max-width:768px){.Pricing-module__yc4bBa__section{padding:var(--space-16)0}.Pricing-module__yc4bBa__container{padding-left:var(--space-4);padding-right:var(--space-4)}.Pricing-module__yc4bBa__title{font-size:1.75rem}.Pricing-module__yc4bBa__grid{grid-template-columns:1fr}.Pricing-module__yc4bBa__popular{transform:none}.Pricing-module__yc4bBa__popular:hover{transform:translateY(-4px)}.Pricing-module__yc4bBa__amount{font-size:2.5rem}}
.FAQ-module__V8_xEa__section{padding:var(--space-32)var(--space-6);background:var(--color-white)}.FAQ-module__V8_xEa__container{max-width:var(--max-width-narrow);padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:var(--space-16)}.FAQ-module__V8_xEa__title{margin-bottom:var(--space-4);color:var(--color-slate-900);font-size:clamp(2rem,4vw,3rem);font-weight:700}.FAQ-module__V8_xEa__subtitle{color:var(--color-slate-600);font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6}.FAQ-module__V8_xEa__list{gap:var(--space-6);flex-direction:column;display:flex}.FAQ-module__V8_xEa__item{padding-bottom:var(--space-6);border-bottom:1px solid var(--color-slate-100)}.FAQ-module__V8_xEa__item:last-child{border-bottom:none;padding-bottom:0}.FAQ-module__V8_xEa__question{color:var(--color-slate-900);margin-bottom:var(--space-3);font-size:1.125rem;font-weight:600}.FAQ-module__V8_xEa__answer{color:var(--color-slate-600);font-size:.9375rem;line-height:1.7}@media (max-width:768px){.FAQ-module__V8_xEa__section{padding:var(--space-16)0}.FAQ-module__V8_xEa__container{padding-left:var(--space-4);padding-right:var(--space-4)}.FAQ-module__V8_xEa__list{gap:var(--space-4)}.FAQ-module__V8_xEa__header{margin-bottom:var(--space-10)}}
.Footer-module__S6Hkya__footer{background:var(--color-slate-900);color:var(--color-slate-300);padding:var(--space-20)var(--space-6)var(--space-10)}.Footer-module__S6Hkya__container{max-width:var(--max-width);padding-left:var(--space-6);padding-right:var(--space-6);margin:0 auto}.Footer-module__S6Hkya__top{justify-content:space-between;align-items:flex-start;gap:var(--space-8);padding-bottom:var(--space-8);margin-bottom:var(--space-8);border-bottom:1px solid #ffffff1a;display:flex}.Footer-module__S6Hkya__brand{max-width:380px}.Footer-module__S6Hkya__logoWrapper{margin-bottom:var(--space-4)}.Footer-module__S6Hkya__brandDescription{color:var(--color-slate-400);font-size:.9375rem;line-height:1.6}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;gap:var(--space-4);color:var(--color-slate-500);flex-wrap:wrap;font-size:.875rem;display:flex}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:var(--space-4);display:flex}.Footer-module__S6Hkya__legalLinks a{color:var(--color-slate-500);transition:color var(--transition-fast);text-decoration:none}.Footer-module__S6Hkya__legalLinks a:hover{color:var(--color-white)}.Footer-module__S6Hkya__partnersColumn{gap:var(--space-4);flex-direction:column;align-items:flex-end;display:flex}.Footer-module__S6Hkya__partners{align-items:center;gap:var(--space-10);opacity:1;display:flex}.Footer-module__S6Hkya__partnerItem{align-items:center;gap:var(--space-3);color:var(--color-slate-400);transition:color var(--transition-base);display:flex}.Footer-module__S6Hkya__partnerItem:hover{color:var(--color-white)}.Footer-module__S6Hkya__partnerLogo{flex-shrink:0;width:32px;height:32px}.Footer-module__S6Hkya__partnerName{font-size:1.125rem;font-weight:600;line-height:1}.Footer-module__S6Hkya__divider{color:var(--color-slate-700)}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:var(--space-12)var(--space-4)}.Footer-module__S6Hkya__container{padding-left:var(--space-4);padding-right:var(--space-4)}.Footer-module__S6Hkya__top{gap:var(--space-6);text-align:center;margin-bottom:var(--space-6);padding-bottom:var(--space-6);flex-direction:column;align-items:center}.Footer-module__S6Hkya__brand{flex-direction:column;align-items:center;max-width:100%;display:flex}.Footer-module__S6Hkya__partnersColumn{align-items:center;width:100%}.Footer-module__S6Hkya__partners{justify-content:center;gap:var(--space-4);flex-wrap:wrap}.Footer-module__S6Hkya__bottom{gap:var(--space-4);text-align:center;flex-direction:column-reverse}}.Footer-module__S6Hkya__companyInfo{margin-top:var(--space-6);color:var(--color-slate-500);font-size:.8125rem;line-height:1.5}.Footer-module__S6Hkya__companyInfo p{margin:0}.Footer-module__S6Hkya__morDetailedNotice{margin-top:var(--space-8);padding-top:var(--space-6);color:var(--color-slate-500);border-top:1px solid #ffffff0d;font-size:.75rem;line-height:1.6}.Footer-module__S6Hkya__contactEmail{margin-top:var(--space-2);color:var(--color-slate-400);font-size:.8125rem}.Footer-module__S6Hkya__contactEmail a{color:var(--color-blue-400);text-decoration:none}.Footer-module__S6Hkya__contactEmail a:hover{text-decoration:underline}
