:root{--bg-dark:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--ton-blue:#08c;--ton-blue-hover:#0077b3;--ton-blue-light:#2481cc;--ton-cyan:#00b0ff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#e2e8f0;--border-color-glow:#0088cc1f;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Courier New", monospace;--gradient-blue:linear-gradient(135deg, #08c 0%, #2481cc 100%);--gradient-text:linear-gradient(135deg, #0f172a 0%, #334155 100%);--gradient-glow:linear-gradient(135deg, #0088cc0a 0%, #2481cc03 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-dark);overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1381e480}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);font-weight:700}.text-gradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-blue-gradient{background:linear-gradient(135deg,#0098ea 0%,#00e1d9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-mono{font-family:var(--font-mono);letter-spacing:-.01em;font-size:.85rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.tech-grid{position:relative}.glow-orb{filter:blur(120px);pointer-events:none;z-index:0;opacity:.12;border-radius:50%;position:absolute}.glow-orb-blue{background:radial-gradient(circle, var(--ton-blue) 0%, transparent 70%)}.glow-orb-cyan{background:radial-gradient(circle, var(--ton-cyan) 0%, transparent 70%)}.btn-ton-primary{background:var(--gradient-blue);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #08c3}.btn-ton-primary:hover{background:linear-gradient(135deg,#009eed 0%,#29b6f6 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0088cc59}.btn-ton-primary:active{transform:translateY(0)}.btn-ton-secondary{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 8px #00000008}.btn-ton-secondary:hover{background:#f8fafc;border-color:#0000001f;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.btn-ton-secondary:active{transform:translateY(0)}.glass-card{border:1px solid var(--border-color);z-index:1;background:#fff;border-radius:20px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.glass-card:before{content:"";opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% 0,#0088cc08,#0000 50%);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.glass-card:hover{border-color:#0088cc40;transform:translateY(-4px);box-shadow:0 16px 40px #0000000d,0 0 20px #0088cc05}.glass-card:hover:before{opacity:1}.tech-dot{background:var(--ton-blue);width:4px;height:4px;box-shadow:0 0 8px var(--ton-blue);border-radius:50%;display:inline-block}.tag-mono{color:var(--ton-cyan);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;background:#1381e414;border:1px solid #1381e426;border-radius:4px;align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.75rem;font-weight:500;display:inline-flex}.tg-window{background:#f4f5f6;border:1px solid #00000014;border-radius:16px;flex-direction:column;height:480px;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000000f}.tg-header{background:#fff;border-bottom:1px solid #0000000f;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.tg-avatar{background:var(--gradient-blue);color:#fff;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.tg-header-info h4{color:#000;font-size:.9rem;font-weight:600}.tg-header-info p{color:#707579;font-size:.75rem}.tg-chat-area{background-color:#e7ebf0;background-image:radial-gradient(#0000000f 15%,#0000 16%);background-size:16px 16px;flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.tg-msg{border-radius:12px;max-width:80%;padding:.65rem .85rem;font-size:.88rem;line-height:1.4;animation:.3s cubic-bezier(.16,1,.3,1) forwards messageFadeIn;position:relative;box-shadow:0 1px 2px #0000000f}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tg-msg-user{color:#000;background:#effdde;border-bottom-right-radius:4px;align-self:flex-end}.tg-msg-bot{color:#000;background:#fff;border:none;border-bottom-left-radius:4px;align-self:flex-start}.tg-msg-bot-tag{color:#2f8cc9;align-items:center;gap:.3rem;margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:flex}.tg-msg-time{color:#00000059;text-align:right;align-self:flex-end;margin-top:.2rem;font-size:.68rem;display:block}.tg-inline-query{font-family:var(--font-mono);color:#2481cc;font-weight:500}.tg-input-area{background:#fff;border-top:1px solid #0000000f;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.tg-input-box{color:#000;background:#f1f5f9;border:none;border-radius:20px;outline:none;flex:1;padding:.55rem 1rem;font-size:.85rem}.tg-input-box::placeholder{color:#00000059}.tg-send-btn{color:#fff;cursor:pointer;background:#2f8cc9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.tg-send-btn:hover{background:#2481cc}.typing-dots{align-items:center;gap:3px;padding:4px 0;display:flex}.typing-dots span{background:#0000004d;border-radius:50%;width:6px;height:6px;animation:1.4s infinite both typingBounce}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.faq-item{border-bottom:1px solid var(--border-color);padding:1.25rem 0}.faq-trigger{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.1rem;font-weight:600;transition:color .2s;display:flex}.faq-trigger:hover{color:var(--ton-blue-light)}.faq-content{opacity:0;max-height:0;color:var(--text-secondary);font-size:.95rem;line-height:1.6;transition:max-height .3s cubic-bezier(.16,1,.3,1),opacity .2s;overflow:hidden}.faq-content.open{opacity:1;max-height:200px;padding-top:.75rem}.faq-icon{transition:transform .3s}.faq-icon.open{color:var(--ton-blue-light);transform:rotate(45deg)}.crosshair{color:#00000014;font-family:var(--font-mono);pointer-events:none;font-size:12px;position:absolute}.sim-tab-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#ffffff05;border-radius:8px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;transition:all .2s}.sim-tab-btn:hover{color:#fff;background:#ffffff0d}.sim-tab-btn.active{border-color:var(--ton-blue);color:#fff;background:#0098ea1a;box-shadow:0 0 15px #0098ea1a}.tg-bubble-media{object-fit:cover;border:1px solid #ffffff1a;border-radius:8px;width:100%;max-width:240px;height:140px;margin-bottom:.5rem}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:block!important}header{border-radius:15px!important;margin:.5rem!important;top:.5rem!important}header .container{padding:0 1rem}.grid-layout{grid-template-columns:1fr!important;gap:1rem!important}#simulator .container>div,#architecture .container>div{grid-template-columns:1fr!important;gap:2rem!important}.footer-container{text-align:center;flex-direction:column!important}}@media (width>=769px){.desktop-only{display:flex!important}.mobile-only{display:none!important}}.footer-container{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.hero-layout{text-align:left;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}@media (width<=768px){.hero-layout{text-align:center!important;grid-template-columns:1fr!important;gap:3rem!important}}:root{--phone-w:360px;--phone-h:760px}@media (width<=480px){:root{--phone-w:290px;--phone-h:610px}}.phone-container{width:var(--phone-w);height:var(--phone-h);perspective:1000px;margin:0 auto;transition:width .3s,height .3s;position:relative;container:phone/inline-size}.phone-device{filter:drop-shadow(0 30px 32px #0f172a33);width:330px;container:phone-device/inline-size}.phone-device>div>div:first-child{box-shadow:0 0 0 1px #ffffff2e,inset 0 0 0 1px #ffffff14}@media (width<=480px){.phone-device{transform:scale(.86)}}.phone-shell{width:100%;height:100%;transform-style:preserve-3d;background:#0b0c10;border:4px solid #0b0c10;border-radius:48px;transition:transform .2s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 0 0 2px #8e909a,0 0 0 3.5px #2d2e35,0 25px 65px #00000026,inset 0 0 8px #ffffff40}.phone-screen{background:#000;border-radius:44px;flex-direction:column;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden}.phone-demo-video{object-fit:cover;opacity:0;pointer-events:none;background:#000;width:100%;height:100%;transition:opacity .6s;display:block;position:absolute;inset:0}.phone-demo-video.active{opacity:1}.phone-loader{z-index:3;opacity:1;background:linear-gradient(160deg,#2aabee 0%,#08c 52%,#0073ad 100%);flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;transition:opacity .5s;display:flex;position:absolute;inset:0;overflow:hidden}.phone-loader.is-hidden{opacity:0;pointer-events:none}.phone-loader-glow{pointer-events:none;background:radial-gradient(circle at 50% 42%,#ffffff61,#fff0 60%);animation:2.6s ease-in-out infinite phone-loader-breathe;position:absolute;inset:-40% -10%}.phone-loader-plane{color:#fff;filter:drop-shadow(0 6px 16px #00000040);width:62px;height:62px;animation:1.7s ease-in-out infinite phone-loader-pulse;position:relative}.phone-loader-dots{gap:7px;display:flex;position:relative}.phone-loader-dots i{background:#ffffffe6;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite phone-loader-bounce}.phone-loader-dots i:nth-child(2){animation-delay:.18s}.phone-loader-dots i:nth-child(3){animation-delay:.36s}@keyframes phone-loader-pulse{0%,to{opacity:.9;transform:scale(1)translateY(0)}50%{opacity:1;transform:scale(1.1)translateY(-3px)}}@keyframes phone-loader-breathe{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}@keyframes phone-loader-bounce{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){.phone-loader-plane,.phone-loader-glow,.phone-loader-dots i{animation:none}}.phone-slider{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.phone-slider-controls{align-items:center;gap:.85rem;display:flex}.phone-slider-arrow{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:34px;height:34px;color:var(--text-secondary);cursor:pointer;background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.35rem;line-height:1;transition:color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.phone-slider-arrow:hover{color:var(--ton-blue);border-color:var(--ton-blue);transform:translateY(-1px);box-shadow:0 4px 12px #0088cc2e}.phone-slider-dots{align-items:center;gap:.5rem;display:flex}.phone-slider-dot{background:var(--border-color);cursor:pointer;border:none;border-radius:9999px;width:8px;height:8px;padding:0;transition:width .3s,background .3s,box-shadow .3s}.phone-slider-dot:hover{background:var(--text-muted)}.phone-slider-dot.active{background:var(--gradient-blue);width:26px;box-shadow:0 2px 8px #0088cc4d}.phone-dynamic-island{z-index:30;background:#000;border-radius:99px;width:55px;height:10px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.phone-reflection{pointer-events:none;z-index:25;background:linear-gradient(135deg,#fff6 0%,#fff0 50%,#ffffff1a 100%);position:absolute;inset:0}.phone-glare{pointer-events:none;z-index:26;mix-blend-mode:overlay;background:radial-gradient(circle,#ffffff26 0%,#0000 60%);width:200%;height:200%;transition:transform .1s ease-out;position:absolute;top:-50%;left:-50%}.phone-tg-header{-webkit-backdrop-filter:blur(18px);z-index:5;background:#fffffff0;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;min-height:52px;padding:4px 9px 6px;display:flex;position:relative}.phone-status-bar{color:#000;-webkit-user-select:none;user-select:none;z-index:20;background:#fff;flex:0 0 46px;justify-content:space-between;align-items:center;padding:9px 18px 0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica,sans-serif;font-size:10px;font-weight:650;display:flex}.phone-status-time{text-align:center;width:54px}.phone-status-icons{justify-content:flex-end;align-items:center;gap:5px;width:58px;display:flex}.phone-status-icons svg{fill:#000;display:block}.phone-status-signal{width:14px;height:10px}.phone-status-wifi{width:14px;height:11px}.phone-status-battery{border:1px solid #0000008c;border-radius:3px;width:20px;height:9px;padding:1px;position:relative}.phone-status-battery:after{content:"";background:#00000073;border-radius:0 1px 1px 0;width:2px;height:5px;position:absolute;top:2px;right:-3px}.phone-status-battery span{background:#000;border-radius:1px;width:82%;height:100%;display:block}.phone-home-indicator{opacity:.8;background:#000;border-radius:99px;width:110px;height:5px;margin:6px auto}.phone-tg-chat{background-color:#dbe7ec;background-image:radial-gradient(circle at 18px 16px,#43667514 0 2px,#0000 2.5px),radial-gradient(circle at 49px 52px,#43667512 0 3px,#0000 3.5px),linear-gradient(45deg,#0000 47%,#43667509 48% 52%,#0000 53%);background-size:68px 68px,82px 82px,96px 96px;flex-direction:column;flex:1;gap:7px;padding:9px 8px 12px;display:flex;overflow-y:hidden}.phone-tg-footer{color:#707579;-webkit-backdrop-filter:blur(18px);z-index:5;background:#f9f9f9f5;border-top:1px solid #0000000f;align-items:center;gap:6px;padding:6px 7px 23px;font-size:.75rem;display:flex}.phone-tg-back{color:#007aff;align-items:center;gap:1cqw;width:22cqw;font-size:3.4cqw;line-height:1;display:flex}.phone-tg-back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:2.4cqw;height:4cqw}.phone-tg-profile{flex-direction:column;align-items:center;display:flex;position:absolute;top:4px;left:50%;transform:translate(-50%)}.phone-tg-header-avatar{object-fit:cover;border-radius:50%;justify-content:center;align-items:center;width:8cqw;height:8cqw;display:flex;box-shadow:0 0 0 1px #0000000f}.phone-tg-header-copy{text-align:center;white-space:nowrap;margin-top:.6cqw}.phone-tg-header-title{color:#000;justify-content:center;align-items:center;gap:1cqw;font-size:3.45cqw;font-weight:600;line-height:1.05;display:flex}.phone-tg-verified{color:#fff;background:#2aabee;border-radius:50%;justify-content:center;align-items:center;width:3.2cqw;height:3.2cqw;font-size:2.2cqw;font-weight:800;line-height:1;display:inline-flex}.phone-tg-header-status{color:#8e8e93;font-size:2.65cqw;line-height:1.15}.phone-tg-header-status.is-typing{color:#2a9ef1}.phone-tg-header-actions{color:#007aff;justify-content:flex-end;width:22cqw;display:flex}.phone-tg-header-actions svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:5.2cqw;height:5.2cqw}.phone-tg-date{color:#fff;-webkit-backdrop-filter:blur(6px);background:#506f7c6b;border-radius:99px;align-self:center;margin-bottom:1px;padding:.9cqw 2.2cqw;font-size:2.65cqw;font-weight:600;line-height:1}.phone-tg-chat-msg{box-shadow:0 1px 1px #22353e1f;border-radius:4.5cqw!important;max-width:79%!important;padding:1.7cqw 2.4cqw 1.2cqw!important;font-size:3.75cqw!important;line-height:1.28!important}.phone-tg-chat-msg.tg-msg-user{background:#d9fdd3;border-bottom-right-radius:1.4cqw!important}.phone-tg-chat-msg.tg-msg-bot{background:#fff;border-bottom-left-radius:1.4cqw!important}.phone-tg-chat-msg.tg-msg-user:after,.phone-tg-chat-msg.tg-msg-bot:after{content:"";width:2.7cqw;height:3.5cqw;position:absolute;bottom:0}.phone-tg-chat-msg.tg-msg-user:after{clip-path:polygon(0 0,0 100%,100% 100%);background:#d9fdd3;right:-1.7cqw}.phone-tg-chat-msg.tg-msg-bot:after{clip-path:polygon(100% 0,0 100%,100% 100%);background:#fff;left:-1.7cqw}.phone-tg-message-copy{white-space:pre-line;overflow-wrap:anywhere}.phone-tg-msg-bot-tag{color:#2f8cc9;align-items:center;gap:.3rem;display:flex;margin-bottom:.5cqw!important;font-size:3.1cqw!important}.phone-tg-msg-bot-model{color:#2481cc;margin-top:1.2cqw;font-weight:600;display:inline-block;font-size:2.55cqw!important}.phone-tg-msg-meta{float:right;color:#3c3c4385;white-space:nowrap;align-items:flex-end;gap:.6cqw;margin:1.4cqw 0 0 2cqw;font-size:2.45cqw;line-height:1;display:inline-flex}.phone-tg-read-check{color:#34aadc;letter-spacing:-1.4px;font-size:2.8cqw}.phone-tg-msg-image{object-fit:cover;border-radius:3.3cqw;width:100%;height:37cqw;margin-bottom:1.4cqw}.phone-tg-footer-input{color:#3c3c4373;background:#fff;border:1px solid #3c3c432e;border-radius:4.4cqw;flex:1;justify-content:space-between;align-items:center;gap:1.5cqw;min-width:0;min-height:8.3cqw;padding:1.35cqw 1.5cqw 1.35cqw 3cqw;font-size:3.3cqw;line-height:1;display:flex}.phone-tg-footer-input.has-text{color:#111}.phone-tg-footer-input span{text-overflow:clip;white-space:nowrap;min-width:0;overflow:hidden}.phone-tg-footer-input svg{fill:none;stroke:#8e8e93;stroke-width:1.5px;flex:none;width:5.3cqw;height:5.3cqw}.phone-tg-footer-input .phone-tg-emoji-eye{fill:#8e8e93;stroke:none}.phone-tg-attachment,.phone-tg-footer-action{color:#8e8e93;flex:none;justify-content:center;align-items:center;width:7.2cqw;height:7.2cqw;display:flex}.phone-tg-attachment svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:6cqw;height:6cqw}.phone-tg-footer-action svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:5.8cqw;height:5.8cqw}.phone-tg-footer-action.is-send{color:#fff;background:#2aabee;border-radius:50%;width:8.2cqw;height:8.2cqw}.phone-tg-footer-action.is-send .phone-tg-send-icon{width:4.6cqw;height:4.6cqw}.phone-tg-footer-send{color:#fff;background:#2f8cc9;border-radius:50%;justify-content:center;align-items:center;width:7.5cqw;height:7.5cqw;display:flex}.hero-centered{text-align:center;flex-direction:column;align-items:center;padding-top:1.5rem;padding-bottom:4rem;display:flex}.hero-centered .bubble{color:#08c;background:#e7eefa;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex;transform:rotate(-2deg)}.hero-centered .title{color:var(--text-primary);letter-spacing:-.03em;max-width:900px;margin-bottom:1.5rem;font-size:calc(2.4rem + 1.8vw);font-weight:800;line-height:1.15}.hero-centered .title svg{vertical-align:middle;margin:0 .2rem;display:inline-block}.hero-centered .subtitle{color:var(--text-secondary);max-width:650px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-centered .cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.hero-centered .device-animation{width:100%;max-width:480px;margin:0 auto}.story{text-align:center;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:#fff;padding:8rem 1.5rem}.story-text{letter-spacing:-.02em;color:#0f172a;max-width:1000px;margin:0 auto 3rem;font-size:calc(1.5rem + 1.2vw);font-weight:700;line-height:1.4}.story-text:last-child{margin-bottom:0}.story-text span{align-items:center;font-weight:800;display:inline-flex}.features-container{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;padding:6rem 1.5rem;display:flex}.banner-card{border:1px solid var(--border-color);background:#fff;border-radius:28px;min-width:0;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000005}.banner-card-content,.banner-card-image-wrapper,.card-content,.card-image-wrapper{min-width:0}.banner-card:hover{border-color:#08c3;box-shadow:0 16px 40px #0000000a}.banner-card-content{flex-direction:column;flex:1.1;justify-content:center;padding:4rem;display:flex;position:relative}.banner-card-text h2{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.25}.banner-card-text h3{color:#475569;font-size:1.05rem;font-weight:400;line-height:1.6}.banner-card-text h3 a{color:var(--ton-blue);font-weight:600;text-decoration:none}.banner-card-icon{opacity:.15;position:absolute;top:4rem;right:4rem}.banner-card-image-wrapper{border-left:1px solid var(--border-color);background:#f8fafc;flex:.9;justify-content:center;align-items:center;padding:2rem;display:flex}.banner-card-image{border-radius:16px;max-width:100%;height:auto;box-shadow:0 8px 30px #0000000d}.telegram-use-case-image{object-fit:contain;transform-origin:50%;border-radius:16px;width:auto;max-width:100%;height:auto;max-height:300px;transition:transform .3s;display:block;transform:scale(2.5)translateY(89px);box-shadow:0 8px 30px #00000014}:is(.banner-card-image-wrapper:has(.telegram-use-case-image),.card-image-wrapper:has(.telegram-use-case-image)){overflow:hidden}.card-image-wrapper:has(.search-chat){align-items:stretch;height:auto;min-height:280px;padding:0;overflow:hidden}.search-chat{color:#0f172a;background-color:#d9e6dd;background-image:radial-gradient(#4664501a 1.5px,#0000 1.5px);background-size:18px 18px;flex-direction:column;justify-content:center;gap:9px;width:100%;height:100%;padding:16px 18px;font-size:.8rem;line-height:1.42;display:flex}.search-msg{display:flex}.search-msg-out{justify-content:flex-end}.search-msg-in{justify-content:flex-start}.search-bubble-out{background:#d9fdd3;border-radius:14px 14px 5px;max-width:80%;padding:7px 11px;box-shadow:0 1px 1.5px #0f172a1f}.search-bubble-in{background:#fff;border-radius:14px 14px 14px 5px;max-width:88%;padding:9px 12px;box-shadow:0 1px 1.5px #0f172a1f}.search-mention{color:#2481cc;font-weight:600}.search-time{color:#62a883;margin-left:7px;font-size:.62rem}.search-bot-name{color:#2481cc;margin-bottom:3px;font-size:.74rem;font-weight:700}.search-answer{margin:0 0 5px}.search-answer-dim{color:#475569;font-size:.75rem}.search-price{color:#2481cc;white-space:nowrap;font-weight:700}.search-sources{color:#475569;margin-bottom:7px;font-size:.74rem}.search-link{color:#2481cc}.search-preview{background:#f1f7fb;border-left:3px solid #2aabee;border-radius:4px;padding:5px 10px}.search-preview-title{text-overflow:ellipsis;white-space:nowrap;color:#1f6fb2;font-size:.72rem;font-weight:600;display:block;overflow:hidden}.edit-chat{flex-direction:column;gap:.9rem;width:100%;max-width:300px;margin:0 auto;display:flex;position:relative}.edit-msg{display:flex}.edit-msg-out{justify-content:flex-end}.edit-msg-in{justify-content:flex-start}.edit-arrow{width:66px;height:auto;color:var(--ton-blue-light);pointer-events:none;z-index:4;position:absolute;top:36%;right:-26px}.edit-bubble-out{background:#effdde;border-radius:16px;width:72%;overflow:hidden;box-shadow:0 8px 22px #0f172a1f}.edit-photo-top{width:100%;height:auto;display:block}.edit-cap{color:#0f172a;padding:.5rem .75rem;font-size:.8rem;line-height:1.3}.edit-photo-solo{border-radius:16px;width:84%;height:auto;display:block;box-shadow:0 10px 26px #0f172a29}.art-slideshow{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:380px;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000014}.art-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.2s;position:absolute;inset:0}.art-slide.is-active{opacity:1}@media (prefers-reduced-motion:reduce){.art-slide{transition:none}}.gen-video{aspect-ratio:16/9;border-radius:16px;width:100%;max-width:380px;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000014}.gen-video video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.two-cards{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.card{border:1px solid var(--border-color);background:#fff;border-radius:28px;flex-direction:column;min-width:0;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000005}.card:hover{border-color:#08c3;box-shadow:0 16px 40px #0000000a}.card-content{flex-direction:column;flex:1;justify-content:flex-end;padding:3rem 3rem 1.5rem;display:flex}.card-text h2{color:#0f172a;margin-bottom:.75rem;font-size:1.7rem;font-weight:800;line-height:1.25}.card-text h3{color:#475569;font-size:1rem;font-weight:400;line-height:1.6}.card-image-wrapper{border-top:1px solid var(--border-color);background:#f8fafc;justify-content:center;align-items:center;height:280px;padding:2rem;display:flex}.card-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:100%;box-shadow:0 8px 24px #0000000a}.personalization-section{border-top:1px solid var(--border-color);background:#f8fafc}.personalization-container{padding-top:5rem;padding-bottom:5rem}.personalization-card{min-height:500px}.personalization-visual{border-right:1px solid var(--border-color);border-left:0;flex:1.05;padding:2.5rem}.personality-chat{background:#c3d4dd;border-radius:16px;flex-direction:column;width:100%;max-width:440px;min-height:300px;display:flex;overflow:hidden;box-shadow:0 18px 40px #0f172a29}.personality-chat-header{background:#fff;border-bottom:1px solid #0f172a0f;align-items:center;gap:11px;padding:10px 14px;display:flex}.personality-chat-back{color:#2aabee;font-size:1.55rem;line-height:1}.personality-avatar{background:linear-gradient(135deg,#69c0f3,#2a9ef1);border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:1.2rem;display:grid}.personality-chat-meta{flex:1;min-width:0}.personality-chat-meta strong{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;display:block;overflow:hidden}.personality-chat-meta span{color:#8a9aa9;margin-top:1px;font-size:.72rem;display:block}.personality-chat-menu{color:#9aa7b3;letter-spacing:2px;font-size:1.15rem}.personality-chat-messages{background-color:#c3d4dd;background-image:radial-gradient(#fff6 1.5px,#0000 1.5px);background-size:22px 22px;flex-direction:column;flex:1;gap:9px;padding:16px 14px;display:flex}.personality-msg{max-width:86%;display:flex}.personality-msg-out{align-self:flex-end}.personality-msg-in{align-self:flex-start}.personality-bubble{color:#0f172a;border-radius:13px;padding:7px 11px;font-size:.85rem;line-height:1.42;position:relative;box-shadow:0 1px 1.5px #0f172a1f}.personality-bubble-out{background:#effdde;border-bottom-right-radius:4px}.personality-bubble-out:after{content:"";clip-path:polygon(0 0,0 100%,100% 100%);background:#effdde;width:10px;height:9px;position:absolute;bottom:0;right:-5px}.personality-bubble-in{background:#fff;border-bottom-left-radius:4px}.personality-bubble-in:after{content:"";clip-path:polygon(100% 0,100% 100%,0 100%);background:#fff;width:10px;height:9px;position:absolute;bottom:0;left:-5px}.personality-bot-name{color:#2481cc;margin-bottom:2px;font-size:.76rem;font-weight:600;display:block}.personality-bubble-text{display:block}.personality-time{text-align:right;color:#94a3b8;white-space:nowrap;margin-top:3px;font-size:.64rem;display:block}.personality-bubble-out .personality-time{color:#6aa45f}.personality-check{color:#4aa3e0;margin-left:3px;font-size:.6rem}.personality-chat-input{background:#fff;border-top:1px solid #0f172a0f;align-items:center;gap:10px;padding:9px 12px;display:flex}.personality-chat-clip{opacity:.55;font-size:1rem}.personality-chat-input div{color:#94a3b8;background:#f1f5f9;border-radius:999px;flex:1;padding:8px 14px;font-size:.8rem}.personality-chat-input b{color:#fff;background:#2aabee;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:.9rem;display:grid}.personalization-content{flex:.95}.personality-modes{flex-wrap:wrap;gap:.7rem;margin-top:1.8rem;display:flex}.personality-mode{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ec;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem .95rem;transition:all .2s;display:inline-flex}.personality-mode:hover{border-color:#0088cc73}.personality-mode.active{color:#0879b6;background:#eaf6fc;border-color:#0088cc73;box-shadow:0 5px 15px #0088cc1a}.personality-mode strong{font-size:.86rem}.cta-section{padding:1rem 0 5rem}.cta-banner{background:var(--gradient-blue);border-radius:28px;justify-content:space-between;align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;padding:2.8rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0088cc47}.cta-banner-text{flex:1;max-width:480px}.cta-banner-text h2{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.9rem;font-weight:800}.cta-banner-text p{color:#ffffffe6;max-width:420px;margin:0 0 1.6rem;font-size:1rem;line-height:1.5}.cta-banner-btn{color:var(--ton-blue);background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:inline-flex;box-shadow:0 6px 18px #00000024}.cta-banner-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0003}.cta-banner-media{flex:1;justify-content:flex-end;min-width:0;display:flex}.cta-input{width:100%;max-width:440px;color:inherit;cursor:pointer;background:#fff;border-radius:9999px;align-items:center;gap:.6rem;padding:.55rem .55rem .55rem 1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 14px 34px #0003}.cta-input:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0088cc4d}.cta-input:hover .cta-input-send{transform:scale(1.06)}.cta-input-field{color:#0f172a;white-space:nowrap;flex:1;min-width:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;font-size:.92rem;line-height:1.2;overflow:hidden}.cta-input-mention{color:var(--ton-blue);font-weight:600}.cta-input-cursor{background:var(--ton-blue);vertical-align:text-bottom;width:1.5px;height:1em;margin-left:1px;animation:1s step-end infinite cta-caret;display:inline-block}@keyframes cta-caret{0%,50%{opacity:1}50.01%,to{opacity:0}}.cta-input-send{background:var(--gradient-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:inline-flex;box-shadow:0 4px 12px #08c6}@media (width<=720px){.cta-banner{flex-direction:column;align-items:stretch}.cta-banner-text{max-width:100%}.cta-banner-media{justify-content:flex-start}.cta-input{max-width:100%}}@media (width<=640px){.cta-banner{padding:2rem 1.6rem}.cta-banner-text h2{font-size:1.5rem}.cta-banner-btn{justify-content:center;width:100%}}.site-footer{color:#0f172a;border-top:1px solid var(--border-color);background:#fff;padding:4.5rem 0 1.5rem}.footer-main{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:5rem;padding-bottom:3.5rem;display:grid}.footer-brand{max-width:480px}.footer-logo{color:#0f172a;align-items:center;gap:.7rem;font-size:1.35rem;font-weight:800;text-decoration:none;display:inline-flex}.footer-logo img{object-fit:cover;border-radius:50%;width:38px;height:38px}.footer-logo strong{color:var(--ton-blue)}.footer-brand p{color:#64748b;max-width:420px;margin:1.15rem 0 1.5rem;line-height:1.65}.footer-cta{color:#fff;background:var(--ton-blue);border-radius:999px;padding:.75rem 1.1rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr));gap:3rem;display:grid}.footer-links div{flex-direction:column;gap:.8rem;display:flex}.footer-links strong{color:#0f172a;margin-bottom:.35rem;font-size:.85rem}.footer-links a{color:#64748b;font-size:.88rem;text-decoration:none}.footer-links a:hover{color:var(--ton-blue)}.footer-bottom{color:#94a3b8;border-top:1px solid var(--border-color);justify-content:space-between;gap:1rem;padding-top:1.4rem;font-size:.78rem;display:flex}@media (width<=1024px){.banner-card{flex-direction:column}.banner-card-image-wrapper{border-left:none;border-top:1px solid var(--border-color);padding:3rem 2rem}.telegram-use-case-image{transform:scale(2)translateY(64px)}.personalization-card{flex-direction:column}.personalization-visual{border-right:0;border-top:1px solid var(--border-color);order:1;min-height:auto}.personalization-content{order:0}.footer-main{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.hero-centered{padding-top:1.5rem;padding-bottom:3rem}.hero-centered .title{font-size:2.2rem}.hero-centered .subtitle{font-size:1.1rem}.story{padding:6rem 1.5rem}.story-text{font-size:1.5rem}.two-cards{grid-template-columns:minmax(0,1fr);gap:1.25rem}.features-container{gap:1.25rem;padding:4rem 1rem}.banner-card-content{padding:1.6rem 1.5rem}.banner-card-text h2{overflow-wrap:break-word;margin-bottom:.5rem;font-size:1.4rem}.banner-card-text h3{font-size:.92rem;line-height:1.55}.banner-card-image-wrapper{padding:1.25rem}.telegram-use-case-image{transform:scale(1.55)translateY(42px)}.personalization-container{padding-top:3rem;padding-bottom:3rem}.personalization-visual{min-height:auto;padding:1.25rem}.footer-main{padding-bottom:2.5rem}.footer-links{gap:2rem}.footer-bottom{flex-direction:column}.card-content{padding:1.6rem 1.5rem 1rem}.card-text h2{overflow-wrap:break-word;margin-bottom:.4rem;font-size:1.3rem}.card-text h3{font-size:.92rem;line-height:1.55}.card-image-wrapper{height:180px;padding:1.25rem}}@media (width<=480px){.telegram-use-case-image{transform:scale(2)translateY(84px)}}.legal-page{z-index:10;padding:1rem 1.5rem 5rem;position:relative}.legal{border:1px solid var(--border-color);background:#fff;border-radius:24px;max-width:860px;margin:0 auto;padding:clamp(1.75rem,4vw,3.5rem);box-shadow:0 8px 40px #0f172a0d}.legal-back{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.legal-back:hover{color:var(--ton-blue)}.legal-header{border-bottom:1px solid var(--border-color);margin:1.5rem 0 1.75rem;padding-bottom:1.5rem}.legal-header h1{letter-spacing:-.03em;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800;line-height:1.15}.legal-updated{color:var(--text-muted);margin-top:.6rem;font-size:.9rem}.legal-intro{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.75}.legal-toc{border:1px solid var(--border-color);background:#f8fafc;border-radius:16px;margin:2rem 0 2.5rem;padding:1.25rem 1.5rem}.legal-toc-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:block}.legal-toc ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.legal-toc a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.legal-toc a:hover{color:var(--ton-blue);text-decoration:underline}.legal-section{margin-top:2.25rem;scroll-margin-top:96px}.legal-section h2{letter-spacing:-.01em;color:var(--text-primary);margin-bottom:.9rem;font-size:1.3rem;font-weight:700}.legal p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.75}.legal ul{color:var(--text-secondary);margin:0 0 1rem 1.25rem;padding:0}.legal li{margin-bottom:.55rem;line-height:1.7}.legal a{color:var(--ton-blue);text-underline-offset:2px;font-weight:500;text-decoration:underline}.legal a:hover{color:var(--ton-blue-hover)}.legal-callout{border:1px solid #0088cc40;border-left:4px solid var(--ton-blue);background:linear-gradient(135deg,#0088cc0d,#2481cc05);border-radius:16px;padding:1.5rem 1.75rem;scroll-margin-top:96px}.legal-callout h2{color:var(--ton-blue-hover)}.legal-callout p:last-child,.legal-callout ul:last-child{margin-bottom:0}.legal-scopes{flex-direction:column;gap:1rem;margin:.5rem 0 1.25rem;display:flex}.legal-scope{border:1px solid var(--border-color);background:#fff;border-radius:14px;padding:1.1rem 1.25rem}.legal-scope-head{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.5rem;display:flex}.legal-scope-title{color:var(--text-primary);font-size:.98rem;font-weight:700}.legal-scope-code{font-family:var(--font-mono);color:var(--ton-blue);word-break:break-all;background:#0088cc14;border:1px solid #0088cc26;border-radius:6px;padding:.2rem .5rem;font-size:.72rem}.legal .legal-scope-desc{margin-bottom:0;font-size:.95rem}@media (width<=640px){.legal-toc ol{grid-template-columns:1fr}.legal-page{padding:.5rem 1rem 4rem}}
