:root{--channel-accent: #6517ab;--channel-accent-2: #6517ab}.ch-page{--ch-space-1: .25rem;--ch-space-2: .5rem;--ch-space-3: .75rem;--ch-space-4: 1rem;--ch-space-5: 1.25rem;--ch-space-6: 1.5rem;--ch-space-8: 2rem;--ch-space-10: 2.5rem;--ch-space-12: 3rem;--ch-space-16: 4rem;--ch-space-20: 5rem;--ch-space-24: 6rem;--ch-radius-sm: 6px;--ch-radius-md: 12px;--ch-radius-lg: 20px;--ch-radius-xl: 28px;--ch-radius-full: 9999px;--ch-ease: cubic-bezier(.4, 0, .2, 1);--ch-transition: .2s var(--ch-ease);--ch-transition-slow: .35s var(--ch-ease);--ch-font-size-xs: .75rem;--ch-font-size-sm: .875rem;--ch-font-size-base: 1rem;--ch-font-size-lg: 1.125rem;--ch-font-size-xl: 1.25rem;--ch-font-size-2xl: 1.5rem;--ch-shadow-sm: 0 1px 4px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);--ch-shadow-md: 0 4px 18px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06);--ch-shadow-lg: 0 10px 40px rgba(0,0,0,.12);--ch-shadow-accent: 0 8px 28px color-mix(in srgb, var(--channel-accent) 35%, transparent);--ch-bg: #f8f6fb;--ch-surface: #ffffff;--ch-surface-soft: #f3f0f8;--ch-border: #e5e0ef;--ch-border-light: #f0ecf8;--ch-text: #111827;--ch-text-muted: #6b7280;--ch-text-subtle: #9ca3af;--ch-accent-tint-fallback: rgba(101,23,171,.08);--ch-accent-tint: color-mix(in srgb, var(--channel-accent) 10%, transparent);--ch-accent-tint-md: color-mix(in srgb, var(--channel-accent) 16%, transparent);--ch-accent-border: color-mix(in srgb, var(--channel-accent) 22%, transparent);color:var(--ch-text);background:var(--ch-bg);min-height:100vh;overflow-x:hidden;font-family:inherit}.dark .ch-page{--ch-bg: #0f0d14;--ch-surface: #1a1625;--ch-surface-soft: #221c2e;--ch-border: #2e2640;--ch-border-light: #261e36;--ch-text: #f1edf8;--ch-text-muted: #9c93ab;--ch-text-subtle: #6b6278;--ch-shadow-sm: 0 1px 4px rgba(0,0,0,.25);--ch-shadow-md: 0 4px 18px rgba(0,0,0,.35);--ch-shadow-lg: 0 10px 40px rgba(0,0,0,.45)}.ch-container{max-width:1140px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.ch-section__head{text-align:center;margin-block-end:clamp(2rem,5vw,3.5rem);max-width:680px;margin-inline:auto}.ch-section__title{font-size:clamp(1.55rem,3vw,2.25rem);font-weight:800;color:var(--ch-text);line-height:1.2;letter-spacing:-.02em;margin-block:0 .6rem}.ch-section__lead{font-size:var(--ch-font-size-lg);color:var(--ch-text-muted);line-height:1.65;margin-block:0}.ch-hero{position:relative;padding-block:clamp(4rem,10vw,7rem);overflow:hidden;background:#f8f6fb;background:linear-gradient(160deg,color-mix(in srgb,var(--channel-accent) 6%,#f8f6fb),#f8f6fb 55%,color-mix(in srgb,var(--channel-accent-2) 4%,#f8f6fb))}.dark .ch-hero{background:#0f0d14;background:linear-gradient(160deg,color-mix(in srgb,var(--channel-accent) 10%,#0f0d14),#0f0d14 55%,color-mix(in srgb,var(--channel-accent-2) 6%,#0f0d14))}.ch-hero:before{content:"";position:absolute;inset-block-start:-8rem;inset-inline-end:-6rem;width:480px;height:480px;border-radius:50%;background:#6517ab12;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--channel-accent) 14%,transparent) 0%,transparent 72%);pointer-events:none}.ch-hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--ch-space-6)}.ch-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:var(--ch-radius-xl);color:var(--channel-accent);background:#6517ab1a;background:color-mix(in srgb,var(--channel-accent) 12%,transparent);border:2px solid var(--ch-accent-border);box-shadow:var(--ch-shadow-md),0 0 0 8px color-mix(in srgb,var(--channel-accent) 5%,transparent);transition:transform var(--ch-transition),box-shadow var(--ch-transition)}.ch-hero__icon svg,.ch-hero__icon i{width:44px;height:44px;font-size:2.75rem}.ch-hero__badge{display:inline-flex;align-items:center;gap:var(--ch-space-2);padding:var(--ch-space-1) var(--ch-space-4);border-radius:var(--ch-radius-full);font-size:var(--ch-font-size-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#6517ab17;background:color-mix(in srgb,var(--channel-accent) 11%,transparent);color:var(--channel-accent);border:1px solid var(--ch-accent-border)}.ch-hero__title{font-size:clamp(1.9rem,4vw,3rem);font-weight:900;color:var(--ch-text);line-height:1.15;letter-spacing:-.03em;margin-block:0;max-width:760px}.ch-hero__sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--ch-text-muted);line-height:1.7;margin-block:0;max-width:580px}.ch-hero__cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--ch-space-4);margin-block-start:var(--ch-space-2)}.ch-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ch-space-2);min-height:48px;padding:.75rem 1.75rem;border-radius:var(--ch-radius-full);font-size:var(--ch-font-size-base);font-weight:700;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:transform var(--ch-transition),opacity var(--ch-transition),box-shadow var(--ch-transition),background-color var(--ch-transition);white-space:nowrap;-webkit-tap-highlight-color:transparent}.ch-btn--primary{background:linear-gradient(135deg,var(--channel-accent),var(--channel-accent-2));color:#fff;border-color:transparent;box-shadow:0 4px 16px color-mix(in srgb,var(--channel-accent) 40%,transparent)}.ch-btn--primary:hover,.ch-btn--primary:focus-visible{transform:translateY(-2px);box-shadow:0 8px 24px color-mix(in srgb,var(--channel-accent) 50%,transparent);opacity:.93}.ch-btn--primary:active{transform:translateY(0)}.ch-btn--ghost{background:transparent;color:var(--channel-accent);border-color:var(--ch-accent-border)}.ch-btn--ghost:hover,.ch-btn--ghost:focus-visible{background:#6517ab14;background:color-mix(in srgb,var(--channel-accent) 10%,transparent);transform:translateY(-2px);border-color:color-mix(in srgb,var(--channel-accent) 40%,transparent)}.ch-btn--ghost:active{transform:translateY(0)}.ch-btn:focus-visible{outline:3px solid color-mix(in srgb,var(--channel-accent) 55%,transparent);outline-offset:3px}.ch-features{padding-block:clamp(4rem,8vw,6rem);background:var(--ch-surface)}.dark .ch-features{background:var(--ch-surface)}.ch-features__grid{display:grid;grid-template-columns:1fr;gap:var(--ch-space-6)}@media(min-width:640px){.ch-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ch-features__grid{grid-template-columns:repeat(3,1fr)}}.ch-feature{display:flex;flex-direction:column;gap:var(--ch-space-4);padding:var(--ch-space-8);background:var(--ch-surface);border:1px solid var(--ch-border);border-radius:var(--ch-radius-lg);box-shadow:var(--ch-shadow-sm);transition:transform var(--ch-transition),box-shadow var(--ch-transition),border-color var(--ch-transition)}.ch-feature:hover{transform:translateY(-4px);box-shadow:var(--ch-shadow-md);border-color:var(--ch-accent-border)}.dark .ch-feature{background:var(--ch-surface-soft)}.ch-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--ch-radius-md);color:var(--channel-accent);background:#6517ab17;background:color-mix(in srgb,var(--channel-accent) 11%,transparent);flex-shrink:0}.ch-feature__icon svg,.ch-feature__icon i{width:24px;height:24px;font-size:1.5rem}.ch-feature__title{font-size:var(--ch-font-size-lg);font-weight:700;color:var(--ch-text);margin-block:0;line-height:1.3}.ch-feature__body{font-size:var(--ch-font-size-sm);color:var(--ch-text-muted);line-height:1.7;margin-block:0;flex-grow:1}.ch-steps{padding-block:clamp(4rem,8vw,6rem);background:var(--ch-bg)}.dark .ch-steps{background:var(--ch-bg)}.ch-steps__list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0;counter-reset:ch-step;position:relative}.ch-steps__list:before{content:"";position:absolute;inset-block:2rem 2rem;inset-inline-start:1.75rem;width:2px;background:#6517ab26;background:color-mix(in srgb,var(--channel-accent) 20%,transparent);border-radius:2px}@media(min-width:768px){.ch-steps__list:before{inset-inline-start:2.25rem}}.ch-step{counter-increment:ch-step;display:grid;grid-template-columns:3.5rem 1fr;gap:var(--ch-space-6);align-items:flex-start;padding-block:var(--ch-space-6);position:relative}@media(min-width:768px){.ch-step{grid-template-columns:4.5rem 1fr}}.ch-step__num{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;font-size:var(--ch-font-size-lg);font-weight:900;color:#fff;background:linear-gradient(135deg,var(--channel-accent),var(--channel-accent-2));box-shadow:0 4px 14px color-mix(in srgb,var(--channel-accent) 40%,transparent);flex-shrink:0;position:relative;z-index:1}.ch-step__content{padding-block:.5rem}.ch-step__title{font-size:var(--ch-font-size-xl);font-weight:700;color:var(--ch-text);margin-block:0 .4rem;line-height:1.3}.ch-step__body{font-size:var(--ch-font-size-base);color:var(--ch-text-muted);line-height:1.7;margin-block:0}.ch-benefits{padding-block:clamp(4rem,8vw,6rem);background:var(--ch-surface)}.dark .ch-benefits{background:var(--ch-surface)}.ch-benefits__grid{display:grid;grid-template-columns:1fr;gap:var(--ch-space-5)}@media(min-width:540px){.ch-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.ch-benefits__grid{grid-template-columns:repeat(4,1fr)}}.ch-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--ch-space-3);padding:var(--ch-space-8) var(--ch-space-6);background:#6517ab0a;background:color-mix(in srgb,var(--channel-accent) 5%,var(--ch-surface));border:1px solid var(--ch-border-light);border-radius:var(--ch-radius-lg);transition:transform var(--ch-transition),box-shadow var(--ch-transition)}.ch-benefit:hover{transform:translateY(-3px);box-shadow:var(--ch-shadow-md)}.dark .ch-benefit{background:color-mix(in srgb,var(--channel-accent) 7%,var(--ch-surface-soft));border-color:var(--ch-border)}.ch-benefit__icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:var(--ch-radius-md);font-size:1.75rem;color:var(--channel-accent);background:#6517ab1a;background:color-mix(in srgb,var(--channel-accent) 12%,transparent)}.ch-benefit__value{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:var(--channel-accent);line-height:1;letter-spacing:-.02em}.ch-benefit__label{font-size:var(--ch-font-size-sm);font-weight:600;color:var(--ch-text);line-height:1.3}.ch-benefit__desc{font-size:var(--ch-font-size-xs);color:var(--ch-text-muted);line-height:1.5}.ch-cross{padding-block:clamp(2.5rem,5vw,4rem);background:#6517ab0d;background:color-mix(in srgb,var(--channel-accent) 7%,var(--ch-bg));border-block:1px solid var(--ch-border-light)}.dark .ch-cross{background:color-mix(in srgb,var(--channel-accent) 9%,var(--ch-bg));border-color:var(--ch-border)}.ch-cross__head{text-align:center;margin-block-end:var(--ch-space-8)}.ch-cross__lead{font-size:var(--ch-font-size-sm);font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--ch-text-muted);margin-block:0}.ch-cross__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--ch-space-4)}.ch-cross__chip{display:inline-flex;align-items:center;gap:var(--ch-space-2);padding:.5rem 1.25rem;border-radius:var(--ch-radius-full);font-size:var(--ch-font-size-sm);font-weight:600;text-decoration:none;color:var(--ch-text);background:var(--ch-surface);border:1px solid var(--ch-border);box-shadow:var(--ch-shadow-sm);transition:transform var(--ch-transition),box-shadow var(--ch-transition),border-color var(--ch-transition),color var(--ch-transition)}.ch-cross__chip:hover,.ch-cross__chip:focus-visible{color:var(--channel-accent);border-color:var(--ch-accent-border);transform:translateY(-2px);box-shadow:var(--ch-shadow-md);text-decoration:none}.dark .ch-cross__chip{background:var(--ch-surface-soft);border-color:var(--ch-border)}.ch-cross__chip-icon{width:20px;height:20px;object-fit:contain}.ch-faq{padding-block:clamp(4rem,8vw,6rem);background:var(--ch-bg)}.dark .ch-faq{background:var(--ch-bg)}.ch-faq .ch-section__head{margin-block-end:clamp(1.5rem,4vw,2.5rem)}.ch-cta{position:relative;padding-block:clamp(4rem,9vw,6.5rem);overflow:hidden;background:linear-gradient(135deg,var(--channel-accent) 0%,var(--channel-accent-2) 100%)}.ch-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 15% 50%,rgba(255,255,255,.08) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 85% 20%,rgba(0,0,0,.06) 0%,transparent 70%);pointer-events:none}.ch-cta__inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--ch-space-6)}.ch-cta__title{font-size:clamp(1.7rem,3.5vw,2.8rem);font-weight:900;color:#fff;line-height:1.18;letter-spacing:-.025em;margin-block:0;text-shadow:0 2px 12px rgba(0,0,0,.18)}.ch-cta__lead{font-size:clamp(1rem,2vw,1.15rem);color:#ffffffd9;line-height:1.65;margin-block:0;max-width:520px}.ch-cta .ch-hero__cta{margin-block-start:var(--ch-space-2)}.ch-cta .ch-btn--ghost{color:#fff;border-color:#ffffff8c;background:transparent}.ch-cta .ch-btn--ghost:hover,.ch-cta .ch-btn--ghost:focus-visible{background:#ffffff26;border-color:#fffc}.ch-cta .ch-btn--primary{background:#fff;color:var(--channel-accent);border-color:transparent;box-shadow:0 4px 18px #0000002e}.ch-cta .ch-btn--primary:hover,.ch-cta .ch-btn--primary:focus-visible{background:#ffffffeb;box-shadow:0 8px 28px #00000038;opacity:1}.ch-step__content{text-align:start}@media(max-width:479px){.ch-hero__icon{width:72px;height:72px}.ch-hero__icon svg,.ch-hero__icon i{width:36px;height:36px;font-size:2.25rem}.ch-step{grid-template-columns:3rem 1fr;gap:var(--ch-space-4)}.ch-step__num{width:3rem;height:3rem;font-size:var(--ch-font-size-base)}.ch-steps__list:before{inset-inline-start:1.5rem}}@media(prefers-reduced-motion:reduce){.ch-btn,.ch-feature,.ch-benefit,.ch-cross__chip,.ch-hero__icon{transition:none}.ch-btn--primary:hover,.ch-btn--primary:focus-visible,.ch-btn--ghost:hover,.ch-btn--ghost:focus-visible,.ch-feature:hover,.ch-benefit:hover,.ch-cross__chip:hover,.ch-cross__chip:focus-visible{transform:none}.ch-cta:before{animation:none}}.ch-section--alt{background:var(--ch-surface-soft)}.dark .ch-section--alt{background:var(--ch-surface)}.ch-glass{-webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%);background:#ffffffa6}.dark .ch-glass{background:#140f23b3}.ch-hero__showcase{margin-block-start:var(--ch-space-12);display:flex;justify-content:center}.ch-device{position:relative;inline-size:min(300px,80vw);aspect-ratio:9 / 19.5;padding:11px;border-radius:46px;background:linear-gradient(160deg,#2a2535,#0d0b12);box-shadow:var(--ch-shadow-lg),inset 0 0 0 2px #ffffff0f;flex:none}.ch-device:before{content:"";position:absolute;inset-block-start:20px;inset-inline:0;margin-inline:auto;inline-size:42%;block-size:24px;background:#07060a;border-radius:var(--ch-radius-full);z-index:3}.ch-device__screen{position:relative;block-size:100%;inline-size:100%;border-radius:36px;overflow:hidden;background:#0b141a;display:flex}.ch-device__screen>img{inline-size:100%;block-size:100%;object-fit:cover;display:block}.ch-callscreen{inline-size:100%;block-size:100%;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;padding:13% 22px 30px;background:linear-gradient(180deg,#6517ab,#2a0e47 55%,#15071f)}.ch-callscreen__avatar{margin-block-start:auto;inline-size:88px;block-size:88px;border-radius:var(--ch-radius-full);display:grid;place-items:center;background:#ffffff24;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:2.1rem;font-weight:600}.ch-callscreen__name{margin-block-start:20px;font-size:1.25rem;font-weight:700}.ch-callscreen__status{margin-block-start:6px;font-size:.85rem;color:#ffffffb8;display:inline-flex;align-items:center;gap:6px;font-variant-numeric:tabular-nums}.ch-callscreen__status svg{inline-size:13px;block-size:13px;opacity:.55}.ch-callscreen__controls{margin-block-start:auto;inline-size:100%;display:flex;align-items:flex-start;justify-content:space-evenly}.ch-callscreen__ctrl{display:flex;flex-direction:column;align-items:center;gap:8px}.ch-callscreen__btn{inline-size:50px;block-size:50px;border-radius:var(--ch-radius-full);display:grid;place-items:center;background:#ffffff29}.ch-callscreen__btn svg{inline-size:23px;block-size:23px;color:#fff}.ch-callscreen__lbl{font-size:.68rem;color:#ffffffb3}.ch-callscreen__hangup{margin-block-start:28px;inline-size:64px;block-size:64px;border-radius:var(--ch-radius-full);display:grid;place-items:center;background:#e53935;box-shadow:0 8px 26px #e5393573}.ch-callscreen__hangup svg{inline-size:30px;block-size:30px;color:#fff}.ch-browser{inline-size:min(880px,100%);border-radius:var(--ch-radius-lg);overflow:hidden;background:var(--ch-surface);border:1px solid var(--ch-border);box-shadow:var(--ch-shadow-lg);flex:none}.ch-browser__bar{display:flex;align-items:center;gap:var(--ch-space-3);padding:var(--ch-space-3) var(--ch-space-4);background:var(--ch-surface-soft);border-block-end:1px solid var(--ch-border)}.ch-browser__dots{display:inline-flex;gap:7px;flex:none}.ch-browser__dots i{inline-size:11px;block-size:11px;border-radius:var(--ch-radius-full);display:block}.ch-browser__dots i:nth-child(1){background:#ff5f57}.ch-browser__dots i:nth-child(2){background:#febc2e}.ch-browser__dots i:nth-child(3){background:#28c840}.ch-browser__url{flex:1;text-align:center;font-size:var(--ch-font-size-xs);color:var(--ch-text-subtle);background:var(--ch-bg);border-radius:var(--ch-radius-full);padding:5px var(--ch-space-4);max-inline-size:420px;margin-inline:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;direction:ltr}.ch-browser__shot{display:block;background:var(--ch-surface)}.ch-browser__shot img{inline-size:100%;block-size:auto;display:block}.dark .ch-device{background:linear-gradient(160deg,#1c1828,#060509)}.dark .ch-browser{border-color:var(--ch-border)}@media(prefers-reduced-motion:no-preference){.ch-hero__showcase .ch-device,.ch-hero__showcase .ch-browser{animation:ch-float 6s var(--ch-ease) infinite}@keyframes ch-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}}.ch-hero{padding-block:clamp(5rem,10vw,7.5rem)}.ch-hero>.ch-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.25rem,2.5vw,1.75rem)}.ch-hero__cta{margin-block-start:var(--ch-space-2)}.ch-hero__showcase{margin-block-start:var(--ch-space-6)}
