.login-module__WEZH7G__container{min-height:100svh;padding:max(1.25rem, env(safe-area-inset-top,0)) 1rem max(1.5rem, env(safe-area-inset-bottom,0));z-index:1;justify-content:center;display:flex;position:relative}.login-module__WEZH7G__loginWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;width:100%;max-width:1200px;margin:auto;display:grid}@media (max-width:768px){.login-module__WEZH7G__loginWrapper{grid-template-columns:1fr;align-items:stretch;gap:1.25rem;margin:0}.login-module__WEZH7G__loginCard,.login-module__WEZH7G__authCard{padding:1.5rem 1.25rem}}.login-module__WEZH7G__loginCard{text-align:center;width:100%;max-width:420px;margin:0 auto;padding:2rem}.login-module__WEZH7G__authSection{flex-direction:column;justify-content:center;gap:1.5rem;display:flex}.login-module__WEZH7G__authCard{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);text-align:center;border-radius:12px;padding:2.5rem 2rem}.login-module__WEZH7G__authTitle{color:var(--text-primary);margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.login-module__WEZH7G__authDivider{color:var(--text-secondary);letter-spacing:.05em;margin-top:1.5rem;font-size:.8rem}.login-module__WEZH7G__brandMark{font-family:var(--font-brand,var(--font-heading)), sans-serif;letter-spacing:-.03em;color:var(--text-primary);align-items:center;gap:.55rem;margin-bottom:1.5rem;font-size:1.3rem;font-weight:800;text-decoration:none;transition:transform .25s;display:inline-flex}.login-module__WEZH7G__brandMark:hover{transform:translateY(-1px)}.login-module__WEZH7G__brandSvg{filter:drop-shadow(0 0 8px #38bdf84d);width:28px;height:28px;transition:transform .3s;display:block}.login-module__WEZH7G__brandMark:hover .login-module__WEZH7G__brandSvg{transform:rotate(12deg)scale(1.05)}.login-module__WEZH7G__brandText{color:var(--text-primary)}.login-module__WEZH7G__brandSuffix{background:linear-gradient(135deg,#38bdf8,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.login-module__WEZH7G__title{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.login-module__WEZH7G__subtitle{color:var(--text-secondary);margin-bottom:2.25rem;font-size:.9rem;line-height:1.5}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__inputGroup{text-align:left;flex-direction:column;gap:.45rem;display:flex}.login-module__WEZH7G__label{color:var(--text-secondary);letter-spacing:.01em;font-size:.82rem;font-weight:600}.login-module__WEZH7G__labelRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.login-module__WEZH7G__forgotLink{color:var(--accent-cyan);font-size:.78rem;font-weight:500;text-decoration:none;transition:opacity .2s}.login-module__WEZH7G__forgotLink:hover{opacity:.85;text-decoration:underline}.login-module__WEZH7G__input{background:var(--input-bg);border:1px solid var(--input-border);color:var(--input-color);font-family:var(--font-body);border-radius:10px;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-module__WEZH7G__input::placeholder{color:var(--input-placeholder)}.login-module__WEZH7G__input:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 0 3px #66fcf11f}[data-theme=light] .login-module__WEZH7G__input:focus{box-shadow:0 0 0 3px #0284c71f}.login-module__WEZH7G__passwordWrapper{align-items:stretch;display:flex;position:relative}.login-module__WEZH7G__passwordWrapper .login-module__WEZH7G__passwordInput{width:100%;padding-right:2.75rem}.login-module__WEZH7G__passwordToggle{width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:color .18s,background-color .18s;display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.login-module__WEZH7G__passwordToggle:hover{color:var(--text-primary);background:#94a3b81a}.login-module__WEZH7G__passwordToggle:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:1px}.login-module__WEZH7G__error{color:var(--accent-red);text-align:left;background:#f8717114;border:1px solid #f8717133;border-radius:8px;margin-top:-.25rem;padding:.5rem .75rem;font-size:.82rem}.login-module__WEZH7G__submitBtn{width:100%;margin-top:.75rem;padding:.85rem;font-size:.95rem}.login-module__WEZH7G__verifyNotice{text-align:left;background:linear-gradient(135deg,#f59e0b14,#d9770614);border:1px solid #f59e0b52;border-radius:12px;flex-direction:column;gap:.5rem;padding:.85rem 1rem;display:flex}.login-module__WEZH7G__verifyNotice strong{color:#b45309;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.login-module__WEZH7G__verifyNotice p{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.55}.login-module__WEZH7G__verifyResendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:8px;align-self:flex-start;padding:.5rem .9rem;font-size:.82rem;font-weight:700;transition:filter .2s,transform .2s}.login-module__WEZH7G__verifyResendBtn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.login-module__WEZH7G__verifyResendBtn:disabled{opacity:.7;cursor:not-allowed}.login-module__WEZH7G__switchLink{color:var(--text-secondary);margin-top:1.75rem;font-size:.85rem}.login-module__WEZH7G__link{color:var(--accent-cyan);font-weight:500;text-decoration:none;transition:opacity .2s}.login-module__WEZH7G__link:hover{opacity:.85;text-decoration:underline}
.GridBackdrop-module__VP1wjq__bgBase{z-index:-1;pointer-events:none;background:radial-gradient(140% 100% at 50% -10%,#0d1f38 0%,#0b1a2e 50%,#091523 100%);position:fixed;inset:0}.GridBackdrop-module__VP1wjq__grid{z-index:-1;pointer-events:none;opacity:.9;background-image:linear-gradient(90deg,#00b4d824 1px,#0000 1px),linear-gradient(#00b4d824 1px,#0000 1px);background-size:46px 46px;animation:22s linear infinite GridBackdrop-module__VP1wjq__gridDrift;position:fixed;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}@keyframes GridBackdrop-module__VP1wjq__gridDrift{0%{background-position:0 0,0 0}to{background-position:46px 46px,46px 46px}}@media (prefers-reduced-motion:reduce){.GridBackdrop-module__VP1wjq__grid{animation:none}}[data-theme=light] .GridBackdrop-module__VP1wjq__bgBase,[data-theme=light] .GridBackdrop-module__VP1wjq__grid{display:none}
.NewsletterModal-module__LMoA-G__overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0208149e;justify-content:center;align-items:center;padding:1rem;animation:.2s both NewsletterModal-module__LMoA-G__nlFade;display:flex;position:fixed;inset:0}.NewsletterModal-module__LMoA-G__card{text-align:center;width:min(440px,100%);padding:1.85rem 1.75rem 1.55rem;animation:.28s cubic-bezier(.22,1,.36,1) both NewsletterModal-module__LMoA-G__nlPop;position:relative}.NewsletterModal-module__LMoA-G__close{cursor:pointer;color:var(--fg-color);opacity:.55;background:0 0;border:none;font-size:1.55rem;line-height:1;position:absolute;top:10px;right:12px}.NewsletterModal-module__LMoA-G__close:hover{opacity:1}.NewsletterModal-module__LMoA-G__title{margin:.25rem 0 .5rem;font-size:1.3rem}.NewsletterModal-module__LMoA-G__sub{opacity:.75;margin:0 0 1.15rem;font-size:.85rem;line-height:1.55}.NewsletterModal-module__LMoA-G__form{flex-direction:column;gap:.6rem;display:flex}.NewsletterModal-module__LMoA-G__input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--input-color);font-size:.9rem;font-family:var(--font-body);border-radius:10px;padding:10px 12px}.NewsletterModal-module__LMoA-G__input:focus{outline:1px solid var(--accent-cyan)}.NewsletterModal-module__LMoA-G__button{cursor:pointer;background:var(--accent-cyan);color:#04222b;border:none;border-radius:10px;width:100%;padding:10px 14px;font-size:.9rem;font-weight:700}.NewsletterModal-module__LMoA-G__button:disabled{opacity:.7;cursor:default}.NewsletterModal-module__LMoA-G__note{margin-top:.1rem;font-size:.8rem}.NewsletterModal-module__LMoA-G__note[data-tone=err]{color:#ef4444}.NewsletterModal-module__LMoA-G__note[data-tone=ok]{color:#22c55e}@keyframes NewsletterModal-module__LMoA-G__nlFade{0%{opacity:0}to{opacity:1}}@keyframes NewsletterModal-module__LMoA-G__nlPop{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.NewsletterModal-module__LMoA-G__overlay,.NewsletterModal-module__LMoA-G__card{animation:none}}
.faq-module__6AW0yG__wrapper{color:#e8eef5;min-height:100vh;font-family:var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;isolation:isolate;z-index:1;background:0 0;position:relative}body:has(.faq-module__6AW0yG__wrapper){background:#07101d!important;animation:none!important}body:has(.faq-module__6AW0yG__wrapper) .bg-blobs{display:none!important}[data-theme=light] .faq-module__6AW0yG__wrapper{color:#0f172a;background:#f6f9fd}.faq-module__6AW0yG__atmosphere,.faq-module__6AW0yG__grid{display:none}.faq-module__6AW0yG__navbar{z-index:50;background:#07101d;border-bottom:1px solid #70a2dc1a;padding:.6rem 0;position:sticky;top:0}[data-theme=light] .faq-module__6AW0yG__navbar{background:#f6f9fd;border-bottom-color:#0f172a14}.faq-module__6AW0yG__navContainer{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto;padding:0 1.25rem;display:flex}.faq-module__6AW0yG__logo{align-items:center;display:inline-flex}.faq-module__6AW0yG__navLinks{align-items:center;gap:1.6rem;display:inline-flex}.faq-module__6AW0yG__navLink{color:var(--text-secondary,#b5c2d2);font-size:.92rem;font-weight:600;text-decoration:none;transition:color .18s}.faq-module__6AW0yG__navLink:hover{color:#00d4ff}[data-theme=light] .faq-module__6AW0yG__navLink{color:#475569}[data-theme=light] .faq-module__6AW0yG__navLink:hover{color:#0073e6}.faq-module__6AW0yG__navCtas{align-items:center;gap:.85rem;display:inline-flex}.faq-module__6AW0yG__navLogin{color:var(--text-secondary,#b5c2d2);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .18s}.faq-module__6AW0yG__navLogin:hover{color:#00d4ff}[data-theme=light] .faq-module__6AW0yG__navLogin{color:#475569}[data-theme=light] .faq-module__6AW0yG__navLogin:hover{color:#0073e6}.faq-module__6AW0yG__navSignup{color:#07101d;letter-spacing:.01em;background:linear-gradient(135deg,#00b4d8,#7c93ff);border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.faq-module__6AW0yG__navSignup:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00b4d859}.faq-module__6AW0yG__container{z-index:1;max-width:920px;margin:0 auto;padding:4rem 1.25rem;position:relative}.faq-module__6AW0yG__hero{text-align:center;margin-bottom:3.5rem}.faq-module__6AW0yG__heroTag{color:#00d4ff;letter-spacing:.14em;text-transform:uppercase;background:#00d4ff1a;border:1px solid #00d4ff47;border-radius:999px;margin-bottom:1.2rem;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-block}.faq-module__6AW0yG__heroTitle{letter-spacing:-.025em;color:var(--text-primary,#e8eef5);margin:0 0 1rem;font-family:Outfit,Inter,sans-serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;line-height:1.08}[data-theme=light] .faq-module__6AW0yG__heroTitle{color:#0f172a}.faq-module__6AW0yG__gradientText{background:linear-gradient(135deg,#00d4ff 0%,#7c93ff 55%,#a78bfa 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.faq-module__6AW0yG__heroSubtitle{max-width:620px;color:var(--text-secondary,#b5c2d2);margin:0 auto;font-size:1rem;line-height:1.6}[data-theme=light] .faq-module__6AW0yG__heroSubtitle{color:#475569}.faq-module__6AW0yG__groupSection{margin-top:3rem}.faq-module__6AW0yG__groupHeader{border-bottom:1px dashed #70a2dc2e;margin-bottom:1.2rem;padding-bottom:.9rem}[data-theme=light] .faq-module__6AW0yG__groupHeader{border-bottom-color:#0f172a1f}.faq-module__6AW0yG__groupTitle{letter-spacing:-.015em;color:var(--text-primary,#e8eef5);margin:0 0 .3rem;font-family:Outfit,Inter,sans-serif;font-size:1.5rem;font-weight:700}[data-theme=light] .faq-module__6AW0yG__groupTitle{color:#0f172a}.faq-module__6AW0yG__groupDesc{color:var(--text-muted,#8da4bf);margin:0;font-size:.92rem}[data-theme=light] .faq-module__6AW0yG__groupDesc{color:#64748b}.faq-module__6AW0yG__faqList{flex-direction:column;gap:.7rem;display:flex}.faq-module__6AW0yG__ctaBlock{text-align:center;background:#07101d;border:1px solid #00b4d838;border-radius:18px;margin-top:4rem;padding:2.5rem 2rem}[data-theme=light] .faq-module__6AW0yG__ctaBlock{background:#fff;border-color:#bae6fd}.faq-module__6AW0yG__ctaTitle{letter-spacing:-.015em;color:var(--text-primary,#e8eef5);margin:0 0 .5rem;font-family:Outfit,Inter,sans-serif;font-size:1.6rem;font-weight:700}[data-theme=light] .faq-module__6AW0yG__ctaTitle{color:#0f172a}.faq-module__6AW0yG__ctaSubtitle{color:var(--text-secondary,#b5c2d2);margin:0 0 1.4rem;font-size:.94rem}[data-theme=light] .faq-module__6AW0yG__ctaSubtitle{color:#475569}.faq-module__6AW0yG__ctaActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;display:inline-flex}.faq-module__6AW0yG__ctaPrimary{color:#07101d;background:linear-gradient(135deg,#00b4d8,#7c93ff);border-radius:10px;align-items:center;gap:.4rem;padding:.7rem 1.3rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.faq-module__6AW0yG__ctaPrimary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00b4d859}.faq-module__6AW0yG__ctaSecondary{color:var(--text-primary,#e8eef5);background:0 0;border:1px solid #00b4d852;border-radius:10px;align-items:center;padding:.7rem 1.2rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:border-color .18s,background .18s;display:inline-flex}.faq-module__6AW0yG__ctaSecondary:hover{background:#00b4d80f;border-color:#00b4d88c}[data-theme=light] .faq-module__6AW0yG__ctaSecondary{color:#0f172a;border-color:#0073e652}.faq-module__6AW0yG__footer{z-index:1;text-align:center;color:var(--text-muted,#8da4bf);letter-spacing:.02em;border-top:1px solid #70a2dc1a;padding:2rem 1.25rem;font-size:.78rem;position:relative}[data-theme=light] .faq-module__6AW0yG__footer{color:#64748b;border-top-color:#0f172a14}.faq-module__6AW0yG__contactForm{flex-direction:column;gap:.6rem;width:100%;max-width:520px;margin:0 auto 1rem;display:flex}.faq-module__6AW0yG__contactInput,.faq-module__6AW0yG__contactTextarea{width:100%;color:var(--text-primary,#e8eef5);font:inherit;background:#ffffff0f;border:1px solid #00b4d852;border-radius:10px;outline:none;padding:.7rem .9rem;font-size:.92rem;transition:border-color .18s,background .18s}.faq-module__6AW0yG__contactTextarea{resize:vertical;min-height:110px}.faq-module__6AW0yG__contactInput::placeholder,.faq-module__6AW0yG__contactTextarea::placeholder{color:#e8eef573}.faq-module__6AW0yG__contactInput:focus,.faq-module__6AW0yG__contactTextarea:focus{background:#ffffff17;border-color:#00b4d8b3}[data-theme=light] .faq-module__6AW0yG__contactInput,[data-theme=light] .faq-module__6AW0yG__contactTextarea{color:#0f172a;background:#fff;border-color:#0073e652}[data-theme=light] .faq-module__6AW0yG__contactInput::placeholder,[data-theme=light] .faq-module__6AW0yG__contactTextarea::placeholder{color:#94a3b8}.faq-module__6AW0yG__contactBtn{color:#07101d;cursor:pointer;background:linear-gradient(135deg,#00b4d8,#7c93ff);border:none;border-radius:10px;align-self:center;align-items:center;gap:.35rem;padding:.7rem 1.3rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex}.faq-module__6AW0yG__contactBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #00b4d859}.faq-module__6AW0yG__contactBtn:disabled{cursor:default;filter:grayscale(.2)brightness(.92)}.faq-module__6AW0yG__contactNote{text-align:center;color:var(--text-secondary,#b5c2d2);margin-top:.2rem;font-size:.82rem}.faq-module__6AW0yG__contactNote[data-tone=err]{color:#fda4af}.faq-module__6AW0yG__contactNote[data-tone=ok]{color:#6ee7b7}[data-theme=light] .faq-module__6AW0yG__contactNote{color:#475569}[data-theme=light] .faq-module__6AW0yG__contactNote[data-tone=err]{color:#b91c1c}[data-theme=light] .faq-module__6AW0yG__contactNote[data-tone=ok]{color:#047857}@media (max-width:600px){.faq-module__6AW0yG__navLinks{display:none}.faq-module__6AW0yG__container{padding:2.5rem 1rem 3rem}.faq-module__6AW0yG__ctaBlock{padding:2rem 1.25rem}}
.OAuthButtons-module__0lP7lW__wrap{flex-direction:column;gap:.85rem;margin-top:1.5rem;display:flex}.OAuthButtons-module__0lP7lW__divider{color:var(--text-secondary,#94a3b8);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;font-size:.78rem;display:flex}.OAuthButtons-module__0lP7lW__divider:before,.OAuthButtons-module__0lP7lW__divider:after{content:"";background:#94a3b840;flex:1;height:1px}.OAuthButtons-module__0lP7lW__buttons{flex-direction:column;gap:.6rem;display:flex}.OAuthButtons-module__0lP7lW__btn{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-primary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex}.OAuthButtons-module__0lP7lW__btn:hover{border-color:var(--accent-cyan,#66fcf180);transform:translateY(-1px)}.OAuthButtons-module__0lP7lW__btn:active{transform:translateY(0)}.OAuthButtons-module__0lP7lW__icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}
.howItWorks-module__3res7a__wrapper{color:#e8eef5;min-height:100vh;font-family:var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;isolation:isolate;z-index:1;background:0 0;position:relative}body:has(.howItWorks-module__3res7a__wrapper){background:#07101d!important;animation:none!important}body:has(.howItWorks-module__3res7a__wrapper) .bg-blobs{display:none!important}[data-theme=light] .howItWorks-module__3res7a__wrapper{color:#0f172a;background:#f6f9fd}.howItWorks-module__3res7a__container{z-index:1;background:#0a1526;border:1px solid #00b4d824;border-radius:22px;max-width:980px;margin:1.75rem auto 3rem;padding:3rem 2rem 3.5rem;position:relative;box-shadow:0 24px 60px #00051473}[data-theme=light] .howItWorks-module__3res7a__container{box-shadow:none;background:0 0;border-color:#0000}.howItWorks-module__3res7a__hero{text-align:center;margin-bottom:3rem}.howItWorks-module__3res7a__heroTag{color:#00d4ff;letter-spacing:.14em;text-transform:uppercase;background:#00d4ff1a;border:1px solid #00d4ff47;border-radius:999px;margin-bottom:1.2rem;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-block}.howItWorks-module__3res7a__heroTitle{letter-spacing:-.025em;color:var(--text-primary,#e8eef5);margin:0 0 1rem;font-family:Outfit,Inter,sans-serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.06}[data-theme=light] .howItWorks-module__3res7a__heroTitle{color:#0f172a}.howItWorks-module__3res7a__gradientText{background:linear-gradient(135deg,#00d4ff 0%,#7c93ff 55%,#a78bfa 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.howItWorks-module__3res7a__heroSubtitle{max-width:660px;color:var(--text-secondary,#b5c2d2);margin:0 auto 1.8rem;font-size:1.05rem;line-height:1.65}[data-theme=light] .howItWorks-module__3res7a__heroSubtitle{color:#475569}.howItWorks-module__3res7a__heroCtas{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.howItWorks-module__3res7a__btnPrimary{color:#051120;background:linear-gradient(135deg,#0043a8 0%,#00b4d8 55%,#00f5d4 100%);border:1px solid #fff3;border-radius:999px;align-items:center;gap:.45rem;padding:11px 22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 10px 24px #00b4d852}.howItWorks-module__3res7a__btnPrimary:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 14px 30px #00b4d86b}.howItWorks-module__3res7a__btnSecondary,.howItWorks-module__3res7a__btnSecondaryLight{color:#fff;background:linear-gradient(135deg,#6b4bd6 0%,#9b6bff 100%);border:1px solid #fff3;border-radius:999px;align-items:center;gap:.45rem;padding:11px 22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 10px 24px #7b5bd661}.howItWorks-module__3res7a__btnSecondary:hover,.howItWorks-module__3res7a__btnSecondaryLight:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 14px 30px #7b5bd680}.howItWorks-module__3res7a__section{margin-top:3.2rem}.howItWorks-module__3res7a__sectionTitle{letter-spacing:-.02em;color:var(--text-primary,#eaf2f8);border-bottom:1px solid #00b4d838;margin:0 0 .8rem;padding-bottom:.5rem;font-family:Outfit,Inter,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}[data-theme=light] .howItWorks-module__3res7a__sectionTitle{color:#0f172a;border-bottom-color:#0f172a1a}.howItWorks-module__3res7a__section p{color:var(--text-secondary,#c2cedd);line-height:1.7}[data-theme=light] .howItWorks-module__3res7a__section p{color:#475569}.howItWorks-module__3res7a__lede{font-size:1.12rem;color:var(--text-primary,#dbe6f1)!important}[data-theme=light] .howItWorks-module__3res7a__lede{color:#1e293b!important}.howItWorks-module__3res7a__small{font-size:.9rem;color:var(--text-muted,#8aa0b6)!important}.howItWorks-module__3res7a__note{color:#d6ebe7;background:#00f5d40f;border:1px solid #00f5d438;border-left:4px solid #00f5d4;border-radius:12px;margin:1.2rem 0;padding:1rem 1.2rem;font-size:.96rem;line-height:1.65}[data-theme=light] .howItWorks-module__3res7a__note{color:#1e4d44;background:#eafaf5;border-color:#99e6d6}.howItWorks-module__3res7a__noteLab{text-transform:uppercase;letter-spacing:.08em;color:#00f5d4;margin-bottom:.35rem;font-size:.7rem;font-weight:800;display:block}[data-theme=light] .howItWorks-module__3res7a__noteLab{color:#0a8f7a}.howItWorks-module__3res7a__keyNote{color:#d4ecf6;background:#00b4d814;border:1px solid #00b4d847;border-radius:12px;margin-top:1.2rem;padding:.9rem 1.2rem;font-size:1rem}[data-theme=light] .howItWorks-module__3res7a__keyNote{color:#0f3a52;background:#e7f5fb}.howItWorks-module__3res7a__cards3{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.4rem 0;display:grid}.howItWorks-module__3res7a__cards4{grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.4rem 0;display:grid}.howItWorks-module__3res7a__card{background:#0f2034;border:1px solid #00b4d833;border-top:4px solid #00b4d8;border-radius:14px;padding:1.1rem 1.2rem}[data-theme=light] .howItWorks-module__3res7a__card{background:#fff}.howItWorks-module__3res7a__cardBe{border-top-color:#00857a}.howItWorks-module__3res7a__cardFe{border-top-color:#00b4d8}.howItWorks-module__3res7a__cardExt{border-top-color:#6b4bd6}.howItWorks-module__3res7a__cardMcp{border-top-color:#00f5d4}.howItWorks-module__3res7a__card h3{color:#eaf2f8;margin:0;font-size:1.05rem}[data-theme=light] .howItWorks-module__3res7a__card h3{color:#0f172a}.howItWorks-module__3res7a__cardSub{color:#00d4ff;font-size:.78rem;font-weight:600}.howItWorks-module__3res7a__card p{margin:.5rem 0 0;font-size:.92rem}.howItWorks-module__3res7a__steps{flex-direction:column;gap:.9rem;margin:1.2rem 0 0;padding:0;list-style:none;display:flex}.howItWorks-module__3res7a__step{align-items:flex-start;gap:.9rem;display:flex}.howItWorks-module__3res7a__stepNum{color:#051120;background:linear-gradient(135deg,#00b4d8,#00f5d4);border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:.95rem;font-weight:800;display:grid}.howItWorks-module__3res7a__stepTitle{color:#eaf2f8;margin:2px 0;font-size:1.05rem}[data-theme=light] .howItWorks-module__3res7a__stepTitle{color:#0f172a}.howItWorks-module__3res7a__stepDesc{margin:0;font-size:.94rem}.howItWorks-module__3res7a__pipeline{grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.3rem 0;display:grid}.howItWorks-module__3res7a__pipeStep{color:#b9c7d6;background:#0f2034;border:1px solid #00b4d82e;border-radius:12px;padding:.9rem 1rem .9rem 2.6rem;font-size:.9rem;position:relative}[data-theme=light] .howItWorks-module__3res7a__pipeStep{color:#475569;background:#fff}.howItWorks-module__3res7a__pipeStep b{color:#eaf2f8;margin-bottom:2px;font-size:.98rem;display:block}[data-theme=light] .howItWorks-module__3res7a__pipeStep b{color:#0f172a}.howItWorks-module__3res7a__pipeNum{color:#00d4ff;background:#00b4d829;border-radius:6px;place-items:center;width:22px;height:22px;font-size:.78rem;font-weight:800;display:grid;position:absolute;top:.9rem;left:.8rem}.howItWorks-module__3res7a__pipeDesc{display:block}.howItWorks-module__3res7a__flow{flex-wrap:wrap;align-items:stretch;gap:.5rem;margin:1.3rem 0;display:flex}.howItWorks-module__3res7a__flowNode{text-align:center;color:#d4e4f1;background:#0f2034;border:1.5px solid #00b4d873;border-radius:12px;flex:1;min-width:130px;padding:.8rem .7rem;font-size:.86rem;position:relative}[data-theme=light] .howItWorks-module__3res7a__flowNode{color:#334155;background:#fff}.howItWorks-module__3res7a__flowNode span{color:#051120;background:linear-gradient(135deg,#00b4d8,#00f5d4);border-radius:50%;place-items:center;width:24px;height:24px;margin:0 auto 6px;font-size:.8rem;font-weight:800;display:grid}.howItWorks-module__3res7a__flowNode:not(:last-child):after{content:"→";color:#00b4d8;z-index:2;font-size:1rem;font-weight:800;position:absolute;top:50%;right:-.55rem;transform:translateY(-50%)}.howItWorks-module__3res7a__featureGrid{grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.3rem;display:grid}.howItWorks-module__3res7a__feature{background:#0f2034;border:1px solid #00b4d82e;border-radius:14px;padding:1.1rem 1.2rem}[data-theme=light] .howItWorks-module__3res7a__feature{background:#fff}.howItWorks-module__3res7a__featureIcon{font-size:1.5rem}.howItWorks-module__3res7a__feature h4{color:#eaf2f8;margin:.4rem 0 .3rem;font-size:1.02rem}[data-theme=light] .howItWorks-module__3res7a__feature h4{color:#0f172a}.howItWorks-module__3res7a__feature p{margin:0;font-size:.9rem}.howItWorks-module__3res7a__checklist{gap:.6rem;margin:1.1rem 0 0;padding:0;list-style:none;display:grid}.howItWorks-module__3res7a__checklist li{color:#c2cedd;padding-left:1.7rem;font-size:.95rem;line-height:1.6;position:relative}[data-theme=light] .howItWorks-module__3res7a__checklist li{color:#475569}.howItWorks-module__3res7a__checklist li:before{content:"✓";color:#00f5d4;font-weight:800;position:absolute;top:0;left:0}.howItWorks-module__3res7a__checklist code{color:#9fe6f5;background:#00b4d824;border-radius:5px;padding:1px 6px;font-size:.85em}.howItWorks-module__3res7a__planChips{flex-wrap:wrap;gap:.6rem;margin:1.2rem 0;display:flex}.howItWorks-module__3res7a__planChip{color:#d6ebf7;background:#0f2034;border:1px solid #00b4d866;border-radius:999px;align-items:center;padding:.55rem 1.1rem;font-size:.95rem;font-weight:700;display:inline-flex}[data-theme=light] .howItWorks-module__3res7a__planChip{color:#0a4a78;background:#fff;border-color:#00b4d866}.howItWorks-module__3res7a__inlineLink{color:#00d4ff;font-weight:700;text-decoration:none}.howItWorks-module__3res7a__inlineLink:hover{text-decoration:underline}.howItWorks-module__3res7a__tableWrap{margin:1.2rem 0 .8rem;overflow-x:auto}.howItWorks-module__3res7a__table{border-collapse:collapse;width:100%;font-size:.95rem}.howItWorks-module__3res7a__table th,.howItWorks-module__3res7a__table td{text-align:left;border:1px solid #00b4d82e;padding:.7rem .9rem}.howItWorks-module__3res7a__table th{color:#eaf2f8;background:#0043a840;font-weight:700}.howItWorks-module__3res7a__table td{color:#c2cedd}[data-theme=light] .howItWorks-module__3res7a__table th{color:#0f172a;background:#e7f0fb}[data-theme=light] .howItWorks-module__3res7a__table td{color:#334155}.howItWorks-module__3res7a__reasonGrid{grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.3rem;display:grid}.howItWorks-module__3res7a__reason{background:#0f2034;border:1px solid #00b4d829;border-radius:12px;padding:1rem 1.1rem}[data-theme=light] .howItWorks-module__3res7a__reason{background:#fff}.howItWorks-module__3res7a__reason h4{color:#00d4ff;margin:0 0 .3rem;font-size:1rem}.howItWorks-module__3res7a__reason p{margin:0;font-size:.9rem}.howItWorks-module__3res7a__ctaBand{text-align:center;background:linear-gradient(150deg,#0043a82e,#00857a29);border:1px solid #00b4d84d;border-radius:20px;margin-top:3.5rem;padding:2.4rem 1.5rem}.howItWorks-module__3res7a__ctaTitle{color:#eaf2f8;margin:0 0 .5rem;font-family:Outfit,Inter,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}[data-theme=light] .howItWorks-module__3res7a__ctaTitle{color:#0f172a}.howItWorks-module__3res7a__ctaText{color:#c2cedd;max-width:520px;margin:0 auto 1.4rem}[data-theme=light] .howItWorks-module__3res7a__ctaText{color:#475569}@media (max-width:760px){.howItWorks-module__3res7a__cards3,.howItWorks-module__3res7a__cards4,.howItWorks-module__3res7a__pipeline,.howItWorks-module__3res7a__featureGrid,.howItWorks-module__3res7a__reasonGrid{grid-template-columns:1fr}.howItWorks-module__3res7a__flowNode:not(:last-child):after{content:"↓";top:auto;bottom:-.7rem;right:50%;transform:translate(50%)}.howItWorks-module__3res7a__flow{flex-direction:column}}
