.announcement-bar[hidden]{display:none}.announcement-bar{--announcement-bar-height: 42px;position:fixed;top:0;left:0;width:100%;height:var(--announcement-bar-height);z-index:102;will-change:transform;display:flex;align-items:center;justify-content:center;background:linear-gradient(91.25deg,#36f,#5b5ffb)}.announcement-bar__inner{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-family:PingFang HK,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.announcement-bar__badge{background:#ea7000;border-radius:20px;padding:4px 8px;color:#fff;font-size:14px;font-weight:500;line-height:1.4;white-space:nowrap}.announcement-bar__message{color:#fff;font-size:16px;font-weight:500;line-height:1.4;white-space:nowrap}.announcement-bar__arrow{flex-shrink:0;width:20px;height:20px}.announcement-bar__close{position:absolute;right:24px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:none;cursor:pointer;opacity:.7;transition:opacity .15s ease}.announcement-bar__close:hover{opacity:1}@media (max-width: 768px){.announcement-bar{height:38px}.announcement-bar__inner{gap:6px;padding:0 40px 0 12px}.announcement-bar__badge{font-size:11px;padding:3px 6px;border-radius:14px}.announcement-bar__message{font-size:12px}.announcement-bar__arrow{width:16px;height:16px}.announcement-bar__close{right:8px;width:16px;height:16px}}.book-demo-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:100}.book-demo-modal[hidden]{display:none}.book-demo-modal__backdrop{position:absolute;inset:0;background:#00000080;will-change:opacity}.book-demo-modal__panel{position:relative;width:min(90vw,400px);max-height:85vh;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 20px 40px #00000026;z-index:1;will-change:transform,opacity}.book-demo-modal__header{display:flex;justify-content:flex-end;flex-shrink:0;padding:16px 16px 0}.book-demo-modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:24px;cursor:pointer;color:#6b7280}.book-demo-modal__body{flex:1 1 auto;overflow-y:auto;padding:24px 32px 32px;display:flex;flex-direction:column;align-items:center;text-align:center}.book-demo-modal__qr-image{width:200px;height:200px;object-fit:contain;margin-bottom:20px}.book-demo-modal__description{margin:0;font-size:14px;line-height:1.6;color:#374151}@media (max-width: 768px){.book-demo-modal__panel{width:min(90vw,340px)}.book-demo-modal__header{padding:12px 12px 0}.book-demo-modal__body{padding:16px 20px 24px}.book-demo-modal__qr-image{width:160px;height:160px}}.cta{--cta-bg: #f0f4ff;--cta-text: #ffffff;--cta-text-muted: rgba(255, 255, 255, .74);--cta-primary-gradient-start: #7d5aff;--cta-primary-gradient-end: #36f;--cta-star-color: #ffb800;--cta-check-bg: #3366ff;width:100%;padding-bottom:88px}.page-home .cta{background-color:var(--cta-bg)}.cta__container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:var(--section-max-width, 1245px);min-height:clamp(360px,38vh,508px);margin:0 auto;padding:clamp(48px,5.5vw,80px) var(--section-padding-x);text-align:center;background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:20px}.cta__container:before{content:"";position:absolute;background-color:#04040499;inset:0;border-radius:20px}.cta__headline{margin:0;color:var(--cta-text);font-size:clamp(34px,3.4vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-align:center;white-space:pre-line}.cta__subheadline{max-width:779px;margin:20px 0 0;color:var(--cta-text-muted);font-size:16px;font-weight:400;line-height:1.5;text-align:center}.cta__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px;margin-top:32px}.cta__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:14px 24px;border-radius:16px;font-size:16px;font-weight:700;line-height:22px;text-decoration:none;white-space:nowrap;transition:opacity .2s ease,transform .2s ease;cursor:pointer}.cta__cta:hover{opacity:.9;transform:translateY(-1px)}.cta__cta--primary{color:#fff;background:linear-gradient(90deg,var(--cta-primary-gradient-start) 0%,var(--cta-primary-gradient-end) 100%)}.cta__cta--secondary{color:#fff;background:transparent;border:1px solid #ffffff}.cta__cta-arrow{width:20px;height:20px;flex-shrink:0}.cta__trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;margin-top:24px}.cta__trust-item{display:inline-flex;align-items:center;gap:8px;color:var(--cta-text);font-size:14px;font-weight:400;line-height:16px;white-space:nowrap}.cta__trust-icon{width:16px;height:16px;flex-shrink:0}.cta__rating{display:inline-flex;align-items:center;gap:8px;margin-top:24px}.cta__rating-stars{display:flex;align-items:center;gap:2px}.cta__rating-star{width:20px;height:20px;flex-shrink:0}.cta__rating-text{color:var(--cta-text);font-size:14px;font-weight:400;line-height:16px;white-space:nowrap}.cta__rating-logo{width:20px;height:20px;flex-shrink:0}@media (max-width: 768px){.cta__container{min-height:auto;padding:60px var(--section-padding-x)}.cta__headline{font-size:32px;line-height:1.18}.cta__actions{flex-direction:column;gap:16px;width:100%}.cta__cta{width:100%;max-width:320px}.cta__trust{flex-direction:column;gap:12px}}.download{display:flex;flex-direction:column;align-items:center;width:100%;min-height:calc(100vh - 320px);background-color:var(--color-download-bg, #eff5ff);background-size:cover;background-position:center;background-repeat:no-repeat}.download__hero{display:flex;justify-content:center;width:100%;padding-top:calc(var(--download-hero-pt, 180px) + var(--announcement-bar-height, 0px));padding-bottom:var(--download-hero-pb, 80px)}.download__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:var(--section-max-width, 1245px);width:100%;padding:0 var(--section-padding-x)}.download__headline{font-size:var(--download-headline-size, 2.5rem);font-weight:700;color:var(--color-text, #0f172a);margin:0;line-height:1.3}.download__subheadline{font-size:var(--download-subheadline-size, 1.125rem);color:var(--color-text-muted, #64748b);margin:var(--spacing-md, 1rem) 0 0 0;max-width:640px}.download__platforms{display:flex;justify-content:center;width:100%;padding:0 var(--section-padding-x);padding-bottom:var(--download-platforms-pb, 5rem)}.download__placeholder{text-align:center;padding:var(--spacing-xl, 2rem);color:var(--color-text-muted, #64748b);font-size:var(--text-lg, 1.125rem)}.download__list{display:flex;justify-content:center;align-items:stretch;gap:32px;max-width:var(--section-max-width, 1245px);width:100%;flex-wrap:wrap}.download__card{position:relative;width:260px;min-height:200px;background-color:#fff;border-radius:16px;box-shadow:0 2px 16px #a7b2cc52;overflow:hidden;box-sizing:border-box;flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.download__tile{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;min-height:200px;padding:24px;margin:0;background:none;border:none;border-radius:inherit;cursor:pointer;text-align:center}.download__tile:focus-visible{outline:2px solid var(--color-brand-blue, #3366ff);outline-offset:2px}.download__icon{display:block;width:60px;height:60px;color:var(--download-icon-color, #afb8cc)}.download__icon img,.download__icon svg{width:100%;height:100%;display:block;object-fit:contain}.download__name{font-size:14px;font-weight:500;color:#111827;margin:0;line-height:1.4}.download__mobile-download{display:none}.download__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:inherit;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;pointer-events:none;padding:16px}.download__overlay>*{pointer-events:auto}.download__card--has-overlay:hover .download__overlay,.download__card--has-overlay:focus-within .download__overlay,.download__card[data-expanded=true] .download__overlay{opacity:1;visibility:visible}.download__actions{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%}.download__action{display:inline-flex;justify-content:center;align-items:center;width:100%;max-width:189px;min-height:36px;padding:8px 16px;background-color:#fff;border:1px solid #3366ff;border-radius:24px;color:#3370ff;font:inherit;font-size:14px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:background-color .2s ease,color .2s ease;box-sizing:border-box}.download__action:hover{background-color:#36f;color:#fff}.download__action:focus-visible{outline:2px solid var(--color-brand-blue, #3366ff);outline-offset:2px}.download__qr{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%}.download__qr-image{width:100%;max-width:120px;height:auto;aspect-ratio:1 / 1;display:block}.download__qr-label{font-size:14px;color:#111827;font-weight:500;margin:0;text-align:center}@media (min-width: 1536px){.download__list{gap:60px}}@media (max-width: 900px){.download{min-height:auto}.download__hero{padding-top:calc(140px + var(--announcement-bar-height, 0px));padding-bottom:48px}.download__headline{font-size:2rem}.download__subheadline{font-size:1rem}.download__card{width:calc(50% - 16px);min-width:200px}}@media (max-width: 640px){.download__hero{padding-top:calc(110px + var(--announcement-bar-height, 0px));padding-bottom:32px}.download__headline{font-size:1.625rem}.download__subheadline{font-size:.9375rem}.download__platforms{padding-bottom:3rem}.download__list{gap:20px}.download__card{width:100%;max-width:320px;min-height:160px}.download__card[data-platform=android],.download__card[data-platform=ios]{order:-1}.download__tile{min-height:160px;gap:12px;padding:20px}.download__card[data-platform=android] .download__tile,.download__card[data-platform=ios] .download__tile{min-height:auto;padding-bottom:0;pointer-events:none}.download__icon{width:52px;height:52px}.download__name{font-size:13px}.download__mobile-download{display:inline-flex;justify-content:center;align-items:center;width:100%;max-width:189px;min-height:36px;margin:12px 0;padding:8px 16px;background-color:#36f;border:1px solid #3366ff;border-radius:24px;color:#fff;font-size:14px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;box-sizing:border-box;pointer-events:auto}.download__card[data-platform=android] .download__overlay,.download__card[data-platform=ios] .download__overlay{display:none}.download__action{font-size:13px;min-height:40px}.download__qr-image{max-width:120px}}@media (max-width: 360px){.download__headline{font-size:1.5rem}.download__card{max-width:100%}}@media (prefers-reduced-motion: reduce){.download__overlay,.download__action{transition:none}}.download-modal{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;padding:16px;background-color:#0f172a99;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.download-modal[hidden]{display:none}.download-modal--visible{opacity:1;visibility:visible}.download-modal__dialog{position:relative;width:100%;max-width:800px;max-height:calc(100vh - 32px);overflow-y:auto;background-color:#fff;border-radius:16px;box-shadow:0 16px 48px #0f172a33;box-sizing:border-box}.download-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;background:none;border:none;color:#64748b;cursor:pointer;border-radius:50%;transition:background-color .2s ease,color .2s ease}.download-modal__close:hover{background-color:#f1f5f9;color:#0f172a}.download-modal__close:focus-visible{outline:2px solid var(--color-brand-blue, #3366ff);outline-offset:2px}.download-modal__body{display:flex;flex-direction:column;gap:28px;padding-top:88px}.download-modal__title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0;text-align:center;line-height:1.3}.download-modal__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.download-modal__action{display:inline-flex;justify-content:center;align-items:center;min-width:220px;min-height:44px;padding:10px 24px;border-radius:24px;font:inherit;font-size:14px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;border:none;transition:background-color .2s ease,color .2s ease;box-sizing:border-box}.download-modal__action--primary{background-color:#36f;color:#fff}.download-modal__action--primary:hover{background-color:#2952cc}.download-modal__action--primary:focus-visible{outline:2px solid var(--color-brand-blue, #3366ff);outline-offset:2px}.download-modal__guide{background-color:#f7f9fa;padding:40px 86px 24px;margin-top:56px}.download-modal__guide-title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:24px;text-align:left}.download-modal__guide-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.download-modal__step{display:flex;flex-direction:column;gap:12px}.download-modal__step .download-modal__step-text:before{display:inline-flex;align-items:center;justify-content:center;background-color:#515359;color:#fff;width:17px;height:17px;border-radius:100%;margin-right:4px;font-size:14px}.download-modal__step:nth-child(1) .download-modal__step-text:before{content:"1"}.download-modal__step:nth-child(2) .download-modal__step-text:before{content:"2"}.download-modal__step-text{font-size:.875rem;line-height:1.5;color:#334155;margin:0}.download-modal__step-visual{width:100%;border-radius:8px;margin-top:auto;object-fit:cover}@media (max-width: 640px){.download-modal__dialog{padding:32px 20px}.download-modal__title{font-size:1.375rem}.download-modal__actions{flex-direction:column;align-items:stretch}.download-modal__action{width:100%;min-width:auto}.download-modal__guide-steps{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.download-modal,.download-modal__action,.download-modal__close{transition:none}}.download__hover{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;padding:0;background:transparent;border:none;color:#36f;font:inherit;font-size:14px;font-weight:500;text-align:center;cursor:pointer}.download__hover-icon{display:block;width:60px;height:60px}.download__hover-icon img,.download__hover-icon svg{width:100%;height:100%;display:block;object-fit:contain}.download__hover-text{margin:0;line-height:1.4}.download__hover:focus-visible{outline:2px solid var(--color-brand-blue, #3366ff);outline-offset:2px}.footer{--footer-bg: #080b14;--footer-text: rgba(255, 255, 255, .5);--footer-border: rgba(255, 255, 255, .5);width:100%;background:var(--footer-bg)}.footer__container{display:flex;flex-direction:column;align-items:center;max-width:var(--section-max-width, 1245px);margin:0 auto;padding:67px var(--section-padding-x) 28px}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.footer__logo{display:flex;align-items:center;text-decoration:none}.footer__logo-image{height:30px;width:auto}.footer__right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.footer__socials{display:flex;align-items:center;gap:16px}.footer__social-item{position:relative;display:inline-flex}.footer__social-link{display:flex;align-items:center;justify-content:center;color:var(--footer-text);text-decoration:none;transition:color .2s ease,opacity .2s ease}.footer__social-link:hover{color:#fffc}.footer__social-icon{width:32px;height:32px}.footer__social-qr{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:10;width:160px;height:160px}.footer__social-item:hover .footer__social-qr{opacity:1;visibility:visible}.footer__social-qr-image{display:block;border-radius:8px;box-shadow:0 4px 16px #0006;background:#fff}.footer__links{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}.footer__legal-link{color:var(--footer-text);font-size:14px;font-weight:400;line-height:17px;text-decoration:none;transition:color .2s ease}.footer__legal-link:hover{color:#fffc}.footer__help-center{color:var(--footer-text);font-size:14px;font-weight:400;line-height:17px;text-decoration:none;transition:color .2s ease}.footer__help-center:hover{color:#fffc}.footer__help-center--placeholder{cursor:default;opacity:.5}.footer__download{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;min-height:48px;padding:8px 24px;border:1px solid var(--footer-border);border-radius:4px;margin-top:65px;box-sizing:border-box}.footer__download-label{color:var(--footer-text);font-size:14px;font-weight:400;line-height:17px}.footer__platforms{display:flex;align-items:center;gap:14px}.footer__platform-link{display:flex;align-items:center;justify-content:center;color:var(--footer-text);text-decoration:none;transition:color .2s ease,opacity .2s ease}.footer__platform-link:hover{color:#fffc}.footer__platform-icon{width:24px;height:24px}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:9px;margin-top:32px}.footer__company-name,.footer__address{margin:0;color:var(--footer-text);font-size:14px;font-weight:400;line-height:17px;text-align:center}@media (max-width: 768px){.footer__container{padding:48px var(--section-padding-x) 24px}.footer__top{flex-direction:column;align-items:center;gap:20px}.footer__right{align-items:center}.footer__links{justify-content:center}.footer__download{margin-top:40px;flex-wrap:wrap;justify-content:center}.footer__bottom{margin-top:24px}}.header{position:fixed;top:calc(24px + var(--announcement-bar-height, 0px));left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;height:80px;max-width:100vw;background-color:transparent;box-shadow:0 1px 3px #0000;transition:background-color .2s ease,box-shadow .2s ease;opacity:0;transform:translateY(-20px);animation:headerSlideIn .3s ease-out forwards}@keyframes headerSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header--scrolled{background-color:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px #00000014}.header__container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--section-max-width, 1245px);padding:0 var(--section-padding-x);background-color:#ffffffe6;padding:16px 32px;border-radius:40px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15)}.header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.header__logo-svg{width:178px;height:38px;display:block}.header__nav{display:flex;align-items:center;gap:40px}.header__nav-item{position:relative;display:inline-flex;align-items:center;font-size:var(--text-base, 1rem);font-weight:400;color:#111827;text-decoration:none;line-height:1.375;transition:color .2s ease}.header__nav-item:hover{color:var(--color-brand-blue, #3366ff)}.header__nav-item--active{font-weight:600;color:var(--color-brand-blue, #3366ff)}.header-nav-indicator{width:14px;height:5px;display:block;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.header__actions{display:flex;align-items:center;gap:16px}.header__lang-switch-wrapper{position:relative;flex-shrink:0}.header__lang-switch{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;color:#4a5673;flex-shrink:0;transition:color .2s ease}.header__lang-switch:hover{color:var(--color-brand-blue, #3366ff)}.header__lang-switch svg{width:18px;height:18px;display:block}.header__lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;padding:4px 0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001a;list-style:none;margin:0;display:none;z-index:200}.header__lang-dropdown--open{display:block}.header__lang-option{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:var(--text-sm, .875rem);color:#111827;cursor:pointer;text-decoration:none;transition:background-color .15s ease;white-space:nowrap}.header__lang-option:hover{background-color:#f3f4f6}.header__lang-option--active{font-weight:600;color:var(--color-brand-blue, #3366ff)}.header__lang-check{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.header__lang-check svg{width:16px;height:16px;display:block}.header__lang-label{flex:1}.header__login-btn{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-sm, .875rem);font-weight:500;text-decoration:none;padding:9px 11px;min-width:59px;height:40px;border-radius:12px;border:1px solid var(--color-brand-blue, #3366ff);color:var(--color-brand-blue, #3366ff);background-color:#fff;transition:background-color .2s ease,color .2s ease;flex-shrink:0}.header__login-btn:hover{background-color:var(--color-brand-blue-light, #e6ecff)}.header__register-btn{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-sm, .875rem);font-weight:500;text-decoration:none;padding:9px 11px;min-width:78px;height:40px;border-radius:12px;border:1px solid var(--color-brand-blue, #3366ff);color:#fff;background-color:var(--color-brand-blue, #3366ff);transition:opacity .2s ease;flex-shrink:0}.header__register-btn:hover{opacity:.9}.header__mobile-menu-btn,.header__mobile-nav{display:none}@media (max-width: 768px){.header{top:calc(12px + var(--announcement-bar-height, 0px))}.header__container{width:calc(100% - 24px);max-width:100%;margin:0 auto;padding:8px 12px}.header__logo-svg{width:120px;height:auto}.header__nav,.header__actions{display:none}.header__mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;margin-left:auto;background:none;border:none;border-radius:12px;cursor:pointer;color:#111827;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.header__mobile-menu-btn:hover{background-color:#0000000a;color:var(--color-brand-blue, #3366ff)}.header__mobile-menu-btn svg{width:24px;height:24px;display:block}.header__mobile-nav{position:fixed;inset:0;z-index:150;display:none;flex-direction:column;max-width:100vw;padding:16px var(--section-padding-x) 24px;background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.header__mobile-nav--open{display:flex;animation:mobileNavFadeIn .25s ease forwards}.header__mobile-nav--closing{display:flex;animation:mobileNavFadeOut .25s ease forwards}@keyframes mobileNavFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileNavFadeOut{0%{opacity:1}to{opacity:0}}.header__mobile-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-shrink:0}.header__mobile-nav-logo{display:block;width:120px;color:inherit;text-decoration:none}.header__mobile-nav-logo .header__logo-svg{width:100%;height:auto;display:block}.header__mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;border-radius:12px;cursor:pointer;color:#111827;transition:background-color .2s ease,color .2s ease}.header__mobile-menu-close:hover{background-color:#0000000a;color:var(--color-brand-blue, #3366ff)}.header__mobile-menu-close svg{width:24px;height:24px;display:block}.header__mobile-nav-menu{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.header__mobile-nav-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;font-size:1.125rem;font-weight:500;color:#111827;text-decoration:none;transition:background-color .15s ease,color .15s ease}.header__mobile-nav-item:hover,.header__mobile-nav-item--active{background-color:#f3f4f6;color:var(--color-brand-blue, #3366ff)}.header__mobile-nav-item--active{font-weight:600}.header__mobile-nav-lang{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;flex-shrink:0}.header__mobile-nav-lang-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.header__mobile-nav-lang-link{display:inline-flex;align-items:center;padding:8px 14px;border-radius:9999px;border:1px solid #e5e7eb;font-size:.875rem;color:#374151;text-decoration:none;transition:border-color .15s ease,color .15s ease}.header__mobile-nav-lang-link:hover,.header__mobile-nav-lang-link--active{border-color:var(--color-brand-blue, #3366ff);color:var(--color-brand-blue, #3366ff)}.header__mobile-nav-actions{margin-top:24px;display:flex;flex-direction:column;gap:12px;padding-top:16px;flex-shrink:0}.header__mobile-nav-login,.header__mobile-nav-register{display:flex;align-items:center;justify-content:center;width:100%;height:44px;border-radius:12px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.header__mobile-nav-login{border:1px solid var(--color-brand-blue, #3366ff);color:var(--color-brand-blue, #3366ff);background-color:#fff}.header__mobile-nav-login:hover{background-color:var(--color-brand-blue-light, #e6ecff)}.header__mobile-nav-register{border:1px solid var(--color-brand-blue, #3366ff);color:#fff;background-color:var(--color-brand-blue, #3366ff)}.header__mobile-nav-register:hover{opacity:.9}}.hero{--hero-blue: #3366ff;--hero-purple: #7d5aff;--hero-bg: #d9e8ff;--hero-text: #ffffff;--hero-muted: #515359;--hero-panel: #ffffff;--hero-user: #f3f3f3;--hero-agent: #ecf1ff;display:flex;align-items:center;justify-content:space-between;gap:clamp(2rem,5.8vw,4.5rem);min-height:clamp(380px,100vh,880px);padding:clamp(40px,6vw,118px) max(var(--section-padding-x),calc((100vw - var(--section-max-width)) / 2)) 40px;position:relative;background-color:var(--hero-bg);overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center}.hero__bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero:before{content:"";position:absolute;inset:0;background:#1413134d;z-index:2}.hero__left{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;width:min(100%,650px);padding-top:3px}.hero__right{position:relative;z-index:3;display:flex;padding-right:clamp(48px,4.5vw,96px);margin-bottom:clamp(-32px,-6vw,-96px)}.hero__badge{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 16px;color:var(--hero-text);border:1px solid var(--hero-text);border-radius:24px}.hero__badge-icon{width:16px;height:16px;flex-shrink:0}.hero__badge-text{font-size:14px;font-weight:500;line-height:1;white-space:nowrap}.hero__headline{display:flex;flex-direction:column;gap:0;margin:clamp(28px,3.2vw,60px) 0 0;color:var(--hero-text);font-size:clamp(38px,3.8vw,64px);font-weight:700;line-height:1.2;letter-spacing:0}.hero__headline-normal{color:var(--hero-text)}.hero__headline-gradient{width:auto;max-width:100%;background:linear-gradient(90deg,var(--hero-blue) 0%,var(--hero-purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__subheadline{max-width:586px;margin:clamp(18px,1.8vw,28px) 0 0;color:var(--hero-text);font-size:16px;font-weight:400;line-height:24px}.hero__actions{display:flex;flex-wrap:wrap;gap:32px;margin-top:clamp(22px,2vw,34px)}.hero__cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 24px;border-radius:16px;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.hero__cta:hover{opacity:.9;transform:translateY(-1px)}.hero__cta--primary{min-width:191px;color:#fff;background:linear-gradient(90deg,var(--hero-blue) 0%,var(--hero-purple) 100%)}.hero__cta--secondary{min-width:97px;color:var(--hero-blue);background:#fff;border:1px solid var(--hero-blue)}.hero__trust{display:flex;flex-wrap:wrap;gap:48px;margin-top:clamp(14px,1.5vw,24px)}.hero__trust-item{display:inline-flex;align-items:center;gap:8px;color:var(--hero-text);font-size:14px;font-weight:400;line-height:16px;white-space:nowrap}.hero__trust-icon{width:16px;height:16px;flex-shrink:0;color:var(--hero-text)}.hero__right-bubbles{position:relative;z-index:3;display:flex;flex-direction:column;width:min(100%,420px);min-width:0;padding-right:clamp(0px,calc((1320px - 100vw)*.08),24px);gap:32px;overflow:hidden}.hero__right-bubble{display:flex;align-items:flex-start;padding:12px 18px;font-size:14px;color:var(--hero-text);gap:12px;max-width:370px;word-break:normal;overflow-wrap:anywhere;transform-origin:center bottom;will-change:transform,opacity;background:#ffffff26;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;box-shadow:0 8px 32px #0000001a}.hero__right-bubble-agent{align-self:flex-start}.hero__right-bubble-user{align-self:flex-end}.hero__right-bubble-agent .hero__right-bubble-icon{background-color:#312d2d;border-radius:100%;display:flex;align-items:center;justify-content:center}.hero__right-bubble-icon{width:32px;height:32px;flex-shrink:0}.hero__right-bubble-content{padding-top:4px}@media (prefers-reduced-motion: no-preference){.hero__right-bubble{opacity:0}}@keyframes hero-breathe-outer{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes hero-breathe-inner{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}@media (max-width: 1100px){.hero{flex-direction:column;row-gap:36px;align-items:center;min-height:auto;padding-top:clamp(56px,14vw,114px)}.hero__left{align-items:center;text-align:center}.hero__right-bubbles{padding-right:0}.hero__right{padding-right:0;margin-bottom:16px}.hero__headline{align-items:center;margin-top:28px;font-size:44px}.hero__subheadline{margin-top:20px}.hero__actions,.hero__trust{justify-content:center}}@media (max-width: 680px){.hero{padding:calc(96px + var(--announcement-bar-height, 0px)) 16px 28px}.hero__badge{max-width:100%}.hero__badge-text{overflow:hidden;text-overflow:ellipsis}.hero__headline{width:100%;font-size:38px;line-height:1.15}.hero__headline-gradient{width:auto}.hero__actions{width:100%;gap:14px}.hero__cta{flex:1 1 150px}.hero__trust{gap:14px 20px}}.logo-wall{--logo-wall-bg: #F7F9FC;--logo-wall-headline-color: #111827;--logo-wall-fade-width: 340px;position:relative;background:var(--logo-wall-bg);padding:80px 0;overflow:hidden}.logo-wall__container{max-width:var(--section-max-width, 1245px);margin:0 auto;position:relative}.logo-wall__headline{font-weight:500;font-size:34px;color:var(--logo-wall-headline-color);text-align:center;margin:0 0 64px;line-height:1.2}.logo-wall__rows{display:flex;flex-direction:column;gap:30px;align-items:flex-start}.logo-wall__row{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:max-content;will-change:transform}.logo-wall__logo-item{width:140px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0;will-change:transform}.logo-wall__logo-image{max-width:100%;max-height:100%;object-fit:contain}.logo-wall__fade{position:absolute;top:171px;width:max(0px,calc((100vw - var(--section-max-width, 1245px)) / 2));height:192px;pointer-events:none;z-index:10;transform:translateZ(0)}.logo-wall__fade--left{left:0;background:linear-gradient(90deg,#f7f9fc 68%,#f7f9fc00)}.logo-wall__fade--right{right:0;background:linear-gradient(90deg,#f7f9fc00,#f7f9fc 32%)}@media (max-width: 1100px){.logo-wall__fade{display:none}.logo-wall__row{gap:40px}}@media (max-width: 768px){.logo-wall{padding:48px var(--section-padding-x)}.logo-wall__headline{font-size:24px;margin-bottom:32px}.logo-wall__rows,.logo-wall__row{gap:24px}.logo-wall__logo-item{width:100px;height:40px}}.not-found{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding-top:calc(128px + var(--announcement-bar-height, 0px));padding-bottom:64px;padding-left:var(--section-padding-x, 32px);padding-right:var(--section-padding-x, 32px);background-color:#d9e8ff;background-image:radial-gradient(ellipse 60% 50% at 50% 30%,rgba(99,102,241,.08) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 50% 70%,rgba(14,165,233,.06) 0%,transparent 70%)}.not-found__container{width:100%;max-width:560px;margin:0 auto}.not-found__card{background:#fff;border-radius:20px;padding:48px 32px;text-align:center;box-shadow:0 8px 24px #0000000f}.not-found__error-code{font-size:80px;font-weight:700;line-height:1;color:#36f;margin:0 0 12px}.not-found__title{font-size:24px;font-weight:600;color:#0f172a;margin:0 0 12px}.not-found__description{font-size:14px;color:#666;line-height:1.5;margin:0 0 28px}.not-found__primary-btn{display:block;width:100%;padding:14px 20px;font-size:14px;font-weight:500;color:#fff;text-align:center;text-decoration:none;background:linear-gradient(90deg,#7d5aff,#36f);border-radius:10px;transition:opacity .2s ease}.not-found__primary-btn:hover{opacity:.9}@media (max-width: 768px){.not-found{padding-top:calc(100px + var(--announcement-bar-height, 0px));padding-bottom:48px}.not-found__card{padding:36px 24px}.not-found__error-code{font-size:60px}}.plan-description-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:100}.plan-description-modal[hidden]{display:none}.plan-description-modal__backdrop{position:absolute;inset:0;background:#00000080;will-change:opacity}.plan-description-modal__panel{position:relative;width:min(90vw,640px);max-height:85vh;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 20px 40px #00000026;z-index:1;will-change:transform,opacity}.plan-description-modal__header{display:flex;justify-content:flex-end;flex-shrink:0;padding:16px 16px 0}.plan-description-modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:24px;cursor:pointer}.plan-description-modal__body{flex:1 1 auto;overflow-y:auto;padding:0 32px 32px;font-size:14px;line-height:1.6;color:#374151}.plan-description-modal__section{margin-bottom:0}.plan-description-modal__section-title{margin:0 0 12px;font-size:16px;font-weight:600;line-height:1.4;color:#111827}.plan-description-modal__section-divider{width:100%;height:1px;margin:24px 0;background:#e2e7ef;border:none}.plan-description-modal__bullet-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.plan-description-modal__bullet-item{position:relative;padding-left:20px;color:#374151;font-size:14px;font-weight:400;line-height:1.6}.plan-description-modal__bullet-item:before{content:"";position:absolute;left:6px;top:9px;width:5px;height:5px;border-radius:50%;background:#515359}.plan-description-modal__examples{margin-top:12px;padding:16px;background:#f5f7f9;border-radius:12px}.plan-description-modal__examples-title{margin:0 0 10px;font-size:13px;font-weight:600;line-height:1.4;color:#505355;text-transform:uppercase;letter-spacing:.02em}.plan-description-modal__examples-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.plan-description-modal__examples-list .plan-description-modal__bullet-item{font-size:13px;color:#505355}@media (max-width: 768px){.plan-description-modal__panel{width:min(95vw,640px)}.plan-description-modal__header{padding:12px 12px 0}.plan-description-modal__body{padding:0 20px 24px}.plan-description-modal__section-title{font-size:15px}.plan-description-modal__bullet-item{font-size:13px}.plan-description-modal__examples{padding:12px}}.platforms{--platforms-bg: #f0f4ff;--platforms-text: #111827;--platforms-muted: #515359;--platforms-tag-border: rgba(207, 214, 235, .92);--platforms-divider: #d3dcf8;--platforms-blue: #36f;--platforms-purple: #7e5aff;width:100%;background:var(--platforms-bg);padding:68px var(--section-padding-x) 122px}.platforms__container{display:flex;flex-direction:column;align-items:center;max-width:var(--section-max-width, 1245px);margin:0 auto}.platforms__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:80px}.platforms__tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:500;color:var(--platforms-muted);border:1px solid var(--platforms-tag-border);border-radius:20px;margin-bottom:24px}.platforms__headline{display:flex;flex-wrap:wrap;justify-content:center;gap:0 .15em;margin:0 0 24px;font-size:clamp(34px,3.4vw,48px);font-weight:700;line-height:1.2;color:var(--platforms-text)}.platforms__headline-normal{color:var(--platforms-text)}.platforms__headline-gradient{background:linear-gradient(90deg,var(--platforms-blue) 0%,var(--platforms-purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.platforms__subheadline{max-width:779px;margin:0;font-size:16px;font-weight:400;line-height:1.5;color:#232426}.platforms__logos{display:grid;grid-template-columns:repeat(5,minmax(0,183px));justify-content:center;justify-items:center;align-items:center;gap:32px 24px;width:100%;max-width:1100px;margin:0 auto}.platforms__logo-item{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:52px}.platforms__logo-item:after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:1px;height:24px;background-color:var(--platforms-divider)}.platforms__logo-item:nth-child(5n):after,.platforms__logo-item:last-child:after{display:none}.platforms__logo-item:nth-child(6):last-child{grid-column:3}.platforms__logo-item:nth-child(6):nth-last-child(2),.platforms__logo-item:nth-child(6):nth-last-child(3){grid-column:2}.platforms__logo-image{max-width:min(100%,183px);max-height:100%;object-fit:contain}.platforms__divider{display:none}@media (max-width: 1100px){.platforms{padding:48px var(--section-padding-x) 80px}.platforms__headline{font-size:40px}.platforms__header{margin-bottom:48px}.platforms__logos{grid-template-columns:repeat(4,minmax(0,183px))}.platforms__logo-item:nth-child(5n):after{display:block}.platforms__logo-item:nth-child(4n):after,.platforms__logo-item:last-child:after{display:none}}@media (max-width: 768px){.platforms{padding:40px var(--section-padding-x) 60px}.platforms__headline{font-size:32px}.platforms__subheadline{font-size:14px}.platforms__logos{grid-template-columns:repeat(2,minmax(0,183px))}.platforms__logo-item:nth-child(4n):after{display:block}.platforms__logo-item:nth-child(2n):after,.platforms__logo-item:last-child:after{display:none}.platforms__logo-item{height:40px}}.pricing-comparison{--pc-bg: #ffffff;--pc-header-bg: #ffffff;--pc-row-border: #e6eaf1;--pc-category-border: #c5cddf;--pc-indent-bg: #fbfbfb;--pc-text-primary: #111827;--pc-text-secondary: #595f6b;--pc-badge-bg: #3e3e3e;--pc-link-color: #111827;--pc-cross-color: #84868c;--pc-toggle-track: #a7a7a7;--pc-toggle-track-on: #111827;--pc-sticky-col-width: 270px;--pc-col-min-width: 139px;width:100%;background-color:var(--pc-bg)}.pricing-comparison__container{max-width:var(--section-max-width, 1245px);margin:0 auto;padding:clamp(48px,6vw,116px) 0}.pricing-comparison__title-row{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;margin-bottom:clamp(20px,2.5vw,32px)}.pricing-comparison__title{margin:0;color:var(--pc-text-primary);font-size:clamp(24px,2.6vw,32px);font-weight:600;line-height:1.2}.pricing-comparison__diff-toggle{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:none;cursor:pointer;color:var(--pc-text-primary)}.pricing-comparison__diff-toggle-track{position:relative;flex-shrink:0;width:39px;height:20px;border-radius:20px;background-color:var(--pc-toggle-track);transition:background-color .2s ease}.pricing-comparison__diff-toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background-color:#fff;transition:transform .2s ease}.pricing-comparison__diff-toggle[aria-checked=true] .pricing-comparison__diff-toggle-track{background-color:var(--pc-toggle-track-on)}.pricing-comparison__diff-toggle[aria-checked=true] .pricing-comparison__diff-toggle-knob{transform:translate(19px)}.pricing-comparison__diff-toggle-label{font-size:14px;font-weight:400;line-height:1.3}.pricing-comparison__table-wrapper{position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;container-type:inline-size}.pricing-comparison__table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}.pricing-comparison__header-row{position:sticky;top:0;z-index:30;background-color:var(--pc-header-bg)}.pricing-comparison__header-cell{width:var(--pc-col-min-width);padding:12px 16px 12px 0;text-align:left;vertical-align:top;border-bottom:1px solid var(--pc-category-border);background-color:var(--pc-header-bg)}.pricing-comparison__header-sticky{position:sticky;left:0;z-index:31;width:var(--pc-sticky-col-width);padding-left:12px}.pricing-comparison__header-name{display:block;color:var(--pc-text-primary);font-size:18px;font-weight:600;line-height:1.3}.pricing-comparison__header-badge{display:inline-flex;align-items:center;margin-top:6px;padding:4px 6px;border-radius:10px;background-color:var(--pc-badge-bg);color:#fff;font-size:10px;font-weight:600;line-height:1;letter-spacing:.02em;white-space:nowrap}.pricing-comparison__category-name{padding:24px 0 0;border-bottom:1px solid var(--pc-category-border)}.pricing-comparison__category-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;position:sticky;left:0;width:100cqw;max-width:100%;padding:14px 8px 14px 12px;border:0;background:none;cursor:pointer;color:var(--pc-text-primary);font-size:18px;font-weight:600;line-height:1.3;text-align:left}.pricing-comparison__category-icon{flex-shrink:0;width:20px;height:20px}.pricing-comparison__category-toggle[aria-expanded=true] .pricing-comparison__category-icon--expand,.pricing-comparison__category-toggle[aria-expanded=false] .pricing-comparison__category-icon--collapse{display:none}.pricing-comparison__feature-row{background-color:var(--pc-bg)}.pricing-comparison__feature-row--indented{background-color:var(--pc-indent-bg)}.pricing-comparison__feature-name{padding:12px 16px 12px 12px;vertical-align:middle;border-bottom:1px solid var(--pc-row-border)}.pricing-comparison__feature-name-text{display:block;color:var(--pc-text-primary);font-size:14px;font-weight:400;line-height:1.4}.pricing-comparison__feature-name--sticky{position:sticky;left:0;z-index:2;width:var(--pc-sticky-col-width);background-color:inherit}.pricing-comparison__feature-row--indented .pricing-comparison__feature-name--sticky{background-color:var(--pc-indent-bg);padding-left:24px}.pricing-comparison__feature-badge{display:inline-flex;align-items:center;margin-top:4px;padding:4px 6px;border-radius:10px;background-color:var(--pc-badge-bg);color:#fff;font-size:10px;font-weight:600;line-height:1.2}.pricing-comparison__feature-tag{display:inline-flex;align-items:center;margin-top:4px;padding:2px 8px;border-radius:10px;background-color:color-mix(in srgb,var(--pc-link-color) 8%,transparent);color:var(--pc-link-color);font-size:11px;font-weight:600;line-height:1.3}.pricing-comparison__feature-tooltip{display:inline-block;margin-left:4px;width:14px;height:14px;color:var(--pc-text-secondary);cursor:help;vertical-align:middle}.pricing-comparison__cell{width:var(--pc-col-min-width);padding:12px 16px 12px 0;text-align:left;vertical-align:middle;border-bottom:1px solid var(--pc-row-border);color:var(--pc-text-primary);font-size:14px;font-weight:400;line-height:1.4}.pricing-comparison__cell--text{word-break:break-word}.pricing-comparison__cell--dash,.pricing-comparison__cell--cross{color:var(--pc-text-secondary)}.pricing-comparison__check-icon,.pricing-comparison__cross-icon{display:inline-block;width:16px;height:16px;vertical-align:middle}.pricing-comparison__sticky-header{position:fixed;top:0;left:0;z-index:40;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;visibility:hidden;pointer-events:none;background-color:var(--pc-header-bg)}.pricing-comparison__sticky-header::-webkit-scrollbar{display:none}.pricing-comparison__sticky-header--visible{visibility:visible}.pricing-comparison--header-stuck .pricing-comparison__table-wrapper .pricing-comparison__header-row{visibility:hidden}.pricing-comparison__scroll-hint{display:none;position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,rgba(0,0,0,.05));pointer-events:none}@media (max-width: 1024px){.pricing-comparison__scroll-hint{display:block}}@media (max-width: 768px){.pricing-comparison__container{padding:40px var(--section-padding-x)}.pricing-comparison{--pc-sticky-col-width: 200px;--pc-col-min-width: 120px}.pricing-comparison__table{min-width:680px}.pricing-comparison__header-name,.pricing-comparison__category-toggle{font-size:15px}}@media (max-width: 480px){.pricing-comparison{--pc-sticky-col-width: 160px;--pc-col-min-width: 104px}.pricing-comparison__table{min-width:560px}.pricing-comparison__feature-name-text,.pricing-comparison__cell{font-size:13px}}:lang(pt) .pricing-comparison__feature-name-text,:lang(vi) .pricing-comparison__feature-name-text{font-size:13px}.pricing-page__surface{background-image:var(--pricing-surface-bg-image, none),linear-gradient(180deg,#ecf0f7,#fff);background-size:cover,auto;background-position:center,center;background-repeat:no-repeat,no-repeat}.pricing-hero{--ph-text-primary: #192544;--ph-text-secondary: #505355;--ph-heading-color: #111827;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:180px var(--section-padding-x, 24px) 0;text-align:center;overflow:hidden}.pricing-hero__headline{margin-bottom:16px;color:#000;font-size:18px;font-weight:400;line-height:1.4}.pricing-hero__title{margin:0 auto 16px;color:var(--ph-heading-color);font-size:clamp(28px,3.5vw,40px);font-weight:700;line-height:1.2;letter-spacing:-.02em}.pricing-hero__view-all{color:var(--ph-text-primary);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}@media (max-width: 768px){.pricing-hero{min-height:auto;padding:calc(110px + var(--announcement-bar-height, 0px)) 16px 0}.pricing-hero__title{font-size:clamp(22px,5.5vw,28px)}.pricing-hero__headline{font-size:13px}}:lang(en) .pricing-hero__title,:lang(pt) .pricing-hero__title,:lang(vi) .pricing-hero__title,:lang(id) .pricing-hero__title{font-size:clamp(24px,3.2vw,36px)}:lang(pt) .pricing-hero__title{font-size:clamp(22px,2.8vw,34px)}.pricing-plans{--pp-card-bg: #ffffff;--pp-card-border: #e2e7ef;--pp-card-radius: 16px;--pp-cta-bg: #3366ff;--pp-cta-text: #ffffff;--pp-price-color: #111827;--pp-price-unit: #646d81;--pp-gift-bg: #ea7000;--pp-gift-text: #ffffff;--pp-feature-color: #646d81;--pp-feature-label-color: #000000;--pp-name-color: #111827;--pp-desc-color: #111827;--pp-divider-color: #e2e7ef;--pp-tab-bg: #f5f7f9;--pp-tab-active-bg: #ffffff;--pp-tab-active-text: #000000;--pp-tab-inactive-text: #515359;--pp-toggle-track: #3e3e3e;--pp-toggle-knob: #ffffff;--pp-billing-active-text: #22282f;--pp-billing-inactive-text: #646d81;--pp-recommend-bg: #3e3e3e;display:flex;flex-direction:column;align-items:center;width:100%;padding:24px var(--section-padding-x, 24px) 0;overflow:hidden}.pricing-plans__toggles{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.pricing-plans__billing{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%;max-width:var(--section-max-width, 1245px);margin:0 auto 44px;cursor:pointer;user-select:none}.pricing-plans__billing-label{font-size:14px;font-weight:400;line-height:1;color:var(--pp-billing-inactive-text);transition:color .2s ease}.pricing-plans__billing-label--active{color:var(--pp-billing-active-text)}.pricing-plans__billing-toggle-track{position:relative;width:39px;height:20px;background:var(--pp-toggle-track);border-radius:20px;transition:background .2s ease}.pricing-plans__billing-toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--pp-toggle-knob);border-radius:50%;transition:transform .2s ease}.pricing-plans__billing--yearly .pricing-plans__billing-toggle-knob{transform:translate(19px)}.pricing-plans__tab-toggle{display:inline-flex;align-items:center;background:var(--pp-tab-bg);border-radius:12px;padding:4px;height:48px}.pricing-plans__tab-toggle-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:40px;padding:0 8px;border:none;border-radius:12px;background:transparent;color:var(--pp-tab-inactive-text);font-size:14px;font-weight:400;line-height:1;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease}.pricing-plans__tab-toggle-btn--active{background:var(--pp-tab-active-bg);color:var(--pp-tab-active-text);font-weight:600}.pricing-plans__container{max-width:var(--section-max-width, 1245px);width:100%}.pricing-plans__grid{display:grid;width:100%}.pricing-plans__grid[hidden]{display:none}.pricing-plans__grid--starter{grid-template-columns:repeat(4,1fr);margin:0 auto}.pricing-plans__grid--scale{grid-template-columns:repeat(3,1fr);margin:0 auto}.pricing-plans__item{position:relative;display:flex;flex-direction:column;background:var(--pp-card-bg);border:1px solid var(--pp-card-border);padding:32px 24px;margin-left:-1px;min-height:582px}.pricing-plans__grid--starter .pricing-plans__item{min-height:603px}.pricing-plans__item-recommend{position:absolute;width:100%;display:flex;align-items:center;justify-content:center;height:28px;border-radius:16px 16px 0 0;background:var(--pp-recommend-bg);color:#fff;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;top:-28px;right:0;bottom:0}.pricing-plans__item:first-child{margin-left:0}.pricing-plans__item--first{border-radius:var(--pp-card-radius) 0 0 var(--pp-card-radius)}.pricing-plans__item--last{border-radius:0 var(--pp-card-radius) var(--pp-card-radius) 0}.pricing-plans__item--recommended.pricing-plans__item{border-top-left-radius:0;border-top-right-radius:0}.pricing-plans__item-cta{display:flex;align-items:center;justify-content:center;width:100%;height:48px;margin-bottom:24px;padding:12px 8px;border-radius:16px;background:var(--pp-cta-bg);color:var(--pp-cta-text);font-size:16px;font-weight:500;line-height:1;text-decoration:none;text-align:center;transition:opacity .2s ease;border:none}.pricing-plans__item-cta:hover{opacity:.9}.pricing-plans__item-name{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--pp-name-color);font-size:22px;font-weight:600;line-height:1.2}.pricing-plans__item-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;background:var(--pp-cta-bg);color:#fff;font-size:12px;font-weight:600;line-height:1.3}.pricing-plans__item-description{margin:0 0 16px;color:var(--pp-desc-color);font-size:14px;font-weight:400;line-height:1.5}.pricing-plans__item-price-container{display:flex;align-items:center;gap:4px;margin-bottom:24px;flex-wrap:wrap}.pricing-plans__item-price-container[hidden]{visibility:hidden}.pricing-plans__item-price{color:var(--pp-price-color);font-size:36px;font-weight:600;line-height:1.2}.pricing-plans__item-price-prefix,.pricing-plans__item-price-unit{color:var(--pp-price-unit);font-size:14px;font-weight:400;line-height:1}.pricing-plans__item-gift-tag{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:20px;background:var(--pp-gift-bg);color:var(--pp-gift-text);font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.pricing-plans__item-gift-tag[hidden]{display:none}.pricing-plans__item-divider{width:100%;height:1px;margin-bottom:24px;background:var(--pp-divider-color);border:none}.pricing-plans__item-section-label{margin:0 0 12px;color:var(--pp-feature-label-color);font-size:14px;font-weight:600;line-height:1.4}.pricing-plans__item-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.pricing-plans__item-feature{display:flex;align-items:flex-start;gap:8px;color:var(--pp-feature-color);font-size:14px;font-weight:400;line-height:1.5}.pricing-plans__item-feature-icon{flex-shrink:0;width:16px;height:16px;margin-top:2px}.pricing-plans__item-feature-content{flex:1;min-width:0}.pricing-plans__item-feature-text{color:inherit;font:inherit;background:none;border:none;padding:0;margin:0;text-align:left;cursor:default}.pricing-plans__item-feature-text--underlined{text-decoration:underline dashed;text-decoration-color:currentColor;text-underline-offset:2px}button.pricing-plans__item-feature-text--underlined{cursor:pointer}button.pricing-plans__item-feature-text--underlined:hover{opacity:.8}.pricing-plans__item-feature-tooltip-wrapper{position:relative;display:inline-flex;align-items:center;vertical-align:-3px;margin-left:4px}.pricing-plans__item-feature-info-icon{width:16px;height:16px;cursor:help}.pricing-plans__item-feature-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);width:max-content;max-width:240px;padding:8px 12px;border-radius:8px;background:#1f2937;color:#fff;font-size:12px;line-height:1.4;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:10}.pricing-plans__item-feature-tooltip-wrapper:hover .pricing-plans__item-feature-tooltip,.pricing-plans__item-feature-tooltip-wrapper:focus-within .pricing-plans__item-feature-tooltip{opacity:1;visibility:visible}.pricing-plans__highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px;list-style:none;margin:48px auto 0;padding:0;width:100%;max-width:var(--section-max-width, 1245px)}.pricing-plans__highlight{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:88px;padding:16px 20px;background:#f5f7f9;border-radius:12px}.pricing-plans__highlight-icon{width:24px;height:24px;flex-shrink:0}.pricing-plans__highlight-label{font-size:20px;font-weight:500;line-height:1.2;color:#000}@media (max-width: 768px){.pricing-plans__highlights{grid-template-columns:1fr}.pricing-plans__highlight-label{font-size:16px}}.pricing-plans__view-all{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;color:var(--pp-name-color);font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}@media (max-width: 1200px){.pricing-plans__grid--starter,.pricing-plans__grid--scale{grid-template-columns:repeat(2,1fr)}.pricing-plans__item--first,.pricing-plans__item--last{border-radius:0}.pricing-plans__item{border-radius:var(--pp-card-radius);margin:4px}}@media (max-width: 768px){.pricing-plans{padding:32px 16px 48px}.pricing-plans__billing{justify-content:center;margin-bottom:12px}.pricing-plans__toggles{flex-direction:column;gap:16px;margin-bottom:12px}.pricing-plans__tab-toggle{width:100%;max-width:326px}.pricing-plans__tab-toggle-btn{flex:1;width:auto}.pricing-plans__grid--starter,.pricing-plans__grid--scale{grid-template-columns:1fr;max-width:420px;margin:0 auto}.pricing-plans__item-name{font-size:20px}.pricing-plans__item-price{font-size:26px}}.product-info{--pi-bg: #0a1230;--pi-blue: #36f;--pi-purple: #7e5aff;--pi-green: #10f0a0;--pi-text: #ffffff;--pi-text-muted: rgba(255, 255, 255, .8);--pi-tag-border: rgba(255, 255, 255, .6);--pi-tab-active-bg: #36f;--pi-tab-active-border: #0040ff;--pi-chat-bg: #ffffff;--pi-chat-bubble-user: #efefef;--pi-chat-bubble-assistant: #36f;--pi-chat-meta: #9da7b8;--pi-chat-online: #22c55e;--pi-chat-header-bg: #f5f8ff;width:100%;background:var(--pi-bg);position:relative;padding:0 0 clamp(40px,5vw,80px) 0}.product-info__sticky-wrapper{position:sticky;top:128px;height:calc(100vh - 128px);width:100%;display:flex;flex-direction:column;justify-content:center;padding:0 var(--section-padding-x);background:var(--pi-bg);overflow:hidden}.product-info__sticky-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--product-info-bg-url);background-size:cover;background-position:center;opacity:.4;pointer-events:none}.product-info__container{max-width:var(--section-max-width, 1245px);margin:0 auto;position:relative;z-index:1;width:100%}.product-info__header{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:clamp(40px,5vw,80px);margin-bottom:clamp(20px,2vw,32px)}.product-info__tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:500;color:#fffc;border:1px solid var(--pi-tag-border);border-radius:20px;margin-bottom:20px}.product-info__headline{display:flex;flex-wrap:wrap;justify-content:center;gap:0 .3em;margin:0;font-size:clamp(34px,3.4vw,48px);font-weight:700;line-height:1.1;color:var(--pi-text)}.product-info__headline-normal{color:var(--pi-text)}.product-info__headline-gradient{background:linear-gradient(90deg,var(--pi-blue) 0%,var(--pi-purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-info__tabs-wrapper{z-index:10;background:var(--pi-bg);padding:16px var(--section-padding-x)}.product-info__tabs{display:flex;align-items:center;justify-content:center;gap:12px;margin:0}.product-info__tab{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;font-size:14px;font-weight:500;color:var(--pi-text-muted);background:transparent;border:none;border-radius:100px;cursor:pointer;transition:all .2s ease}.product-info__tab:hover{color:var(--pi-text)}.product-info__tab--active{background:var(--pi-tab-active-bg);color:var(--pi-text);font-weight:700}.product-info__tab-indicator{position:absolute;top:0;left:0;height:100%;background:var(--pi-tab-active-bg);border:1px solid var(--pi-tab-active-border);border-radius:100px;pointer-events:none;z-index:0}.product-info__tab{position:relative;z-index:1}.product-info__tab--active{background:transparent;border-color:transparent;color:var(--pi-text);font-weight:700}.product-info__panels{position:relative;width:100%;display:grid;grid-template-areas:"panel";min-width:0}.product-info__panel{grid-area:panel;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-width:0}.product-info__left{display:flex;flex-direction:column;min-width:0}.product-info__panel-title{margin:0 0 16px;font-size:clamp(32px,3.2vw,44px);font-weight:700;line-height:1.15;color:var(--pi-text)}.product-info__panel-description{margin:0 0 32px;font-size:16px;font-weight:400;line-height:1.5;color:#ffffffe6;max-width:499px}.product-info__stats{display:flex;gap:40px}.product-info__stat-item{display:flex;flex-direction:column;gap:8px}.product-info__stat-value{font-size:clamp(34px,3.4vw,48px);font-weight:700;line-height:1;color:var(--pi-green)}.product-info__stat-label{font-size:14px;font-weight:400;line-height:1;color:var(--pi-text)}.product-info__right{display:flex;justify-content:flex-end;min-width:0}.product-info__image-wrapper{position:relative;width:620px;height:480px;border-radius:16px;overflow:visible}.product-info__image{width:100%;height:100%;object-fit:cover;border-radius:20px}.product-info__chat{position:absolute;bottom:0;right:24px;overflow:visible;display:flex;flex-direction:column}.product-info__chat-messages{display:flex;flex-direction:column;padding-top:12px;padding-bottom:36px;gap:12px;min-height:370px}.product-info__chat-message{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;max-width:270px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.product-info__chat-message--user{align-self:flex-end;border-radius:16px 0 16px 16px}.product-info__chat-message--assistant{align-self:flex-start;border-radius:0 16px 16px;margin-right:24px}.product-info__chat-avatar{position:relative;z-index:2;width:32px;height:32px;border-radius:20px;overflow:hidden;flex-shrink:0}.product-info__chat-message--assistant .product-info__chat-avatar{background-color:#312d2d;border-radius:100%;display:flex;align-items:center;color:#fff;justify-content:center}.product-info__chat-avatar-img{width:100%;height:100%;object-fit:cover}.product-info__chat-bubble-wrapper{display:flex;flex-direction:column;gap:4px;max-width:214px}.product-info__chat-bubble{color:#111827;font-size:14px;font-weight:400;line-height:1.4;border-radius:16px;word-wrap:break-word;margin-top:6px}.product-info__chat-meta{font-size:12px;font-weight:400;color:var(--pi-chat-meta);white-space:nowrap}.product-info__chat-message--user .product-info__chat-meta{text-align:right}.product-info__chat-message--assistant .product-info__chat-meta{text-align:left}@media (max-width: 1100px){.product-info__panel,.product-info__panel--active{grid-template-columns:1fr;gap:48px}.product-info__headline{font-size:40px}.product-info__panel-title{font-size:36px}.product-info__right{justify-content:center}.product-info__image-wrapper{width:100%;max-width:587px;height:auto;aspect-ratio:587 / 547}.product-info__chat{right:10px;bottom:10px;width:240px}}@media (max-width: 680px){.product-info{padding:0 0 32px}.product-info__header{padding-top:32px}.product-info__tabs-wrapper{padding:12px 16px;overflow:hidden}.product-info__sticky-wrapper{top:108px;height:auto;min-height:calc(100svh - 108px);justify-content:flex-start;padding:70px var(--section-padding-x) 0;overflow:hidden}.product-info__headline{font-size:32px}.product-info__tabs{justify-content:flex-start;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-info__tabs::-webkit-scrollbar{display:none}.product-info__tab{flex:0 0 auto;padding:6px 14px;font-size:13px;scroll-snap-align:center}.product-info__panel{gap:28px}.product-info__panel-title{font-size:28px;margin-bottom:12px}.product-info__panel-description{font-size:14px;margin-bottom:16px}.product-info__stats{gap:24px}.product-info__stat-value{font-size:32px}.product-info__chat{width:min(72vw,260px);max-width:calc(100% - 24px);right:12px;bottom:12px}.product-info__chat-bubble{font-size:12px;margin-top:0}.product-info__chat-bubble-wrapper{max-width:calc(100% - 32px)}.product-info__chat-messages{min-height:0;padding:0;gap:8px}.product-info__chat-message{max-width:100%;gap:8px;padding:8px 10px}.product-info__chat-message--assistant{margin-right:0}.product-info__chat-avatar{width:24px;height:24px}}.product-points{--ppt-blue: #3366ff;--ppt-purple: #7d5aff;--ppt-bg: #ffffff;--ppt-card-bg: #16264a;--ppt-text: #111827;--ppt-muted: #515359;--ppt-tag-border: #cfd6eb;--ppt-tag-text: #515359;--ppt-point-text: #ffffff;--ppt-point-muted: rgba(255, 255, 255, .8);--ppt-point-subdued: rgba(255, 255, 255, .6);--ppt-feature-icon-bg: #e2edff;--ppt-panel-bg: rgba(255, 255, 255, .2);--ppt-panel-bg-fallback: rgba(255, 255, 255, .12);--ppt-panel-border: rgba(255, 255, 255, .15);--ppt-panel-radius: 16px;--ppt-bubble-buyer-bg: rgba(251, 251, 251, .2);--ppt-bubble-border: rgba(255, 255, 255, .15);--ppt-tab-bg: rgba(255, 255, 255, .1);width:100%;background:var(--ppt-bg);padding:clamp(48px,5.5vw,80px) var(--section-padding-x)}.product-points__container{display:flex;flex-direction:column;align-items:center;max-width:var(--section-max-width, 1245px);margin:0 auto}.product-points__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:48px}.product-points__tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:500;color:var(--ppt-tag-text);border:1px solid var(--ppt-tag-border);border-radius:20px;margin-bottom:20px}.product-points__headline{display:flex;flex-wrap:wrap;justify-content:center;gap:0 .3em;margin:0 0 16px;font-size:clamp(34px,3.4vw,48px);font-weight:700;line-height:1.2;color:var(--ppt-text)}.product-points__headline-normal{color:var(--ppt-text)}.product-points__headline-gradient{background:linear-gradient(90deg,var(--ppt-blue) 0%,var(--ppt-purple) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.product-points__subheadline{max-width:779px;margin:0;font-size:16px;font-weight:400;line-height:1.5;color:var(--ppt-muted)}.product-points__points{display:flex;flex-direction:column;gap:32px;width:100%}.product-points__point{min-height:200px;background:var(--ppt-card-bg);border-radius:20px}.product-points__point--1{padding:clamp(32px,4vw,56px);overflow:hidden}.product-points__point-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:clamp(32px,5vw,64px);align-items:flex-start;margin:0 auto}.product-points__point-left{display:flex;flex-direction:column;gap:16px;margin-top:40px}.product-points__point-headline{margin:0;font-size:clamp(22px,2.2vw,28px);font-weight:700;line-height:1.25;color:var(--ppt-point-text)}.product-points__point-subheadline{margin:0;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.6;color:var(--ppt-point-muted)}.product-points__point-features{display:flex;flex-direction:column;gap:clamp(20px,2vw,32px);margin:40px 0 0;padding:0;list-style:none}.product-points__point-feature{display:flex;gap:12px;align-items:flex-start}.product-points__point-feature-icon{flex:0 0 auto;width:20px;height:20px;border-radius:6px}.product-points__point-feature-text{display:flex;flex-direction:column;gap:6px}.product-points__point-feature-title{margin:0;font-size:clamp(16px,1.4vw,20px);font-weight:500;line-height:1.3;color:var(--ppt-point-text);max-width:433px}.product-points__point-feature-description{margin:0;font-size:clamp(14px,1.1vw,14px);font-weight:400;line-height:1.5;color:var(--ppt-point-muted)}.product-points__point--2{padding:clamp(32px,4vw,56px);overflow:hidden;background:var(--ppt-card-bg);border:none}.product-points__point2-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:clamp(32px,5vw,64px);align-items:flex-start;margin:0 auto}.product-points__point2-left{display:flex;flex-direction:column;gap:16px;margin-top:40px}.product-points__point2-headline{margin:0;font-size:clamp(22px,2.2vw,28px);font-weight:700;line-height:1.25;color:var(--ppt-point-text)}.product-points__point2-body{margin:0;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.6;color:var(--ppt-point-muted)}.product-points__point2-feature-section{display:flex;flex-direction:row;gap:8px;align-items:flex-start;margin-top:40px}.product-points__point2-feature-icon-wrap{width:20px;height:20px;border-radius:6px;background:#e0fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-points__point2-feature-icon-wrap img{width:14px;height:12px}.product-points__point2-feature-text{display:flex;flex-direction:column;gap:12px}.product-points__point2-feature-title{margin:0;font-size:clamp(16px,1.4vw,20px);font-weight:500;line-height:1.3;color:var(--ppt-point-text)}.product-points__point2-feature-description{margin:0;font-size:clamp(13px,1vw,14px);font-weight:400;line-height:1.5;color:var(--ppt-point-muted)}.product-points__point2-right{display:flex;justify-content:center;align-items:center}.product-points__dashboard{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.product-points__dashboard-glow{position:absolute;top:0;bottom:0;width:90%;border-radius:50%;background:#12ab8280;filter:blur(200px);pointer-events:none;z-index:0}.product-points__dashboard-panel{position:relative;z-index:1;display:flex;width:100%;height:504px;background:#d9d9d933;border:1px solid rgba(255,255,255,.15);border-radius:16px;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.product-points__dashboard-sidebar{display:flex;flex-direction:column;align-items:center;gap:20px;width:45px;padding:16px 0;background:#ffffff1a;border:1px solid rgba(255,255,255,0);border-radius:16px 0 0 16px;flex-shrink:0}.product-points__dashboard-sidebar-icon{position:relative;display:flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:.4}.product-points__dashboard-sidebar-icon img{width:18px;height:18px;position:relative;z-index:1}.product-points__dashboard-sidebar-icon--active{opacity:1}.product-points__dashboard-sidebar-highlight{position:absolute;width:26px;height:26px;border-radius:6px;background:#fff6;z-index:0}.product-points__dashboard-sidebar-stroke{width:22px;height:19px;flex-shrink:0;opacity:.4}.product-points__dashboard-sidebar-divider{width:32.5px;height:1px;flex-shrink:0}.product-points__dashboard-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:16px;overflow:hidden;min-width:0}.product-points__dashboard-badge{font-size:14px;font-weight:600;color:#fff;line-height:1.3}.product-points__dashboard-bot-row{display:flex;align-items:center;gap:12px;padding:12px;height:67px;box-sizing:border-box;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:12px}.product-points__dashboard-bot-icon-wrap{width:40px;height:40px;border-radius:12px;background:#b2ffee33;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-points__dashboard-bot-icon-wrap img{width:24px;height:21px}.product-points__dashboard-bot-info{display:flex;flex-direction:column;gap:2px;min-width:0}.product-points__dashboard-bot-label{font-size:14px;font-weight:600;color:#fff;line-height:1.3}.product-points__dashboard-bot-subtitle{font-size:12px;font-weight:400;color:#fffc;line-height:1.3}.product-points__dashboard-toggle{margin-left:auto;width:39px;height:20px;border-radius:10px;background:#b2ffee66;display:flex;align-items:center;justify-content:flex-start;padding:2px;flex-shrink:0}.product-points__dashboard-toggle-knob{width:16px;height:16px;border-radius:50%;background:#fff9}.product-points__dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.product-points__dashboard-metric-card{display:flex;flex-direction:column;gap:4px;padding:16px 16px 15px;height:72px;box-sizing:border-box;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;min-width:0}.product-points__dashboard-metric-label{font-size:12px;font-weight:400;color:#fff;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-points__dashboard-metric-value{font-size:18px;font-weight:700;color:#ff6f61;line-height:1.2}.product-points__dashboard-chart-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;flex:1;min-height:200px}.product-points__dashboard-chart{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}.product-points__dashboard-chart-title{font-size:12px;font-weight:400;color:#fff;line-height:1.3}.product-points__dashboard-chart-area{position:relative;flex:1;display:flex;align-items:flex-end;min-height:0}.product-points__dashboard-chart-grid{position:absolute;inset:0;border-bottom:.5px solid #e6eaf1;border-left:.5px solid #e6eaf1;pointer-events:none}.product-points__dashboard-chart-fill{position:absolute;top:17.9%;left:0;width:100%;height:82.1%;z-index:0;pointer-events:none;opacity:0}.product-points__dashboard-chart-line{position:absolute;top:18.2%;left:0;width:100%;height:51.3%;z-index:1;pointer-events:none;opacity:0}.product-points__dashboard-chart-dot{position:absolute;right:-1px;top:18.2%;width:8px;height:8px;border-radius:50%;background:#07ffc1;transform:translateY(-4px);z-index:2;pointer-events:none;opacity:0}.product-points__dashboard-chart-axis{display:flex;justify-content:space-between;padding:0 8px;font-size:10px;font-weight:400;color:#fff;line-height:1.3}.product-points__point--3{padding:clamp(32px,4vw,56px);overflow:hidden;background:var(--ppt-card-bg);border:none}.product-points__point3-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:clamp(32px,5vw,64px);align-items:flex-start;margin:0 auto}.product-points__point3-left{display:flex;flex-direction:column;gap:16px;margin-top:40px}.product-points__point3-headline{margin:0;font-size:clamp(22px,2.2vw,28px);font-weight:700;line-height:1.25;color:var(--ppt-point-text)}.product-points__point3-subheadline{margin:0;font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.6;color:var(--ppt-point-muted)}.product-points__point3-features{display:flex;flex-direction:column;gap:clamp(20px,2vw,32px);margin:40px 0 0;padding:0;list-style:none}.product-points__point3-feature{display:flex;gap:12px;align-items:flex-start}.product-points__point3-feature-icon{flex:0 0 auto;width:20px;height:20px;border-radius:6px}.product-points__point3-feature-text{display:flex;flex-direction:column;gap:6px}.product-points__point3-feature-title{margin:0;font-size:clamp(16px,1.4vw,20px);font-weight:500;line-height:1.3;color:var(--ppt-point-text)}.product-points__point3-feature-description{margin:0;font-size:clamp(14px,1.1vw,14px);font-weight:400;line-height:1.5;color:var(--ppt-point-muted)}.product-points__point3-right{display:flex;justify-content:center;align-items:center}.product-points__knowledge-base{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.product-points__knowledge-base-glow{position:absolute;top:0;bottom:0;width:90%;border-radius:50%;background:#120cc280;filter:blur(200px);pointer-events:none;z-index:0}.product-points__knowledge-base-panel{position:relative;z-index:1;display:flex;width:100%;height:504px;background:#fff3;border:1px solid rgba(255,255,255,.15);border-radius:16px;overflow:hidden;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.product-points__knowledge-base-sidebar{display:flex;flex-direction:column;align-items:center;gap:20px;width:45px;padding:16px 0;background:#ffffff1a;border:1px solid rgba(255,255,255,0);border-radius:16px 0 0 16px;flex-shrink:0}.product-points__knowledge-base-sidebar-icon{position:relative;display:flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:.4}.product-points__knowledge-base-sidebar-icon img{width:18px;height:18px;position:relative;z-index:1}.product-points__knowledge-base-sidebar-icon--active{opacity:1}.product-points__knowledge-base-sidebar-highlight{position:absolute;width:26px;height:26px;border-radius:6px;background:#fff6;z-index:0}.product-points__knowledge-base-sidebar-stroke{width:22px;height:19px;flex-shrink:0;opacity:.4}.product-points__knowledge-base-sidebar-divider{width:32.5px;height:1px;flex-shrink:0}.product-points__knowledge-base-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:12px;overflow:hidden;min-width:0}.product-points__knowledge-base-header{font-size:14px;font-weight:600;color:#fff;line-height:1.3}.product-points__knowledge-base-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-points__knowledge-base-stat-card{display:flex;flex-direction:column;gap:4px;padding:16px 16px 15px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;min-width:0;height:72px;box-sizing:border-box}.product-points__knowledge-base-stat-label{font-size:12px;font-weight:400;color:#fff;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-points__knowledge-base-stat-value-row{display:inline-flex;align-items:baseline;gap:4px;min-width:0}.product-points__knowledge-base-stat-value{transform-origin:left center;display:inline-block;font-size:18px;font-weight:700;color:#fff;line-height:1.2}.product-points__knowledge-base-stat-delta{font-size:14px;font-weight:700;line-height:1;color:#b2ffee;text-shadow:0 0 14px rgba(178,255,238,.65);opacity:0;visibility:hidden;pointer-events:none}.product-points__knowledge-base-chat{display:grid;padding:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;flex:1;min-height:0;overflow:hidden}.product-points__knowledge-base-chat-scenario{grid-area:1 / 1;display:flex;flex-direction:column;gap:12px;opacity:0;visibility:hidden}.product-points__knowledge-base-chat-scenario .product-points__knowledge-base-save-bar{margin:auto -12px -12px;opacity:0}.product-points__knowledge-base-chat-message{display:flex;gap:4px;align-items:flex-start;max-width:100%}.product-points__knowledge-base-chat-message--user{align-self:flex-start;align-items:center}.product-points__knowledge-base-chat-message--ai,.product-points__knowledge-base-chat-message--agent{align-self:flex-end}.product-points__knowledge-base-chat-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0}.product-points__knowledge-base-chat-bubble{display:flex;gap:4px;align-items:flex-start;padding:8px 12px;border:1px solid rgba(255,255,255,.15);font-size:12px;font-weight:400;line-height:normal;color:#fff}.product-points__knowledge-base-chat-message--user .product-points__knowledge-base-chat-bubble{background:#fbfbfb33;border-radius:4px 16px 16px}.product-points__knowledge-base-chat-message--ai .product-points__knowledge-base-chat-bubble{background:#fff3;border-radius:16px 4px 16px 18px}.product-points__knowledge-base-chat-message--agent .product-points__knowledge-base-chat-bubble{background:#fff3;border-radius:12px 4px 16px 18px}.product-points__knowledge-base-system-note{display:flex;align-items:center;align-self:center;gap:2px;font-size:11px;font-weight:400;color:#fff9;line-height:normal}.product-points__knowledge-base-system-note img{width:12px;height:12px;flex-shrink:0}.product-points__knowledge-base-chat-headphone-circle{width:22px;height:22px;border-radius:50%;background:#312d2d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-points__knowledge-base-chat-headphone-circle img{width:14px;height:12px;filter:brightness(0) invert(1)}.product-points__knowledge-base-chat-bubble-text{word-break:break-word}.product-points__knowledge-base-chat-message--user .product-points__knowledge-base-chat-bubble-text{max-width:306px}.product-points__knowledge-base-chat-message--ai .product-points__knowledge-base-chat-bubble-text{max-width:320px}.product-points__knowledge-base-chat-message--agent .product-points__knowledge-base-chat-bubble-text{max-width:308px}.product-points__knowledge-base-save-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 12px 15px;margin:auto -12px -12px;background:transparent;border-top:1px solid rgba(255,255,255,.1);min-height:57px;box-sizing:border-box}.product-points__knowledge-base-save-text{display:flex;flex-direction:column;min-width:0}.product-points__knowledge-base-save-line1{font-size:12px;font-weight:600;color:#fff;line-height:normal}.product-points__knowledge-base-save-line2{font-size:11px;font-weight:400;color:#fffc;line-height:normal}.product-points__knowledge-base-save-btn-wrapper{position:relative}.product-points__knowledge-base-save-btn{padding:8px;border:none;border-radius:12px;background:#36f;color:#fff;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}.product-points__knowledge-base-save-btn--completed{position:absolute;top:0;right:0;background:#22c55e;opacity:0;pointer-events:none}.product-points__point-right{display:flex;justify-content:center;align-items:center}.product-points__mockup{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.product-points__mockup-glow{position:absolute;width:90%;top:0;bottom:0;border-radius:50%;background:#0566ff80;filter:blur(200px);pointer-events:none;z-index:0}.product-points__mockup-platform-bar{position:relative;display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:380px;padding-bottom:20px}.product-points__mockup-platform-icon{position:relative;z-index:1;width:30px;height:30px;border-radius:8px}.product-points__mockup-platform-connectors{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:352px;height:35px;pointer-events:none}.product-points__connector-glow{stroke:#fff;stroke-width:2.5;stroke-linecap:round;opacity:0;filter:drop-shadow(0 0 3px rgba(255,255,255,.7))}.product-points__mockup-panels{display:grid;grid-template-columns:181fr 378fr;gap:9px;width:100%}.product-points__mockup-channel-panel,.product-points__mockup-conversation-panel{position:relative;display:flex;flex-direction:column;min-height:440px;background:var(--ppt-panel-bg-fallback);background:var(--ppt-panel-bg);border:1px solid var(--ppt-panel-border);border-radius:var(--ppt-panel-radius);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden}.product-points__mockup-tabs{display:flex;gap:24px;height:32px;padding:0 12px;background:var(--ppt-tab-bg);border-radius:16px 16px 0 0;border-bottom:none}.product-points__mockup-tab{position:relative;font-size:12px;font-weight:400;line-height:32px;color:var(--ppt-point-subdued);text-transform:capitalize}.product-points__mockup-tab--active{color:var(--ppt-point-text)}.product-points__mockup-tab--active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:34px;height:1px;background:#fff}.product-points__mockup-tab-badge{position:absolute;top:10px;right:-8px;width:5px;height:5px;border-radius:50%;background:#ff0e0e}.product-points__mockup-channel-list{display:flex;flex-direction:column;padding:0}.product-points__mockup-channel-item{display:flex;gap:4px;align-items:center;height:58px;padding:8px;border-bottom:.5px solid rgba(255,255,255,.5);border-radius:0}.product-points__mockup-channel-item:last-child{border-bottom:none}.product-points__mockup-channel-item--active{background:#ffffff1a}.product-points__mockup-avatar{flex:0 0 auto;position:relative;width:32px;height:32px}.product-points__mockup-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}.product-points__mockup-avatar-img--rounded{border-radius:10px}.product-points__mockup-avatar-badge{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:8px;display:flex;align-items:center;justify-content:center}.product-points__mockup-avatar-badge img{width:8px;height:auto}.product-points__mockup-avatar-badge--plain{background:transparent;border-radius:0}.product-points__mockup-avatar-badge--plain img{width:12px;height:12px}.product-points__mockup-channel-meta{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.product-points__mockup-channel-row{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--ppt-point-subdued)}.product-points__mockup-channel-name{font-size:12px;font-weight:400;color:var(--ppt-point-text)}.product-points__mockup-channel-country{font-size:12px;color:var(--ppt-point-text)}.product-points__mockup-channel-separator{width:1px;height:7px;border-radius:0;background:#fff3;flex-shrink:0}.product-points__mockup-channel-time{margin-left:auto;font-size:12px;color:var(--ppt-point-subdued)}.product-points__mockup-channel-preview{margin:0;font-size:12px;font-weight:400;line-height:1.4;color:var(--ppt-point-subdued);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-points__mockup-channel-skeleton{height:10px;border-radius:3px;background:linear-gradient(90deg,#9993,#ffffff40,#9993);background-size:200% 100%;animation:ppt-skeleton-shimmer 1.5s ease-in-out infinite}.product-points__mockup-channel-skeleton--short{width:60%}.product-points__mockup-channel-skeleton--medium{width:80%}@keyframes ppt-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-points__mockup-conversation-panel{overflow:visible}.product-points__mockup-conversation-header{display:flex;flex-direction:row;align-items:center;gap:6px;padding:12px;font-size:12px;color:#fff9;border-bottom:.5px solid rgba(255,255,255,.15);white-space:nowrap;overflow:hidden}.product-points__mockup-conversation-header-sep{width:1px;height:7px;background:#fff9;flex-shrink:0}.product-points__mockup-chat-messages{display:flex;flex-direction:column;gap:10px;padding:16px;overflow-y:auto}.product-points__mockup-chat-message{max-width:85%}.product-points__mockup-chat-message--buyer{align-self:flex-start}.product-points__mockup-chat-message--assistant{align-self:flex-end}.product-points__mockup-chat-bubble{display:flex;flex-direction:row;align-items:flex-start;padding:8px 10px;background:var(--ppt-bubble-buyer-bg);border:1px solid var(--ppt-bubble-border)}.product-points__mockup-chat-message--buyer .product-points__mockup-chat-bubble{gap:6px;border-radius:4px 16px 16px}.product-points__mockup-chat-message--assistant .product-points__mockup-chat-bubble{gap:4px;border-radius:12px 4px 16px 18px}.product-points__mockup-chat-bubble-content{display:flex;flex-direction:column}.product-points__mockup-chat-message--buyer .product-points__mockup-chat-bubble-content{gap:6px}.product-points__mockup-chat-message--assistant .product-points__mockup-chat-bubble-content{gap:4px}.product-points__mockup-chat-message-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0}.product-points__mockup-chat-message-original{margin:0;font-size:12px;font-weight:400;line-height:1.4;color:var(--ppt-point-text)}.product-points__mockup-chat-message-translation-row{display:flex;gap:4px;align-items:center}.product-points__mockup-chat-message-separator{width:100%;border-top:1px solid rgba(255,255,255,.15);flex-shrink:0}.product-points__mockup-chat-translate-icon{width:14px;height:14px;border-radius:4px;background:#e2edff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-points__mockup-chat-translate-icon img{width:10px;height:10px}.product-points__mockup-chat-message-translated{margin:0;font-size:12px;font-weight:400;line-height:1.4;color:var(--ppt-point-subdued)}.product-points__mockup-fab{position:absolute;right:-20px;bottom:12px;display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;line-height:0;z-index:2}@media (max-width: 1100px){.product-points__point-layout{grid-template-columns:1fr;gap:32px}.product-points__point-right{order:-1}.product-points__mockup{max-width:480px}.product-points__mockup-panels{grid-template-columns:1fr 2fr}.product-points__point2-layout{grid-template-columns:1fr;gap:32px}.product-points__point2-right{order:-1}.product-points__dashboard-panel{width:100%;height:auto;min-height:380px}.product-points__point3-layout{grid-template-columns:1fr;gap:32px}.product-points__point3-right{order:-1}.product-points__knowledge-base-panel{width:100%;height:auto;min-height:380px}}@media (max-width: 680px){.product-points__header{margin-bottom:32px}.product-points__point--1{padding:24px}.product-points__mockup-platform-bar{max-width:300px}.product-points__mockup-platform-icon{width:24px;height:24px}.product-points__mockup-panels{grid-template-columns:1fr;gap:12px}.product-points__mockup-channel-panel,.product-points__mockup-conversation-panel{min-height:auto}.product-points__mockup-channel-panel{display:none}.product-points__mockup-conversation-panel{min-height:320px}.product-points__point--2{padding:24px}.product-points__dashboard-metrics{grid-template-columns:repeat(3,1fr);gap:8px}.product-points__dashboard-metric-card{padding:12px 10px}.product-points__dashboard-chart-card{padding:12px}.product-points__dashboard-panel{min-height:340px}.product-points__point--3{padding:24px}.product-points__knowledge-base-stats{grid-template-columns:repeat(3,1fr);gap:6px}.product-points__knowledge-base-stat-card{padding:12px 10px;height:auto}.product-points__knowledge-base-panel{min-height:0;height:auto}.product-points__knowledge-base-chat{padding:8px;flex:auto;min-height:180px}.product-points__knowledge-base-save-bar{height:auto}.product-points__knowledge-base-chat-bubble-text{width:auto!important}}.register-success{padding:calc(160px + var(--announcement-bar-height, 0px)) 16px 64px;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(51,102,255,.08),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(51,102,255,.04),transparent),#d9e8ff;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:80vh}.register-success__container{max-width:560px;margin:0 auto}.register-success__card{background:#fff;border-radius:20px;padding:48px 32px;text-align:center;box-shadow:0 8px 24px #0000000f}.register-success__icon{display:block;width:72px;height:72px;margin:0 auto 20px}.register-success__title{margin:0 0 12px;font-size:24px;font-weight:600}.register-success__description{margin:0 0 28px;color:#666;font-size:14px;line-height:1.5}.register-success__primary-btn{display:inline-block;width:100%;padding:14px 20px;margin-bottom:16px;background:var(--color-brand-blue, #3366ff);color:#fff;border-radius:10px;text-decoration:none;font-weight:500;transition:opacity .2s ease}.register-success__primary-btn:hover,.register-success__primary-btn:focus-visible{opacity:.9}.register-success__secondary-link{display:inline-block;margin-bottom:32px;color:#666;font-size:14px;text-decoration:underline;transition:color .2s ease}.register-success__secondary-link:hover,.register-success__secondary-link:focus-visible{color:var(--color-brand-blue, #3366ff)}.register-success__download-section{border-top:1px solid #eee;padding-top:28px}.register-success__download-title{margin:0 0 16px;font-size:14px;font-weight:500}.register-success__platforms-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.register-success__platform-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:180px;border:1px solid #eee;border-radius:12px;padding:16px}.register-success__platform-icon{display:inline-block;width:40px;height:40px;color:#333}.register-success__platform-name{margin:8px 0;font-size:14px;font-weight:500}.register-success__platform-button{display:inline-block;padding:8px 16px;border:1px solid #ddd;border-radius:8px;text-decoration:none;font-size:13px;color:#333;transition:border-color .2s ease,color .2s ease}.register-success__platform-button:hover,.register-success__platform-button:focus-visible{border-color:var(--color-brand-blue, #3366ff);color:var(--color-brand-blue, #3366ff)}.register-success__platform-qr{margin-top:12px}.register-success__platform-qr img{width:100px;height:100px;aspect-ratio:1}.register-success__platform-qr-label{display:block;font-size:12px;color:#888;margin-top:4px}@media (max-width: 767px){.register-success{padding-top:calc(100px + var(--announcement-bar-height, 0px))}.register-success__card{padding:36px 24px}.register-success__desktop-only{display:none}}@media (min-width: 768px){.register-success__mobile-only{display:none}}.register{--reg-bg: #d9e8ff;--reg-card-bg: #ffffff;--reg-card-shadow: 0 8px 40px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--reg-card-shadow-hover: 0 12px 48px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .06);--reg-card-radius: 20px;--reg-text-primary: #1a1a2e;--reg-text-secondary: #64748b;--reg-text-muted: #94a3b8;--reg-border: #e2e8f0;--reg-border-focus: #3366ff;--reg-primary: #3366ff;--reg-primary-hover: #254ecc;--reg-primary-disabled: #c5d0e8;--reg-tab-active-border: #3366ff;--reg-tab-inactive-text: #94a3b8;--reg-input-bg: #ffffff;--reg-input-height: 48px;--reg-btn-height: 48px;display:flex;justify-content:center;align-items:center;width:100%;min-height:80vh;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(51,102,255,.08),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(51,102,255,.04),transparent),var(--reg-bg);padding:calc(140px + var(--announcement-bar-height, 0px)) var(--section-padding-x) 80px;box-sizing:border-box;background-size:cover;background-position:center;background-repeat:no-repeat}.register__container{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center}.register__card{width:100%;background-color:var(--reg-card-bg);border-radius:var(--reg-card-radius);box-shadow:var(--reg-card-shadow);padding:48px 52px 52px;box-sizing:border-box;position:relative;overflow:hidden;transition:box-shadow .3s ease}.register__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#36f,#5c8aff,#36f);background-size:200% 100%;animation:register-gradient-shift 4s ease infinite}@keyframes register-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.register__title{margin:0 0 10px;color:var(--reg-text-primary);font-size:clamp(24px,2.6vw,30px);font-weight:700;line-height:1.25;text-align:center;letter-spacing:-.01em}.register__subtitle{margin:0 0 36px;color:var(--reg-text-secondary);font-size:clamp(13px,1.2vw,15px);font-weight:400;line-height:1.5;text-align:center}.register__tabs{display:flex;width:100%;margin-bottom:32px;border-bottom:1px solid var(--reg-border);position:relative}.register__tab{flex:1;padding:14px 0;background:none;border:none;border-bottom:2px solid transparent;color:var(--reg-tab-inactive-text);font-size:15px;font-weight:500;cursor:pointer;transition:color .25s ease,border-color .25s ease;position:relative}.register__tab:hover{color:var(--reg-text-primary)}.register__tab--active{color:var(--reg-primary);border-bottom-color:var(--reg-tab-active-border);font-weight:600}.register__form{display:flex;flex-direction:column;gap:22px;width:100%}.register__form-group{display:flex;flex-direction:column;gap:8px;width:100%}.register__label{color:var(--reg-text-primary);font-size:14px;font-weight:500;line-height:1.4}.register__label-row{display:flex;justify-content:space-between;align-items:center;width:100%}.register__label-link{color:var(--reg-primary);font-size:13px;font-weight:400;text-decoration:none;transition:opacity .2s ease}.register__label-link:hover{opacity:.8;text-decoration:underline}.register__input-wrapper{display:flex;gap:10px;width:100%}.register__country-select{flex-shrink:0;width:130px;height:var(--reg-input-height);padding:0 10px;border:1px solid var(--reg-border);border-radius:10px;background-color:var(--reg-input-bg);color:var(--reg-text-primary);font-size:14px;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.register__country-select:focus{border-color:var(--reg-border-focus);box-shadow:0 0 0 3px #3366ff1a}.register__input{width:100%;height:var(--reg-input-height);padding:0 16px;border:1px solid var(--reg-border);border-radius:10px;background-color:var(--reg-input-bg);color:var(--reg-text-primary);font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.register__input:focus{border-color:var(--reg-border-focus);box-shadow:0 0 0 3px #3366ff1a}.register__input::placeholder{color:var(--reg-text-muted)}.register__input--phone{flex:1}.register__input--error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.register__error-text{color:#ef4444;font-size:12px;line-height:1.4;margin-top:4px}.register__get-code-btn{flex-shrink:0;height:var(--reg-input-height);padding:0 18px;border:1px solid var(--reg-primary);border-radius:10px;background-color:var(--reg-primary);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .15s ease;white-space:nowrap;box-sizing:border-box}.register__get-code-btn:hover:not(:disabled){background-color:var(--reg-primary-hover);border-color:var(--reg-primary-hover);transform:translateY(-1px)}.register__get-code-btn:active:not(:disabled){transform:translateY(0)}.register__get-code-btn--disabled{background-color:var(--reg-primary-disabled);border-color:var(--reg-primary-disabled);cursor:not-allowed}.register__checkbox{flex-direction:row!important;align-items:flex-start;gap:10px!important;margin-top:4px}.register__checkbox-input{width:18px;height:18px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:var(--reg-primary)}.register__checkbox-label{color:var(--reg-text-secondary);font-size:13px;line-height:1.5;cursor:pointer}.register__checkbox-link{background:none;border:none;padding:0;font:inherit;cursor:pointer;color:var(--reg-primary);text-decoration:none;transition:opacity .2s ease}.register__checkbox-link:hover{opacity:.8;text-decoration:underline}.register__submit-btn{width:100%;height:var(--reg-btn-height);margin-top:8px;padding:0 24px;border:none;border-radius:10px;background:linear-gradient(135deg,#36f,#4d7fff);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .25s ease,transform .15s ease,box-shadow .25s ease;box-sizing:border-box;position:relative;overflow:hidden}.register__submit-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s ease}.register__submit-btn:hover{background:linear-gradient(135deg,#254ecc,#36f);transform:translateY(-1px);box-shadow:0 6px 20px #3366ff4d}.register__submit-btn:hover:after{left:100%}.register__submit-btn:active{transform:translateY(0);box-shadow:0 3px 10px #36f3}.register__decor-dot{position:absolute;border-radius:50%;opacity:.06;pointer-events:none}.register__decor-dot--1{width:200px;height:200px;background:var(--reg-primary);top:-60px;right:-60px}.register__decor-dot--2{width:120px;height:120px;background:var(--reg-primary);bottom:40px;left:-40px}@media (max-width: 640px){.register{padding:calc(110px + var(--announcement-bar-height, 0px)) 16px 48px;align-items:flex-start}.register__card{padding:32px 24px 40px;border-radius:16px}.register__title{font-size:22px}.register__subtitle{font-size:13px;margin-bottom:28px}.register__country-select{width:110px;font-size:13px;padding:0 8px}.register__input,.register__get-code-btn{font-size:13px}.register__get-code-btn{padding:0 14px}.register__checkbox-label{font-size:12px}.register__decor-dot--1,.register__decor-dot--2{display:none}.register__agreement-modal-panel{width:min(95vw,800px);max-height:90vh;border-radius:16px}.register__agreement-modal-header{padding:16px 16px 0}.register__agreement-modal-body{padding:16px}.register__agreement-modal-iframe{min-height:60vh}}@media (max-width: 400px){.register__card{padding:28px 20px 36px}.register__country-select{width:100px;font-size:12px}.register__input-wrapper{gap:8px}}.register-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.register-modal--visible{opacity:1;visibility:visible}.register-modal__overlay{position:absolute;inset:0;background:#0f172a59;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.register-modal__content{position:relative;width:90%;max-width:420px;background:#fff;border-radius:20px;box-shadow:0 24px 80px #0000001f,0 8px 24px #00000014;overflow:hidden;transform:scale(.96) translateY(12px);transition:transform .35s cubic-bezier(.16,1,.3,1)}.register-modal--visible .register-modal__content{transform:scale(1) translateY(0)}.register-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.register-modal__title{font-size:18px;font-weight:700;color:var(--reg-text-primary);letter-spacing:-.01em}.register-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:10px;font-size:22px;line-height:1;color:var(--reg-text-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease}.register-modal__close:hover{background-color:#f1f5f9;color:var(--reg-text-primary)}.register-modal__body{padding:20px 24px}.register-modal__captcha-img-wrap{position:relative;width:100%;margin-bottom:16px;border-radius:12px;background:#f8fafc;border:1px solid var(--reg-border);overflow:hidden}.register-modal__captcha-img{display:block;width:100%;max-height:140px;object-fit:contain;padding:12px;box-sizing:border-box}.register-modal__captcha-input{width:100%;height:52px;padding:0 16px;border:1px solid #cbd5e1;border-radius:12px;background-color:#f8fafc;color:var(--reg-text-primary);font-size:16px;font-weight:500;letter-spacing:.05em;text-align:center;outline:none;box-shadow:inset 0 1px 2px #0f172a0f,0 1px #fff9;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-sizing:border-box}.register-modal__captcha-input:focus{border-color:var(--reg-border-focus);background-color:#fff;box-shadow:0 0 0 4px #3366ff1a,inset 0 1px 2px #0f172a0a}.register-modal__captcha-input::placeholder{color:#94a3b8;font-weight:400;letter-spacing:0}.register-modal__footer{display:flex;gap:12px;padding:0 24px 24px}.register-modal__btn{flex:1;height:46px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease}.register-modal__btn:active{transform:scale(.98)}.register-modal__btn--primary{background:linear-gradient(135deg,#36f,#4d7fff);color:#fff;box-shadow:0 4px 12px #3366ff40}.register-modal__btn--primary:hover{background:linear-gradient(135deg,#254ecc,#36f);box-shadow:0 6px 16px #3366ff59;transform:translateY(-1px)}.register-modal__btn--primary:active{transform:scale(.98) translateY(0);box-shadow:0 2px 8px #36f3}.register-modal__btn--secondary{background:#f1f5f9;color:var(--reg-text-primary)}.register-modal__btn--secondary:hover{background:#e2e8f0}.register-toast{position:fixed;top:20px;left:50%;transform:translate(-50%) translateY(-20px);z-index:2000;padding:12px 24px;background:#000c;color:#fff;font-size:14px;border-radius:8px;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;white-space:nowrap}.register-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}.register__input-wrapper--password{position:relative;display:flex;align-items:center;width:100%}.register__input--with-toggle{padding-right:44px}.register__password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;padding:0;border:none;background:transparent;color:var(--reg-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.register__password-toggle:hover{color:var(--reg-text-primary)}.register__password-toggle:focus-visible{outline:2px solid var(--reg-border-focus);outline-offset:2px;border-radius:4px}.register__input-wrapper--password .register__input{width:100%}.register__agreement-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:2000}.register__agreement-modal[hidden]{display:none}.register__agreement-modal-backdrop{position:absolute;inset:0;background:#0f172a59;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);will-change:opacity}.register__agreement-modal-panel{position:relative;width:min(90vw,800px);max-height:85vh;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 24px 80px #0000001f,0 8px 24px #00000014;z-index:1;will-change:transform,opacity}.register__agreement-modal-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:20px 24px 0}.register__agreement-modal-title{margin:0;font-size:18px;font-weight:700;color:var(--reg-text-primary);letter-spacing:-.01em}.register__agreement-modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:10px;color:var(--reg-text-muted);cursor:pointer;transition:background-color .2s ease,color .2s ease;flex-shrink:0}.register__agreement-modal-close:hover{background-color:#f1f5f9;color:var(--reg-text-primary)}.register__agreement-modal-body{flex:1;overflow:hidden;padding:20px 24px 24px;display:flex}.register__agreement-modal-iframe{width:100%;height:100%;min-height:65vh;border:1px solid var(--reg-border);border-radius:12px;background:#f8fafc}.stats{--stats-bg: rgba(238, 242, 255, .5);--stats-value-color: #36f;--stats-label-color: #6b7280;--stats-divider-color: #d3dcf8;width:100%;background:var(--stats-bg)}.stats__container{display:flex;align-items:center;justify-content:center;max-width:var(--section-max-width, 1245px);margin:0 auto;padding:clamp(40px,4vw,60px) var(--section-padding-x);min-height:200px}.stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 48px;flex:1}.stats__value{font-size:clamp(30px,3vw,42px);font-weight:700;color:var(--stats-value-color);line-height:1.2;margin-bottom:8px;font-variant-numeric:tabular-nums;white-space:nowrap}.stats__label{font-size:14px;font-weight:400;color:var(--stats-label-color);line-height:1.4;white-space:nowrap}.stats__divider{width:1px;height:80px;background-color:var(--stats-divider-color);flex-shrink:0}@media (max-width: 768px){.stats__container{flex-wrap:wrap;padding:40px var(--section-padding-x)}.stats__item{padding:0 24px;min-width:120px;margin-bottom:24px}.stats__value{font-size:32px}.stats__divider{display:none}}.testimonials{--testimonials-bg: #f7f9fc;--testimonials-card-bg: #f0f4ff;--testimonials-text-color: #111827;--testimonials-role-color: #515359;--testimonials-dot-active: #c7d4e8;--testimonials-dot-border: #768aac;position:relative;background:var(--testimonials-bg);padding:0 0 80px}.testimonials__container{position:relative;max-width:var(--section-max-width, 1245px);margin:0 auto;padding:0 var(--section-padding-x);overflow:hidden}.testimonials__track{display:flex;gap:32px;will-change:transform}.testimonials__card{flex:0 0 590px;height:520px;background:var(--testimonials-card-bg);border-radius:12px;overflow:hidden;transform-origin:center center}.testimonials__card-inner{padding:56px;height:100%;display:flex;flex-direction:column;align-items:flex-start}.testimonials__card-logo{height:48px;width:auto;object-fit:contain;margin-bottom:20px}.testimonials__quote{flex:1;overflow:hidden}.testimonials__quote-paragraph{font-weight:500;font-size:18px;line-height:26px;color:var(--testimonials-text-color);margin:0 0 10px}.testimonials__quote-paragraph:last-child{margin-bottom:0}.testimonials__author{margin-top:auto;padding-top:24px}.testimonials__author-name{font-weight:700;font-size:20px;line-height:24px;color:var(--testimonials-text-color)}.testimonials__author-role{font-weight:400;font-size:18px;line-height:24px;color:var(--testimonials-role-color);margin-top:9px}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:40px}.testimonials__arrow{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px}.testimonials__arrow-inner{border-radius:8px;background:var(--testimonials-dot-active);transition:background .2s ease}.testimonials__arrow:hover .testimonials__arrow-inner{background:var(--testimonials-dot-border)}.testimonials__dots{display:flex;gap:12px;align-items:center}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:#fff;border:1px solid var(--testimonials-dot-border);padding:0;cursor:pointer;transition:background .2s ease}.testimonials__dot--active{background:var(--testimonials-dot-active);border-color:var(--testimonials-dot-active)}.testimonials__fade{position:absolute;top:0;width:150px;height:520px;pointer-events:none;z-index:10}.testimonials__fade--left{left:0;background:linear-gradient(90deg,#f7f9fc,#f7f9fc00)}.testimonials__fade--right{right:0;background:linear-gradient(90deg,#f7f9fc00,#f7f9fc)}@media (max-width: 1300px){.testimonials__card{flex:0 0 480px}.testimonials__card-inner{padding:40px}}@media (max-width: 1100px){.testimonials__card{flex:0 0 400px}.testimonials__quote-paragraph{font-size:16px;line-height:24px}.testimonials__author-name{font-size:18px}.testimonials__author-role{font-size:16px}.testimonials__fade{display:none}}@media (max-width: 768px){.testimonials{padding:48px 16px}.testimonials__container{padding:0}.testimonials__card{flex:0 0 100%;height:auto;min-height:380px}.testimonials__card-inner{padding:32px 24px}.testimonials__controls{margin-top:24px}}
