:root{--text-strong: #1a1a2e;--text-primary: #2f2f2f;--text-secondary: #595959;--text-muted: #888888;--text-tertiary: #444444;--text-faq: #666666;--text-faint: #929292;--text-faintest: #aaaaaa;--text-dash: #d4d4d8;--text-nav-heading: #9AA3B2;--bg-page: #ffffff;--bg-surface: #f7f8fa;--bg-surface-blue: #F4F6FB;--bg-surface-hover: #EEF1FA;--bg-surface-2: #f6f7fb;--bg-toggle: #f0f0f0;--bg-invert: #1a1a2e;--text-on-invert: #ffffff;--border-soft: #ececf3;--border-default: #e0e0eb;--border-medium: #d0d0d8;--border-subtle: #E8ECF5;--accent: #3c40ff;--accent-hover: #5558ff;--accent-badge-bg: #DDE0FF;--gradient-hero-start: #f7f8fa;--gradient-hero-end: #f4f4ff;--gradient-trust-start: #ffffff;--gradient-trust-end: #f4f4ff;--header-glass-bg: rgba(255, 255, 255, .7);--header-hover-bg: #F7F8FA;--overlay-hover: rgba(0, 0, 0, .05);--shadow-sm: rgba(0, 0, 0, .08);--shadow-md: rgba(0, 0, 0, .1);--icon-chip-bg: #ffffff;--bg-footer: #242F3D;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--text-strong: #f4f5fb;--text-primary: #dcdee8;--text-secondary: #b6bacb;--text-muted: #9298ab;--text-tertiary: #c3c6d3;--text-faq: #a9adbe;--text-faint: #7d8298;--text-faintest: #6c7188;--text-dash: #454a5f;--text-nav-heading: #7d8298;--bg-page: #16171f;--bg-surface: #1e202c;--bg-surface-blue: #22232c;--bg-surface-hover: #262a45;--bg-surface-2: #1c1e2c;--bg-toggle: #262a3d;--bg-invert: #eef0fa;--text-on-invert: #1a1a2e;--border-soft: #2a2c3c;--border-default: #33354a;--border-medium: #3a3c52;--border-subtle: #2a2c3c;--accent: #7d81ff;--accent-hover: #9598ff;--accent-badge-bg: rgba(125, 129, 255, .22);--gradient-hero-start: #1c1e2c;--gradient-hero-end: #232544;--gradient-trust-start: #16171f;--gradient-trust-end: #1e2038;--header-glass-bg: rgba(20, 21, 31, .6);--header-hover-bg: rgba(255, 255, 255, .06);--overlay-hover: rgba(255, 255, 255, .08);--shadow-sm: rgba(0, 0, 0, .35);--shadow-md: rgba(0, 0, 0, .45);--icon-chip-bg: #2D2F3A;--bg-footer: #0d0e13;color-scheme:dark}}:root[data-theme=dark]{--text-strong: #f4f5fb;--text-primary: #dcdee8;--text-secondary: #b6bacb;--text-muted: #9298ab;--text-tertiary: #c3c6d3;--text-faq: #a9adbe;--text-faint: #7d8298;--text-faintest: #6c7188;--text-dash: #454a5f;--text-nav-heading: #7d8298;--bg-page: #16171f;--bg-surface: #1e202c;--bg-surface-blue: #22232c;--bg-surface-hover: #262a45;--bg-surface-2: #1c1e2c;--bg-toggle: #262a3d;--bg-invert: #eef0fa;--text-on-invert: #1a1a2e;--border-soft: #2a2c3c;--border-default: #33354a;--border-medium: #3a3c52;--border-subtle: #2a2c3c;--accent: #7d81ff;--accent-hover: #9598ff;--accent-badge-bg: rgba(125, 129, 255, .22);--gradient-hero-start: #1c1e2c;--gradient-hero-end: #232544;--gradient-trust-start: #16171f;--gradient-trust-end: #1e2038;--header-glass-bg: rgba(20, 21, 31, .6);--header-hover-bg: rgba(255, 255, 255, .06);--overlay-hover: rgba(255, 255, 255, .08);--shadow-sm: rgba(0, 0, 0, .35);--shadow-md: rgba(0, 0, 0, .45);--icon-chip-bg: #2D2F3A;--bg-footer: #0d0e13;color-scheme:dark}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-footer);min-height:100vh;display:flex;flex-direction:column}.page-content{display:flow-root;position:relative;z-index:1;background:var(--bg-page);border-radius:0 0 40px 40px;transition:background-color .2s ease}.header-wrapper{position:sticky;top:20px;z-index:100;max-width:1280px;width:calc(100% - 160px);margin:34px auto 0;border-radius:100px;background:var(--header-glass-bg);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);box-shadow:none;transition:box-shadow .3s ease,background .25s ease,backdrop-filter .25s ease}.header-wrapper.scrolled{box-shadow:0 2px 16px var(--shadow-sm)}.header-wrapper--expanded{background:var(--bg-page);backdrop-filter:none;-webkit-backdrop-filter:none}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);pointer-events:none;z-index:99;transition:background .3s ease,backdrop-filter .3s ease}.header__overlay--visible{background:#00000052;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:auto}.header{width:100%;height:72px;display:flex;align-items:center;padding:0 0 0 32px}.header__logo{height:36px;width:auto;flex-shrink:0}.header__nav{display:flex;align-items:center;gap:16px;margin-left:40px}.header__nav a{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:var(--text-primary);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;height:44px;padding:0 16px;border-radius:100px;transition:background .18s}.header__nav a:hover{background:var(--bg-surface)}.header__nav-btn{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:var(--text-primary);background:none;border:none;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:5px;height:44px;padding:0 16px;border-radius:100px;transition:background .18s}.header__nav-btn:hover,.header__nav-btn--active{background:var(--bg-surface)}.header__nav-chevron{display:inline-block;width:7px;height:7px;border-right:1.5px solid var(--text-primary);border-bottom:1.5px solid var(--text-primary);transform:rotate(45deg);transition:transform .22s ease;flex-shrink:0;margin-bottom:2px}.header__nav-chevron--open{transform:rotate(-135deg);margin-bottom:-2px}.header__dropdown{position:absolute;top:100%;left:0;right:0;padding-top:8px;opacity:0;transform:translateY(-6px);visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;will-change:opacity,transform}.header__dropdown--open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;transition:opacity .22s ease,transform .22s ease,visibility 0s linear 0s}.header__dropdown-content{background:var(--bg-page);border-radius:20px;box-shadow:0 8px 32px var(--shadow-md)}.header__dropdown-divider{display:none}@keyframes dropdown-inner-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.header__dropdown-inner{display:flex;gap:8px;padding:16px 16px 20px;animation:dropdown-inner-in .18s ease both}.header__dropdown-card{flex:0 0 auto;min-width:200px;max-width:260px;padding:16px 18px;background:var(--bg-surface-blue);border-radius:14px;display:flex;flex-direction:column;gap:6px;text-decoration:none;transition:background .18s}.header__dropdown-card:hover{background:#3c40ff14}.header__dropdown-card-icon{width:36px;height:36px;background:var(--icon-chip-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:4px;flex-shrink:0}.header__dropdown-card-icon img{width:20px;height:20px;object-fit:contain}.header__dropdown-card-name{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}.header__dropdown-card-badge{font-size:11px;font-weight:500;color:var(--accent);background:#3c40ff1a;border-radius:100px;padding:2px 8px}.header__dropdown-card-desc{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:var(--text-muted);line-height:1.45}.header__actions{display:flex;align-items:center;gap:0;margin-left:auto}.header__login{font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:var(--accent);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;height:44px;padding:0 24px;border-radius:100px;transition:background .18s;margin-right:14px}.header__login:hover{background:#3c40ff1f}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--text-primary);cursor:pointer;flex-shrink:0;margin-right:6px;transition:background .18s,color .18s}.theme-toggle:hover{background:var(--bg-surface)}.theme-toggle__icon{width:20px;height:20px}.theme-toggle__icon--moon{display:none}:root[data-theme=dark] .theme-toggle__icon--sun{display:none}:root[data-theme=dark] .theme-toggle__icon--moon{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle__icon--sun{display:none}:root:not([data-theme=light]) .theme-toggle__icon--moon{display:block}}.header__theme-toggle--mobile{align-self:flex-start;margin-right:0;margin-bottom:4px}:root[data-theme=dark] img[src*="/Material/Icons/"]{filter:url(#icon-dark-boost) brightness(2.05) saturate(1.1)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) img[src*="/Material/Icons/"]{filter:url(#icon-dark-boost) brightness(2.05) saturate(1.1)}}.icon--light,.icon--dark{filter:none!important}.icon--dark{display:none}:root[data-theme=dark] .icon--light{display:none}:root[data-theme=dark] .icon--dark{display:inline-block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .icon--light{display:none}:root:not([data-theme=light]) .icon--dark{display:inline-block}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;border:none;white-space:nowrap}.btn--primary{background-color:var(--accent);color:#fff;transition:background-color .18s}.btn--primary:hover{background-color:var(--accent-hover)}.btn--secondary{background-color:var(--bg-page);color:var(--text-strong);border:1.5px solid var(--border-default);transition:background-color .18s,border-color .18s}.btn--secondary:hover{background-color:var(--bg-surface-blue);border-color:transparent}.btn--secondary .chevron{font-size:20px;line-height:1;margin-left:2px}.btn--sm{height:44px;padding:0 24px;font-size:16px}.btn--lg{height:56px;padding:0 32px;font-size:18px}.header__cta{max-width:0;opacity:0;overflow:hidden;padding-left:0;padding-right:0;pointer-events:none;transition:max-width .3s ease,opacity .3s ease,padding .3s ease,margin-left .3s ease,margin-right .3s ease,background-color .18s;white-space:nowrap}.header__cta--visible{max-width:200px;opacity:1;padding-left:24px;padding-right:24px;margin-left:2px;margin-right:16px;pointer-events:auto}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 40px}.hero__image{width:248px;height:auto;margin-bottom:40px}.hero__title{color:var(--Text-Default, var(--text-primary));text-align:center;font-family:Inter;font-size:79px;font-style:normal;font-weight:600;line-height:102.161%;letter-spacing:-3.16px;margin-bottom:20px}.hero__subtitle{color:var(--text-secondary);text-align:center;font-family:Inter,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:120%;margin-bottom:40px}.hero__buttons{display:flex;align-items:center;gap:16px}.hero.reveal{opacity:1;transform:none}.hero.reveal .hero__image,.hero.reveal .hero__title,.hero.reveal .hero__subtitle,.hero.reveal .hero__buttons{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.hero.is-revealed .hero__image{opacity:1;transform:none}.hero.is-revealed .hero__title{opacity:1;transform:none;transition-delay:.3s}.hero.is-revealed .hero__subtitle{opacity:1;transform:none;transition-delay:.4s}.hero.is-revealed .hero__buttons{opacity:1;transform:none;transition-delay:.5s}.channel-hero{padding:40px 40px 0}.channel-hero--promo{padding:40px 40px 80px}.channel-hero__card{max-width:1280px;margin:0 auto;background:linear-gradient(90deg,var(--gradient-hero-start),var(--gradient-hero-end));border-radius:64px;padding:80px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden}.channel-hero--promo .channel-hero__card{position:relative;padding:44px 40px 44px 56px;overflow:visible}.channel-hero__content{max-width:540px;flex-shrink:0}.channel-hero--promo .channel-hero__content{max-width:620px;flex-shrink:1}.channel-hero__title{color:var(--text-strong);font-family:Inter,sans-serif;font-size:56px;font-weight:700;line-height:1.05;letter-spacing:-2px;margin-bottom:20px}.channel-hero--promo .channel-hero__title{font-size:clamp(32px,3.4vw,48px);white-space:nowrap}.channel-hero__subtitle{color:var(--text-secondary);font-size:18px;font-weight:400;line-height:1.5;margin-bottom:40px}.channel-hero--promo .channel-hero__subtitle{margin-bottom:32px;white-space:nowrap}.channel-hero__buttons{display:flex;align-items:center;gap:16px}.channel-hero__image{width:380px;height:auto;flex-shrink:0}.channel-hero--promo .channel-hero__image{position:absolute;right:40px;top:-48px;width:380px;margin:0}.bot-section{padding:80px 40px 0}.bot-section__title{max-width:870px;margin:0 auto 40px;color:var(--text-primary);text-align:center;font-family:Inter,sans-serif;font-size:44px;font-weight:600;line-height:1.1;letter-spacing:-1.5px}.bot-cards{max-width:932px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px}.bot-card{flex:1 1 320px;background:var(--bg-surface);border-radius:22px;padding:24px;display:flex;flex-direction:column;overflow:hidden}.bot-card__icon{width:34px;height:34px;object-fit:contain;margin-bottom:12px}.bot-card__title{color:var(--text-primary);font-size:16px;font-weight:600;margin-bottom:6px}.bot-card__desc{color:var(--text-primary);opacity:.8;font-size:14px;line-height:1.5}.bot-card--wide{flex-basis:100%;position:relative;padding-left:180px;justify-content:center}.bot-card--wide .bot-card__image{position:absolute;left:-2px;top:-6px;width:179px;height:183px;object-fit:cover}.bot-highlight{max-width:634px;margin:56px auto 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.bot-highlight__icon{width:36px;height:36px;margin-bottom:6px}.bot-highlight__title{color:var(--text-primary);font-size:23px;font-weight:600}.bot-highlight__desc{color:var(--text-primary);opacity:.8;font-size:18px;line-height:1.5;max-width:425px}.trust-section{padding:80px 40px;max-width:1360px;margin:80px auto 0;background:linear-gradient(180deg,var(--gradient-trust-start),var(--gradient-trust-end));border-radius:64px}.trust-section__title{max-width:848px;margin:0 auto 60px;color:var(--text-primary);text-align:center;font-family:Inter,sans-serif;font-size:44px;font-weight:600;line-height:1.1;letter-spacing:-1.5px}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.trust-item{width:323px;display:flex;flex-direction:column;align-items:center;gap:19px;text-align:center}.trust-item__image{width:auto;height:109px}.trust-item__desc{color:var(--text-primary);opacity:.8;font-size:18px;line-height:1.5}.trust-item__image--icon{width:48px;height:48px;object-fit:contain}.compare-link{display:flex;justify-content:center;align-items:center;gap:6px;margin:40px auto 0;font-size:16px;font-weight:600;color:var(--accent);text-decoration:none}.compare-quote{max-width:700px;margin:24px auto 0;padding:20px 28px;background:var(--bg-surface);border-radius:16px;color:var(--text-secondary);font-size:15px;font-style:italic;line-height:1.6;text-align:center}a.bot-card{text-decoration:none;color:inherit;transition:background .18s}a.bot-card:hover{background:var(--bg-surface-hover)}.bot-card__more{display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-size:14px;font-weight:600;color:var(--accent)}.steps-section{padding:80px 40px}.steps-section__title{max-width:870px;margin:0 auto 40px;color:var(--text-primary);text-align:center;font-family:Inter,sans-serif;font-size:44px;font-weight:600;line-height:1.1;letter-spacing:-1.5px}.steps{max-width:1040px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px}.step{flex:1 1 220px;display:flex;flex-direction:column;align-items:flex-start;background:var(--bg-surface);border-radius:22px;padding:28px 24px}.step__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-size:15px;font-weight:700;margin-bottom:16px}.step__title{color:var(--text-primary);font-size:17px;font-weight:600;margin-bottom:6px}.step__desc{color:var(--text-primary);opacity:.8;font-size:14px;line-height:1.5}@media(max-width:768px){.steps-section{padding:56px 20px}}.screen-block{display:flex;flex-direction:column;align-items:center;padding:0 40px 100px}.screen-block__frame{max-width:960px;width:100%}.screen-block__img{width:100%;height:auto;border-radius:20px;display:block;box-shadow:0 20px 50px #1414281a}.screen-block__img--dark{display:none}:root[data-theme=dark] .screen-block__img--light{display:none}:root[data-theme=dark] .screen-block__img--dark{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .screen-block__img--light{display:none}:root:not([data-theme=light]) .screen-block__img--dark{display:block}}.screen-block__caption{margin-top:27px;font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:var(--text-secondary);text-align:center}.ban{padding:80px 220px}.ban__inner{max-width:1280px;margin:0 auto}.ban__title{font-size:60px;font-weight:800;line-height:105%;letter-spacing:-2px;color:var(--text-strong);margin-bottom:12px}.ban__subtitle{font-size:16px;font-weight:400;color:var(--text-muted);margin-bottom:32px}.ban__tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:48px}.ban__tab{padding:12px 24px;border-radius:100px;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:500;background:var(--bg-surface-blue);color:var(--text-primary);transition:background .18s,color .18s}.ban__tab--active{background:var(--accent);color:#fff;display:inline-flex;align-items:center;gap:8px}.ban__tab-icon{width:18px;height:18px;flex-shrink:0}.ban__content{display:flex;flex-direction:column;gap:32px}.ban__stat{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:500;color:var(--accent)}.ban__laure{height:36px;width:auto}.ban__body{display:flex;gap:80px;align-items:center}.ban__text{flex:1}.ban__heading{font-size:51px;font-weight:700;line-height:120%;color:var(--text-strong);margin-bottom:16px}.ban__desc{font-size:18px;font-weight:400;line-height:1.6;color:var(--text-muted)}.ban__image-wrap{flex:0 0 420px}.ban__image{width:100%;height:auto;display:block;border-radius:16px}.easy{padding:80px 160px}.easy__inner{max-width:1280px;margin:0 auto;text-align:center}.easy__title{font-size:68px;font-weight:800;letter-spacing:-2px;line-height:105%;color:var(--text-strong);margin-bottom:12px}.easy__subtitle{font-size:16px;font-weight:400;color:var(--text-muted);margin-bottom:48px}.easy__cards{display:flex;gap:16px;align-items:stretch;text-align:left}.easy__card{flex:1;border-radius:24px;padding:32px;display:flex;flex-direction:column;min-height:420px}.easy__card--light{background:var(--bg-surface-blue)}.easy__card--white{background:var(--bg-page);box-shadow:0 8px 48px var(--shadow-sm)}.easy__card-media{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 0}.easy__card-media--top{align-items:flex-start}.easy__img{display:block;height:auto}.easy__img--btn{width:90%}.easy__img--chain,.easy__img--dl{width:100%}.easy__img--dark{display:none}:root[data-theme=dark] .easy__img--light{display:none}:root[data-theme=dark] .easy__img--dark{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .easy__img--light{display:none}:root:not([data-theme=light]) .easy__img--dark{display:block}}.easy__card-title{font-size:20px;font-weight:600;color:var(--text-strong);margin-bottom:8px}.easy__card-desc{font-size:15px;font-weight:400;color:var(--text-muted);line-height:1.5}.more{padding:80px 40px 200px}.more__inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.more__icon{width:36px;height:36px}.more__title{font-size:32px;font-weight:700;color:var(--text-strong);letter-spacing:-.5px}.more__desc{font-size:16px;font-weight:400;color:var(--text-secondary);line-height:1.6}.more__link{color:var(--text-secondary);text-decoration:underline;text-underline-offset:2px}.more__buttons{display:flex;align-items:center;gap:16px;margin-top:8px}.safety{padding:80px 160px}.safety__inner{max-width:1280px;margin:0 auto;display:flex;gap:80px;align-items:flex-start;justify-content:center}.safety__left{flex:0 0 420px;display:flex;flex-direction:column;align-items:flex-start;position:sticky;top:240px}.safety__badge{display:inline-block;padding:clamp(10px,1.3vw,17px) clamp(16px,2.7vw,35px);background:var(--bg-surface-blue);border-radius:100px;font-size:clamp(14px,1.9vw,24px);font-weight:500;color:var(--text-primary);margin-bottom:24px;white-space:nowrap}.safety__title{font-size:60px;font-weight:800;line-height:105%;letter-spacing:-2px;color:var(--text-strong);margin-bottom:24px}.safety__subtitle{font-size:16px;font-weight:400;line-height:1.5;color:var(--text-muted)}.safety__right{flex:0 0 363px;display:flex;flex-direction:column;gap:20px}.safety__card{display:flex;flex-direction:column;background:var(--bg-surface-blue);border-radius:16px;padding:24px}.safety__card-icon{width:34px;height:34px;margin-bottom:12px}.safety__card-title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:6px}.safety__card-desc{font-size:14px;font-weight:400;color:var(--text-muted);line-height:1.45}.footer{position:sticky;bottom:0;z-index:0;background:var(--bg-footer);padding:60px 160px 40px}.footer__inner{max-width:1280px;margin:0 auto}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:48px}.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer__logo{height:43px;width:auto;display:block}.footer__legal{font-size:14px;font-weight:400;color:#8a9bb0;line-height:1.6}.footer__nav{display:flex;gap:80px}.footer__nav-col{display:flex;flex-direction:column;gap:16px}.footer__nav-heading{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.footer__nav-link{font-size:15px;font-weight:400;color:#8a9bb0;text-decoration:none;transition:color .15s}.footer__nav-link:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px}.footer__copy{font-size:14px;color:#8a9bb0}.footer__policy{display:flex;gap:32px}.footer__policy-link{font-size:14px;color:#8a9bb0;text-decoration:none;transition:color .15s}.footer__scroll-top{width:48px;height:48px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15);background:#ffffff12;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .18s,border-color .18s}.footer__scroll-top:hover{background:#ffffff24;border-color:#ffffff4d}.footer__policy-link:hover{color:#fff}.tariffs{padding:80px 160px}.tariffs__inner{max-width:1280px;margin:0 auto;text-align:center}.tariffs__title{font-size:80px;font-weight:800;letter-spacing:-3px;line-height:100%;color:var(--text-strong);margin-bottom:12px}.tariffs__subtitle{font-size:16px;font-weight:400;color:var(--text-muted);margin-bottom:48px}.tariffs__cards{display:flex;gap:16px;justify-content:center;text-align:left}.tariffs__compare-link{display:inline-flex;align-items:center;gap:6px;margin-top:32px;font-size:15px;font-weight:600;color:var(--accent);text-decoration:none}.tariffs__compare-link .chevron{transition:transform .2s ease}.tariffs__compare-link:hover .chevron{transform:translate(3px)}.tariff{flex:0 0 422px;border-radius:24px;padding:40px;display:flex;flex-direction:column}.tariff--light{background:var(--bg-surface-hover)}.tariff--white{background:var(--bg-page);border:1px solid var(--border-subtle)}.tariff__name{font-size:36px;font-weight:700;color:var(--text-strong);margin-bottom:6px}.tariff__desc{font-size:16px;font-weight:400;color:var(--text-muted);margin-bottom:24px}.tariff__pricing-row-wrap{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s ease,opacity .28s ease}.tariff__pricing-row-wrap--show{grid-template-rows:1fr;opacity:1}.tariff__pricing-row-wrap>*{overflow:hidden}.tariff__pricing-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.tariff__old-price-wrap{position:relative;display:inline-flex;align-items:center}.tariff__old-price{font-family:Inter,sans-serif;font-size:27px;font-weight:900;line-height:106.999%;color:var(--text-faint)}.tariff__strike-line{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:auto;pointer-events:none}.tariff__badge{display:inline-flex;align-items:center;padding:4px 12px;background:var(--accent-badge-bg);color:var(--accent);border-radius:100px;font-size:14px;font-weight:500}.tariff__price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:28px}.tariff__price{font-size:52px;font-weight:700;color:var(--text-strong);letter-spacing:-1px}.tariff__period{font-size:16px;font-weight:400;color:var(--text-muted)}.tariff__btn{width:100%;height:56px;border-radius:100px;border:none;cursor:pointer;background:var(--accent);color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:500;margin-bottom:28px;transition:background-color .18s}.tariff__btn:hover{background-color:var(--accent-hover)}.tariff__features{list-style:none;display:flex;flex-direction:column;gap:12px}.tariff__feature{font-size:16px;font-weight:400;color:var(--text-primary)}.reveal{opacity:0;transform:translateY(36px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-revealed{opacity:1;transform:none}.easy__card{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.is-revealed .easy__card:nth-child(1){opacity:1;transform:none;transition-delay:.05s}.is-revealed .easy__card:nth-child(2){opacity:1;transform:none;transition-delay:.18s}.is-revealed .easy__card:nth-child(3){opacity:1;transform:none;transition-delay:.31s}.tariff{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.is-revealed .tariff:nth-child(1){opacity:1;transform:none;transition-delay:.05s}.is-revealed .tariff:nth-child(2){opacity:1;transform:none;transition-delay:.18s}.safety__card{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.is-revealed .safety__card:nth-child(1){opacity:1;transform:none;transition-delay:.05s}.is-revealed .safety__card:nth-child(2){opacity:1;transform:none;transition-delay:.13s}.is-revealed .safety__card:nth-child(3){opacity:1;transform:none;transition-delay:.21s}.is-revealed .safety__card:nth-child(4){opacity:1;transform:none;transition-delay:.29s}.is-revealed .safety__card:nth-child(5){opacity:1;transform:none;transition-delay:.37s}.is-revealed .safety__card:nth-child(6){opacity:1;transform:none;transition-delay:.45s}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:10px;border-radius:100px;margin-left:auto;flex-shrink:0;transition:background .18s}.header__burger:hover{background:var(--overlay-hover)}.header__burger span{display:block;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.header__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-menu{display:none;flex-direction:column;gap:4px;max-height:0;overflow:hidden;padding:0 16px;transition:max-height .3s ease,padding .3s ease}.header__mobile-menu--open{max-height:500px;padding:8px 16px 24px}.header__mobile-nav{display:flex;flex-direction:column;gap:2px}.header__mobile-nav a{font-size:17px;font-weight:400;color:var(--text-primary);text-decoration:none;padding:12px 16px;border-radius:12px;transition:background .18s}.header__mobile-nav a:hover{background:var(--overlay-hover)}.header__mobile-nav-heading{font-size:13px;font-weight:600;color:var(--text-nav-heading);text-transform:uppercase;letter-spacing:.04em;padding:16px 16px 4px}.header__mobile-nav-heading:first-child{padding-top:4px}.header__mobile-nav .header__mobile-nav-sublink{font-size:16px;font-weight:400;color:var(--text-primary);text-decoration:none;padding:10px 16px 10px 28px;border-radius:12px;transition:background .18s}.header__mobile-nav .header__mobile-nav-sublink:hover{background:var(--overlay-hover)}.header__mobile-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px;padding:0 4px}.header__mobile-actions .header__login{margin-right:0;justify-content:center;border:1.5px solid var(--border-default);color:var(--text-primary)}.header__mobile-actions .btn{width:100%;justify-content:center}@media(max-width:1200px){.header__cta{display:none!important}}@media(max-width:1024px){.header-wrapper{width:calc(100% - 48px)}.ban{padding:60px}.ban__title{font-size:48px}.ban__heading{font-size:38px}.ban__body{gap:40px}.ban__image-wrap{flex:0 0 280px}.easy{padding:60px}.easy__title{font-size:52px}.safety{padding:60px}.safety__inner{gap:40px}.safety__left{flex:0 0 300px}.safety__title{font-size:44px}.tariffs{padding:60px}.tariffs__title{font-size:60px}.tariff{flex:0 0 340px}.more{padding:60px 60px 160px}.footer{padding:48px 60px 32px}}@media(max-width:900px){.header-wrapper{overflow:hidden;border-radius:20px}.header{height:60px;padding:0 8px 0 20px}.header__logo{height:28px}.header__nav,.header__actions{display:none!important}.header__burger,.header__mobile-menu{display:flex}.header__dropdown{display:none!important}}@media(max-width:768px){.page-content{border-radius:0 0 24px 24px}.header-wrapper{width:calc(100% - 32px);margin:12px auto 0;border-radius:20px}.header{height:60px;padding:0 8px 0 20px}.header__logo{height:28px}.header__nav,.header__actions{display:none!important}.header__burger,.header__mobile-menu{display:flex}.hero{padding:48px 24px 72px}.hero__image{width:180px;margin-bottom:28px}.hero__title{font-size:42px;letter-spacing:-1.5px}.hero__subtitle{font-size:16px}.hero__buttons{flex-direction:column;width:100%;max-width:320px}.hero__buttons .btn{width:100%;justify-content:center}.channel-hero{padding:24px 16px 0}.channel-hero__card{flex-direction:column;text-align:center;padding:40px 24px;border-radius:24px}.channel-hero__content{max-width:100%}.channel-hero__title{font-size:36px;letter-spacing:-1px}.channel-hero__subtitle{font-size:16px}.channel-hero__buttons{flex-direction:column;width:100%}.channel-hero__buttons .btn{width:100%;justify-content:center}.channel-hero__image{width:220px}.channel-hero--promo{padding:24px 16px 56px}.channel-hero--promo .channel-hero__title,.channel-hero--promo .channel-hero__subtitle{white-space:normal}.channel-hero--promo .channel-hero__card{padding:40px 24px}.channel-hero--promo .channel-hero__image{position:static;right:auto;top:auto;width:220px;margin:24px 0 0}.bot-section{padding:56px 16px 0}.bot-section__title,.trust-section__title{font-size:30px;letter-spacing:-1px}.bot-card--wide{padding-left:24px}.bot-card--wide .bot-card__image{position:static;width:120px;height:auto;margin-bottom:16px}.trust-section{margin:56px 16px 0;padding:48px 20px;border-radius:32px}.screen-block{padding:0 16px 60px}.ban{padding:56px 24px}.ban__title{font-size:36px;letter-spacing:-1px}.ban__heading{font-size:28px}.ban__desc{font-size:16px}.ban__body{flex-direction:column;gap:32px}.ban__image-wrap{flex:none;width:100%}.ban__tabs{gap:8px;margin-bottom:32px}.ban__tab{font-size:14px;padding:10px 16px}.safety{padding:56px 24px}.safety__inner{flex-direction:column;gap:36px}.safety__left{flex:none;width:100%;position:static}.safety__title{font-size:36px;letter-spacing:-1px}.safety__right{flex:none;width:100%}.easy{padding:56px 24px}.easy__title{font-size:36px;letter-spacing:-1px}.easy__cards{flex-direction:column}.easy__card{min-height:320px}.tariffs{padding:56px 24px}.tariffs__title{font-size:42px;letter-spacing:-1.5px}.tariffs__cards{flex-direction:column;align-items:stretch}.tariff{flex:none;width:100%}.more{padding:56px 24px 120px}.more__buttons{flex-direction:column;width:100%;max-width:320px}.more__buttons .btn{width:100%;justify-content:center}.footer{padding:48px 24px 32px}.footer__top{flex-direction:column;gap:36px}.footer__nav{gap:32px}.footer__bottom{flex-direction:column;gap:16px;align-items:flex-start}.footer__policy{flex-direction:column;gap:10px}}.tp-hero{text-align:center;padding:80px 24px 60px;max-width:900px;margin:0 auto}.tp-hero__title{font-size:clamp(36px,5vw,64px);font-weight:800;color:var(--text-strong);letter-spacing:-1.5px;line-height:1.1;margin-bottom:16px}.tp-hero__sub{font-size:18px;color:var(--text-muted);margin-bottom:36px}.tp-toggle{display:inline-flex;background:var(--bg-toggle);border-radius:100px;padding:4px;gap:2px;margin-bottom:16px}.tp-toggle__btn{padding:8px 22px;border-radius:100px;border:none;background:transparent;font-size:15px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s}.tp-toggle__btn--active{background:var(--bg-page);color:var(--text-strong);box-shadow:0 1px 6px var(--shadow-md)}.tp-toggle__chip{display:inline-block;margin-left:6px;padding:2px 8px;border-radius:100px;background:var(--accent-badge-bg);color:var(--accent);font-size:11px;font-weight:700;line-height:1.4;vertical-align:middle}.tp-hero__save{font-size:14px;color:var(--accent);margin-bottom:48px}.tp-hero__save strong{font-weight:600}.tp-cards{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.tp-card{background:var(--bg-surface-2);border-radius:24px;padding:32px;width:340px;display:flex;flex-direction:column;gap:0;text-align:left}.tp-card--highlight{background:var(--bg-page);box-shadow:0 4px 32px #3c40ff1a;border:1.5px solid rgba(60,64,255,.12)}.tp-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.tp-card__name{font-size:20px;font-weight:700;color:var(--text-strong);margin-bottom:4px}.tp-card__for{font-size:14px;color:var(--text-muted)}.tp-card__badge{background:var(--accent);color:#fff;font-size:12px;font-weight:600;border-radius:100px;padding:4px 12px;white-space:nowrap;flex-shrink:0}.tp-card__price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:24px}.tp-card__price{font-size:42px;font-weight:800;color:var(--text-strong);letter-spacing:-1px}.tp-card__period{font-size:14px;color:var(--text-muted)}.tp-card__btn{display:block;text-align:center;padding:14px 0;border-radius:100px;font-size:16px;font-weight:600;text-decoration:none;margin-bottom:28px;transition:opacity .18s}.tp-card__btn:hover{opacity:.85}.tp-card__btn--dark{background:var(--bg-invert);color:var(--text-on-invert)}.tp-card__btn--outline{background:transparent;color:var(--text-strong);border:1.5px solid var(--border-medium)}.tp-card__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.tp-card__features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-tertiary)}.tp-table-section{padding:80px 24px 100px;background:var(--bg-page)}.tp-table-inner{max-width:900px;margin:0 auto}.tp-table{width:100%}.tp-table__row{display:grid;grid-template-columns:1fr 220px 220px;border-bottom:1px solid var(--border-soft)}.tp-table__row--head{border-bottom:1px solid var(--border-soft);align-items:end}.tp-table--zone1 .tp-table__row--head{position:sticky;top:88px;z-index:10;background:var(--bg-page)}.tp-table__row--group,.tp-table__row--foot{border-bottom:none}.tp-table__cell{padding:18px 20px;font-size:15px;color:var(--text-tertiary);display:flex;align-items:center}.tp-table__cell--pop{background:var(--bg-surface)}.tp-table__row--head .tp-table__cell--pop{border-radius:16px 16px 0 0;align-items:flex-start;flex-direction:column;gap:0}.tp-table__row--foot .tp-table__cell--pop{border-radius:0 0 16px 16px;padding-top:4px;padding-bottom:4px}.tp-table__title{font-size:60px;font-weight:800;line-height:105%;letter-spacing:-2px;color:var(--text-strong);margin:0 0 8px}.tp-table__plan-name{font-size:16px;font-weight:700;color:var(--text-strong);display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.tp-table__plan-price{font-size:14px;color:var(--text-muted);margin-bottom:16px}.tp-table__plan-btn{display:inline-block;padding:10px 18px;border-radius:100px;font-size:14px;font-weight:600;text-decoration:none;border:1.5px solid var(--border-medium);color:var(--text-strong);background:transparent;transition:opacity .18s;white-space:nowrap}.tp-table__plan-btn:hover{opacity:.75}.tp-table__plan-btn--dark{background:var(--bg-invert);color:var(--text-on-invert);border-color:var(--bg-invert)}.tp-table__row--head .tp-table__cell:not(.tp-table__cell--pop):not(:first-child){align-items:flex-start;flex-direction:column;gap:0}.tp-table__cell--group{font-size:12px;font-weight:600;color:var(--text-faintest);text-transform:uppercase;letter-spacing:.7px;padding-top:36px;padding-bottom:10px;padding-left:0}.tp-table__cell--label{font-size:15px;color:var(--text-strong);padding-left:0}.tp-table__cell--val{justify-content:center}.tp-table__dash{color:var(--text-dash);font-size:18px}.tp-faq-section{padding:80px 24px 100px}.tp-faq-inner{max-width:720px;margin:0 auto}.tp-faq__title{font-size:60px;font-weight:800;line-height:105%;letter-spacing:-2px;color:var(--text-strong);letter-spacing:-1px;margin-bottom:40px;text-align:center}.tp-faq__list{display:flex;flex-direction:column;gap:10px;margin-bottom:48px}.tp-faq__item{background:var(--bg-surface-2);border-radius:16px;overflow:hidden}.tp-faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;font-size:16px;font-weight:600;color:var(--text-strong);text-align:left}.tp-faq__chevron{flex-shrink:0;transition:transform .22s ease}.tp-faq__item--open .tp-faq__chevron{transform:rotate(180deg)}.tp-faq__a-wrap{overflow:hidden;height:0;transition:height .35s cubic-bezier(.4,0,.2,1)}.tp-faq__a{padding:0 24px 20px;font-size:15px;color:var(--text-faq);line-height:1.6;margin:0}.tp-faq__footer{text-align:center;font-size:15px;color:var(--text-muted)}.tp-faq__link{color:var(--accent);font-weight:500;text-decoration:underline;text-underline-offset:3px}@media(max-width:768px){.tp-cards{flex-direction:column;align-items:center}.tp-card{width:100%;max-width:420px}.tp-table__head,.tp-table__row{grid-template-columns:1fr 120px 120px}.tp-table__col-name,.tp-table__cell{padding:10px 8px}.tp-table-section{display:none}}.legal{padding:80px 24px 100px}.legal__inner{max-width:780px;margin:0 auto}.legal__kicker{font-size:14px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;text-align:center}.legal__title{font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--text-strong);letter-spacing:-1px;line-height:1.2;text-align:center;margin-bottom:12px}.legal__meta{font-size:15px;color:var(--text-muted);text-align:center;margin-bottom:56px}.legal__heading{font-size:22px;font-weight:700;color:var(--text-strong);letter-spacing:-.3px;margin:48px 0 16px}.legal__p{font-size:15px;line-height:1.7;color:var(--text-tertiary);margin-bottom:14px}.legal__list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:10px}.legal__li{font-size:15px;line-height:1.7;color:var(--text-tertiary);padding-left:20px;position:relative}.legal__li:before{content:"";position:absolute;left:4px;top:10px;width:5px;height:5px;border-radius:50%;background:var(--accent)}.legal__link{color:var(--accent);text-decoration:underline;text-underline-offset:3px;word-break:break-word}.legal__table-wrap{overflow-x:auto;margin-bottom:14px;border-radius:12px;border:1px solid var(--border-soft)}.legal__table{width:100%;border-collapse:collapse;font-size:14px}.legal__table th,.legal__table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-soft);line-height:1.6}.legal__table th{background:var(--bg-surface-2);font-weight:600;color:var(--text-strong);white-space:nowrap}.legal__table td{color:var(--text-tertiary)}.legal__table tr:last-child td{border-bottom:none}.legal__footer-note{margin-top:48px;font-size:15px;font-weight:600;color:var(--text-strong);text-align:center}@media(max-width:600px){.legal{padding:56px 16px 72px}.legal__table th,.legal__table td{padding:10px 12px}}.cookie-consent{position:fixed;left:24px;right:24px;bottom:24px;z-index:1000;display:flex;justify-content:center;opacity:0;transform:translateY(24px);pointer-events:none;transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1)}.cookie-consent--visible{opacity:1;transform:none}.cookie-consent__inner{display:flex;align-items:center;gap:24px;max-width:920px;width:100%;background:#14141eb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 50px #1414283d;padding:24px 28px;pointer-events:auto}body.cookie-consent-open .footer{padding-bottom:156px;transition:padding-bottom .3s ease}.cookie-consent__text{flex:1;margin:0;font-size:14px;line-height:1.5;color:#ffffffd1}.cookie-consent__link{color:#fff;text-decoration:underline}.cookie-consent__buttons{display:flex;align-items:center;gap:12px;flex-shrink:0}.cookie-consent__buttons .btn--secondary{background-color:#ffffff14;color:#fff;border:1.5px solid rgba(255,255,255,.24)}.cookie-consent__buttons .btn--secondary:hover{background-color:#ffffff29;border-color:#fff6}.cookie-consent__buttons .btn--primary{background-color:#fff;color:#14141e}.cookie-consent__buttons .btn--primary:hover{background-color:#eaeaf2}@media(max-width:768px){.cookie-consent{left:12px;right:12px;bottom:12px}.cookie-consent__inner{flex-direction:column;align-items:stretch;gap:16px;padding:20px;border-radius:20px}.cookie-consent__buttons{justify-content:stretch}.cookie-consent__buttons .btn{flex:1}body.cookie-consent-open .footer{padding-bottom:236px}}.contacts-hero{padding:80px 24px 24px;text-align:center}.contacts-hero__subtitle{font-size:18px;color:var(--text-secondary);max-width:520px;margin:0 auto}.contact-cards{display:flex;justify-content:center;gap:24px;padding:40px 24px 96px;max-width:1040px;margin:0 auto;flex-wrap:wrap}.contact-card{flex:1 1 280px;max-width:320px;display:flex;flex-direction:column;background:var(--bg-surface-blue);border-radius:20px;padding:32px 28px;text-decoration:none;transition:background .18s,transform .18s}.contact-card:hover{background:var(--bg-surface-hover);transform:translateY(-2px)}.contact-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--icon-chip-bg);border-radius:14px;margin-bottom:20px}.contact-card__label{font-size:14px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.contact-card__value{font-size:22px;font-weight:700;color:var(--text-strong);margin-bottom:8px}.contact-card__desc{font-size:14px;color:var(--text-muted);line-height:1.45}.contacts-requisites{background:var(--bg-surface);padding:64px 24px;border-radius:0 0 40px 40px}.contacts-requisites__inner{max-width:680px;margin:0 auto;text-align:center}.contacts-requisites__title{font-size:24px;font-weight:700;color:var(--text-strong);margin-bottom:16px}.contacts-requisites__name{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:12px}.contacts-requisites__list{list-style:none;font-size:15px;color:var(--text-secondary);line-height:1.7}@media(max-width:768px){.contacts-hero{padding:56px 20px 16px}.contact-cards{padding:32px 20px 72px}.contacts-requisites{padding:48px 20px}}
