:root{--ink: #102a43;--ink-soft: #486581;--blue: #246bfd;--blue-dark: #1755d1;--blue-soft: #eaf2ff;--blue-pale: #f5f8ff;--sky: #d9e8ff;--line: #dfe7f1;--line-strong: #c8d5e6;--surface: #ffffff;--surface-soft: #f7f9fc;--warning: #fff8e8;--warning-line: #f0d896;--success: #16805c;--danger: #b94747;--shadow-sm: 0 8px 24px rgba(42, 73, 112, .08);--shadow-lg: 0 24px 70px rgba(31, 70, 125, .16);--radius-sm: 12px;--radius: 20px;--radius-lg: 30px;--container: 1180px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Arial,sans-serif;color:var(--ink);background:var(--surface);font-synthesis:none;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--surface);color:var(--ink);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 90% 0%,rgba(202,222,255,.48),transparent 30rem),linear-gradient(#fff,#fff)}main{overflow:clip}img,svg{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);line-height:1.12;letter-spacing:-.035em}h1{margin-bottom:24px;font-size:clamp(2.75rem,5.2vw,5.25rem);font-weight:760}h2{margin-bottom:18px;font-size:clamp(2rem,3.4vw,3.4rem);font-weight:740}h3{margin-bottom:10px;font-size:1.22rem;font-weight:700}p{color:var(--ink-soft)}::selection{color:var(--ink);background:var(--sky)}:focus-visible{outline:3px solid rgba(36,107,253,.42);outline-offset:3px}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:10px 14px;transform:translateY(-150%);border-radius:10px;background:var(--ink);color:#fff}.skip-link:focus{transform:none}.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--blue-dark);font-size:.78rem;font-weight:750;letter-spacing:.12em;line-height:1.3;text-transform:uppercase}.hero .eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px #246bfd1c}.lead{font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.65}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 22px;border:1px solid var(--blue);border-radius:12px;background:var(--blue);box-shadow:0 8px 22px #246bfd38;color:#fff;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-2px);background:var(--blue-dark);box-shadow:0 12px 30px #246bfd47}.button-large{min-height:58px;padding:16px 24px}.button-small{min-height:44px;padding:10px 17px;border-radius:10px;font-size:.92rem}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-dark);font-weight:700;text-decoration:none}.text-link:hover{color:var(--blue)}.text-link span{transition:transform .16s ease}.text-link:hover span{transform:translate(3px)}.preview-banner{padding:7px 20px;background:var(--blue-dark);color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.02em;text-align:center}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(208,220,235,.72);background:#ffffffe6;backdrop-filter:blur(18px)}.header-inner{display:flex;align-items:center;min-height:78px;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto;color:var(--ink);text-decoration:none}.brand-mark{display:grid;align-content:center;gap:3px;width:36px;height:36px;padding:8px;border-radius:10px;background:var(--blue);box-shadow:0 7px 18px #246bfd3b}.brand-mark span{display:block;height:3px;border-radius:99px;background:#fff}.brand-mark span:nth-child(1){width:100%}.brand-mark span:nth-child(2){width:72%}.brand-mark span:nth-child(3){width:45%}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-size:.98rem;letter-spacing:-.02em}.brand-copy small{color:var(--ink-soft);font-size:.73rem;font-weight:600}.desktop-nav{margin-left:auto}.nav-list{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}.nav-list a{display:block;padding:9px 11px;border-radius:9px;color:#334e68;font-size:.9rem;font-weight:650;text-decoration:none}.nav-list a:hover,.nav-list a[aria-current=page]{background:var(--blue-pale);color:var(--blue-dark)}.mobile-menu{display:none;margin-left:auto}.mobile-menu>summary{display:grid;align-content:center;gap:5px;width:44px;height:44px;padding:11px;border:1px solid var(--line);border-radius:10px;cursor:pointer;list-style:none}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu>summary span{display:block;height:2px;border-radius:2px;background:var(--ink)}.mobile-menu nav{position:absolute;top:calc(100% + 1px);right:20px;left:20px;display:grid;gap:4px;padding:16px;border:1px solid var(--line);border-radius:0 0 16px 16px;background:#fff;box-shadow:var(--shadow-lg)}.mobile-menu nav>a:not(.button){padding:11px 12px;border-radius:8px;color:var(--ink);font-weight:650;text-decoration:none}.mobile-menu nav>a[aria-current=page]{background:var(--blue-pale);color:var(--blue-dark)}.mobile-menu .button{margin-top:8px}.hero{position:relative;padding:92px 0 80px;background:linear-gradient(90deg,rgba(226,238,255,.44) 1px,transparent 1px),linear-gradient(rgba(226,238,255,.44) 1px,transparent 1px);background-position:center top;background-size:72px 72px}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffffffed,#ffffffd4 45%,#f5f9ff9e)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);align-items:center;gap:clamp(50px,7vw,94px)}.hero-copy h1 em{color:var(--blue);font-style:normal}.hero-copy .lead{max-width:650px;margin-bottom:30px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px}.hero-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:var(--ink-soft);font-size:.86rem;font-weight:620}.hero-meta span{display:inline-flex;align-items:center;gap:7px}.hero-meta b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e3f8ef;color:var(--success);font-size:.7rem}.telegram-preview{position:relative;min-height:560px;display:grid;place-items:center}.preview-glow{position:absolute;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(111,162,255,.28),rgba(223,236,255,.18) 52%,transparent 70%)}.preview-window{position:relative;width:min(100%,470px);padding:17px;transform:rotate(1.2deg);border:1px solid rgba(185,204,231,.8);border-radius:28px;background:#ffffffed;box-shadow:var(--shadow-lg)}.preview-header{display:flex;align-items:center;gap:11px;padding:7px 5px 16px;line-height:1.2}.preview-header div{display:grid}.preview-header strong{font-size:.92rem}.preview-header small{color:var(--ink-soft);font-size:.72rem}.preview-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800}.preview-time{margin-left:auto;color:#829ab1;font-size:.72rem}.preview-message{padding:22px;border:1px solid #dbe5f1;border-radius:19px;background:#f7faff}.preview-status{display:inline-flex;padding:5px 9px;border-radius:99px;background:#e3f8ef;color:var(--success);font-size:.68rem;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.preview-message h2{margin:15px 0 18px;font-size:1.35rem;letter-spacing:-.025em}.preview-message dl{display:grid;gap:8px;margin:0 0 17px}.preview-message dl div{display:flex;justify-content:space-between;gap:15px;padding-bottom:8px;border-bottom:1px solid #e4ebf4;font-size:.78rem}.preview-message dt{color:var(--ink-soft)}.preview-message dd{margin:0;color:var(--ink);font-weight:700;text-align:right}.preview-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.preview-tags span{padding:5px 9px;border-radius:7px;background:var(--blue-soft);color:var(--blue-dark);font-size:.72rem;font-weight:650}.preview-link{display:block;padding:11px 13px;border-radius:9px;background:var(--blue);color:#fff;font-size:.78rem;font-weight:700;text-align:center}.preview-filter{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:12px;padding:12px 5px 2px;color:var(--ink-soft);font-size:.7rem}.preview-filter>span{margin-right:auto}.preview-filter strong{padding:5px 8px;border-radius:7px;background:#e3f8ef;color:var(--success);font-weight:700}.preview-filter .excluded{background:#fff0f0;color:var(--danger)}.preview-note{position:absolute;right:-18px;bottom:58px;display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-sm);color:var(--ink);font-size:.8rem;font-weight:700}.preview-note span{color:var(--success)}.process-strip{padding:26px 0 34px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.process-label{margin-bottom:18px;color:#7b91a8;font-size:.72rem;font-weight:750;letter-spacing:.1em;text-align:center;text-transform:uppercase}.process-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1.15fr auto 1fr;align-items:center;gap:13px}.process-item{display:flex;align-items:center;gap:11px;min-width:0}.process-item div{display:grid;line-height:1.25}.process-item strong{font-size:.85rem}.process-item small{overflow:hidden;color:#829ab1;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.process-icon{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--blue-soft);color:var(--blue-dark);font-size:.7rem;font-weight:800}.process-icon-eis{background:#eef2f6;color:var(--ink);font-size:.66rem}.process-item-telegram .process-icon{border-radius:50%;background:var(--blue);color:#fff}.process-arrow{color:#9fb3c8}.section{padding:108px 0}.section-soft,.section-muted{background:var(--surface-soft)}.section-heading{max-width:720px;margin-bottom:46px}.section-heading>p:last-child{max-width:650px;margin-bottom:0;font-size:1.05rem}.centered-heading{margin-right:auto;margin-left:auto;text-align:center}.centered-heading .eyebrow{justify-content:center}.centered-heading>p:last-child{margin-right:auto;margin-left:auto}.problem-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px}.problem-layout .section-heading{position:sticky;top:120px;align-self:start;margin-bottom:0}.problem-cards{display:grid;gap:16px}.problem-cards article{display:grid;grid-template-columns:auto 1fr;column-gap:20px;padding:25px 27px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px #2e4a700b}.problem-cards article>span{grid-row:1 / 3;color:var(--blue);font-size:.78rem;font-weight:800}.problem-cards h3{margin-bottom:7px}.problem-cards p{margin-bottom:0;font-size:.94rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0;padding:0;counter-reset:steps;list-style:none}.steps-grid li{position:relative;min-height:235px;padding:25px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.steps-grid li:after{content:"";position:absolute;right:-38px;bottom:-54px;width:120px;height:120px;border:25px solid var(--blue-pale);border-radius:50%}.steps-grid li>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:44px;border-radius:12px;background:var(--blue-soft);color:var(--blue-dark);font-weight:800}.steps-grid p{margin-bottom:0;font-size:.9rem}.centered-action{margin-top:34px;text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 42px;border-top:1px solid var(--line)}.feature-card{display:grid;grid-template-columns:42px 1fr;gap:5px 14px;min-height:0;padding:22px 0;border-bottom:1px solid var(--line)}.feature-card:hover{border-color:var(--line-strong)}.feature-number{grid-row:1 / 3;display:grid;place-items:center;align-self:start;width:38px;height:38px;border-radius:11px;background:var(--blue-soft);color:var(--blue);font-size:.78rem;font-weight:800}.feature-card h3{margin-bottom:0;font-size:1rem}.feature-card p{margin-bottom:0;font-size:.86rem}.section-audience{color:#fff;background:var(--ink)}.section-audience h2,.section-audience h3{color:#fff}.section-audience p{color:#c8d5e3}.section-audience .eyebrow{color:#7fb0ff}.audience-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:86px;align-items:start}.audience-layout .section-heading{margin-bottom:0}.audience-fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.audience-fit-card{padding:24px 22px;border:1px solid rgba(193,211,231,.2);border-radius:17px;background:#fff1}.audience-fit-card--muted{background:#ffffff06}.audience-fit-card h3{margin:0 0 18px;font-size:1.15rem}.audience-fit-card .check-list{gap:8px}.audience-fit-card .check-list li{padding:0 0 0 25px;border:0;background:transparent;color:#d6e2ee;font-size:.84rem}.audience-fit-card .check-list li:before{content:"✓";top:1px;left:0;width:17px;height:17px;background:#56c59729;color:#8be0b8;font-size:.65rem}.audience-fit-card .negative-list li:before{content:"—";background:#ffffff14;color:#9fb2c5}.scenario-card{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center;padding:clamp(34px,5vw,64px);border:1px solid #c9dbf4;border-radius:var(--radius-lg);background:linear-gradient(135deg,#f7faff,#eef5ff);box-shadow:0 24px 70px #28508a17}.scenario-copy p:last-child{margin-bottom:0}.scenario-filter{padding:23px;border:1px solid #d7e3f2;border-radius:20px;background:#ffffffe0;box-shadow:var(--shadow-sm)}.scenario-filter>div:not(.scenario-result){display:flex;flex-wrap:wrap;gap:7px;margin-bottom:17px}.scenario-filter small{width:100%;color:#829ab1;font-size:.7rem;font-weight:700;text-transform:uppercase}.scenario-filter span{padding:7px 10px;border-radius:8px;background:#e4f6ef;color:var(--success);font-size:.8rem;font-weight:700}.scenario-filter span.exclude{background:#fff0f0;color:var(--danger);text-decoration:line-through}.scenario-result{display:grid;grid-template-columns:36px 1fr;gap:0 12px;margin-top:22px;padding:17px;border-radius:13px;background:var(--blue);color:#fff}.scenario-result b{grid-row:1 / 3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ffffff2e}.scenario-result strong{line-height:1.35}.scenario-result small{color:#d9e7ff;text-transform:none}.section-warning{background:var(--warning)}.limit-panel{display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:center}.limit-panel h2{margin-bottom:0;font-size:clamp(1.8rem,3vw,2.8rem)}.check-list{display:grid;gap:11px;margin:0;padding:0;list-style:none}.check-list li{position:relative;padding:12px 14px 12px 43px;border:1px solid var(--warning-line);border-radius:11px;background:#ffffff85;color:#604e27;font-size:.9rem}.check-list li:before{content:"!";position:absolute;left:14px;top:11px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#f0d896;color:#725b1e;font-size:.72rem;font-weight:800}.faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.faq-layout .section-heading{position:sticky;top:120px;margin-bottom:0}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff}.faq-list summary{position:relative;padding:20px 56px 20px 21px;cursor:pointer;color:var(--ink);font-weight:700;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;top:15px;right:18px;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--blue-pale);color:var(--blue);font-size:1.15rem}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0;padding:0 56px 20px 21px;font-size:.94rem}.faq-more{margin-top:22px}.section-cta{padding:46px 0;background:var(--blue-pale)}.cta-panel{position:relative;display:flex;align-items:center;justify-content:space-between;gap:35px;padding:42px 46px;overflow:hidden;border-radius:24px;background:var(--ink);color:#fff;box-shadow:var(--shadow-lg)}.cta-panel:after{content:"";position:absolute;right:12%;bottom:-130px;width:260px;height:260px;border:52px solid rgba(89,143,248,.15);border-radius:50%;pointer-events:none}.cta-panel>*{position:relative;z-index:1}.cta-panel h2{margin-bottom:10px;color:#fff;font-size:clamp(1.7rem,3vw,2.65rem)}.cta-panel p{max-width:660px;margin-bottom:0;color:#c8d5e3}.cta-panel .eyebrow{color:#89b2ff}.cta-panel .button{flex:0 0 auto}.cta-actions{display:grid;flex:0 0 auto;justify-items:start;gap:14px}.cta-panel .text-link{color:#d7e5f5}.cta-panel .text-link:hover{color:#fff}.cta-panel--compact{display:grid;gap:22px;padding:28px 30px}.cta-panel--compact h2{font-size:clamp(1.45rem,2.4vw,2rem)}.heading-row{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:42px}.heading-row .section-heading{margin-bottom:0}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.article-card{display:flex;flex-direction:column;min-height:330px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .16s ease,box-shadow .16s ease}.article-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.article-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:30px}.tag{display:inline-flex;padding:5px 9px;border-radius:7px;background:var(--blue-soft);color:var(--blue-dark);font-size:.7rem;font-weight:700}.article-card h2{margin-bottom:13px;font-size:1.35rem}.article-card h2 a{text-decoration:none}.article-card p{margin-bottom:25px;font-size:.9rem}.article-card-meta{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-top:auto;color:#829ab1;font-size:.72rem}.article-card-meta a{color:var(--blue-dark);font-weight:700;text-decoration:none}.articles-empty{max-width:760px;padding:36px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.articles-empty h2{margin-bottom:13px;font-size:clamp(1.65rem,3vw,2.25rem)}.articles-empty p:not(.eyebrow){max-width:650px;margin-bottom:24px}.page-hero{padding:78px 0 70px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--blue-pale),#fff)}.narrow-hero{max-width:860px}.narrow-hero h1{font-size:clamp(2.5rem,5vw,4.6rem)}.breadcrumbs{padding-top:25px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;color:#7b91a8;font-size:.76rem;list-style:none}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:#b1c1d2}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--blue)}.feature-list,.instruction-list,.contact-grid{display:grid;gap:16px}.feature-list{grid-template-columns:repeat(2,1fr)}.feature-list article,.instruction-list article,.contact-grid article{padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.feature-list article{display:grid;grid-template-columns:42px 1fr;gap:16px}.feature-list article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--blue-soft);color:var(--blue-dark);font-size:.76rem;font-weight:800}.feature-list h2{font-size:1.32rem}.feature-list p:last-child,.instruction-list p:last-child,.contact-grid p:last-child{margin-bottom:0}.contact-grid{grid-template-columns:repeat(3,1fr)}.contact-single{max-width:720px}.contact-single article{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.contact-single p{max-width:580px}.contact-label{display:block;margin-bottom:12px;color:#829ab1;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.instruction-hero .lead{max-width:820px}.instruction-hero h1{font-size:clamp(2.45rem,5vw,4.25rem)}.instruction-shell{max-width:960px}.instruction-intro-section{padding-block:68px}.instruction-quick-answer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:52px;padding:32px;border:1px solid #cfe0f1;border-radius:20px;background:linear-gradient(135deg,#f7fbff,#edf5ff)}.instruction-quick-answer h2{max-width:510px;margin-bottom:0;font-size:clamp(1.65rem,3vw,2.25rem)}.instruction-quick-answer>p{align-self:end;margin-bottom:3px}.instruction-needs{display:grid;grid-template-columns:.7fr 1.3fr;gap:52px;margin-top:42px;padding:0 6px}.instruction-needs h2{margin-bottom:0;font-size:1.8rem}.instruction-needs ul{display:grid;gap:10px;margin:3px 0 0;padding-left:22px}.instruction-heading{max-width:720px}.instruction-guide{display:grid;gap:24px;margin:0;padding:0;list-style:none;counter-reset:instruction}.instruction-guide>li{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 34px #194f820e;scroll-margin-top:95px}.instruction-guide>li>p{max-width:760px;margin:0 0 22px 68px}.instruction-step-head{display:grid;grid-template-columns:48px 1fr;gap:20px;align-items:start;margin-bottom:12px}.instruction-step-head>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--blue);color:#fff;font-size:.76rem;font-weight:800;box-shadow:0 9px 22px #2169de2b}.instruction-step-head .eyebrow{margin-bottom:5px}.instruction-step-head h2{margin-bottom:0;font-size:clamp(1.55rem,3vw,2rem)}.instruction-figure{margin:0 0 0 68px;overflow:hidden;border:1px solid #cfdae5;border-radius:15px;background:#eef3f7}.instruction-figure img{display:block;width:100%;height:auto}.instruction-figure figcaption{padding:11px 14px;border-top:1px solid #dbe5ee;background:#fbfdff;color:#668096;font-size:.76rem;line-height:1.45}.instruction-bot-example{display:grid;gap:9px;max-width:570px;margin-left:68px;padding:20px;border:1px solid #cfe0f1;border-radius:16px;background:#edf6ff}.instruction-bot-example div{width:fit-content;max-width:88%;padding:11px 14px;border-radius:13px 13px 13px 4px;background:#fff;box-shadow:0 4px 12px #194f8214}.instruction-bot-example div:first-child{justify-self:end;border-radius:13px 13px 4px;background:#d9edff}.instruction-bot-example span{display:block;margin-bottom:3px;color:var(--blue-dark);font-size:.67rem;font-weight:800}.instruction-bot-example p{margin:0;color:var(--ink);font-size:.88rem;overflow-wrap:anywhere}.instruction-success{display:grid;gap:4px;margin-left:68px;padding:17px 19px;border:1px solid #bcd9cd;border-radius:14px;background:#f4fbf8}.instruction-success strong{color:#176847}.instruction-success span{color:var(--ink);font-size:.9rem}.instruction-aftercare{display:grid;gap:58px}.instruction-compact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.instruction-compact-grid article{padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.instruction-compact-grid h2{font-size:1.45rem}.instruction-compact-grid p:last-child{margin-bottom:0}.instruction-troubleshooting{padding:32px;border:1px solid #cfe0f1;border-radius:20px;background:var(--blue-soft)}.instruction-troubleshooting>div:first-child{max-width:720px}.instruction-trouble-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:26px}.instruction-trouble-list article{padding:22px;border:1px solid #d7e4f0;border-radius:15px;background:#fff}.instruction-trouble-list h3{margin-bottom:13px;font-size:1.05rem}.instruction-trouble-list ul{display:grid;gap:8px;margin:0;padding-left:20px;color:var(--muted);font-size:.86rem}.instruction-note{margin:18px 0 0;color:#526e88;font-size:.84rem}.instruction-reminder .section-heading{margin-bottom:27px}.instruction-reminder ol{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:0;padding:0;list-style:none}.instruction-reminder li{display:grid;align-content:start;gap:7px;min-height:154px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}.instruction-reminder li>span{display:grid;place-items:center;width:32px;height:32px;margin-bottom:10px;border-radius:10px;background:var(--blue-soft);color:var(--blue-dark);font-size:.75rem;font-weight:800}.instruction-reminder strong{color:var(--ink);font-size:.88rem;line-height:1.3}.instruction-reminder small{color:var(--muted);font-size:.72rem;line-height:1.4}.instruction-responsibility{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding:21px 24px;border-left:4px solid var(--blue);border-radius:0 14px 14px 0;background:#f7fbff}.instruction-responsibility strong{color:var(--blue-dark)}.instruction-responsibility p{margin:0}.instruction-next-step{padding:28px;border:1px solid #c9dbf4;border-radius:18px;background:linear-gradient(135deg,#f7faff,#eef5ff)}.instruction-next-step h2{margin-bottom:11px;font-size:clamp(1.45rem,3vw,2.15rem)}.instruction-next-step p:last-child{max-width:760px;margin-bottom:0}.two-column-copy{display:grid;grid-template-columns:repeat(2,1fr);gap:55px}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:0 0 55px;padding:0;list-style:none}.process-line li{position:relative;display:grid;align-content:start;gap:8px;min-height:190px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 30px #194f820f}.process-line li:not(:last-child):after{content:"→";position:absolute;z-index:2;top:50%;right:-34px;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--blue);font-size:1.35rem;font-weight:800;line-height:1;transform:translateY(-50%)}.process-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.process-line-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:var(--blue-soft);color:var(--blue-dark)}.process-line-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.process-line small{padding-top:3px;color:#8ca2b8;font-size:.68rem;font-weight:800;letter-spacing:.08em}.process-line strong{color:var(--ink);font-size:1.05rem;line-height:1.25}.process-line li>span:last-child{color:var(--muted);font-size:.82rem;line-height:1.45}.detail-steps{display:grid;gap:22px;max-width:860px;margin:0;padding:0;list-style:none}.detail-steps>li{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.detail-steps h2{font-size:1.65rem}.detail-steps p:last-child{margin-bottom:0}.step-number{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:var(--blue);color:#fff;font-weight:800}.legal-copy{max-width:800px}.legal-copy h2{margin-top:52px;font-size:1.75rem}.owner-todo{padding:18px;border:1px solid var(--warning-line);border-radius:12px;background:var(--warning)}.owner-todo p{margin:8px 0 0}.owner-todo code{display:inline-block;margin:3px 6px 0 0}.not-found{min-height:70vh;display:grid;place-items:center;padding:70px 0;text-align:center}.error-code{margin-bottom:10px;color:var(--blue);font-size:clamp(5rem,14vw,10rem);font-weight:800;line-height:.9}.article-shell{width:min(calc(100% - 40px),1040px);margin:0 auto;padding:70px 0 100px}.article-header{max-width:780px;margin:0 auto 55px}.article-header h1{font-size:clamp(2.5rem,5vw,4.5rem)}.article-kicker{display:flex;gap:9px;margin-bottom:20px}.article-dates{display:flex;flex-wrap:wrap;gap:17px;color:#829ab1;font-size:.78rem}.article-layout{display:grid;grid-template-columns:210px minmax(0,760px);gap:55px;align-items:start}.toc{position:sticky;top:110px;padding:17px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);font-size:.78rem}.toc ol{display:grid;gap:8px;margin:12px 0 0;padding-left:18px}.toc a{color:var(--ink-soft);text-decoration:none}.article-content{min-width:0;font-size:1.05rem}.article-content h2{margin-top:55px;font-size:2rem}.article-content h3{margin-top:36px}.article-content .cta-panel{margin-top:65px;padding:30px}.article-content .cta-panel{display:grid}.article-content .cta-panel .button{justify-self:start}.site-footer{padding:70px 0 28px;border-top:1px solid var(--line);background:#f8fafc}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:50px}.footer-grid>div{display:grid;align-content:start;gap:7px}.footer-grid>div:first-child p{max-width:320px;margin:14px 0 0;font-size:.83rem}.footer-grid h2{margin-bottom:9px;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.footer-grid a:not(.brand){color:var(--ink-soft);font-size:.83rem;text-decoration:none}.footer-grid a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:24px;border-top:1px solid var(--line);color:#829ab1;font-size:.74rem}@media(max-width:1060px){.desktop-nav,.header-cta{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr .85fr;gap:42px}.hero h1{font-size:clamp(2.8rem,6vw,4.3rem)}.telegram-preview{min-height:500px}.process-flow{grid-template-columns:repeat(4,1fr)}.process-arrow{display:none}.process-item{min-width:0}.steps-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>div:last-child{grid-column:2}}@media(max-width:820px){.section{padding:82px 0}.hero{padding:72px 0 62px}.hero-grid,.problem-layout,.audience-layout,.scenario-card,.limit-panel,.faq-layout,.two-column-copy{grid-template-columns:1fr}.hero-grid{gap:18px}.hero-copy{position:relative;z-index:2}.telegram-preview{min-height:525px}.preview-window{transform:none}.preview-note{right:0}.problem-layout,.audience-layout,.faq-layout{gap:42px}.audience-fit-grid{grid-template-columns:1fr}.problem-layout .section-heading,.faq-layout .section-heading{position:static}.scenario-card{gap:35px}.article-grid{grid-template-columns:1fr}.article-card{min-height:auto}.article-layout{grid-template-columns:1fr;gap:30px}.toc{position:static}.contact-grid{grid-template-columns:1fr}.instruction-quick-answer,.instruction-needs{grid-template-columns:1fr;gap:18px}.instruction-compact-grid,.instruction-trouble-list{grid-template-columns:1fr}.instruction-reminder ol{grid-template-columns:repeat(2,1fr)}.instruction-reminder li:last-child{grid-column:1 / -1;min-height:auto}.process-line{grid-template-columns:1fr;gap:34px;max-width:620px}.process-line li{grid-template-columns:64px 1fr;grid-template-areas:"visual title" "visual copy";gap:5px 18px;min-height:auto}.process-card-top{grid-area:visual;display:grid;justify-items:center;gap:8px;margin:0}.process-line strong{grid-area:title;align-self:end}.process-line li>span:last-child{grid-area:copy}.process-line li:not(:last-child):after{content:"↓";inset:auto auto -27px 50%;transform:translate(-50%)}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid>div:first-child{grid-column:1 / -1}.footer-grid>div:last-child{grid-column:auto}}@media(max-width:600px){body{font-size:16px}.container,.article-shell{width:min(calc(100% - 30px),var(--container))}.header-inner{min-height:68px}.brand-mark{width:34px;height:34px}.mobile-menu nav{right:15px;left:15px}.hero{padding-top:55px}.hero h1{font-size:clamp(2.45rem,13vw,3.5rem)}.hero .lead{font-size:1.05rem}.hero-actions{align-items:stretch;gap:17px}.hero-actions .button{width:100%}.hero-actions .text-link{justify-content:center}.hero-grid{gap:8px}.hero-meta{display:grid;gap:10px}.telegram-preview{min-height:485px;margin-top:0}.preview-window{padding:12px;border-radius:22px}.preview-message{padding:17px}.preview-note{bottom:20px;font-size:.74rem}.process-flow{grid-template-columns:1fr;gap:8px}.process-item{padding:9px 11px;border:1px solid var(--line);border-radius:11px}.process-item small{white-space:normal}.section{padding:68px 0}.section-heading{margin-bottom:34px}.steps-grid,.feature-list,.process-line{grid-template-columns:1fr}.process-line li{grid-template-columns:56px 1fr;gap:4px 15px;padding:18px}.process-line-icon{width:56px;height:56px;border-radius:15px}.process-line-icon svg{width:42px;height:42px}.steps-grid li{min-height:auto}.steps-grid li>span{margin-bottom:28px}.feature-section{padding-block:56px}.feature-section .section-heading{margin-bottom:25px}.feature-grid{grid-template-columns:1fr}.feature-card{padding:15px 0}.scenario-card{width:calc(100% - 20px);padding:28px 20px;border-radius:22px}.limit-panel{gap:35px}.cta-panel{display:grid;padding:30px 23px}.cta-actions,.cta-panel .button{width:100%}.heading-row{align-items:start;flex-direction:column}.page-hero{padding:55px 0}.instruction-hero h1{font-size:clamp(2.25rem,11vw,3.35rem)}.instruction-intro-section{padding-block:52px}.instruction-quick-answer{padding:24px 21px}.instruction-needs{margin-top:32px;padding:0}.instruction-guide{gap:16px}.instruction-guide>li{padding:22px 18px;border-radius:16px}.instruction-guide>li>p,.instruction-figure,.instruction-bot-example,.instruction-success{margin-left:0}.instruction-step-head{grid-template-columns:42px 1fr;gap:14px}.instruction-step-head>span{width:42px;height:42px;border-radius:12px}.instruction-figure{border-radius:12px}.instruction-bot-example{padding:16px}.instruction-aftercare{gap:46px}.instruction-compact-grid article,.instruction-troubleshooting{padding:22px 19px}.instruction-reminder ol{grid-template-columns:1fr}.instruction-reminder li,.instruction-reminder li:last-child{grid-column:auto;grid-template-columns:38px 1fr;gap:2px 11px;min-height:auto;padding:14px}.instruction-reminder li>span{grid-row:1 / 3;margin:0}.instruction-responsibility{grid-template-columns:1fr;gap:6px;padding:19px}.detail-steps>li{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
