@charset "UTF-8";
:root{--yellow:#ffed00;--ink:#171717;--muted:#686868;--line:#dededb;--paper:#f4f4f0;--white:#fff;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,summary{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #8b7800;outline-offset:5px}img{max-width:100%;height:auto;display:block}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5}p{margin:0 0 22px}h1,h2,h3{line-height:1.07;letter-spacing:-.04em;margin:0;font-weight:800}h1{font-size:clamp(40px,4.4vw,68px);max-width:920px;text-wrap:balance}h2{font-size:clamp(29px,3vw,44px);max-width:850px;text-wrap:balance}h3{font-size:23px;letter-spacing:-.025em}ul,ol{padding-left:23px}li{margin-bottom:12px}.container{width:min(var(--max),calc(100% - 80px));margin:auto}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--yellow);padding:10px}.skip-link:focus{top:5px}.utility{background:var(--ink);color:white;font-size:11px;letter-spacing:.09em;text-transform:uppercase}.utility .container{display:flex;justify-content:space-between;padding:9px 0}.header{position:sticky;top:0;background:white;z-index:20;border-bottom:1px solid var(--line)}.header-bar{height:87px;display:flex;align-items:center;gap:30px}.brand{font-size:25px;font-weight:900;line-height:1;letter-spacing:-.055em;text-transform:uppercase;flex-shrink:0}.brand:after{content:"";display:block;height:6px;background:var(--yellow);margin-top:8px;width:100%}.header-bar nav{display:flex;gap:27px;margin-left:auto;font-size:14px;font-weight:700}.header-bar nav a{padding:30px 0}.header-bar nav a:hover,.header-bar nav a.active{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:4px;text-underline-offset:9px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--yellow);border:1px solid var(--yellow);color:var(--ink);padding:17px 24px;font-size:14px;font-weight:700;line-height:1.25;border-radius:0;min-height:52px;transition:background .18s,transform .18s}.btn:hover{background:#e5d600;border-color:#e5d600;transform:translateY(-2px)}.btn-outline{background:transparent;border-color:var(--ink)}.btn-outline:hover{background:var(--ink);color:white;border-color:var(--ink)}.header .btn{padding:13px 18px;min-height:44px}.menu-button{border:0;background:var(--paper);width:44px;height:44px;font-size:22px;display:grid;place-content:center}.mega{display:none;position:absolute;top:87px;left:0;right:0;background:white;border-bottom:6px solid var(--yellow);box-shadow:0 25px 50px #0002;max-height:calc(100dvh - 130px);overflow:auto}.mega.open{display:block}.mega-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.mega>.container{padding:35px 0}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0 30px}.mega-grid a{padding:13px 0;border-bottom:1px solid var(--line);font-weight:700;font-size:14px;display:flex;gap:12px;align-items:center}.mega-grid a span{color:#999;font-size:11px;font-weight:400}.mega-grid a:hover{background:var(--yellow)}.crumbs{font-size:12px;color:var(--muted);margin-bottom:27px;display:flex;gap:10px;flex-wrap:wrap}.hero{background:var(--paper);padding:45px 0 0;overflow:hidden}.eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:22px}.eyebrow:before{content:"";width:8px;height:8px;background:var(--yellow);border:1px solid #b5a900;flex-shrink:0}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center;padding-bottom:65px}.hero-lead{font-size:18px;line-height:1.6;color:#505050;max-width:650px;margin-top:25px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-note{font-size:12px;color:var(--muted);max-width:560px;margin-top:20px;margin-bottom:0}.hero-image{position:relative;padding:22px 0 35px 26px}.hero-image:before{content:"";position:absolute;inset:0 30px 0 0;background:var(--yellow)}.hero.home h1{font-size:clamp(42px,4.7vw,72px);max-width:730px}.hero.home .hero-grid{grid-template-columns:1.1fr 1fr}.hero.home .hero-lead{max-width:570px}.hero.home .app-frame img{height:330px}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d2d2ce;padding:25px 0;gap:20px}.proof-strip div{display:flex;align-items:center;gap:17px;font-size:12px;color:#595959}.proof-strip b{font-size:22px;letter-spacing:-.04em;color:var(--ink);white-space:nowrap}.proof-strip div+div{border-left:1px solid #d2d2ce;padding-left:25px}.hero-editorial{padding-bottom:65px}.hero-editorial h1{max-width:1000px}.editorial-mark{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#d1d1c8;border:1px solid #d1d1c8}.editorial-mark div{background:white;padding:27px 24px;min-height:125px}.editorial-mark b{font-size:28px;letter-spacing:-.04em;display:block;line-height:1.1}.editorial-mark span{font-size:12px;display:block;margin-top:13px;color:var(--muted)}.editorial-mark div:first-child{background:var(--yellow)}.toc{border-bottom:1px solid var(--line);background:white}.toc .container{padding:19px 0;display:flex;gap:22px;flex-wrap:wrap;font-size:12px;font-weight:700}.toc a{color:#555}.toc a:hover{color:#000;text-decoration:underline}.section{padding:80px 0;border-bottom:1px solid var(--line)}.section-head{margin-bottom:35px}.section-tag{font-size:11px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;display:block}.section p,.section li{color:#535353}.section b,.section strong{color:var(--ink)}.section p:last-child{margin-bottom:0}.intro .section-inner{display:grid;grid-template-columns:.85fr 1.25fr;gap:85px}.intro .section-head{position:sticky;top:120px;align-self:start}.intro .section-body{font-size:17px}.section-body>p,.section-body>ul{max-width:850px}.section-body>h2{margin:45px 0 22px}.section-body>h3{margin:32px 0 15px}.section-body>p:first-child{margin-top:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{display:block;border:1px solid var(--line);padding:28px;position:relative;min-width:0;background:white;transition:background .18s,border-color .18s}.grid>a.card{padding-top:74px}.grid>a.card:before{content:attr(data-number);position:absolute;top:25px;left:28px;color:#81817a;font:12px monospace}.grid>a.card:after{content:"↗";position:absolute;top:20px;right:25px;font-size:23px}.card h3{margin-bottom:16px}.card p{font-size:14px;line-height:1.65}.grid>a.card:hover{background:var(--yellow);border-color:var(--yellow)}.modules{background:var(--paper)}.modules .card:nth-child(1){background:var(--yellow);border-color:var(--yellow)}.shots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:27px}.shot{margin:0;border:1px solid var(--line);background:white;min-width:0;display:flex;flex-direction:column}.shot img{width:100%;height:320px;object-fit:contain;background:#ebebe7;cursor:zoom-in;padding:12px}.shot figcaption{font-size:14px;line-height:1.6;padding:24px;border-top:1px solid var(--line);flex:1}.shot:only-child{grid-column:1/-1;max-width:1040px;width:100%}.shot:only-child img{height:480px}.screens{background:#f7f7f4}.screens .section-tag:after{content:" / Нажмите на экран, чтобы увеличить";text-transform:none;letter-spacing:0}.pricing{background:var(--ink);color:white}.pricing .section-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.pricing .section-tag{color:#bbb}.pricing h2{color:white}.pricing .card{background:transparent;border:0;border-top:1px solid #666;padding:25px 0 0}.pricing p{color:#c7c7c7}.pricing b{color:white}.pricing .btn{margin-top:25px!important}.adv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px}.adv>div{font-size:14px;color:#606060;border-top:1px solid var(--line);padding:28px 0;line-height:1.75}.adv b{display:block;font-size:21px;line-height:1.2;letter-spacing:-.025em;margin-bottom:15px}.ticks{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.ticks li{padding:20px 20px 20px 49px;border:1px solid var(--line);margin:0;position:relative;font-size:15px}.ticks li:before{content:"✓";position:absolute;left:20px;font-weight:bold;color:#151515}.trust{padding:40px 0;background:var(--paper)}.trust .section-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center}.trust h2{font-size:26px}.trust .section-head{margin:0}.trust .ticks{display:block;margin:0}.trust .ticks li{border:0;padding-top:0;padding-bottom:0}.steps{list-style:none;padding:0;margin:0;counter-reset:step;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.steps li{counter-increment:step;border-top:2px solid var(--ink);padding-top:23px;font-size:14px;line-height:1.7}.steps li:before{content:"0" counter(step);display:block;font-size:39px;font-weight:800;color:var(--ink);letter-spacing:-.06em;line-height:1;margin-bottom:25px}.faq .section-inner{display:grid;grid-template-columns:.8fr 1.3fr;gap:90px}.faq details{border-bottom:1px solid var(--line);padding:23px 0}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{font-size:18px;font-weight:700;cursor:pointer;list-style:none;position:relative;padding-right:45px;line-height:1.4}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:-3px;border:1px solid var(--line);width:28px;height:28px;text-align:center;line-height:26px}.faq details[open] summary:after{content:"−";background:var(--yellow);border-color:var(--yellow)}.faq details p{font-size:15px;margin:20px 35px 5px 0}.order{background:var(--yellow);padding:65px 0}.order .section-head{display:none}.cta-band{display:grid;grid-template-columns:1fr 1fr;gap:15px 60px}.cta-band h2{grid-column:1;grid-row:1 / 3;align-self:center;font-size:42px}.cta-band>p{grid-column:2;color:#222!important;margin:0;font-size:14px!important}.lead{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead input{min-width:0;width:100%;background:#fff9;border:1px solid #17171755;border-radius:0;padding:15px;color:#171717;height:54px}.lead input:focus{background:white}.lead button{grid-column:1/-1;background:var(--ink);color:white;border-color:var(--ink)}.lead button:hover{background:#333;color:white}.lead-ok{grid-column:1/-1;font-size:14px}.lead-ok a{text-decoration:underline}.order a:not(.btn){text-decoration:underline}.foot{background:var(--ink);color:white;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:45px}.foot .brand{display:inline-block}.foot p{font-size:13px;color:#aaa;margin-top:25px;max-width:250px}.footer-col{display:flex;flex-direction:column;gap:12px;font-size:13px}.footer-col b{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8c8c8c;margin-bottom:13px}.footer-col a:hover{color:var(--yellow)}.footer-bottom{margin-top:50px;border-top:1px solid #444;padding-top:22px;font-size:11px;color:#aaa;display:flex;gap:30px;justify-content:space-between}.privacy .hero h1{font-size:48px}.privacy .section-inner{max-width:900px}.blog-article .intro .section-inner{display:block;max-width:900px}.blog-article .section{padding:50px 0}.blog-article .section-inner{max-width:900px}.blog-article .section-head{position:static}.blog-article h2{font-size:34px}.blog-article .order .section-inner{max-width:var(--max)}.blog-article .grid{grid-template-columns:repeat(2,1fr)}.zoom-dialog{border:0;padding:0;background:#fff;max-width:94vw;max-height:94dvh;width:max-content}.zoom-dialog::backdrop{background:#000c}.zoom-dialog img{max-width:90vw;max-height:80dvh;object-fit:contain}.zoom-bar{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:12px 18px;font-size:13px}.zoom-close{background:var(--yellow);border:0;width:40px;height:40px;font-size:24px}.integrations-flow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.integrations-flow .card{min-height:220px}.integrations-flow .card:nth-child(2){background:var(--yellow)}.privacy .grid{grid-template-columns:1fr}table{border-collapse:collapse;width:100%;font-size:14px}td,th{border:1px solid var(--line);padding:15px;text-align:left}th{background:var(--paper)}.section-body{min-width:0}a.btn-dark{background:var(--ink);color:white;border-color:var(--ink)}.section-body a:not(.btn):not(.card){text-decoration:underline;text-underline-offset:3px}.hero-plain .hero-grid{grid-template-columns:1.4fr .65fr}.hero-plain h1{max-width:850px}.integration-note{background:var(--paper);padding:25px;border-left:5px solid var(--yellow)}
@media(min-width:1600px){:root{--max:1360px}.hero-grid{gap:80px}}@media(max-width:1100px){.container{width:calc(100% - 48px)}.header-bar nav{gap:18px}.header-bar{gap:20px}.header-bar nav a{font-size:12px}.hero-grid{gap:35px}.hero h1{font-size:46px}.hero.home h1{font-size:50px}.hero-image{padding-left:15px}.hero.home .app-frame img{height:260px}.intro .section-inner,.faq .section-inner{gap:40px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing .section-inner{gap:45px}.footer-grid{gap:30px}.brand{font-size:23px}.header-bar nav a:nth-child(4){display:none}}@media(max-width:800px){html{scroll-padding-top:90px}.container{width:calc(100% - 36px)}.utility .container span:first-child{font-size:9px}.utility .container span:last-child{display:none}.header-bar{height:72px;gap:12px}.header-bar nav{display:none}.header .btn{margin-left:auto;font-size:12px;padding:11px 13px}.brand{font-size:21px}.mega{top:72px}.mega-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.mega-grid a{font-size:12px}.hero{padding-top:28px}.hero-grid,.hero.home .hero-grid,.hero-plain .hero-grid{grid-template-columns:1fr;gap:35px;padding-bottom:38px}.hero h1,.hero.home h1{font-size:44px}.hero-lead{font-size:17px}.hero-note{font-size:12px}.hero-image{padding:20px 15px 25px 20px;margin-right:15px}.hero.home .app-frame img{height:260px}.proof-strip{gap:10px;padding:24px 0}.proof-strip div{display:block;font-size:11px;line-height:1.5}.proof-strip b{display:block;font-size:24px;margin-bottom:5px}.proof-strip div+div{padding-left:13px}.toc .container{gap:12px 18px;font-size:11px;padding:15px 0}.section{padding:48px 0}.intro .section-inner,.pricing .section-inner,.faq .section-inner,.trust .section-inner{display:block}.intro .section-head{position:static}.section-head{margin-bottom:27px}.intro .section-body{font-size:16px}.adv{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}.shots{grid-template-columns:1fr}.shot img,.shot:only-child img{height:320px}.trust .section-head{margin-bottom:25px}.ticks{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-band{display:block}.cta-band h2{font-size:35px;margin-bottom:20px}.cta-band>p{margin:14px 0}.lead{margin:20px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-bottom{flex-direction:column;gap:12px}.editorial-mark{max-width:600px}.privacy .hero h1{font-size:38px}.integrations-flow{grid-template-columns:1fr}.integrations-flow .card{min-height:0}}
@media(max-width:480px){h1,.hero h1,.hero.home h1{font-size:37px}h2{font-size:29px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-image{margin-right:10px}.hero.home .app-frame img{height:200px}.app-top{font-size:8px}.app-caption{font-size:10px}.grid,.adv,.blog-article .grid{grid-template-columns:1fr}.card{padding:24px}.adv>div{padding:23px 0}.steps{gap:20px}.steps li{font-size:13px}.shot img,.shot:only-child img{height:240px}.shot figcaption{padding:18px;font-size:13px}.lead{grid-template-columns:1fr}.header .btn{font-size:11px}.brand{font-size:19px}.menu-button{width:40px;flex-shrink:0}.hero-lead{font-size:16px}.crumbs{font-size:11px}.proof-strip b{font-size:21px}.faq summary{font-size:17px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 15px}.footer-grid>div:first-child{grid-column:1/-1}.editorial-mark div{padding:20px;min-height:110px}.editorial-mark b{font-size:25px}.trust h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media print{.header,.utility,.toc,.order,.foot,.mega{display:none}.section{break-inside:avoid}.hero{background:white}.hero-grid{padding-bottom:30px}}

/* ── мост «разметка фабрики ↔ дизайн» ───────────────────────────────────────
   Комбайн печатает <section class="wrap"> без внутреннего .container, а дизайн
   рассчитан на .section > .container. Правим ЗДЕСЬ, а не в генераторе: разметка
   фабрики общая для всех сайтов, и менять её ради одной темы нельзя. */
.wrap{padding:80px 0;border-bottom:1px solid var(--line);width:min(var(--max),calc(100% - 80px));margin:auto}
.wrap>h2{margin-bottom:35px}
.wrap p,.wrap li{color:#535353}
.wrap b,.wrap strong{color:var(--ink)}
main>.wrap:last-child{border-bottom:0}
.wrap#order{background:var(--yellow);width:100%;max-width:none;padding:65px 0;border-bottom:0}
.wrap#order>*{width:min(var(--max),calc(100% - 80px));margin-inline:auto}
.wrap#order p{color:#222 !important}
.page-hero{background:var(--paper);padding:45px 0 55px;border-bottom:1px solid var(--line)}
.page-hero .container{width:min(var(--max),calc(100% - 80px));margin:auto}
.crumbs-row{width:min(var(--max),calc(100% - 80px));margin:22px auto 0}

/* плавающие кнопки и нижняя панель — в языке дизайна: прямые углы, жёлтый на чёрном */
.floaters{position:fixed;right:18px;bottom:18px;z-index:30;display:grid;gap:8px}
.floaters .float-btn{width:52px;height:52px;display:grid;place-content:center;background:var(--ink);
  color:var(--yellow);font-weight:700;font-size:13px;border:1px solid var(--ink)}
.floaters .float-btn:hover{background:var(--yellow);color:var(--ink)}
.mobile-header-bar{display:none}
@media(max-width:800px){
  .wrap,.page-hero .container,.wrap#order>*,.crumbs-row{width:calc(100% - 36px)}
  .wrap{padding:48px 0}
  .floaters{display:none}
  .mobile-header-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:30}
  .mobile-header-bar a{padding:15px;text-align:center;font-size:13px;font-weight:700;background:var(--ink);color:#fff}
  .mobile-header-bar a+a{background:var(--yellow);color:var(--ink)}
  body{padding-bottom:52px}
}
@media(max-width:480px){.wrap,.page-hero .container,.wrap#order>*,.crumbs-row{width:calc(100% - 28px)}}
