*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}body{min-height:100dvh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}body{font-family:var(--font-sans);font-size:15px;font-weight:400;line-height:1.6}@media (min-width:768px){body{font-size:16px}}h1,h2,h3,h4,h5,h6{color:var(--foreground);font-family:var(--font-sans);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(1.85rem,4.75vw,3.25rem)}h2{font-size:clamp(1.6rem,3.8vw,2.55rem)}h3{font-size:clamp(1.25rem,2.85vw,1.85rem)}h4{font-size:1.2rem}h5{font-size:1.05rem}h6{font-size:1rem}p{color:var(--foreground-soft)}.hidden{display:none!important}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-center{text-align:center}.text-muted{color:var(--foreground-soft)}.mt-auto{margin-top:auto}.w-full{width:100%}.btn--base{cursor:pointer;background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);color:#fff;white-space:nowrap;border:0;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:8px;padding:10px 29px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 6px 14px #3f73ff2e}@media (min-width:768px){.btn--base{font-size:17px}}.btn--base:hover{filter:brightness(1.03);box-shadow:0 8px 18px #3f73ff38}.btn--base:active{transform:translateY(1px);box-shadow:0 4px 10px #3f73ff29}.btn--base:focus-visible{box-shadow:0 0 0 3px #3f73ff2e,0 6px 14px #3f73ff2e}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.label{color:var(--foreground);font-size:14px;font-weight:500}.input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--foreground);outline:none;padding:10px 14px;font-size:16px;transition:border-color .18s,box-shadow .18s}@media (min-width:768px){.input{font-size:15px}}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.input:disabled{background:var(--muted);cursor:not-allowed}.input::placeholder{color:var(--foreground-soft)}.input-group{position:relative}.input-group .input-toggle{color:var(--foreground-soft);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.errorBox{border-radius:var(--radius-sm);color:var(--danger);background:#dc262614;margin-bottom:12px;padding:10px 14px;font-size:14px}.checkbox{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:inline-flex}.checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:20px}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-header h3,.card-header h4{margin:0}.card-body{flex-direction:column;gap:12px;display:flex}.card-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;padding-top:16px;display:flex}.scrollToTop{z-index:999;background:linear-gradient(135deg,var(--primary)0%,#5be4ac 100%);width:44px;height:44px;color:var(--white);cursor:pointer;opacity:0;visibility:hidden;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:20px;transition:opacity .25s,transform .25s,box-shadow .25s,visibility .25s;display:inline-flex;position:fixed;bottom:18px;right:18px;transform:translateY(12px);box-shadow:0 12px 28px #4292e147}@media (min-width:768px){.scrollToTop{width:50px;height:50px;font-size:22px;bottom:28px;right:28px}}.scrollToTop:hover{transform:translateY(-2px);box-shadow:0 16px 36px #4292e166}.scrollToTop:focus-visible{outline-offset:3px;outline:3px solid #4292e166}.scrollToTop.is-visible{opacity:1;visibility:visible;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scrollToTop{transition:opacity .15s linear,visibility .15s linear}.scrollToTop:hover{transform:none}}.publicHeader{background:var(--white);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0}.publicHeader .headerBar{justify-content:space-between;align-items:center;gap:24px;min-height:84px;display:flex}.publicHeader .headerBrand{color:var(--foreground);flex-shrink:0;align-items:center;line-height:1;text-decoration:none;display:inline-flex}.publicHeader .headerBrand img{object-fit:contain;width:auto;height:32px;display:block}@media (min-width:768px){.publicHeader .headerBrand img{height:38px}}@media (min-width:1200px){.publicHeader .headerBrand img{height:35px}}.publicHeader .headerNav{flex:1;justify-content:center;align-items:center;gap:6px;display:none}@media (min-width:992px){.publicHeader .headerNav{gap:0;display:flex}}@media (min-width:1200px){.publicHeader .headerNav{gap:0}}.publicHeader .navLink{color:var(--foreground);transition:var(--transition-fast);white-space:nowrap;border-radius:6px;padding:2px 10px;font-size:15px;font-weight:500;text-decoration:none}@media (min-width:1200px){.publicHeader .navLink{padding:2px 10px;font-size:17px}}.publicHeader .navLink:hover{opacity:.75}.publicHeader .navLink.active{font-weight:600}.publicHeader .headerActions{flex-shrink:0;align-items:center;gap:10px;display:flex}.publicHeader .loginBtn{letter-spacing:.01em;border-radius:5px;padding:12px 30px;font-size:15px;font-weight:500;box-shadow:0 8px 18px #2563eb2e}@media (min-width:768px){.publicHeader .loginBtn{padding:8px 40px;font-size:17px}}@media (min-width:1200px){.publicHeader .loginBtn{padding:8px 40px;font-size:18px}}.publicHeader .loginBtn:hover:not(:disabled){box-shadow:0 10px 22px #2563eb3d}.publicHeader .burger{width:42px;height:42px;color:var(--foreground);border:1px solid var(--border);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:10px;justify-content:center;align-items:center;font-size:21px;display:inline-flex}.publicHeader .burger:hover{background:var(--muted)}@media (min-width:992px){.publicHeader .burger{display:none}}.publicHeader .mobileNav{border-top:1px solid var(--border);flex-direction:column;gap:4px;margin-top:4px;padding:12px 0 20px;display:flex}@media (min-width:992px){.publicHeader .mobileNav{display:none}}.publicHeader .mobileNav .navLink{border-radius:var(--radius-sm);padding:12px 14px;font-size:16px}.publicHeader .mobileNav .navLink:hover{background:var(--muted);opacity:1}.siteFooter{color:var(--white);background:#0a1428;padding:56px 0 28px}@media (min-width:768px){.siteFooter{padding:80px 0 32px}}@media (min-width:1200px){.siteFooter{padding:100px 0 36px}}.siteFooter .siteFooterGrid{grid-template-columns:1fr;gap:36px;margin-bottom:40px;display:grid}@media (min-width:560px){.siteFooter .siteFooterGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}@media (min-width:992px){.siteFooter .siteFooterGrid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:56px}}@media (min-width:1200px){.siteFooter .siteFooterGrid{grid-template-columns:1.7fr 1fr 1fr 1fr 1fr;gap:48px;margin-bottom:72px}}@media (min-width:560px) and (max-width:991px){.siteFooter .siteFooterBrand{grid-column:1/-1}}.siteFooter .siteFooterLogo{margin-bottom:18px;display:inline-block}.siteFooter .siteFooterLogo img{filter:brightness(0)invert();width:180px;height:auto;display:block}@media (min-width:1200px){.siteFooter .siteFooterLogo img{width:200px}}.siteFooter .siteFooterTagline{color:#fff;max-width:360px;margin:0;font-size:15px;font-weight:500;line-height:1.6}@media (min-width:768px){.siteFooter .siteFooterTagline{font-size:16px}}@media (min-width:1200px){.siteFooter .siteFooterTagline{font-size:22px}}.siteFooter .siteFooterCol{flex-direction:column;display:flex}.siteFooter .siteFooterColTitle{color:var(--white);letter-spacing:-.01em;margin:0 0 18px;font-size:16px;font-weight:600}@media (min-width:768px){.siteFooter .siteFooterColTitle{margin-bottom:22px;font-size:18px}}@media (min-width:1200px){.siteFooter .siteFooterColTitle{margin-bottom:28px;font-size:24px}}.siteFooter .siteFooterList{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.siteFooter .siteFooterList{gap:16px}}@media (min-width:1200px){.siteFooter .siteFooterList{gap:20px}}.siteFooter .siteFooterLink{color:#ffffffd1;transition:color var(--transition-fast);font-size:14px;font-weight:500;text-decoration:none}@media (min-width:768px){.siteFooter .siteFooterLink{font-size:15px}}@media (min-width:1200px){.siteFooter .siteFooterLink{font-size:17px}}.siteFooter .siteFooterLink:hover,.siteFooter .siteFooterLink:focus-visible{color:var(--white)}.siteFooter .siteFooterDivider{background:#ffffff1f;height:1px;margin-bottom:24px}@media (min-width:768px){.siteFooter .siteFooterDivider{margin-bottom:28px}}.siteFooter .siteFooterBottom{text-align:center;flex-direction:column-reverse;justify-content:space-between;align-items:center;gap:16px;display:flex}@media (min-width:768px){.siteFooter .siteFooterBottom{text-align:left;flex-direction:row;align-items:center;gap:20px}}.siteFooter .siteFooterLegal{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 16px;margin:0;padding:0;list-style:none;display:flex}.siteFooter .siteFooterLegal a{color:#fff;transition:color var(--transition-fast);font-size:13px;font-weight:600;text-decoration:none}@media (min-width:768px){.siteFooter .siteFooterLegal a{font-size:14px}}@media (min-width:1200px){.siteFooter .siteFooterLegal a{font-size:20px}}.siteFooter .siteFooterLegal a:hover{color:var(--white)}.siteFooter .siteFooterSep{color:#fff;-webkit-user-select:none;user-select:none;font-size:13px}.siteFooter .siteFooterCopy{color:#fff;margin:0;font-size:13px;font-weight:400}@media (min-width:768px){.siteFooter .siteFooterCopy{font-size:14px}}@media (min-width:1200px){.siteFooter .siteFooterCopy{font-size:19px}}.dashboard{min-height:calc(100dvh - var(--header-height));padding:32px 0}.dashboard .page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.dashboard .page-head h1{margin:0;font-size:24px}@media (min-width:768px){.dashboard .page-head h1{font-size:27px}}.dashboard .page-head p{color:var(--foreground-soft);margin:4px 0 0}.dashboard .stats-grid{grid-template-columns:1fr;gap:16px;margin-bottom:28px;display:grid}@media (min-width:576px){.dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.dashboard .stats-grid{grid-template-columns:repeat(4,1fr)}}.dashboard .stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;gap:6px;padding:20px;display:flex}.dashboard .stat-card .stat-label{color:var(--foreground-soft);text-transform:uppercase;letter-spacing:.05em;font-size:13px}.dashboard .stat-card .stat-value{color:var(--foreground);font-size:24px;font-weight:700}@media (min-width:768px){.dashboard .stat-card .stat-value{font-size:27px}}.dashboard .stat-card .stat-delta{font-size:13px}.dashboard .stat-card .stat-delta.up{color:var(--success)}.dashboard .stat-card .stat-delta.down{color:var(--danger)}.dashboard .body{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;padding:32px}.dashboard .body h4{margin-bottom:8px}.dashboard .body.loading-state,.dashboard .body.error-state{padding:48px 24px}.dashboard .body .empty-icon{color:var(--foreground-soft);justify-content:center;margin-bottom:12px;font-size:38px;display:flex}.dashboard .table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:0;overflow:hidden}.dashboard .table-head,.dashboard .table-row{grid-template-columns:2fr 1.5fr 1fr 1fr .6fr;align-items:center;gap:12px;padding:14px 20px;display:grid}.dashboard .table-head{background:var(--muted);text-transform:uppercase;letter-spacing:.04em;color:var(--foreground-soft);font-size:13px;font-weight:600}.dashboard .table-row{border-top:1px solid var(--border);cursor:pointer;transition:background var(--transition-fast)}.dashboard .table-row:hover{background:#f2f5ff99}.dashboard .cell{color:var(--foreground);font-size:15px}.dashboard .cell--name{align-items:center;gap:10px;font-weight:600;display:flex}.dashboard .cell--settings{justify-self:end}.hero{padding-top:70px;position:relative;overflow:hidden}.hero .shape1{position:absolute;left:0}.hero .shape2{position:absolute;right:0}.hero .shape3{position:absolute;top:10%;right:30%}@media (min-width:768px){.hero{padding-top:70px}}@media (min-width:1200px){.hero{padding-top:70px}}.hero .heroInner{z-index:99;text-align:center;margin:0 auto;position:relative}.hero .heroKicker{color:var(--primary);letter-spacing:.16em;text-transform:uppercase;background:#fff;border:1px solid #41475b4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:4px 16px;font-size:11px;font-weight:700;display:inline-flex}@media (min-width:768px){.hero .heroKicker{margin-bottom:25px;font-size:13px}}.hero .heroKicker .kickerDot{background:var(--primary);border-radius:999px;width:7px;height:7px}.hero .heroTitle{letter-spacing:-.02em;color:#0a0a0a;margin-bottom:20px;font-size:clamp(34px,10.5vw,104px);font-weight:800;line-height:1.05}@media (min-width:768px){.hero .heroTitle{margin-bottom:24px}}.hero .heroTitleGradient{background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:#0000;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero .heroText{max-width:840px;color:var(--foreground);margin:0 auto 35px;font-size:16px;font-weight:500;line-height:1.6}@media (min-width:768px){.hero .heroText{margin-bottom:40px;font-size:26px}}.hero .heroCta{flex-direction:column;align-items:center;gap:18px;margin-bottom:56px;display:flex}@media (min-width:576px){.hero .heroCta{flex-direction:row;justify-content:center;gap:28px}}@media (min-width:1200px){.hero .heroCta{margin-bottom:80px}}.hero .heroSocial{align-items:center;gap:12px;display:flex}.hero .heroSocialAvatars{width:auto;height:36px;display:block}@media (min-width:768px){.hero .heroSocialAvatars{height:40px}}.hero .heroSocialText{color:var(--foreground-soft);margin:0;font-size:13px;font-weight:700}@media (min-width:768px){.hero .heroSocialText{font-size:14px}}.hero .heroSocialText strong{color:var(--foreground);font-weight:700}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatUpDownAlt{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}.hero .heroFloat img,.hero .heroFloatMeta img{animation:4s ease-in-out infinite floatUpDown}.hero .heroFloatAds img{animation:4.5s ease-in-out .5s infinite floatUpDownAlt}.hero .heroFloatGa img{animation:3.8s ease-in-out 1s infinite floatUpDown}.hero .heroFloatTiktok img{animation:4.2s ease-in-out 1.5s infinite floatUpDownAlt}.hero .heroMediaWrap{width:100%;padding-bottom:70px}@media (min-width:768px){.hero .heroMediaWrap{padding-bottom:100px}}@media (min-width:1200px){.hero .heroMediaWrap{padding-bottom:120px}}.hero .heroMedia{aspect-ratio:16/9;background:var(--muted);border-radius:24px 24px 0 0;max-width:1350px;margin:0 auto;position:relative;overflow:hidden}.hero .heroMedia:after{content:"";pointer-events:none;z-index:1;background:#00000040;position:absolute;inset:0}@media (min-width:768px){.hero .heroMedia{aspect-ratio:16/8;border-radius:32px 32px 0 0}}.hero .heroMediaImg{object-fit:cover;object-position:center}.hero .heroMediaPlay{z-index:2;background:var(--primary);width:64px;height:64px;color:var(--white);cursor:pointer;transition:var(--transition-fast);border:0;border-radius:999px;justify-content:center;align-items:center;font-size:23px;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 32px #2563eb66}.hero .heroMediaPlay:hover{transform:translate(-50%,-50%)scale(1.06)}@media (min-width:768px){.hero .heroMediaPlay{width:90px;height:90px;font-size:28px}}.hero .heroMediaWave{z-index:2;pointer-events:none;object-fit:cover;object-position:bottom;width:100%;height:auto;position:absolute;bottom:-1px;left:0}.hero .heroFloat{z-index:1;pointer-events:none;width:40px;height:auto;display:block;position:absolute}.hero .heroFloat img{width:100%;height:auto;display:block}@media (min-width:768px){.hero .heroFloat{width:60px}}@media (min-width:1200px){.hero .heroFloat{width:76px}}.hero .heroFloatMeta{top:6%;left:4%}@media (min-width:768px){.hero .heroFloatMeta{top:9%;left:8%}}.hero .heroFloatAds{top:28%;left:3%}@media (min-width:768px){.hero .heroFloatAds{top:36%;left:6%}}.hero .heroFloatGa{top:6%;right:4%}@media (min-width:768px){.hero .heroFloatGa{top:9%;right:8%}}.hero .heroFloatTiktok{top:28%;right:3%}@media (min-width:768px){.hero .heroFloatTiktok{top:32%;right:6%}}.videoModalBackdrop{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000bf;justify-content:center;align-items:center;padding:16px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.videoModalContent{width:100%;max-width:900px;animation:.25s scaleIn;position:relative}.videoModalClose{width:36px;height:36px;color:var(--white);cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;font-size:17px;transition:background .2s;display:inline-flex;position:absolute;top:-44px;right:0}.videoModalClose:hover{background:#ffffff4d}.videoModalIframeWrap{aspect-ratio:16/9;background:#000;border-radius:16px;width:100%;position:relative;overflow:hidden}.videoModalIframeWrap iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.trusted{background:var(--white);padding:40px 0;overflow:hidden}@media (min-width:768px){.trusted{padding:40px 0}}.trusted .trustedTitle{text-align:center;color:var(--foreground);letter-spacing:-.01em;margin-bottom:40px;font-size:18px;font-weight:600}@media (min-width:768px){.trusted .trustedTitle{font-size:22px}}@media (min-width:1200px){.trusted .trustedTitle{font-size:23px}}.trusted .trustedMarquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.trusted .trustedTrack{align-items:center;gap:28px;width:max-content;animation:100s linear infinite trustedScroll;display:flex}@media (min-width:768px){.trusted .trustedTrack{gap:44px}}@media (min-width:1200px){.trusted .trustedTrack{gap:60px}}.trusted .trustedTrack:hover{animation-play-state:paused}.trusted .trustedLogo{opacity:.55;filter:grayscale();transition:opacity var(--transition-fast),filter var(--transition-fast);flex-shrink:0}.trusted .trustedLogo img{object-fit:contain;width:auto;height:26px;display:block}@media (min-width:768px){.trusted .trustedLogo img{height:32px}}@media (min-width:1200px){.trusted .trustedLogo img{height:36px}}.trusted .trustedLogo:hover{opacity:1;filter:grayscale(0)}@keyframes trustedScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.trusted .trustedTrack{animation:none}}.track{background:var(--background);padding-top:60px;padding-bottom:60px;position:relative;overflow-x:clip}@media (min-width:768px){.track{padding-top:80px;padding-bottom:80px}}@media (min-width:1200px){.track{padding-top:120px;padding-bottom:120px}}.track .trackGrid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}@media (min-width:768px){.track .trackGrid{gap:56px}}@media (min-width:992px){.track .trackGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}}@media (min-width:1200px){.track .trackGrid{gap:40px}}.track .trackContent{margin:0 auto}@media (min-width:992px){.track .trackContent{margin:0}}.track .trackTitle{letter-spacing:-.02em;color:var(--foreground);margin-bottom:22px;font-size:clamp(26px,7vw,52px);font-weight:700;line-height:1.1}@media (min-width:768px){.track .trackTitle{margin-bottom:28px}}.track .trackText{color:var(--foreground);margin-bottom:35px;font-size:16px;font-weight:400}@media (min-width:768px){.track .trackText{font-size:23px}}.track .trackFeatures{flex-direction:column;gap:28px;display:flex}@media (min-width:768px){.track .trackFeatures{gap:36px}}.track .trackFeature .featureTitle{color:var(--foreground);margin-bottom:12px;font-size:17px;font-weight:700}@media (min-width:768px){.track .trackFeature .featureTitle{font-size:30px}}.track .trackFeature .featureText{color:var(--foreground);margin:0;font-size:16px;font-weight:400}@media (min-width:768px){.track .trackFeature .featureText{font-size:26px}}.track .trackVisual{width:100%;max-width:560px;margin:0 auto;position:relative}@media (min-width:992px){.track .trackVisual{max-width:620px;margin:0 0 0 auto}}@media (min-width:1200px){.track .trackVisual{max-width:720px}}.track .trackVisualImg{z-index:2;width:100%;height:auto;display:block;position:relative}.track .trackVisualLine{z-index:1;pointer-events:none;width:36%;height:auto;position:absolute;top:-4%;right:-2%}@media (min-width:768px){.track .trackVisualLine{width:38%;top:-6%;right:-4%}}@media (min-width:1200px){.track .trackVisualLine{width:40%;top:3%;right:37%}}.pipeline{background:radial-gradient(circle at 50% 30%,#4292e10f 0%,transparent 55%),radial-gradient(circle at 80% 75%,#66ff990d 0%,transparent 50%),var(--background);padding:60px 0;position:relative;overflow:hidden}@media (min-width:768px){.pipeline{padding:80px 0}}@media (min-width:1200px){.pipeline{padding:120px 0}}.pipeline .pipelineHead{text-align:center;max-width:700px;margin:0 auto 56px}@media (min-width:768px){.pipeline .pipelineHead{margin-bottom:80px}}@media (min-width:1200px){.pipeline .pipelineHead{margin-bottom:96px}}.pipeline .pipelineTitle{letter-spacing:-.02em;color:var(--foreground);margin-bottom:16px;font-size:clamp(28px,6.5vw,52px);font-weight:800;line-height:1.12}.pipeline .pipelineText{color:var(--foreground-soft);margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px){.pipeline .pipelineText{font-size:19px}}.pipeline .pipelineDiagram{flex-direction:column;align-items:center;gap:0;display:flex}@media (min-width:992px){.pipeline .pipelineDiagram{flex-direction:row;align-items:center;gap:0}}.pipeline .pipelineNodeWrap{flex-direction:column;flex-shrink:0;align-items:center;gap:14px;display:flex;position:relative}@media (min-width:992px){.pipeline .pipelineNodeWrap{gap:0}}.pipeline .pipelineNode{background:var(--white);border:1px solid var(--border);width:76px;height:76px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:28px;display:inline-flex;position:relative;box-shadow:0 6px 18px #0f172a0d}@media (min-width:768px){.pipeline .pipelineNode{width:84px;height:84px;font-size:30px}}.pipeline .pipelineNodeRing{pointer-events:none;border:1.5px solid #4292e173;border-radius:50%;animation:2.4s ease-out infinite pipelineRingPulse;position:absolute;inset:0}.pipeline .pipelineNodeRingLg{border-color:#4292e18c}.pipeline .pipelineLabel{color:var(--foreground);letter-spacing:.04em;text-transform:uppercase;font-size:14px;font-weight:700}@media (min-width:768px){.pipeline .pipelineLabel{font-size:16px}}@media (min-width:992px){.pipeline .pipelineLabel{white-space:nowrap;margin-top:14px;position:absolute;top:100%;left:50%;transform:translate(-50%)}}.pipeline .pipelineNodeWrapCenter{gap:16px;padding-top:36px}@media (min-width:992px){.pipeline .pipelineNodeWrapCenter{gap:0;padding-top:0}}.pipeline .pipelineCenterNode{background:linear-gradient(135deg,#5a9bff 0%,var(--primary)60%,#2563eb 100%);width:116px;height:116px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative;box-shadow:inset 0 0 0 1px #ffffff40,0 18px 40px #4292e152}.pipeline .pipelineCenterNode svg{width:50px;height:50px}@media (min-width:768px){.pipeline .pipelineCenterNode{width:100px;height:100px}.pipeline .pipelineCenterNode svg{width:62px;height:62px}}.pipeline .pipelineLatencyTag{background:var(--white);color:var(--foreground);white-space:nowrap;border:1px solid var(--border);border-radius:999px;padding:4px 11px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:11px;font-weight:800;position:absolute;top:-34px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0f172a1a}.pipeline .pipelineCenterLabel{color:var(--foreground);letter-spacing:-.01em;font-size:17px;font-weight:700}@media (min-width:768px){.pipeline .pipelineCenterLabel{font-size:22px}}@media (min-width:992px){.pipeline .pipelineCenterLabel{white-space:nowrap;margin-top:16px;position:absolute;top:100%;left:50%;transform:translate(-50%)}}.pipeline .pipelineCenterSub{color:var(--foreground);font-size:12px}@media (min-width:768px){.pipeline .pipelineCenterSub{font-size:15px}}@media (min-width:992px){.pipeline .pipelineCenterSub{white-space:nowrap;margin-top:48px;position:absolute;top:100%;left:50%;transform:translate(-50%)}}.pipeline .pipelineConnector{justify-content:center;align-items:center;width:2px;height:56px;display:flex;position:relative}@media (min-width:992px){.pipeline .pipelineConnector{flex:1;align-self:center;width:auto;height:2px}}.pipeline .pipelineConnectorLine{pointer-events:none;background-image:linear-gradient(#0f172a2e 50%,#0000 50%);background-position:50%;background-repeat:repeat-y;background-size:1.5px 8px;position:absolute;inset:0}@media (min-width:992px){.pipeline .pipelineConnectorLine{background-image:linear-gradient(90deg,#0f172a2e 50%,#0000 50%);background-repeat:repeat-x;background-size:8px 1.5px}}.pipeline .pipelineBadge{letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;z-index:2;border:1px solid #0000;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:700;position:absolute}.pipeline .pipelineBadgeBlue{color:#4259cc;background:#eef1ff;border-color:#4259cc33}.pipeline .pipelineBadgeMint{color:#1f9e5e;background:#e1f7ec;border-color:#1f9e5e38}.pipeline .pipelineConnectorDot{background:var(--primary);pointer-events:none;z-index:3;border-radius:50%;width:9px;height:9px;margin-top:-4.5px;margin-left:-4.5px;animation:4.8s linear infinite pipelineConnectorDotV;position:absolute;top:0;left:50%;box-shadow:0 0 0 3px #4292e12e,0 0 10px #4292e173}@media (min-width:992px){.pipeline .pipelineConnectorDot{animation:4.8s linear infinite pipelineConnectorDotH;top:50%;left:0}}.pipeline .pipelineFanoutBlock{align-self:center;width:100%;max-width:460px;height:140px;position:relative}@media (min-width:768px){.pipeline .pipelineFanoutBlock{max-width:560px;height:180px}}@media (min-width:992px){.pipeline .pipelineFanoutBlock{flex:1;min-width:0;max-width:none;height:320px}}.pipeline .pipelineFanoutSvg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.pipeline .pipelineFanoutSvgDesktop{display:none}@media (min-width:992px){.pipeline .pipelineFanoutSvgDesktop{display:block}}.pipeline .pipelineFanoutSvgMobile{display:block}@media (min-width:992px){.pipeline .pipelineFanoutSvgMobile{display:none}}.pipeline .pipelineFanoutPath{stroke:#0f172a33;stroke-width:1.5px;fill:none;stroke-dasharray:5 5;stroke-linecap:round}.pipeline .pipelineFanoutDot{fill:var(--primary);filter:drop-shadow(0 0 4px #4292e199)}.pipeline .pipelineFanoutBadge{top:4px;left:50%;transform:translate(-50%)}@media (min-width:992px){.pipeline .pipelineFanoutBadge{top:50%;transform:translate(-50%,-50%)}}.pipeline .pipelinePlatforms{flex-direction:row;justify-content:space-around;align-items:center;gap:8px;width:100%;max-width:460px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.pipeline .pipelinePlatforms{gap:12px;max-width:560px}}@media (min-width:992px){.pipeline .pipelinePlatforms{flex-direction:column;flex-shrink:0;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:0;width:auto;max-width:none;height:320px}}.pipeline .pipelinePlatform{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;display:flex}@media (min-width:992px){.pipeline .pipelinePlatform{flex-direction:row;flex:none;align-items:center;gap:14px;width:100%}}.pipeline .pipelinePlatformNode{background:var(--white);border:1px solid var(--border);width:56px;height:56px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;transition:border-color .25s,transform .25s,box-shadow .25s;display:inline-flex;position:relative;box-shadow:0 4px 12px #0f172a0d}.pipeline .pipelinePlatformNode:hover{border-color:#4292e173;transform:translateY(-2px);box-shadow:0 8px 18px #4292e12e}@media (min-width:768px){.pipeline .pipelinePlatformNode{width:64px;height:64px;font-size:26px}}@media (min-width:992px){.pipeline .pipelinePlatformNode{width:64px;height:64px;font-size:26px}}.pipeline .pipelinePlatformLabel{color:var(--foreground);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:700}@media (min-width:768px){.pipeline .pipelinePlatformLabel{font-size:14px}}@media (min-width:992px){.pipeline .pipelinePlatformLabel{letter-spacing:-.005em;text-transform:none;font-size:16px}}@keyframes pipelineConnectorDotH{0%{opacity:0;left:0%}2%{opacity:1}46%{opacity:1;left:100%}48%{opacity:0;left:100%}to{opacity:0;left:100%}}@keyframes pipelineConnectorDotV{0%{opacity:0;top:0%}2%{opacity:1}46%{opacity:1;top:100%}48%{opacity:0;top:100%}to{opacity:0;top:100%}}@keyframes pipelinePing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}@keyframes pipelineRingPulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.45)}}@media (prefers-reduced-motion:reduce){.pipelineConnectorDot,.pipelineKickerDot:before,.pipelineNodeRing,.pipelineFanoutDot{animation:none}}.setup{background:var(--background)}.setup .setupCard{color:var(--white);background:linear-gradient(#3773f6 0%,#65fb9c 100%);border-radius:20px;padding:56px 20px;position:relative;overflow:hidden}@media (min-width:768px){.setup .setupCard{border-radius:20px;padding:80px 0}}@media (min-width:1200px){.setup .setupCard{border-radius:20px;padding:120px 0}}.setup .setupEllipse{opacity:.7;pointer-events:none;z-index:1;width:60%;height:auto;position:absolute;top:0;right:-20%}@media (min-width:768px){.setup .setupEllipse{width:50%;right:-10%}}@media (min-width:1200px){.setup .setupEllipse{width:17%;top:-45%;right:0%}}.setup .setupHead{z-index:2;text-align:center;max-width:700px;margin:0 auto 56px;position:relative}@media (min-width:768px){.setup .setupHead{margin-bottom:72px}}.setup .setupTitle{letter-spacing:-.01em;color:var(--white);margin-bottom:14px;font-size:clamp(26px,7vw,52px);font-weight:700;line-height:1.15}.setup .setupText{color:#ffffffeb;margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px){.setup .setupText{font-size:24px}}.setup .setupSteps{z-index:2;grid-template-columns:1fr;gap:48px;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (min-width:768px){.setup .setupSteps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}@media (min-width:1200px){.setup .setupSteps{gap:40px}}.setup .setupStep{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.setup .setupStepMedia{width:100%;max-width:290px;margin-bottom:20px;position:relative}.setup .setupBadge{z-index:3;width:48px;height:48px;color:var(--white);border:6px solid var(--white);border-radius:999px;justify-content:center;align-items:center;font-size:19px;font-weight:700;display:inline-flex;position:absolute;top:-22px;left:-10px;box-shadow:0 8px 18px #00000029}@media (min-width:768px){.setup .setupBadge{width:52px;height:52px;font-size:21px;top:-24px;left:-14px}}.setup .setupBadgeBlue{background:linear-gradient(#4a8eff 0%,#2563eb 100%)}.setup .setupBadgePink{background:linear-gradient(#f86dc3 0%,#e63b94 100%)}.setup .setupStepImg{width:100%;height:auto;display:block}.setup .setupStepText{color:var(--white);max-width:310px;margin:0;font-size:16px;font-weight:700;line-height:1.4}@media (min-width:768px){.setup .setupStepText{font-size:26px}}.metaCapi{background:var(--background);padding-top:60px;padding-bottom:60px;position:relative;overflow-x:clip}@media (min-width:768px){.metaCapi{padding-top:80px;padding-bottom:80px}}@media (min-width:1200px){.metaCapi{padding-top:120px;padding-bottom:120px}}.metaCapi .metaCapiHead{text-align:center;max-width:760px;margin:0 auto 48px}@media (min-width:768px){.metaCapi .metaCapiHead{margin-bottom:64px}}@media (min-width:1200px){.metaCapi .metaCapiHead{margin-bottom:80px}}.metaCapi .metaCapiTitle{letter-spacing:-.02em;color:#141f39;margin-bottom:18px;font-size:clamp(26px,7vw,52px);font-weight:700;line-height:1.1}@media (min-width:768px){.metaCapi .metaCapiTitle{margin-bottom:24px}}.metaCapi .metaCapiText{color:var(--foreground);margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px){.metaCapi .metaCapiText{font-size:20px}}@media (min-width:1200px){.metaCapi .metaCapiText{font-size:24px}}.metaCapi .metaCapiGrid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}@media (min-width:768px){.metaCapi .metaCapiGrid{gap:48px}}@media (min-width:992px){.metaCapi .metaCapiGrid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:32px}}@media (min-width:1200px){.metaCapi .metaCapiGrid{gap:48px}}.metaCapi .metaCapiFeatures{flex-direction:column;gap:28px;max-width:600px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.metaCapi .metaCapiFeatures{gap:36px}}@media (min-width:992px){.metaCapi .metaCapiFeatures{gap:40px}}.metaCapi .metaCapiFeature{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:16px;display:grid}@media (min-width:768px){.metaCapi .metaCapiFeature{gap:20px}}.metaCapi .metaCapiIcon{background:#36f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;box-shadow:0 10px 22px #2563eb38}.metaCapi .metaCapiIcon img{object-fit:contain;filter:brightness(0)invert();width:26px;height:26px}@media (min-width:768px){.metaCapi .metaCapiIcon{border-radius:15px;width:65px;height:65px}.metaCapi .metaCapiIcon img{width:30px;height:30px}}.metaCapi .metaCapiFeatureBody{min-width:0}.metaCapi .metaCapiFeatureTitle{letter-spacing:-.01em;color:#0a0a0a;margin:0 0 8px;font-size:18px;font-weight:600}@media (min-width:768px){.metaCapi .metaCapiFeatureTitle{margin-bottom:12px;font-size:21px}}@media (min-width:1200px){.metaCapi .metaCapiFeatureTitle{font-size:28px}}.metaCapi .metaCapiFeatureText{color:var(--foreground-soft);margin:0;font-size:15px;font-weight:400;line-height:1.6}@media (min-width:768px){.metaCapi .metaCapiFeatureText{font-size:17px}}@media (min-width:1200px){.metaCapi .metaCapiFeatureText{font-size:20px}}.metaCapi .metaCapiVisual{width:100%;max-width:620px;margin:0 auto;position:relative}@media (min-width:992px){.metaCapi .metaCapiVisual{max-width:720px;margin:0 0 0 auto}}.metaCapi .metaCapiVisualImg{width:100%;height:auto;display:block}.control{background:#f3f6ff;border-radius:20px;padding-top:60px;padding-bottom:60px;position:relative;overflow-x:clip}@media (min-width:768px){.control{padding-top:80px;padding-bottom:80px}}@media (min-width:1200px){.control{padding-top:120px;padding-bottom:120px}}.control .controlHead{text-align:center;max-width:900px;margin:0 auto 48px}@media (min-width:768px){.control .controlHead{margin-bottom:64px}}@media (min-width:1200px){.control .controlHead{margin-bottom:80px}}.control .controlTitle{letter-spacing:-.02em;color:#141f39;margin-bottom:18px;font-size:clamp(26px,7vw,52px);font-weight:700;line-height:1.1}@media (min-width:768px){.control .controlTitle{margin-bottom:24px}}.control .controlText{color:var(--foreground);margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px){.control .controlText{font-size:20px}}@media (min-width:1200px){.control .controlText{font-size:24px}}.control .controlGrid{grid-template-columns:1fr;gap:28px;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.control .controlGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}}@media (min-width:992px){.control .controlGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}}.control .controlCard{text-align:center;flex-direction:column;align-items:center;display:flex}.control .controlCardMedia{aspect-ratio:4/3;background:var(--white);border-radius:18px;justify-content:center;align-items:center;width:100%;padding:18px;display:flex;overflow:hidden;box-shadow:0 1px #0f172a0a,0 14px 32px #0f172a0f}@media (min-width:768px){.control .controlCardMedia{border-radius:22px;padding:22px}}.control .controlCardImg{object-fit:contain;width:100%;height:100%;display:block}.control .controlCardBody{max-width:360px;margin-top:22px}@media (min-width:768px){.control .controlCardBody{margin-top:28px}}@media (min-width:1200px){.control .controlCardBody{margin-top:32px}}.control .controlCardTitle{letter-spacing:-.01em;color:#141f39;margin:0 0 12px;font-size:20px;font-weight:500}@media (min-width:768px){.control .controlCardTitle{margin-bottom:14px;font-size:23px}}@media (min-width:1200px){.control .controlCardTitle{margin-bottom:16px;font-size:27px}}.control .controlCardText{color:#363d4f;margin:0;font-size:15px;font-weight:400;line-height:1.6}@media (min-width:768px){.control .controlCardText{font-size:17px}}@media (min-width:1200px){.control .controlCardText{font-size:19px}}.customers{background:var(--background);padding:60px 0;position:relative;overflow:hidden}@media (min-width:768px){.customers{padding:80px 0}}@media (min-width:1200px){.customers{padding:120px 0}}.customers .customersHead{text-align:center;max-width:900px;margin:0 auto 48px}@media (min-width:768px){.customers .customersHead{margin-bottom:64px}}@media (min-width:1200px){.customers .customersHead{margin-bottom:80px}}.customers .customersTitle{letter-spacing:-.02em;color:#141f39;margin-bottom:18px;font-size:clamp(26px,7vw,52px);font-weight:700;line-height:1.1}@media (min-width:768px){.customers .customersTitle{margin-bottom:24px}}.customers .customersText{color:var(--foreground);margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px){.customers .customersText{font-size:20px}}@media (min-width:1200px){.customers .customersText{font-size:24px}}.customers .customersMarquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.customers .customersMarquee+.customersMarquee{margin-top:20px}@media (min-width:768px){.customers .customersMarquee+.customersMarquee{margin-top:24px}}@media (min-width:1200px){.customers .customersMarquee+.customersMarquee{margin-top:28px}}.customers .customersTrack{gap:16px;width:max-content;padding:8px 0;display:flex}@media (min-width:768px){.customers .customersTrack{gap:22px}}@media (min-width:1200px){.customers .customersTrack{gap:28px}}.customers .customersTrack:hover{animation-play-state:paused}.customers .customersTrackLeft{animation:60s linear infinite customersScrollLeft}.customers .customersTrackRight{animation:60s linear infinite customersScrollRight}.customers .customersCard{background:var(--white);border-radius:18px;flex-direction:column;flex-shrink:0;gap:14px;width:280px;padding:22px 22px 20px;display:flex;box-shadow:0 1px 2px #0f172a0a,0 12px 28px #0f172a0f}@media (min-width:768px){.customers .customersCard{border-radius:20px;gap:16px;width:360px;padding:26px 26px 22px}}@media (min-width:1200px){.customers .customersCard{gap:18px;width:420px;padding:30px 30px 26px}}.customers .customersCardTitle{color:var(--foreground);margin:0;font-size:18px;font-weight:700}@media (min-width:768px){.customers .customersCardTitle{font-size:18px}}@media (min-width:1200px){.customers .customersCardTitle{font-size:18px}}.customers .customersCardText{color:var(--foreground);margin:0;font-size:14px;font-weight:400;line-height:1.6}@media (min-width:768px){.customers .customersCardText{font-size:15px}}@media (min-width:1200px){.customers .customersCardText{font-size:17px}}.customers .customersCardFoot{align-items:center;gap:10px;margin-top:4px;display:flex}@media (min-width:768px){.customers .customersCardFoot{gap:12px}}.customers .customersAvatar{background:#e5e8ee;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;overflow:hidden}.customers .customersAvatar img{object-fit:cover;width:100%;height:100%;display:block}@media (min-width:768px){.customers .customersAvatar{width:36px;height:36px}}.customers .customersName{color:#141f39;letter-spacing:-.01em;font-size:14px;font-weight:700}@media (min-width:768px){.customers .customersName{font-size:17px}}@keyframes customersScrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes customersScrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.customers .customersTrackLeft,.customers .customersTrackRight{animation:none}}.faq{background:var(--background);padding-bottom:60px;position:relative;overflow-x:clip}@media (min-width:768px){.faq{padding-bottom:80px}}@media (min-width:1200px){.faq{padding-bottom:120px}}.faq .faqHead{text-align:center;max-width:820px;margin:0 auto 40px}@media (min-width:768px){.faq .faqHead{margin-bottom:56px}}@media (min-width:1200px){.faq .faqHead{margin-bottom:72px}}.faq .faqTitle{letter-spacing:-.02em;color:#141f39;margin-bottom:18px;font-size:clamp(26px,7vw,52px);font-weight:700;line-height:1.1}@media (min-width:768px){.faq .faqTitle{margin-bottom:24px}}.faq .faqText{color:var(--foreground);margin:0;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:768px){.faq .faqText{font-size:20px}}@media (min-width:1200px){.faq .faqText{font-size:24px}}.faq .faqList{flex-direction:column;gap:14px;max-width:1000px;margin:0 auto;padding:0;list-style:none;display:flex}@media (min-width:768px){.faq .faqList{gap:18px}}@media (min-width:1200px){.faq .faqList{gap:22px}}.faq .faqItem{transition:background var(--transition-fast);background:#f1f3f8;border-radius:16px}@media (min-width:768px){.faq .faqItem{border-radius:20px}}.faq .faqItemOpen{background:#f2f4f6;border:1.57px solid #c7c4d71a}.faq .faqTrigger{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;-webkit-tap-highlight-color:#0000;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}@media (min-width:768px){.faq .faqTrigger{gap:24px;padding:22px 28px}}@media (min-width:1200px){.faq .faqTrigger{padding:26px 32px}}.faq .faqTrigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:16px}.faq .faqQuestion{letter-spacing:-.01em;color:#141f39;font-size:16px;font-weight:700;line-height:1.4}@media (min-width:768px){.faq .faqQuestion{font-size:18px}}@media (min-width:1200px){.faq .faqQuestion{font-size:24px}}.faq .faqIcon{width:28px;height:28px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.faq .faqIcon svg{width:22px;height:22px;display:block}.faq .faqIcon .faqIconV{transform-origin:50%;transition:transform var(--transition-base)}@media (min-width:768px){.faq .faqIcon{width:32px;height:32px}.faq .faqIcon svg{width:26px;height:26px}}.faq .faqItemOpen .faqIconV{transform:rotate(90deg)}.faq .faqPanel{padding:0 20px 20px}@media (min-width:768px){.faq .faqPanel{padding:0 28px 24px}}@media (min-width:1200px){.faq .faqPanel{padding:0 32px 28px}}.faq .faqPanel[hidden]{display:none}.faq .faqAnswer{color:#464554;max-width:840px;margin:0;font-size:15px;font-weight:400;line-height:1.6}@media (min-width:768px){.faq .faqAnswer{font-size:16px}}@media (min-width:1200px){.faq .faqAnswer{font-size:20px}}.cta{background:var(--background);padding:0 0 64px}@media (min-width:768px){.cta{padding:0 0 96px}}@media (min-width:1200px){.cta{padding:0 0 100px}}.cta .ctaCard{color:var(--white);text-align:center;background:linear-gradient(#3773f6 0%,#65fb9c 100%);border-radius:20px;padding:56px 24px;position:relative;overflow:hidden}@media (min-width:768px){.cta .ctaCard{border-radius:20px;padding:96px 56px}}@media (min-width:1200px){.cta .ctaCard{padding:130px 80px}}.cta .ctaEllipse{opacity:.7;pointer-events:none;z-index:1;width:70%;height:auto;position:absolute;top:-10%;right:-25%}@media (min-width:768px){.cta .ctaEllipse{width:45%;top:-15%;right:-10%}}@media (min-width:1200px){.cta .ctaEllipse{width:17%;top:-45%;right:0%}}.cta .ctaInner{z-index:2;max-width:880px;margin:0 auto;position:relative}.cta .ctaTitle{letter-spacing:-.02em;color:var(--white);margin:0 0 16px;font-size:clamp(24px,7vw,52px);font-weight:700;line-height:1.1}@media (min-width:768px){.cta .ctaTitle{margin-bottom:22px}}@media (min-width:1200px){.cta .ctaTitle{margin-bottom:28px}}.cta .ctaText{color:#ffffffeb;max-width:640px;margin:0 auto 28px;font-size:16px;font-weight:500;line-height:1.6}@media (min-width:768px){.cta .ctaText{margin-bottom:40px;font-size:20px}}@media (min-width:1200px){.cta .ctaText{margin-bottom:48px;font-size:23px}}.cta .ctaActions{flex-direction:column;justify-content:center;align-items:stretch;gap:14px;max-width:320px;margin:0 auto;display:flex}@media (min-width:560px){.cta .ctaActions{flex-direction:row;align-items:center;gap:16px;max-width:none}}@media (min-width:1200px){.cta .ctaActions{gap:20px}}.cta .ctaBtn{letter-spacing:-.01em;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),color var(--transition-fast);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:12px 26px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}@media (min-width:768px){.cta .ctaBtn{border-radius:5px;padding:16px 36px;font-size:17px}}@media (min-width:1200px){.cta .ctaBtn{padding:14px 44px;font-size:18px}}.cta .ctaBtn:active{transform:translateY(1px)}.cta .ctaBtnSolid{background:var(--white);color:#141f39;border:1.5px solid #ffffffd9;box-shadow:0 8px 18px #0f172a1f}.cta .ctaBtnSolid:hover{background:#f4f7fb}.cta .ctaBtnOutline{color:var(--white);background:0 0;border:1.5px solid #ffffffd9}.cta .ctaBtnOutline:hover{background:#ffffff1f}.legal{position:relative;overflow-x:clip}.legalHero{isolation:isolate;background:radial-gradient(circle at 20% 10%,#3773f61f,#0000 34%),radial-gradient(circle at 82% 8%,#65fb9c24,#0000 32%),#f8fbff;border-bottom:1px solid #0f172a0f;padding:44px 0 34px;position:relative;overflow:hidden}@media (min-width:768px){.legalHero{padding:58px 0 44px}}@media (min-width:1200px){.legalHero{padding:68px 0 52px}}.legalHero:before,.legalHero:after{display:none}.legalHero>.container{z-index:1;position:relative}.legalHeroInner{text-align:center;max-width:900px;margin:0 auto}.legalKicker{color:#3773f6;letter-spacing:.14em;text-transform:uppercase;background:#fff;border:1px solid #3773f62e;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:7px 16px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 10px 26px #0f172a0f}.legalKickerDot{background:linear-gradient(135deg,#3773f6,#65fb9c);border-radius:50%;width:8px;height:8px}.legalTitle{letter-spacing:-.055em;color:#10182f;margin:0 0 18px;font-size:clamp(2.45rem,5.85vw,4.85rem);font-weight:900;line-height:.98}.legalTitleAccent{background:linear-gradient(90deg,#3773f6 0%,#65fb9c 92%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.legalLead{color:#5f6b85;max-width:780px;margin:0 auto;font-size:17px;line-height:1.72}@media (min-width:768px){.legalLead{font-size:19px}}.legalMeta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.legalMetaItem{background:#ffffffeb;border:1px solid #0f172a14;border-radius:999px;align-items:center;gap:10px;padding:11px 18px;font-size:14px;display:inline-flex;box-shadow:0 12px 28px #0f172a0f}.legalMetaIcon{color:#3773f6;background:linear-gradient(135deg,#3773f61f,#65fb9c24);border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.legalMetaIcon svg{width:15px;height:15px}.legalMetaLabel{color:#6b7280}.legalMetaValue{color:#10182f;font-weight:700}@media (min-width:768px){.legalBody{padding:64px 0 130px}}@media (min-width:1200px){.legalBody{padding:78px 0 150px}}.legalLayout{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:1024px){.legalLayout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:58px}}@media (min-width:1200px){.legalLayout{grid-template-columns:270px minmax(0,1fr);gap:76px}}.legalToc{display:none}@media (min-width:1024px){.legalToc{background:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;align-self:start;max-height:calc(100vh - 130px);padding:18px;display:block;position:sticky;top:110px;overflow-y:auto}}.legalTocLabel{letter-spacing:.16em;text-transform:uppercase;color:#7a8498;margin:0 0 14px;font-size:12px;font-weight:800}.legalTocList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.legalTocLink{color:#69758d;border:1px solid #0000;border-radius:13px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;line-height:1.4;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.legalTocLink:hover{color:#3773f6;background:#3773f614;border-color:#3773f61f;transform:translate(2px)}.legalTocNum{font-feature-settings:"tnum";color:#3773f6;flex-shrink:0;min-width:24px;font-size:12px;font-weight:800}.legalSections{flex-direction:column;gap:22px;display:flex}@media (min-width:768px){.legalSections{gap:26px}}.legalSection{background:var(--white);border-radius:28px;padding:28px;scroll-margin-top:110px;transition:transform .28s,box-shadow .28s,border-color .28s;position:relative}@media (min-width:768px){.legalSection{padding:42px 46px}}.legalSection:hover{border-color:#3773f633;transform:translateY(-3px);box-shadow:0 26px 70px #0f172a16}.legalSectionHead{align-items:center;gap:18px;margin-bottom:22px;display:flex}.legalSectionNum{color:#fff;letter-spacing:.04em;font-feature-settings:"tnum";background:linear-gradient(135deg,#3773f6,#65fb9c);border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 14px 30px #3773f640}.legalSectionTitle{letter-spacing:-.025em;color:#10182f;margin:0;font-size:clamp(1.35rem,2.45vw,1.875rem);font-weight:850;line-height:1.18}.legalSectionBody p{color:#5f6b85;margin:0 0 16px;font-size:16px;line-height:1.82}@media (min-width:768px){.legalSectionBody p{font-size:17px}}.legalSectionBody p:last-child{margin-bottom:0}.legalSectionBody ul,.legalSectionBody ol{margin:14px 0 20px;padding-left:24px}.legalSectionBody li{color:#5f6b85;margin-bottom:10px;font-size:16px;line-height:1.78}@media (min-width:768px){.legalSectionBody li{font-size:17px}}.legalSectionBody li::marker{color:#3773f6}.legalSectionBody strong{color:#10182f;font-weight:750}.legalSectionBody a{color:#3773f6;text-underline-offset:4px;font-weight:650;-webkit-text-decoration:underline #3773f666;text-decoration:underline #3773f666;transition:text-decoration-color .2s}.legalSectionBody a:hover{text-decoration-color:#3773f6}.legalSubTitle{color:#10182f;align-items:center;gap:10px;margin:26px 0 12px;font-size:17px;font-weight:800;line-height:1.4;display:flex}@media (min-width:768px){.legalSubTitle{font-size:18px}}.legalSubTitle:before{content:"";background:linear-gradient(135deg,#3773f6,#65fb9c);border-radius:50%;flex-shrink:0;width:9px;height:9px}.legalNote{background:linear-gradient(135deg,#3773f612,#65fb9c14);border:1px solid #3773f629;border-left:4px solid #3773f6;border-radius:20px;margin:24px 0 0;padding:22px 24px}.legalNote p{color:#10182f;margin:0;font-size:15px;line-height:1.7}@media (min-width:768px){.legalNote p{font-size:16px}}.legalContactCard{color:#fff;background:radial-gradient(circle at 85% 20%,#ffffff47,#0000 28%),linear-gradient(135deg,#3773f6 0%,#65fb9c 100%);border-radius:30px;margin-top:36px;padding:34px;position:relative;overflow:hidden;box-shadow:0 24px 70px #3773f638}@media (min-width:768px){.legalContactCard{padding:48px}}.legalContactCard:after{content:"";filter:blur(80px);pointer-events:none;background:#ffffff38;border-radius:50%;width:360px;height:360px;position:absolute;top:-130px;right:-120px}.legalContactCard>*{z-index:1;position:relative}.legalContactCard h3{color:#fff;letter-spacing:-.025em;margin:0 0 12px;font-size:clamp(1.5rem,2.75vw,2rem);font-weight:850;line-height:1.15}.legalContactCard p{color:#ffffffdb;max-width:620px;margin:0 0 26px;font-size:16px;line-height:1.75}@media (min-width:768px){.legalContactCard p{font-size:17px}}.legalContactBtn{color:#10182f;background:#fff;border-radius:999px;align-items:center;gap:9px;padding:14px 24px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.legalContactBtn:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0000002e}.legalContactBtn svg{width:17px;height:17px}@media (max-width:767px){.legalHero{padding:34px 0 30px}.legalTitle{font-size:2.25rem}.legalLead{font-size:16px}.legalMeta{margin-top:24px}.legalMetaItem{padding:9px 14px;font-size:13px}.legalBody{padding-top:34px}.legalSection{border-radius:22px;padding:24px 20px}.legalSectionHead{align-items:flex-start;gap:14px}.legalSectionNum{border-radius:15px;width:46px;height:46px}.legalSectionBody p,.legalSectionBody li{font-size:15.5px}}.legalHero{display:none!important}.legalBody{padding:32px 0 100px!important}@media (min-width:768px){.legalBody{padding:44px 0 130px!important}}@media (min-width:1200px){.legalBody{padding:56px 0 150px!important}}.pricing-page{padding:46px 0 72px}.pricing-page__container{max-width:1380px}.pricing-page__billing-toggle{background:var(--white);border:1px solid #e7ebf3;border-radius:16px;align-items:center;gap:8px;width:fit-content;margin:0 auto 34px;padding:6px;display:flex}.pricing-page__billing-toggle button{color:#1f2430;cursor:pointer;background:0 0;border:0;border-radius:12px;min-width:132px;height:48px;font-size:15px;font-weight:700;transition:all .2s}.pricing-page__billing-toggle .is-active{color:var(--white);background:#0b0b0b;box-shadow:0 10px 24px #0b0b0b2e}.pricing-page__annual-toggle{justify-content:center;align-items:center;gap:10px;padding:0 16px;display:inline-flex;min-width:190px!important}.pricing-page__annual-toggle small{height:24px;color:var(--white);white-space:nowrap;background:linear-gradient(90deg,#22c55e 0%,#14b8a6 100%);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.pricing-page__annual-toggle.is-active small{color:var(--white);background:linear-gradient(90deg,#34d399 0%,#2dd4bf 100%)}.pricing-page__table-card{background:0 0}.pricing-page__table{background:var(--white);border-radius:20px;overflow-x:auto}.pricing-page__table-head,.pricing-page__feature-row{grid-template-columns:minmax(260px,1.1fr)repeat(var(--pricing-plan-count,1),minmax(240px,1fr));display:grid}.pricing-page__table-head>div,.pricing-page__feature-row>div{border-bottom:1px solid #edf1f7;border-right:1px solid #edf1f7}.pricing-page__table-head>:last-child,.pricing-page__feature-row>:last-child{border-right:0}.pricing-page__compare-box{min-height:148px;padding:24px 20px 18px}.pricing-page__compare-top{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.pricing-page__compare-top h3{color:#20242f;margin:0;font-size:28px;font-weight:700}.pricing-page__discount-badge{color:#0f766e;background:linear-gradient(90deg,#e0f2fe 0%,#dcfce7 100%);border-radius:999px;justify-content:center;align-items:center;min-width:86px;height:28px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.pricing-page__compare-box p{color:#6f7785;max-width:230px;margin:0;font-size:12px;line-height:1.6}.pricing-page__plan-head{text-align:center;min-height:148px;padding:18px 16px}.pricing-page__plan-name{color:#20242f;padding-bottom:6px;font-size:18px;font-weight:700}.pricing-page__plan-offer-badge{color:#2563eb;letter-spacing:.02em;background:linear-gradient(90deg,#3d67ff1a 0%,#5be4ac29 100%);border-radius:999px;justify-content:center;align-items:center;min-width:84px;height:28px;margin-bottom:10px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex}.pricing-page__plan-offer-badge--mobile{margin-bottom:12px}.pricing-page__plan-discount-amount{color:#94a3b8;margin-top:6px;margin-bottom:12px;font-size:14px;line-height:1.2}.pricing-page__plan-discount-amount--mobile{margin-bottom:2px}.pricing-page__plan-old-price{color:#98a1b1;margin-bottom:6px;font-size:13px;text-decoration:line-through}.pricing-page__plan-price-wrap{justify-content:center;align-items:baseline;gap:4px;display:flex}.pricing-page__plan-price-wrap h4{color:#20242f;margin:0;font-size:28px;font-weight:800;line-height:1}.pricing-page__plan-price-wrap span{color:#9aa3b2;font-size:11px;font-weight:500}.pricing-page__plan-description{color:#6f7785;min-height:44px;margin:0;padding-top:8px;font-size:14px;line-height:1.55}.pricing-page__plan-btn{background:linear-gradient(90deg,var(--primary)0%,#5be4ac 100%);width:100%;max-width:210px;height:40px;color:var(--white);cursor:pointer;border:0;border-radius:10px;margin-top:14px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 22px #3d67ff24}.pricing-page__plan-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #3d67ff2e}.pricing-page__plan-btn:disabled{opacity:.7;cursor:not-allowed}.pricing-page__feature-label,.pricing-page__feature-value{color:#3f4552;justify-content:center;align-items:center;min-height:58px;padding:10px 14px;font-size:15px;display:flex}.pricing-page__feature-label{justify-content:flex-start;font-weight:500}.pricing-page__feature-value{font-weight:500}.pricing-page__check-icon{width:25px;height:25px;color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.pricing-page__check-icon svg{width:100%;height:100%}.pricing-page__mobile-plans{display:none}.pricing-page__mobile-plan-card{background:var(--white);border:1px solid #edf1f7;border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0d}.pricing-page__mobile-plan-head{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.pricing-page__mobile-plan-name{color:#20242f;font-size:20px;font-weight:700}.pricing-page__mobile-plan-price-wrap{align-items:baseline;gap:4px;display:flex}.pricing-page__mobile-plan-price-wrap h3{color:#20242f;margin:0;font-size:28px;font-weight:800}.pricing-page__mobile-plan-price-wrap span{color:#98a1b1;font-size:12px}.pricing-page__mobile-plan-description{color:#6f7785;margin:0;font-size:14px;line-height:1.6}.pricing-page__mobile-features{flex-direction:column;gap:12px;display:flex}.pricing-page__mobile-feature-row{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:18px;padding:10px 0;display:flex}.pricing-page__mobile-feature-row:last-child{border-bottom:0}.pricing-page__mobile-feature-row span,.pricing-page__mobile-feature-row strong{color:#303746;font-size:14px}.pricing-page__mobile-feature-row strong{align-items:center;font-weight:600;display:inline-flex}.pricing-page__faq{margin-top:86px}.pricing-page__faq-heading{text-align:center;margin-bottom:44px}.pricing-page__faq-heading h2{color:#2a2f3a;letter-spacing:-.03em;margin:0;font-size:56px;font-weight:700;line-height:1.1}.pricing-page__faq-grid{grid-template-columns:1fr 360px;align-items:center;gap:64px;max-width:980px;margin:0 auto;display:grid}.pricing-page__faq-list{flex-direction:column;gap:18px;display:flex}.pricing-page__faq-item{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 10px 22px #0f172a0d}.pricing-page__faq-question{text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:84px;padding:0 22px;display:flex}.pricing-page__faq-question span{color:#242a36;font-size:18px;font-weight:600}.pricing-page__plus-icon{background:var(--primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .2s;display:inline-flex;color:var(--white)!important}.pricing-page__plus-icon svg{width:14px;height:14px}.pricing-page__plus-icon.is-open{transform:rotate(45deg)}.pricing-page__faq-answer{padding:0 22px 20px}.pricing-page__faq-answer p{color:#687180;margin:0;font-size:15px;line-height:1.7}.pricing-page__faq-visual{text-align:center}.pricing-page__faq-visual h3{color:#20242f;margin:18px 0 10px;font-size:26px;font-weight:700}.pricing-page__faq-visual p{color:#6e7787;margin:0;font-size:15px;line-height:1.6}.pricing-page__question-blob{justify-content:center;display:flex}.pricing-page__question-shape{opacity:.95;background:#dfe5fb;border-radius:35% 45% 40% 42%;justify-content:center;align-items:center;width:210px;height:180px;display:flex;position:relative;box-shadow:0 0 0 10px #ffffffd9,0 18px 30px #0f172a08}.pricing-page__question-shape span{color:var(--white);font-size:86px;font-weight:700;line-height:1}@media (max-width:1399px){.pricing-page__feature-label,.pricing-page__feature-value{font-size:14px}.pricing-page__faq-heading h2{font-size:48px}}@media (max-width:1199px){.pricing-page__table-head,.pricing-page__feature-row{grid-template-columns:minmax(220px,1fr)repeat(var(--pricing-plan-count,1),minmax(200px,1fr))}.pricing-page__faq-grid{grid-template-columns:1fr;gap:38px;max-width:760px}.pricing-page__faq-visual{order:-1}}@media (max-width:991px){.pricing-page{padding:32px 0 56px}.pricing-page__faq{margin-top:62px}.pricing-page__faq-heading{margin-bottom:30px}.pricing-page__faq-heading h2{font-size:40px}.pricing-page__faq-question{min-height:72px}.pricing-page__faq-question span{font-size:16px}}@media (max-width:767px){.pricing-page__billing-toggle{justify-content:center;width:100%}.pricing-page__billing-toggle button{flex:1 1 0;min-width:0}.pricing-page__annual-toggle{gap:6px;padding:0 10px;min-width:0!important}.pricing-page__annual-toggle small{padding:0 8px;font-size:10px}.pricing-page__table--desktop{display:none}.pricing-page__mobile-plans{gap:18px;display:grid}.pricing-page__faq-heading h2{font-size:34px}.pricing-page__faq-grid{gap:24px}.pricing-page__question-shape{width:170px;height:150px}.pricing-page__question-shape span{font-size:66px}.pricing-page__faq-question{padding:0 18px}.pricing-page__faq-answer{padding:0 18px 18px}}:root{--font-sans:var(--font-plus-jakarta),Arial,Helvetica,sans-serif;--background:#f9f9f9;--white:#fff;--surface:#fff;--foreground:#141f39;--foreground-soft:#797979;--muted:#f2f5ff;--border:#eceef4;--primary:#4292e1;--secondary:#6f9;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 10px 30px #0f172a14;--shadow-lg:0 18px 48px #0f172a1f;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--container:1200px;--header-height:72px;--section-space:100px;--transition-fast:.2s ease;--transition-base:.3s ease}html{scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans)}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans)}.container{max-width:1350px!important}[data-anim]{opacity:0;will-change:transform,opacity,filter}[data-anim=text-reveal],[data-anim-stagger]{opacity:1}[data-anim-stagger]>*{opacity:0;will-change:transform,opacity,filter}.anim-word{line-height:inherit;display:inline-block;overflow:hidden}.anim-word-inner{will-change:transform,opacity;display:inline-block}:root.anim-fallback [data-anim],:root.anim-fallback [data-anim-stagger]>*,:root.anim-fallback .anim-word-inner{opacity:1!important;filter:none!important;transform:none!important}@media (prefers-reduced-motion:reduce){[data-anim],[data-anim-stagger]>*,.anim-word-inner{opacity:1!important;filter:none!important;transform:none!important}}.container,.container-sm,.container-md,.container-lg,.container-xl{width:auto}
