@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap');
:root{--bg:#f5f7fb;--paper:#fff;--ink:#18263c;--muted:#66778e;--blue:#3158eb;--line:#dfe6f0;--soft:#edf2ff;--green:#257552;--font:'Golos Text',system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.7 var(--font);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #91aaff;outline-offset:4px}button:disabled{opacity:.55;cursor:not-allowed}p,h1,h2,h3{margin:0}p{color:var(--muted)}[hidden]{display:none!important}.shell{max-width:1400px;margin:auto;padding:0 48px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{font-size:24px;letter-spacing:-1px;font-weight:600;display:flex;align-items:center;gap:11px}.brand-symbol{background:var(--blue);color:#fff;width:36px;height:36px;display:grid;place-items:center;border-radius:12px;letter-spacing:-2px;padding-right:2px;line-height:1}.nav{display:flex;align-items:center;gap:25px;font-size:14px}.nav a:hover{color:var(--blue)}.languages{display:flex;border:1px solid var(--line);border-radius:9px;padding:3px;background:#fff}.languages a{padding:4px 8px;font-size:12px;border-radius:6px}.languages a[aria-current=page]{background:var(--soft);color:var(--blue);font-weight:600}.btn{display:inline-flex;gap:10px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:11px;background:#fff;padding:12px 18px;font-size:14px;font-weight:500;line-height:1.5;transition:background .2s,transform .2s}.btn:hover{background:var(--soft);transform:translateY(-1px)}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.primary:hover{background:#254bd9}.btn.large{padding:16px 22px;font-size:16px}.btn.quiet{background:transparent}.text-btn{border:0;background:none;color:var(--blue);padding:0;font-size:14px;text-align:left}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;color:#697e9a;font-weight:500}.layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,1fr);gap:80px;align-items:start}.narrative{min-width:0}.chapter{padding:76px 0;border-bottom:1px solid var(--line);scroll-margin-top:55px}.chapter.hero{padding:35px 0 65px}.hero-tag{font-size:14px;color:#4a6cbe;display:flex;align-items:center;gap:9px;margin-bottom:24px}.hero-tag span{font-size:20px}.hero h1{font-size:58px;line-height:1.12;font-weight:500;letter-spacing:-2.6px;margin-bottom:25px;overflow-wrap:normal}.hero h1 em{font-style:normal;color:var(--blue)}.hero>p{font-size:18px;line-height:1.8;max-width:590px}.actions{display:flex;gap:15px;flex-wrap:wrap;align-items:center;margin-top:26px}.micro{font-size:12px;line-height:1.7;color:#7e8da3;margin-top:16px}.hero-people{display:flex;align-items:center;gap:14px;margin-top:29px;font-size:13px;color:#75859a}.avatar-stack{display:flex;padding-left:0}.avatar-stack img{width:38px;height:38px;object-fit:cover;border-radius:50%;border:3px solid var(--bg);margin-left:-8px}.avatar-stack img:first-child{margin-left:0}.chapter h2{font-size:37px;line-height:1.2;font-weight:500;letter-spacing:-1.4px;margin:13px 0 20px}.chapter>p{font-size:16px;line-height:1.85}.questions{display:flex;flex-wrap:wrap;gap:10px;margin:27px 0 18px}.question{padding:13px 17px;background:#fff;border:1px solid #dbe3ef;border-radius:17px 17px 17px 5px;color:#526786;font-size:15px;box-shadow:0 5px 15px #233e6104;transition:transform .2s,border-color .2s}.question:nth-child(2n){border-radius:17px 17px 5px 17px}.question:hover,.question.active{color:var(--blue);border-color:#9fb7fb;background:#edf2ff;transform:translateY(-2px)}.hint-line{font-size:13px;color:#7f8fa6}.people{display:flex;flex-direction:column;gap:17px;margin-top:29px}.person-card{display:grid;grid-template-columns:135px 1fr;gap:23px;align-items:center;border:1px solid #e0e7f1;background:#fff;border-radius:18px;padding:12px;overflow:hidden}.person-card img{width:135px;height:160px;object-fit:cover;border-radius:11px;object-position:50% 35%}.person-card .copy{padding:7px 12px 7px 0}.person-card h3{font-size:20px;line-height:1.3;font-weight:500;letter-spacing:-.5px;margin-bottom:8px}.person-card p{font-size:14px;line-height:1.7;margin-bottom:14px}.person-card button{font-size:14px}.quote{font-size:23px;line-height:1.65;color:#496799;padding:23px 25px;border-left:3px solid #b8cafa;background:#ecf1fc;border-radius:0 15px 15px 0;margin:28px 0}.steps{padding:0;margin:25px 0 0;list-style:none;counter-reset:steps}.steps li{counter-increment:steps;display:flex;gap:14px;margin-top:20px;font-size:15px;color:#5e718c}.steps li:before{content:counter(steps);width:27px;height:27px;background:#e8eefb;border-radius:8px;color:#738abb;display:grid;place-items:center;flex-shrink:0;font-size:13px}.steps strong{display:block;color:#344b6b;font-size:15px;font-weight:500}.steps span{display:block;font-size:14px;margin-top:3px}.command-list{display:flex;flex-direction:column;gap:10px;margin:26px 0}.command{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:15px;text-align:left}.command:hover{border-color:#aebff4;color:var(--blue)}.command span:last-child{color:#89a0ca}.tiers{display:flex;flex-direction:column;gap:12px;margin-top:26px}.tier{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:19px 20px;border:1px solid #e0e7f4;background:#fff;border-radius:15px}.tier strong{font-size:15px;font-weight:500}.tier p{font-size:13px;margin-top:4px}.tier>span{font-size:14px;color:var(--blue);white-space:nowrap}.grant{border:1px solid #cddbf5;background:linear-gradient(135deg,#e8efff,#f7f9ff);padding:28px;border-radius:20px;margin-top:28px}.grant-top{display:flex;align-items:center;gap:18px}.grant-number{font-size:64px;letter-spacing:-3px;line-height:1;color:var(--blue)}.grant-top strong{font-size:18px;font-weight:500;line-height:1.4}.grant p{font-size:14px;margin-top:15px}.funding{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.funding span{padding:5px 10px;border-radius:7px;background:#fff;font-size:13px;color:#5f77a1;border:1px solid #dde6f5}.business-link{padding:23px;background:#fff;border:1px solid var(--line);border-radius:17px;margin:25px 0;font-size:20px;line-height:1.65;color:#476296;transform:rotate(-1deg);box-shadow:0 12px 30px #233e6110}.business-link small{display:block;color:#7d8da4;font-size:13px;margin-top:9px}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-size:15px;cursor:pointer;font-weight:500}.faq details p{font-size:14px;line-height:1.8;margin-top:12px}.final-cta{margin:40px 0 15px;border-radius:20px;padding:29px;background:var(--blue);color:#fff}.final-cta h2{font-size:30px;margin:0 0 15px;letter-spacing:-1px}.final-cta p{color:#dae3ff;font-size:15px}.final-cta .btn{margin-top:22px}.footer{padding:35px 0;font-size:12px;color:#8290a5;display:flex;justify-content:space-between;gap:25px}.footer a{color:#56709a}.footnote{font-size:12px;color:#8a96a8;line-height:1.8;padding-bottom:35px;max-width:1000px}
.stage{position:sticky;top:26px;padding-top:28px;min-width:0;z-index:5}.stage-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;color:#7e8da4;margin:0 5px 12px}.stage-caption button{border:0;background:none;color:#5871a7;font-size:12px;padding:3px 0}.stage-caption button[aria-pressed=false]{color:#a07746}.messenger{height:min(720px,calc(100dvh - 114px));min-height:500px;background:#fff;border:1px solid #dfe6f1;border-radius:24px;box-shadow:0 22px 65px #1d3b6412;overflow:hidden;display:flex;flex-direction:column;isolation:isolate}.messenger-top{padding:20px 21px 14px;border-bottom:1px solid #e7ecf3;background:#ffffffed}.messenger-identity{display:flex;align-items:center;gap:12px}.messenger-avatar{width:43px;height:43px;object-fit:cover;border-radius:13px;background:#eaf0fd}.messenger-identity strong{font-size:15px;font-weight:500;line-height:1.4;display:block}.messenger-identity small{font-size:12px;color:#7e8da4;display:block;line-height:1.5;margin-top:3px}.demo-tag{font-size:12px;background:#eef2fa;color:#6d80a1;padding:2px 7px;border-radius:5px;margin-left:auto;white-space:nowrap}.context-tabs{display:flex;gap:5px;margin-top:16px;overflow-x:auto;scrollbar-width:none}.context-tabs button{border:0;background:#f1f4f9;padding:7px 10px;border-radius:8px;font-size:12px;white-space:nowrap;color:#6f809a}.context-tabs button.active{background:#e8efff;color:var(--blue)}.scene-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 20px;background:#f9fbff;border-bottom:1px solid #edf0f6;font-size:12px;color:#7d8da7}.scene-bar strong{font-weight:400}.scene-bar button{font-size:12px;background:none;border:0;color:#6c82ad;padding:0}.chat-scroll{overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#dce4f0 transparent;flex:1;min-height:0;padding:20px 20px 10px;background:radial-gradient(ellipse at 80% 20%,#f3f6fc60,transparent 80%)}.chat-date{text-align:center;font-size:12px;color:#9aa6b7;margin:0 0 18px}.message{max-width:94%;padding:12px 15px;background:#f0f4fa;border:1px solid #e8edf5;border-radius:15px 15px 15px 4px;color:#526984;font-size:14px;line-height:1.7;margin-bottom:12px;overflow-wrap:anywhere}.message.client{margin-left:auto;background:#eaf0ff;border-color:#dfe8ff;color:#486298;border-radius:15px 15px 4px 15px}.message.human{background:#f6eefb;border-color:#eadcf4;color:#866694}.message small{display:block;font-size:12px;color:#7d91af;margin-bottom:4px}.message.new{animation:message-in .28s ease-out}.chat-card{background:#f0f7f3;border:1px solid #dcebe0;border-radius:14px;padding:17px;margin:16px 0;color:#3e7055}.chat-card.neutral{background:#f5f7fd;border-color:#e0e7f4;color:#536d95}.chat-card.warning{background:#fff8ec;border-color:#f2e3c7;color:#8c713d}.chat-card .card-label{font-size:12px;letter-spacing:.3px;margin-bottom:8px;color:inherit}.chat-card h3{font-size:18px;line-height:1.4;font-weight:500;letter-spacing:-.3px;color:inherit}.chat-card dl{display:grid;grid-template-columns:90px 1fr;gap:8px 12px;font-size:13px;line-height:1.6;margin:15px 0 0}.chat-card dt{opacity:.8}.chat-card dd{margin:0;overflow-wrap:anywhere}.chat-card p{font-size:13px;line-height:1.7;color:inherit;margin-top:10px}.chat-card .card-link{margin-top:13px;font-size:14px;color:var(--blue)}.chat-options{display:flex;flex-direction:column;gap:7px;align-items:stretch;margin:17px 0 8px}.chat-options button{background:#fff;border:1px solid #cddaf5;border-radius:10px;padding:10px 13px;text-align:left;color:#4b69a5;font-size:13px;line-height:1.65}.chat-options button:hover{background:#eff4ff;border-color:#98b0ed}.chat-options button.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.chat-options.inline{flex-direction:row;flex-wrap:wrap}.chat-options.inline button{flex:1;min-width:110px}.inline-note{font-size:12px;color:#8090a7;line-height:1.65;margin:13px 0}.chat-input{border-top:1px solid #e4eaf4;background:#fff;padding:13px 16px 12px}.chat-input label{font-size:12px;color:#7586a1;display:block;margin-bottom:8px}.input-row{display:flex;gap:8px;align-items:flex-end}.input-row input,.input-row textarea{min-width:0;flex:1;width:100%;border:1px solid #dce5f3;border-radius:10px;background:#f8faff;padding:10px 12px;font-size:14px;line-height:1.5;color:#425977;resize:vertical;max-height:130px}.input-row button{background:var(--blue);color:#fff;border:0;min-width:40px;height:42px;border-radius:10px;font-size:20px;flex-shrink:0}.chat-input .composer-note{font-size:12px;color:#7d8da5;line-height:1.5;margin-top:8px}.chat-input.idle{padding:14px 18px;color:#8a99ae;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:15px}.chat-input.idle button{font-size:12px;color:#4b6ab1;border:0;background:none;padding:0;text-align:right}.meter{height:7px;border-radius:8px;background:#dce6f7;overflow:hidden;margin:15px 0 10px}.meter>span{display:block;height:100%;background:var(--blue);border-radius:8px;transition:width .3s}.balance{font-size:37px;font-weight:500;letter-spacing:-1.5px;line-height:1.3;color:#3f60b6}.preview-key{display:block;margin:14px 0 0;background:#e8edf6;color:#8492a8;border:1px dashed #c4d0e3;border-radius:9px;padding:10px;font:13px/1.5 monospace;overflow-wrap:anywhere}.typing{display:flex;gap:4px;align-items:center;height:37px;width:61px;padding:0 13px;border-radius:12px;background:#eef3fb;margin:12px 0}.typing span{width:5px;height:5px;background:#8b9fbe;border-radius:50%;animation:typing .8s ease-in-out 2}.typing span:nth-child(2){animation-delay:.13s}.typing span:nth-child(3){animation-delay:.26s}.stage-bottom{font-size:12px;line-height:1.6;text-align:center;margin:12px 8px 0;color:#8a96a8}.stage-mobile-toggle{display:none}.mobile-launch{display:none}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:13px 20px;background:#243d61;color:#fff;border-radius:11px;font-size:14px;z-index:40;max-width:calc(100% - 36px);box-shadow:0 7px 35px #172d5420}.load-in{animation:enter .65s both}.stage.load-in{animation-delay:.15s}.chapter.is-current>.eyebrow{color:var(--blue)}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes message-in{from{opacity:.2;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,100%{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}
@media(min-width:1500px){.shell{max-width:1480px;padding:0 65px}.layout{gap:105px}.hero h1{font-size:64px}.messenger{height:min(770px,calc(100dvh - 120px))}.chapter{padding:85px 0}}
@media(max-width:1150px){.shell{padding:0 30px}.layout{gap:35px;grid-template-columns:minmax(0,1fr) minmax(355px,1fr)}.hero h1{font-size:47px;letter-spacing:-2px}.hero>p{font-size:16px}.chapter h2{font-size:32px}.person-card{grid-template-columns:105px 1fr;gap:15px}.person-card img{width:105px;height:165px}.person-card .copy{padding-right:3px}.person-card h3{font-size:18px}.person-card p{font-size:14px}.nav{gap:16px}.nav .nav-extra{display:none}.chat-scroll{padding:17px 16px 10px}.messenger-top{padding:18px 17px 13px}.message{font-size:14px}.hero-tag{font-size:13px}.hero .actions{gap:13px}.hero .btn.large{font-size:14px;padding:14px 17px}}
@media(max-width:800px){html{scroll-padding-top:80px}.shell{padding:0 24px}.header{height:80px}.nav>a{display:none}.nav{gap:13px}.brand{font-size:22px}.layout{display:block}.narrative{max-width:650px;margin:auto}.hero h1{font-size:58px;letter-spacing:-2.5px;max-width:600px}.hero>p{font-size:17px}.chapter.hero{padding-top:25px}.chapter{padding:55px 0}.chapter h2{font-size:36px}.person-card{grid-template-columns:140px 1fr;gap:24px}.person-card img{width:140px;height:165px}.person-card h3{font-size:21px}.person-card p{font-size:15px}.stage{position:fixed;inset:auto 14px 14px auto;top:auto;bottom:14px;width:min(440px,calc(100% - 28px));padding-top:0;z-index:30;display:none}.stage.mobile-open{display:block;animation:enter .25s ease-out}.stage-caption{display:none}.messenger{height:min(690px,calc(100dvh - 83px));min-height:280px;box-shadow:0 20px 120px #1b345f55;border-color:#c8d6ee;border-radius:20px}.stage-bottom{display:none}.stage-mobile-toggle{display:grid;place-items:center;position:absolute;top:-41px;right:0;min-width:37px;height:34px;padding:0 11px;gap:8px;background:#fff;border:1px solid #cfdaf0;border-radius:9px;font-size:13px;color:#536b92;box-shadow:0 4px 15px #1730521a}.mobile-launch{display:flex;position:fixed;bottom:18px;right:18px;z-index:25;align-items:center;gap:10px;max-width:calc(100% - 36px);padding:14px 19px;border-radius:14px;background:var(--blue);color:#fff;border:1px solid #fff6;box-shadow:0 10px 35px #2747bd45;font-size:14px}.footer{padding-bottom:18px}.footnote{padding-bottom:100px}.stage.load-in{animation:none}.chat-card dl{font-size:13px}.hero-people{margin-top:22px}}
@media(max-width:480px){.shell{padding:0 19px}.header{height:76px;gap:12px}.brand{font-size:20px;gap:9px}.brand-symbol{height:31px;width:31px;border-radius:10px}.nav .btn{display:none}.hero h1{font-size:43px;letter-spacing:-1.8px;line-height:1.14}.hero>p{font-size:16px}.hero-tag{font-size:12px;gap:7px}.hero h1 em{overflow-wrap:normal}.chapter h2{font-size:31px;letter-spacing:-1.2px}.chapter>p{font-size:16px}.person-card{grid-template-columns:98px 1fr;gap:15px;padding:10px}.person-card img{width:98px;height:179px}.person-card .copy{padding:2px 2px 2px 0}.person-card h3{font-size:18px}.person-card p{font-size:14px;line-height:1.6;margin-bottom:10px}.person-card button{font-size:14px}.question{font-size:14px;padding:12px 14px}.quote{font-size:21px;padding:19px 20px}.command{font-size:14px;padding:14px}.tier{padding:16px;gap:13px}.tier strong{font-size:14px}.tier>span{font-size:13px}.grant{padding:22px}.grant-top{gap:15px}.grant-number{font-size:55px}.grant-top strong{font-size:17px}.business-link{font-size:18px}.final-cta{padding:25px}.final-cta h2{font-size:28px}.footer{flex-wrap:wrap;gap:12px}.messenger-top{padding:16px 15px 12px}.chat-scroll{padding:16px 14px 8px}.message{max-width:96%;font-size:14px;padding:11px 13px}.context-tabs{gap:4px}.context-tabs button{padding:6px 8px;font-size:12px}.chat-card{padding:15px}.chat-card dl{grid-template-columns:76px 1fr;gap:8px}.input-row input,.input-row textarea{font-size:16px}.messenger-identity strong{font-size:14px}.messenger-avatar{height:38px;width:38px;border-radius:11px}.scene-bar{padding:9px 15px}.chat-options button{font-size:14px}.chat-input.idle{font-size:12px;padding:13px 15px}.chat-input.idle button{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* TUT Kirusha wordmark */
.brand-copy{display:flex;flex-direction:column;gap:4px;letter-spacing:0;line-height:1.1}.brand-copy strong{font-size:23px;font-weight:650;letter-spacing:-.7px}.brand-copy small{font-size:12px;font-weight:400;letter-spacing:0;color:#586985;white-space:nowrap}

.brand-symbol{width:48px;height:44px;font-size:17px;font-weight:800;letter-spacing:-1px;padding:0;border-radius:14px}.brand{gap:10px}
@media(max-width:480px){.brand-copy strong{font-size:20px}.brand-copy small{font-size:11px}.brand-symbol{width:41px;height:41px;font-size:15px}}
