@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}:root{--bg:#05060d;--bg-secondary:#060711;--bg-elevated:#0a0e1d;--bg-card:#0c1020b8;--bg-card-strong:#0c1020;--bg-card-hover:#0c1020e0;--border:#94a3b824;--border-strong:#ffffff14;--border-accent:#8b5cf68c;--text:#cbd5e1;--text-muted:#94a3b8;--text-faint:#64748b;--text-heading:#f8fafc;--purple:#7c3aed;--purple-hover:#8b5cf6;--purple-bright:#9333ea;--purple-dark:#5b21b6;--purple-light:#a78bfa;--positive:#22c55e;--negative:#f43f5e;--warning:#f59e0b;--gradient:linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);--gradient-soft:linear-gradient(135deg, #7c3aed26 0%, #5b21b640 100%);--shadow:0 25px 80px #00000073;--shadow-glow:0 0 80px #7c3aed1f;--shadow-card:0 25px 80px #00000073, 0 0 80px #7c3aed1f;--radius:16px;--radius-lg:20px;--header-height:76px;--header-height-mobile:68px;--section-padding:clamp(5rem, 8vw, 7rem);--container:min(1280px, 100% - clamp(1rem, 4vw, 2.5rem));--container-wide:min(1280px, 100% - clamp(1rem, 4vw, 2.5rem));--container-pricing:min(1280px, 100% - clamp(1rem, 4vw, 2.5rem));--container-faq:min(960px, 100% - clamp(1rem, 4vw, 2.5rem));--font:"Inter", system-ui, -apple-system, sans-serif;--transition:.28s cubic-bezier(0, 0, .2, 1);--scroll-mt:6rem}html{scroll-behavior:smooth;overflow-x:clip}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.7;overflow-x:clip}#root{min-height:100svh}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;display:block}.landing-page{background:var(--bg);min-height:100svh;position:relative}.skip-link{z-index:100;background:var(--purple);color:#fff;transition:top var(--transition);border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus{outline:2px solid var(--purple-light);outline-offset:2px;top:1rem}.scroll-anchor{scroll-margin-top:var(--scroll-mt)}._grid_1ko55_1{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.75rem;display:grid}._item_1ko55_8{transition:border-color var(--transition);background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}._item_1ko55_8._open_1ko55_16{border-color:#8b5cf640}._questionHeading_1ko55_20{margin:0}._question_1ko55_20{width:100%;color:var(--text-heading);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;min-height:48px;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;display:flex}._question_1ko55_20 span,._questionText_1ko55_42{flex:1;min-width:0}._question_1ko55_20 svg{color:var(--text-muted);flex-shrink:0}._question_1ko55_20:focus-visible{outline:2px solid var(--purple-light);outline-offset:-2px}._answerWrapper_1ko55_57{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}._open_1ko55_16 ._answerWrapper_1ko55_57{grid-template-rows:1fr}._answer_1ko55_57{color:var(--text-muted);padding:0 1.125rem;font-size:.875rem;line-height:1.65;transition:padding .3s;overflow:hidden}._open_1ko55_16 ._answer_1ko55_57{padding-bottom:1rem}@media (width<=768px){._grid_1ko55_1{grid-template-columns:1fr}}._section_189e4_1{padding:var(--section-padding) 0;position:relative}._container_189e4_6{width:var(--container);margin-inline:auto}._containerWide_189e4_11{width:var(--container-wide);margin-inline:auto}._sectionHeader_189e4_16{text-align:center;margin-inline:auto;max-width:680px;margin-bottom:clamp(2rem,4vw,3rem)}._sectionTitle_189e4_23{letter-spacing:-.025em;color:var(--text-heading);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}._sectionSubtitle_189e4_31{color:var(--text-muted);font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.7}._grid_189e4_37{gap:1.25rem;display:grid}._grid2_189e4_42{grid-template-columns:repeat(2,1fr)}._grid3_189e4_47{grid-template-columns:repeat(3,1fr)}._grid4_189e4_52{grid-template-columns:repeat(4,1fr)}@media (width<=900px){._grid4_189e4_52{grid-template-columns:repeat(2,1fr)}._grid3_189e4_47{grid-template-columns:1fr}}@media (width<=560px){._grid4_189e4_52,._grid2_189e4_42{grid-template-columns:1fr}}._btn_189e4_74{cursor:pointer;transition:transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition), color var(--transition);white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}._btn_189e4_74:hover{transform:translateY(-1px)}._btn_189e4_74:active{transform:translateY(0)}._btn_189e4_74:focus-visible{outline:2px solid var(--purple-light);outline-offset:2px}._btnPrimary_189e4_107{background:var(--gradient);color:#fff;box-shadow:0 12px 40px #7c3aed47}._btnPrimary_189e4_107:hover{background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);box-shadow:0 16px 48px #7c3aed5c}._btnPrimary_189e4_107:disabled{opacity:.65;cursor:not-allowed;transform:none}._btnSecondary_189e4_125{color:var(--text-heading);background:#ffffff05;border:1px solid #fff3}._btnSecondary_189e4_125:hover{background:#ffffff0f;border-color:#ffffff47}._btnGhost_189e4_137{color:var(--text-heading);background:0 0;border:1px solid #fff3;padding:.625rem 1.125rem}._btnGhost_189e4_137:hover{background:#ffffff0f}._card_189e4_149{border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);background:#ffffff06;border:1px solid #ffffff14}._card_189e4_149:hover{box-shadow:var(--shadow), 0 0 40px #7c3aed14;background:#ffffff0a;border-color:#8b5cf673;transform:translateY(-6px)}@media (hover:none){._card_189e4_149:hover{transform:none}}._visual_jt8nh_1{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:1rem;transition:transform .3s ease-out}._label_jt8nh_8{color:var(--text);margin-bottom:.125rem;font-size:.75rem;font-weight:500}._value_jt8nh_15{color:var(--text-heading);font-size:.8125rem;font-weight:600}._meta_jt8nh_21{color:var(--text-faint);font-size:.6875rem}._chart_jt8nh_26{width:100%;height:56px}._progressBar_jt8nh_31{background:#ffffff14;border-radius:999px;height:4px;margin-top:.5rem;overflow:hidden}._progressBar_jt8nh_31 span{border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#9333ea);height:100%;display:block}._progressRow_jt8nh_46{align-items:center;gap:.5rem;margin-top:.375rem;display:flex}._progressRow_jt8nh_46 ._progressBar_jt8nh_31{flex:1;margin-top:0}._percent_jt8nh_58{color:var(--purple-light);font-size:.6875rem;font-weight:600}._recurrenceRow_jt8nh_64{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}._recurrenceRow_jt8nh_64:last-child{margin-bottom:0}._service_jt8nh_75{width:22px;height:22px;color:var(--text-heading);background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:flex}._donut_jt8nh_89{background:conic-gradient(#7c3aed 0 38%, #9333ea 38% 62%, #5b21b6 62% 81%, #1e293b 81% 100%);border-radius:50%;width:56px;height:56px;margin-inline:auto;-webkit-mask:radial-gradient(circle,#0000 52%,#000 53%);mask:radial-gradient(circle,#0000 52%,#000 53%)}._pdfRow_jt8nh_103{color:var(--text-muted);justify-content:space-between;gap:.5rem;margin-top:.25rem;font-size:.6875rem;display:flex}._positive_jt8nh_112{color:var(--positive)}._negative_jt8nh_116{color:var(--negative)}._card_1kqyi_1{flex-direction:column;height:100%;min-height:240px;padding:1.25rem;display:flex}._card_1kqyi_1:hover ._miniVisual_1kqyi_9{transform:scale(1.02)}._miniVisual_1kqyi_9{transition:transform .3s ease-out}._icon_1kqyi_17{width:40px;height:40px;color:var(--purple);background:#7c3aed1f;border-radius:10px;justify-content:center;align-items:center;margin-bottom:.875rem;display:flex}._title_1kqyi_29{color:var(--text-heading);margin-bottom:.375rem;font-size:.9375rem;font-weight:600}._description_1kqyi_36{color:var(--text-muted);flex:1;font-size:.8125rem;line-height:1.6}@media (width<=639px){._card_1kqyi_1{min-height:auto;padding:1.25rem 1rem}}._wrapper_1csdy_1{width:100%}._form_1csdy_5{align-items:stretch;gap:.75rem;display:flex}._input_1csdy_11{min-width:0;height:52px;color:var(--text-heading);transition:border-color var(--transition), box-shadow var(--transition);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:0 1rem;font-size:.9375rem}._input_1csdy_11::placeholder{color:var(--text-faint)}._input_1csdy_11:focus{border-color:#8b5cf680;outline:none;box-shadow:0 0 0 3px #7c3aed26}._input_1csdy_11:disabled{opacity:.7;cursor:not-allowed}._submit_1csdy_41{flex-shrink:0;height:52px;padding-inline:1.375rem}._submitLoading_1csdy_47{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}._spinner_1csdy_54{animation:.8s linear infinite _spin_1csdy_54}@keyframes _spin_1csdy_54{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1csdy_68{color:var(--negative);width:100%;margin-top:.625rem;font-size:.875rem;line-height:1.5}._success_1csdy_76{color:var(--positive);width:100%;margin-top:.625rem;font-size:.875rem;line-height:1.5}._disclaimer_1csdy_84{color:var(--text-faint);align-items:flex-start;gap:.375rem;margin-top:.75rem;font-size:.8125rem;line-height:1.5;display:flex}._footer_1csdy_94 ._form_1csdy_5{flex-direction:row}._hero_1csdy_98 ._form_1csdy_5{max-width:min(680px,100%)}._hero_1csdy_98 ._input_1csdy_11{border-radius:16px;height:60px;padding:0 1.125rem}._hero_1csdy_98 ._input_1csdy_11:focus{border-color:#8b5cf68c;box-shadow:0 0 0 3px #7c3aed1f}._hero_1csdy_98 ._submit_1csdy_41{border-radius:16px;height:60px;transition:transform .25s ease-out,box-shadow .25s ease-out,background .25s ease-out;box-shadow:0 12px 40px #7c3aed47,0 0 24px #7c3aed1f}._hero_1csdy_98 ._submit_1csdy_41:hover:not(:disabled){transform:translateY(-1px)scale(1.01);box-shadow:0 16px 48px #7c3aed5c,0 0 32px #7c3aed29}._hero_1csdy_98 ._submit_1csdy_41:disabled{transform:none}._footer_1csdy_94 ._input_1csdy_11,._footer_1csdy_94 ._submit_1csdy_41{height:48px}._srOnly_1csdy_141{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=768px){._hero_1csdy_98 ._input_1csdy_11{flex:auto;max-width:460px}._hero_1csdy_98 ._submit_1csdy_41{flex:none;min-width:170px;max-width:210px;padding-inline:1.75rem}}@media (width<=767px){._form_1csdy_5{flex-direction:column}._submit_1csdy_41{white-space:normal;text-align:center;width:100%}._hero_1csdy_98 ._input_1csdy_11,._hero_1csdy_98 ._submit_1csdy_41{height:56px}}@media (width<=900px){._footer_1csdy_94 ._form_1csdy_5{flex-direction:column}._footer_1csdy_94 ._submit_1csdy_41{white-space:normal;text-align:center;width:100%}}._reveal_facuj_1{width:100%}._section_5sfiw_1{padding-top:clamp(3rem,6vw,5rem)}._box_5sfiw_5{border-radius:var(--radius-lg);background:linear-gradient(105deg,#1a0a3ef2 0%,#2e1065d9 45%,#0a0e1df2 100%);border:1px solid #8b5cf659;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.75rem,3.5vw,2.5rem);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #5b21b626}._box_5sfiw_5:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed33,#0000 70%);width:320px;height:320px;position:absolute;top:-40%;right:-5%}._content_5sfiw_35{flex:1;align-items:flex-start;gap:1.125rem;min-width:0;display:flex;position:relative}._icon_5sfiw_44{width:56px;height:56px;color:var(--purple-light);flex-shrink:0;justify-content:center;align-items:center;display:flex}._textBlock_5sfiw_54{min-width:0}._title_5sfiw_58{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:.5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700}._text_5sfiw_54{color:var(--text-muted);max-width:420px;font-size:.9375rem;line-height:1.6}._box_5sfiw_5>:last-child{flex-shrink:0;width:min(100%,420px);position:relative}@media (width<=900px){._box_5sfiw_5{flex-direction:column;align-items:stretch;padding:1.5rem}._content_5sfiw_35{flex-direction:column;gap:.75rem}._box_5sfiw_5>:last-child{width:100%}}@media (width<=480px){._content_5sfiw_35{flex-direction:column;gap:.75rem}}._logo_6bjf7_1{color:var(--text-heading);letter-spacing:-.02em;align-items:center;gap:.625rem;font-weight:700;display:inline-flex}._sm_6bjf7_10 ._text_6bjf7_10{font-size:1rem}._sm_6bjf7_10 ._icon_6bjf7_14{width:28px;height:28px}._md_6bjf7_19 ._text_6bjf7_10{font-size:1.25rem}._md_6bjf7_19 ._icon_6bjf7_14{width:32px;height:32px}._lg_6bjf7_28 ._text_6bjf7_10{font-size:1.375rem}._lg_6bjf7_28 ._icon_6bjf7_14{width:36px;height:36px}._icon_6bjf7_14 svg{width:100%;height:100%;display:block}._footer_17asy_1{background:var(--bg-secondary);border-top:1px solid #ffffff14;padding:3.5rem 0 2rem}._inner_17asy_7{width:var(--container-wide);margin-inline:auto}._grid_17asy_12{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem 2rem;margin-bottom:2.5rem;display:grid}._brand_17asy_19{flex-direction:column;gap:.875rem;max-width:280px;display:flex}._tagline_17asy_26{color:var(--text-muted);font-size:.875rem;line-height:1.65}._column_17asy_32{flex-direction:column;gap:.875rem;display:flex}._columnTitle_17asy_38{letter-spacing:.06em;text-transform:uppercase;color:var(--text-heading);font-size:.75rem;font-weight:600}._nav_17asy_46{flex-direction:column;gap:.625rem;display:flex}._link_17asy_52{color:var(--text-muted);transition:color var(--transition);align-items:center;min-height:40px;font-size:.875rem;display:flex}._link_17asy_52:hover{color:var(--text-heading)}._socials_17asy_65{gap:.625rem;display:flex}._socialLink_17asy_70{width:40px;height:40px;color:var(--text-muted);transition:color var(--transition), border-color var(--transition), background var(--transition);border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;display:flex}._socialLink_17asy_70:hover{color:var(--text-heading);background:#7c3aed14;border-color:#8b5cf64d}._bottom_17asy_91{text-align:center;border-top:1px solid #ffffff14;padding-top:1.5rem}._copyright_17asy_97{color:var(--text-faint);font-size:.8125rem}@media (width<=900px){._grid_17asy_12{grid-template-columns:1fr 1fr;gap:2rem}._brand_17asy_19{grid-column:1/-1;max-width:none}}@media (width<=480px){._footer_17asy_1{padding:2.5rem 0 1.75rem}._grid_17asy_12{grid-template-columns:1fr;gap:1.75rem}}._header_10iuh_1{z-index:50;height:var(--header-height);box-shadow:none;background:0 0;border-bottom:none;position:sticky;top:0}._scrolled_10iuh_11{box-shadow:none;background:0 0;border-bottom:none}._headerLogin_10iuh_17:hover{background:#ffffff0a}._headerCta_10iuh_21{box-shadow:0 10px 32px #7c3aed3d,0 0 20px #7c3aed1a}._headerCta_10iuh_21:hover{box-shadow:0 14px 40px #7c3aed52,0 0 28px #7c3aed24}._inner_10iuh_33{width:var(--container-wide);grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;height:100%;margin-inline:auto;padding-inline:.25rem;display:grid}._brand_10iuh_44{flex-shrink:0;justify-self:start}._nav_10iuh_49{justify-content:center;align-items:center;gap:clamp(1rem,2vw,2rem);min-width:0;display:flex}._navLink_10iuh_57{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;transition:color var(--transition);font-size:.8125rem;font-weight:500}._navLink_10iuh_57:hover{color:var(--text-heading)}._actions_10iuh_71{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.625rem;display:flex}._menuToggle_10iuh_79{cursor:pointer;background:0 0;border:none;justify-self:end;width:44px;height:44px;padding:0;display:none;position:relative}._menuToggle_10iuh_79 span,._menuToggle_10iuh_79 span:before,._menuToggle_10iuh_79 span:after{background:var(--text-heading);width:22px;height:2px;transition:transform var(--transition);border-radius:2px;display:block}._menuToggle_10iuh_79 span{position:relative}._menuToggle_10iuh_79 span:before,._menuToggle_10iuh_79 span:after{content:"";position:absolute;left:0}._menuToggle_10iuh_79 span:before{top:-7px}._menuToggle_10iuh_79 span:after{top:7px}._menuToggle_10iuh_79 span._open_10iuh_121{background:0 0}._menuToggle_10iuh_79 span._open_10iuh_121:before{top:0;transform:rotate(45deg)}._menuToggle_10iuh_79 span._open_10iuh_121:after{top:0;transform:rotate(-45deg)}._mobileMenu_10iuh_135{display:none}@media (width<=900px){._header_10iuh_1{height:var(--header-height-mobile)}._inner_10iuh_33{grid-template-columns:1fr auto;padding-inline:1rem}._nav_10iuh_49,._actions_10iuh_71{display:none}._menuToggle_10iuh_79{justify-content:center;align-items:center;display:flex}._mobileMenu_10iuh_135{inset:var(--header-height-mobile) 0 0;-webkit-backdrop-filter:blur(24px);opacity:0;visibility:hidden;transition:opacity var(--transition), visibility var(--transition), transform var(--transition);background:#05060df5;padding:1.5rem 1rem;display:block;position:fixed;transform:translateY(-8px)}._mobileMenuOpen_10iuh_177{opacity:1;visibility:visible;transform:translateY(0)}._mobileNav_10iuh_183{flex-direction:column;gap:.75rem;display:flex}._mobileNavLink_10iuh_189{color:var(--text-heading);align-items:center;min-height:44px;padding:.625rem 0;font-size:1.0625rem;font-weight:500;display:flex}._mobileNav_10iuh_183 button{white-space:normal;text-align:center;width:100%;margin-top:.25rem}}@media (width>=375px) and (width<=900px){._inner_10iuh_33,._mobileMenu_10iuh_135{padding-inline:1.25rem}}._container_43kx8_1{width:100%;max-width:760px;min-height:520px;margin-inline:auto;position:relative}._compositionGlow_43kx8_9{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed24 0%,#5b21b60f 35%,#0000 65%);width:165%;height:165%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._orbitals_43kx8_26{pointer-events:none;z-index:1;position:absolute;inset:-4%}._orbit1_43kx8_33,._orbit2_43kx8_34,._orbit3_43kx8_35{filter:blur(.3px);border:1px solid #8b5cf633;border-radius:50%;position:absolute}._orbit1_43kx8_33{width:96%;height:96%;top:2%;left:2%;transform:rotate(-12deg)}._orbit2_43kx8_34{border-color:#8b5cf62e;width:76%;height:76%;top:12%;left:12%;transform:rotate(8deg)}._orbit3_43kx8_35{border-color:#8b5cf624;width:56%;height:56%;top:22%;left:22%}._dot1_43kx8_67,._dot2_43kx8_68,._dot3_43kx8_69,._dot4_43kx8_70,._dot5_43kx8_71,._dot6_43kx8_72,._dot7_43kx8_73,._dot8_43kx8_74{opacity:.65;background:#a78bfa;border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 12px #a78bfa8c}._dot1_43kx8_67{top:16%;right:20%}._dot2_43kx8_68{bottom:26%;left:10%}._dot3_43kx8_69{top:40%;right:6%}._dot4_43kx8_70{top:6%;left:36%}._dot5_43kx8_71{bottom:16%;right:28%}._dot6_43kx8_72{top:52%;left:4%}._dot7_43kx8_73{top:26%;right:40%}._dot8_43kx8_74{bottom:6%;left:46%}._card_43kx8_124{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-card);z-index:2;background:#0c1020b8;border:1px solid #ffffff14;border-radius:18px;min-width:0;padding:1.25rem 1.375rem;position:absolute}._balanceCard_43kx8_136{z-index:4;width:min(360px,48%);top:0;left:26%}._creditCard_43kx8_143{z-index:3;width:min(340px,45%);top:30%;left:0}._goalCard_43kx8_150{z-index:2;width:min(360px,46%);top:34%;right:0}._recurrenceCard_43kx8_157{z-index:5;width:min(340px,45%);bottom:0;left:32%}._cardLabel_43kx8_164{color:var(--text-muted);margin-bottom:.375rem;font-size:.875rem}._cardSubLabel_43kx8_170{color:var(--text-faint);margin-top:.5rem;font-size:.8125rem}._cardValue_43kx8_176{color:var(--text-heading);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}._cardValueGreen_43kx8_183{color:var(--positive);font-size:1.375rem}._cardMeta_43kx8_189{color:var(--text-faint);margin-top:.25rem;font-size:.8125rem}._cardHeader_43kx8_195{color:var(--purple-light);align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}._lineChart_43kx8_203{width:100%;height:56px;margin-top:.75rem;display:block}._progressRow_43kx8_210{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}._percent_43kx8_218{color:var(--purple-light);font-size:.8125rem;font-weight:600}._percentLarge_43kx8_224{color:var(--purple);letter-spacing:-.03em;margin:.375rem 0;font-size:2rem;font-weight:700}._progressBar_43kx8_232{background:#ffffff14;border-radius:999px;height:5px;margin-top:.625rem;overflow:hidden}._progressFill_43kx8_240{border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#9333ea);height:100%;display:block}._recurrenceIcons_43kx8_247{gap:.5rem;margin-top:.75rem;display:flex}._serviceIcon_43kx8_253{width:28px;height:28px;color:var(--text-heading);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}@media (width<=1024px){._container_43kx8_1{max-width:620px;min-height:440px}._balanceCard_43kx8_136{width:min(300px,48%)}._creditCard_43kx8_143{width:min(280px,44%)}._goalCard_43kx8_150{width:min(290px,44%)}._recurrenceCard_43kx8_157{width:min(280px,44%)}._cardValue_43kx8_176{font-size:1.3125rem}._cardValueGreen_43kx8_183{font-size:1.1875rem}._percentLarge_43kx8_224{font-size:1.75rem}}@media (width<=767px){._container_43kx8_1{width:100%;max-width:100%;min-height:clamp(400px,115vw,520px);overflow:hidden}._compositionGlow_43kx8_9{opacity:.9;width:120%;height:120%}._orbitals_43kx8_26{inset:0}._orbit2_43kx8_34,._orbit3_43kx8_35,._dot5_43kx8_71,._dot6_43kx8_72,._dot7_43kx8_73,._dot8_43kx8_74{display:none}._card_43kx8_124{border-radius:16px;padding:.875rem 1rem}._balanceCard_43kx8_136{width:clamp(210px,62vw,250px);top:0;left:22%}._creditCard_43kx8_143{width:clamp(200px,58vw,230px);top:28%;left:0}._goalCard_43kx8_150{width:clamp(200px,58vw,230px);top:30%;right:0}._recurrenceCard_43kx8_157{width:clamp(210px,62vw,240px);bottom:0;left:20%}._cardLabel_43kx8_164{font-size:.75rem}._cardValue_43kx8_176{font-size:1.1875rem}._cardValueGreen_43kx8_183{font-size:1.0625rem}._percentLarge_43kx8_224{font-size:1.625rem}._cardMeta_43kx8_189,._cardSubLabel_43kx8_170{font-size:.75rem}._lineChart_43kx8_203{height:48px;margin-top:.5rem}}@media (width<=390px){._balanceMeta_43kx8_388{font-size:.6875rem}}@media (width<=320px){._container_43kx8_1{min-height:400px}._balanceCard_43kx8_136{width:clamp(180px,58vw,210px);left:18%}._creditCard_43kx8_143,._goalCard_43kx8_150{width:clamp(180px,54vw,210px)}._recurrenceCard_43kx8_157{width:clamp(190px,58vw,220px)}._cardValue_43kx8_176{font-size:1.0625rem}._cardValueGreen_43kx8_183{font-size:.9375rem}._percentLarge_43kx8_224{font-size:1.375rem}}._hero_11kou_1{padding:clamp(2rem,5vw,3rem) 0 clamp(4rem,10vw,5rem);position:relative}._inner_11kou_6{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:2.5rem 3rem;width:min(1440px,100% - clamp(2rem,5vw,3rem));margin-inline:auto;display:grid}._content_11kou_15{flex-direction:column;gap:clamp(1.75rem,3vw,2.25rem);min-width:0;max-width:700px;display:flex}._badge_11kou_23{letter-spacing:.12em;width:fit-content;color:var(--purple-light);background:#7c3aed1f;border:1px solid #8b5cf640;border-radius:999px;align-self:flex-start;align-items:center;padding:.5rem 1rem;font-size:.6875rem;font-weight:600;display:inline-flex}._title_11kou_38{letter-spacing:-.04em;color:var(--text-heading);font-size:clamp(2.5rem,5.2vw,4.875rem);font-weight:700;line-height:1.02}._highlight_11kou_46{color:var(--purple)}._subtitle_11kou_50{color:var(--text-muted);max-width:38rem;font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.7}._benefits_11kou_57{flex-wrap:wrap;gap:1rem 1.75rem;margin:0;padding:0;list-style:none;display:flex}._benefits_11kou_57 li{color:var(--text);align-items:flex-start;gap:.625rem;font-size:.8125rem;font-weight:500;display:flex}._checkIcon_11kou_75{width:22px;height:22px;color:var(--purple);background:#7c3aed26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}._visual_11kou_87{justify-content:center;width:100%;min-width:0;display:flex;overflow:hidden}@media (width>=768px){._hero_11kou_1{padding-top:clamp(2rem,4vh,3rem);padding-bottom:clamp(5rem,7vw,6rem)}._title_11kou_38{font-size:clamp(3.75rem,4.8vw,4.5rem)}}@media (width>=1024px){._hero_11kou_1{padding-bottom:clamp(6rem,8vw,7rem)}}@media (width>=1280px){._inner_11kou_6{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:2.5rem 3.5rem;width:min(1500px,100% - clamp(2.5rem,5vw,3rem))}._title_11kou_38{font-size:clamp(4rem,3.8vw + .5rem,4.875rem)}}@media (width>=1536px){._title_11kou_38{font-size:4.875rem}}@media (width<=1024px){._inner_11kou_6{grid-template-columns:1fr;gap:2.5rem}._content_11kou_15,._subtitle_11kou_50{max-width:none}}@media (width<=767px){._title_11kou_38{font-size:clamp(2.25rem,9vw,3rem);line-height:1.05}}@media (width>=375px) and (width<=767px){._title_11kou_38{font-size:clamp(2.5rem,10vw,2.75rem);line-height:1.04}}@media (width<=390px){._benefits_11kou_57{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}}@media (width>=391px) and (width<=640px){._benefits_11kou_57{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;display:grid}}@media (width<=640px){._benefits_11kou_57 li{align-items:flex-start}}._section_l2z2k_1{background:radial-gradient(130% 90% at 72% -8%,#5b21b614,#0000 52%),radial-gradient(90% 70% at 12% 42%,#4c1d950b,#0000 48%),linear-gradient(#040509 0%,#05060a 52%,#040509 100%);position:relative;overflow:hidden}._bgGlow_l2z2k_18{z-index:0;pointer-events:none;background:radial-gradient(circle,#7c3aed2e 0%,#5b21b614 40%,#0000 70%);width:min(920px,90vw);height:min(920px,90vw);position:absolute;top:-8%;right:-8%}._noise_l2z2k_34{z-index:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;position:absolute;inset:0}._section_l2z2k_1>:not(._bgGlow_l2z2k_18):not(._noise_l2z2k_34){z-index:1;position:relative}._header_x6q58_1{text-align:center;margin-inline:auto;max-width:680px;margin-bottom:clamp(2rem,4vw,3rem)}._left_x6q58_8{text-align:left;margin-inline:0}._title_x6q58_13{letter-spacing:-.025em;color:var(--text-heading);margin-bottom:.75rem;font-size:clamp(1.75rem,6vw,2.5rem);font-weight:700}._subtitle_x6q58_21{color:var(--text-muted);font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.7}@media (width<=767px){._title_x6q58_13{font-size:clamp(1.75rem,6vw,2.125rem)}}._section_99cdv_1{padding:0 0 clamp(5rem,8vw,6rem);position:relative}._grid_99cdv_6{flex-direction:column;gap:1.25rem;display:flex}._stepGroup_99cdv_12{display:contents}._card_99cdv_16{min-height:auto;transition:transform var(--transition), border-color var(--transition), box-shadow var(--transition);flex-direction:column;padding:1.5rem;display:flex;position:relative}._card_99cdv_16:hover{box-shadow:var(--shadow), 0 0 40px #7c3aed14;border-color:#8b5cf673;transform:translateY(-6px)}@media (hover:none){._card_99cdv_16:hover{transform:none}}._number_99cdv_42{color:var(--text-faint);font-size:.75rem;font-weight:600;position:absolute;top:1.25rem;right:1.25rem}._iconWrap_99cdv_51{width:44px;height:44px;color:var(--purple);background:#7c3aed1f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}._title_99cdv_63{color:var(--text-heading);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600}._description_99cdv_70{color:var(--text-muted);font-size:.875rem;line-height:1.65}._arrow_99cdv_76{display:none}@media (width>=901px){._grid_99cdv_6{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:.75rem;display:grid}._stepGroup_99cdv_12{display:contents}._arrow_99cdv_76{color:var(--purple);opacity:.7;flex-shrink:0;align-self:center;display:flex}}@media (width<=900px){._stepGroup_99cdv_12{flex-direction:column;display:flex}._card_99cdv_16{padding:clamp(1.25rem,4vw,1.5rem)}}._section_qugtq_1{background:var(--bg-secondary);border-block:1px solid #ffffff14}._layout_qugtq_6{grid-template-columns:.75fr 1fr 1fr 1.2fr;align-items:stretch;gap:1rem;display:grid}._intro_qugtq_13{flex-direction:column;justify-content:center;display:flex}._decorLine_qugtq_19{background:linear-gradient(90deg,#7c3aed,#9333ea);border-radius:999px;width:48px;height:3px;margin-top:-1rem}._planCard_qugtq_27{flex-direction:column;padding:1.5rem;display:flex;position:relative;overflow:hidden}._planPro_qugtq_35{border-color:#8b5cf6b3;overflow:hidden;box-shadow:0 0 0 1px #8b5cf61f,0 24px 80px #5b21b62e}._badge_qugtq_43{color:#fff;background:var(--gradient);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;max-width:calc(100% - 2rem);padding:.25rem .75rem;font-size:.6875rem;font-weight:600;position:absolute;top:-.625rem;left:50%;overflow:hidden;transform:translate(-50%)}._planName_qugtq_60{letter-spacing:.08em;color:var(--text-heading);margin-bottom:.25rem;font-size:.875rem;font-weight:700}._planSubtitle_qugtq_68{color:var(--text-muted);margin-bottom:.75rem;font-size:.8125rem}._price_qugtq_74{color:var(--text-heading);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(1.5rem,5vw,1.75rem);font-weight:700}._price_qugtq_74 span{color:var(--text-muted);font-size:.875rem;font-weight:500}._features_qugtq_88{flex-direction:column;flex:1;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}._features_qugtq_88 li{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.5;display:flex}._features_qugtq_88 svg{color:var(--purple-light);flex-shrink:0;margin-top:.125rem}._planCta_qugtq_113{width:100%;margin-top:1.25rem}._securityCard_qugtq_118{flex-direction:column;justify-content:space-between;min-height:100%;padding:1.5rem;display:flex;overflow:hidden}._securityTitle_qugtq_127{color:var(--text-heading);margin-bottom:.375rem;font-size:1.125rem;font-weight:700}._securitySubtitle_qugtq_134{color:var(--text-muted);margin-bottom:1.25rem;font-size:.8125rem}._securityList_qugtq_140{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}._securityList_qugtq_140 li{color:var(--text);align-items:center;gap:.625rem;font-size:.8125rem;display:flex}._securityList_qugtq_140 svg{color:var(--purple-light);flex-shrink:0}._shieldVisual_qugtq_162{justify-content:center;align-items:center;min-height:140px;margin-top:1.5rem;display:flex;position:relative}._shieldGlow_qugtq_171{background:radial-gradient(circle,#7c3aed59,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute}._shieldOrbit1_qugtq_179,._shieldOrbit2_qugtq_180{border:1px solid #8b5cf633;border-radius:50%;position:absolute}._shieldOrbit1_qugtq_179{width:100px;height:100px}._shieldOrbit2_qugtq_180{border-color:#8b5cf61a;width:130px;height:130px}._shieldIcon_qugtq_197{color:var(--purple);filter:drop-shadow(0 0 24px #7c3aed66);position:relative}@media (width<=1100px){._layout_qugtq_6{grid-template-columns:1fr 1fr}._intro_qugtq_13{grid-column:1/-1}._securityCard_qugtq_118{flex-direction:row;grid-column:1/-1;align-items:center;gap:2rem}._shieldVisual_qugtq_162{min-width:160px;margin-top:0}}@media (width<=640px){._layout_qugtq_6{grid-template-columns:1fr}._securityCard_qugtq_118{flex-direction:column}}._page_10jk2_1{min-height:100svh;position:relative}._featuresSection_10jk2_6{background:0 0;border-top:1px solid #ffffff12}._featuresGrid_10jk2_11{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}._faqSection_10jk2_18{background:0 0;border-top:1px solid #ffffff12}@media (width<=1279px){._featuresGrid_10jk2_11{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1023px){._featuresGrid_10jk2_11{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639px){._featuresGrid_10jk2_11{grid-template-columns:1fr}}
