/* Patatua — a calm, precise system with a human voice. */
:root{--paper:#f8f7f3;--ink:#181917;--muted:#676a63;--line:#dddfd6;--cream:#eee9d9;--blue:#2d6df6;--red:#e63b2e;--yellow:#f5c518;--green:#bfd6a7;--font:'Plus Jakarta Sans',Arial,sans-serif;--mono:'DM Mono',monospace;--max:1280px;--radius:8px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:6px}
input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
::selection{background:#dce5fb;color:var(--ink)}
h1,h2,h3,p{margin:0}
ul{margin:0;padding:0;list-style:none}
img,svg{display:block;max-width:100%}
button{color:inherit}
[hidden]{display:none!important}
.glyph{display:inline-block;width:.72em;height:.72em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.06em;flex-shrink:0}
.mobile-nav a .glyph{width:1.05em;height:1.05em}
.task-check .glyph{width:11px;height:11px;stroke-width:2.4}
.ticks{display:inline-block;width:15px;height:9px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.shell{width:calc(100% - 112px);max-width:var(--max);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;top:-100px;left:12px;padding:12px 20px;background:var(--ink);color:white;z-index:100}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(248,247,243,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;height:95px;gap:36px}
.wordmark{font-size:37px;line-height:1;font-weight:800;letter-spacing:-2px}
.wordmark span{color:var(--red)}
.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto;font-size:14px;font-weight:550}
.desktop-nav a{position:relative;padding-block:10px}
.desktop-nav a:after{content:'';position:absolute;bottom:5px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.desktop-nav a:hover:after{transform:scaleX(1)}
.nav-contact{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid var(--ink);border-radius:5px;padding:10px 17px;font-size:14px;font-weight:600;transition:background .2s,color .2s}
.nav-contact:hover{background:var(--ink);color:var(--paper)}
.nav-contact span{font-size:21px;line-height:1}
.menu-toggle{display:none}
.hero{padding-top:35px}
.hero-eyebrow{display:flex;align-items:center;gap:12px;font:12px/1.5 var(--mono);letter-spacing:.06em}
.brand-dots{display:flex;gap:5px;align-items:center}
.brand-dots i{display:block;width:8px;height:8px;border-radius:50%;background:var(--red)}
.brand-dots i:nth-child(2){background:var(--blue)}
.brand-dots i:nth-child(3){background:var(--yellow)}
.hero-location{margin-left:auto;color:var(--muted);font-size:12px}
.hero-intro{display:grid;grid-template-columns:1fr 330px;gap:44px;align-items:end;padding:52px 0 54px}
h1{font-size:76px;line-height:1.09;letter-spacing:-4.6px;font-weight:550}
h1 em,h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.055em}
h1 em{white-space:nowrap}
.mobile-break{display:none}
.hero-description{padding:0 0 3px}
.partner-inline{display:flex;gap:7px;align-items:center;font-size:13px;font-weight:500;margin-bottom:13px}
.partner-inline strong{color:#433aff;font-size:24px;letter-spacing:-1.1px;font-weight:800;line-height:1}
.partner-dot{width:6px;height:6px;border-radius:50%;background:#6554dd;margin-right:2px}
.hero-description p{font-size:16px;line-height:1.8;color:#53564f;margin-bottom:23px}
.button{display:inline-flex;gap:24px;align-items:center;justify-content:space-between;padding:15px 19px;border:0;border-radius:5px;font-weight:600;font-size:14px;line-height:1.5;transition:background .2s,transform .2s;min-height:52px}
.button span{font-size:23px;font-weight:400;line-height:1}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--ink);color:var(--paper)}
.button-dark:hover{background:#34382e}
.hero-note{display:block;font-size:12px;color:var(--muted);margin-top:10px}
.operation{background:var(--ink);color:var(--paper);border-radius:10px;overflow:hidden;scroll-margin-top:120px}
.operation-top{padding:21px 30px;border-bottom:1px solid #383b33;display:flex;align-items:center;justify-content:space-between;gap:18px}
.operation-top>div{display:flex;align-items:center;gap:10px}
.operation-top h2{font-size:14px;font-weight:500;letter-spacing:0;line-height:1.5}
.signal{width:6px;height:6px;border-radius:50%;background:var(--green)}
.demo-label{font:12px/1.5 var(--mono);letter-spacing:.05em;color:#a7aea0}
.operation-stage{display:grid;grid-template-columns:1fr 140px 1.15fr;align-items:center;padding:36px 54px 32px;min-height:320px}
.operation-stage>*{min-width:0}
.conversation{max-width:355px;width:100%}
.conversation-heading{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.channel-symbol{background:#2c3c2c;color:#c6ddb5;border-radius:9px;padding:8px;width:38px;height:38px;flex-shrink:0}
.channel-symbol svg{width:22px;height:22px}
.conversation-heading>div{display:flex;flex-direction:column;gap:1px}
.conversation-heading strong{font-size:13px;font-weight:600}
.conversation-heading>div>span{font-size:12px;color:#aeb2a8}
.small-arrow{font-size:22px;margin-left:auto;color:#909889}
.conversation-thread{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:10px;height:236px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 24%);mask-image:linear-gradient(to bottom,transparent,#000 24%)}
.message{max-width:88%;padding:12px 16px 8px;border-radius:8px;font-size:12px;line-height:1.6;flex-shrink:0}
.message>span{display:block;text-align:right;font-size:12px;line-height:1.3;margin-top:5px;opacity:.7}
.message-in{background:#34372f;border-bottom-left-radius:0;color:#f1f0e9}
.message-out{background:#e4ecdc;color:#2b3524;border-bottom-right-radius:0;align-self:flex-end;transition:background .2s}
.message-out b{font-size:12px;font-weight:500;padding-left:4px}
.message-human{background:#dce6f6;color:#1f2d44}
.sender{display:block;font:11px/1.4 var(--mono);letter-spacing:.03em;color:#5d7350;margin-bottom:5px}
.message-human .sender{color:#3d5d8a}
.message-system{align-self:center;font:11px/1.4 var(--mono);letter-spacing:.03em;color:#aeb2a8;background:#2b2e28;padding:5px 11px;border-radius:999px;flex-shrink:0;text-align:center}
.is-new{animation:rise .38s cubic-bezier(.2,.7,.2,1) both}
@keyframes rise{from{opacity:0;transform:translateY(14px)}}
.message.is-typing{padding-bottom:12px}
.typing{display:inline-flex;gap:4px;align-items:center;height:18px}
.typing i{width:6px;height:6px;border-radius:50%;background:#6f8462;animation:typing 1.2s ease-in-out infinite}
.typing i:nth-child(2){animation-delay:.16s}
.typing i:nth-child(3){animation-delay:.32s}
@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}
.conversation-foot{display:flex;align-items:center;gap:6px;margin-top:15px;color:#b5c3aa;font-size:12px;min-height:16px}
.tiny-status{display:inline-block;width:6px;height:6px;border-radius:50%;background:#638157;flex-shrink:0}
.connector{display:flex;align-items:center;padding-inline:12px}
.connector>span{height:1px;flex:1;background:#505548}
.connector-core{width:37px;height:37px;border:1px solid #565d4d;border-radius:50%;padding:10px;color:#bfd6a7}
.connector-core svg{width:15px;height:15px}
.operation.is-playing .connector-core{animation:flow-pulse 2s ease-in-out infinite}
@keyframes flow-pulse{50%{background:#394632;box-shadow:0 0 0 6px rgba(191,214,167,.06)}}
.crm-view{width:100%;max-width:440px;justify-self:end}
.crm-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.kommo-wordmark{font-size:24px;font-weight:800;letter-spacing:-1px;line-height:1}
.crm-heading>span:last-child{font-size:12px;color:#aeb2a8}
.crm-record{background:#fcfcf8;color:var(--ink);padding:20px;border-radius:7px;box-shadow:0 10px 30px #0001}
.record-top{display:flex;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid #e7e9e1}
.contact-avatar{display:grid;place-items:center;width:34px;height:34px;background:#e1e8f5;color:#4c668c;border-radius:50%;font-size:13px;font-weight:600}
.record-top>div{display:flex;flex-direction:column;gap:2px}
.record-top strong{font-size:12px}
.record-top>div>span{font-size:12px;color:#797e74}
.record-menu{margin-left:auto;color:#797e74}
.record-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:17px 0 18px}
.record-fields>div{display:flex;flex-direction:column;gap:8px}
.record-fields>div>span{font:12px/1.5 var(--mono);letter-spacing:.035em;color:#74796e}
.record-fields strong{font-size:12px;font-weight:500}
.record-fields i{display:inline-block;width:5px;height:5px;background:var(--blue);border-radius:50%;margin-right:5px;vertical-align:middle}
.record-task{display:flex;align-items:center;gap:9px;background:#f0f3ea;padding:12px;border-radius:5px;min-height:60px}
.task-check{display:grid;place-items:center;color:#527641;border:1px solid #cbd7bf;border-radius:50%;width:21px;height:21px;font-size:12px;flex-shrink:0}
.record-task>div{display:flex;flex-direction:column;gap:1px}
.record-task strong{font-size:12px;font-weight:600}
.record-task>div>span{font-size:12px;color:#66705e}
.task-time{font-size:12px;margin-left:auto;align-self:start;color:#66705e;white-space:nowrap}
.operation-controls{display:flex;align-items:stretch;border-top:1px solid #383b33;padding-inline:30px}
.step-button{display:flex;align-items:center;gap:12px;padding:18px 20px;border:0;border-bottom:2px solid transparent;background:transparent;color:#9ba290;font-size:12px;text-align:left;transition:background .2s,color .2s;flex:1}
.step-button:hover{background:#ffffff05;color:#e8edde}
.step-number{font:12px var(--mono)}
.step-button.is-active{color:#dfebd5;border-bottom-color:#bfd6a7}
.step-indicator{width:5px;height:5px;border-radius:50%;background:transparent;margin-left:auto}
.step-button.is-active .step-indicator{background:#bfd6a7}
.demo-play{display:flex;align-items:center;gap:8px;background:transparent;border:0;border-left:1px solid #383b33;color:var(--paper);font-size:12px;padding:10px 0 10px 24px;margin-left:20px;min-width:148px;justify-content:center}
.demo-play svg{height:18px;width:18px}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:22px;padding-bottom:54px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}
.hero-bottom strong{font-weight:500;color:var(--ink)}
.hero-bottom>a{display:flex;align-items:center;gap:20px;color:var(--ink)}
.hero-bottom>a>span{font-size:22px}
.section-space{padding-top:100px;padding-bottom:100px}
.section-kicker{display:flex;align-items:center;gap:13px;font:12px/1.6 var(--mono);letter-spacing:.05em;color:#686e5e}
.index-mark{color:#8c9383}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin:26px 0 48px}
h2{font-size:48px;font-weight:500;line-height:1.18;letter-spacing:-2.1px}
.section-heading>p{max-width:290px;font-size:16px;color:var(--muted);line-height:1.9;padding-bottom:3px}
.service-row{display:grid;grid-template-columns:50px 1fr 1.25fr 60px;gap:26px;border-top:1px solid var(--line);padding:32px 0;align-items:start}
.service-number{font:12px/1.5 var(--mono);color:#848a7b;padding-top:6px}
.service-name h3{font-size:26px;line-height:1.3;font-weight:550;letter-spacing:-1px;margin-bottom:15px}
.service-name>span{font:12px/1.5 var(--mono);color:#707767;letter-spacing:.04em}
.service-body p{font-size:16px;color:#5b6155;line-height:1.85;max-width:425px}
.service-body ul{display:flex;gap:10px 18px;flex-wrap:wrap;margin-top:17px}
.service-body li{font-size:12px;color:#777f6b;display:flex;align-items:center;gap:7px}
.service-body li:before{content:'+';font:12px var(--mono);color:#465b30}
.round-link{display:grid;place-items:center;width:48px;height:48px;border:1px solid #c9cdbf;border-radius:50%;font-size:23px;transition:background .2s,color .2s,transform .2s;justify-self:end}
.round-link:hover{background:var(--ink);color:var(--paper);transform:rotate(6deg)}
.service-featured{border-bottom:1px solid var(--line)}
.service-featured .round-link{background:var(--blue);color:white;border-color:var(--blue)}
.service-featured .round-link:hover{background:#1e51c0}
.existing-crm{display:flex;align-items:center;gap:12px;background:#ebeee5;padding:17px 22px;border-radius:5px;margin-top:27px}
.existing-crm p{font-size:12px;color:#5e6655}
.existing-crm strong{color:var(--ink);font-weight:600}
.existing-crm a{font-size:12px;white-space:nowrap;margin-left:auto;font-weight:500;display:flex;gap:14px;align-items:center}
.existing-crm a span{font-size:20px}
.case-section{background:var(--ink);color:var(--cream);padding:90px 0}
.case-grid{display:grid;grid-template-columns:1fr .87fr;gap:100px;align-items:center}
.case-section .section-kicker{color:#a9ae9f;margin-bottom:48px}
.case-section .index-mark{color:#7e8475}
.case-client{display:block;font:12px/1.5 var(--mono);letter-spacing:.04em;margin-bottom:18px;color:#d2dbbf}
.case-client>span{color:#989f8d;letter-spacing:0;margin-left:8px}
.case-story h2{font-size:53px;line-height:1.17;margin-bottom:26px}
.case-story h2 em{color:#b8d29f}
.case-story>p{font-size:16px;color:#b4b8aa;line-height:1.9;max-width:440px}
.text-link{display:inline-flex;align-items:center;gap:25px;border-bottom:1px solid #707861;padding:10px 0;font-size:12px;font-weight:500;margin-top:22px}
.text-link span{font-size:20px}
.case-detail{border-top:1px solid #656e56;border-bottom:1px solid #656e56;align-self:center}
.case-detail-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:23px 0 10px}
.case-detail-top>span:last-child{font:12px var(--mono);color:#9aa48b;letter-spacing:.04em}
.case-line{display:grid;grid-template-columns:32px 1fr;gap:16px;padding:28px 0;border-bottom:1px solid #373e30}
.case-line>span{font:12px var(--mono);color:#8d9a7b;padding-top:4px}
.case-line h3{font-size:18px;font-weight:500;color:#e1e5d8;margin-bottom:8px;letter-spacing:-.3px}
.case-line p{font-size:16px;color:#aeb6a1;max-width:310px}
.case-detail-foot{display:flex;justify-content:space-between;gap:12px;padding:23px 0;font:12px var(--mono);letter-spacing:.06em;color:#a4b191}
.about-grid{display:grid;grid-template-columns:1fr .9fr;gap:110px;margin-top:30px;align-items:start}
.about-heading h2{font-size:54px;line-height:1.18}
.partner-badge{display:inline-block;margin-top:35px}
.partner-badge img{height:60px;width:159px}
.about-copy{padding-top:5px;max-width:475px}
.about-intro{display:block;font-size:20px;font-weight:550;letter-spacing:-.5px;margin-bottom:21px}
.about-copy p{font-size:16px;line-height:1.9;color:#626759;margin-bottom:16px}
.about-signature{display:flex;gap:14px;align-items:center;margin-top:27px}
.signature-mark{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--ink);color:var(--cream);border-radius:6px;font-size:33px;font-weight:750;line-height:1;letter-spacing:-2px;padding-bottom:4px}
.signature-mark span{color:var(--red)}
.about-signature>div{display:flex;flex-direction:column;gap:1px}
.about-signature strong{font-size:13px}
.about-signature>div>span{font-size:12px;color:#79816e}
.process-list{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:75px;padding-top:35px;border-top:1px solid var(--line)}
.process-list article>span{font:12px var(--mono);color:#7d8770;letter-spacing:.04em}
.process-list h3{font-size:18px;font-weight:550;margin:15px 0 9px;letter-spacing:-.4px}
.process-list p{font-size:16px;color:#6b7262;max-width:310px}
.faq-section{display:grid;grid-template-columns:1fr 1.2fr;gap:100px;border-top:1px solid var(--line)}
.faq-intro h2{margin:25px 0 20px;font-size:46px}
.faq-intro>p{font-size:16px;color:var(--muted)}
.faq-list{margin-top:4px}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list details:first-child{border-top:1px solid var(--line)}
.faq-list summary{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:25px;list-style:none;font-size:14px;font-weight:550;line-height:1.6;cursor:pointer}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:22px;font-weight:400;transition:transform .2s}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list details p{padding:0 34px 23px 0;font-size:16px;color:#626a58;line-height:1.9}
.contact-section{background:#dfe6d3;padding:88px 0 95px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.contact-copy .section-kicker{font-size:12px;letter-spacing:.03em;color:#5e694d}
.contact-copy h2{font-size:61px;line-height:1.16;margin:29px 0 25px}
.contact-copy>p{font-size:16px;color:#5f6855;line-height:1.9;max-width:330px;margin-bottom:28px}
.button-cream{background:var(--ink);color:var(--paper);min-width:270px}
.button-cream:hover{background:#35422a}
.contact-phone{display:flex;align-items:center;gap:17px;font-size:12px;margin-top:20px;font-weight:500}
.contact-phone span{font-size:18px}
.contact-note{display:block;font:12px/1.5 var(--mono);color:#707d60;margin-top:36px}
.contact-form{padding-top:3px}
.form-heading{margin-bottom:25px}
.form-heading h3{font-size:20px;letter-spacing:-.5px;font-weight:550;line-height:1.5}
.form-heading p{font-size:13px;color:#6d785e;margin-top:3px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.field{margin-bottom:17px;min-width:0}
.field label{display:block;font-size:14px;font-weight:600;line-height:1.5;margin-bottom:8px}
.field label>span{color:#6d785e;margin-left:3px}
.field input,.field select,.field textarea{width:100%;padding:12px 13px;border:1px solid #bfcab0;background:#f7f8f180;border-radius:4px;color:var(--ink);font-size:16px;line-height:1.5;transition:border-color .2s,background .2s;min-height:46px}
.field input:hover,.field select:hover,.field textarea:hover{border-color:#77876c}
.field input:focus,.field select:focus,.field textarea:focus{background:#f8faf3}
.field input::placeholder,.field textarea::placeholder{color:#7c8671;opacity:1}
.field select{padding-right:25px}
.field textarea{resize:vertical;min-height:100px}
.button-form{width:100%;border:1px solid #25311b;background:transparent;min-height:50px}
.button-form:hover{background:#ced9bf}
.button-form:disabled{opacity:.6;cursor:wait;transform:none}
.form-privacy{font-size:12px;color:#68765b;margin-top:12px;line-height:1.7;max-width:400px}
.form-privacy a{border-bottom:1px solid #a3b38f}
#form-status{font-size:13px;margin-top:12px;color:#3b5629}
#form-status.is-error{color:#8d251b}
.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.site-footer{background:var(--ink);color:var(--cream);padding:54px 0 22px}
.footer-main{display:flex;align-items:center;gap:50px;padding-bottom:40px}
.footer-wordmark{font-size:64px;letter-spacing:-3px}
.footer-main>p{font-size:12px;color:#b1b5a7;margin-left:auto;line-height:1.8}
.footer-top-link{display:grid;place-items:center;font-size:25px;border:1px solid #575e4c;border-radius:50%;width:43px;height:43px;margin-left:15px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #373b31;padding-top:23px;color:#949c87;font-size:12px}
.footer-bottom>div{display:flex;gap:22px;flex-wrap:wrap}
.footer-bottom a:hover{color:var(--cream)}
@media(min-width:1500px){h1{font-size:83px}.hero-intro{grid-template-columns:1fr 345px;gap:55px}.hero-description p{font-size:16px}}
@media(max-width:1190px){.shell{width:calc(100% - 80px)}.hero-intro{grid-template-columns:1fr 300px;gap:30px}h1{font-size:61px;letter-spacing:-3.6px}.hero-description p{font-size:16px}.operation-stage{padding:32px;grid-template-columns:1fr 85px 1.1fr}.crm-heading>span:last-child{font-size:12px}.section-heading{gap:45px}h2{font-size:42px}.service-row{grid-template-columns:35px 1fr 1.2fr 50px;gap:20px}.case-grid,.about-grid,.contact-grid,.faq-section{gap:65px}.contact-copy h2{font-size:54px}.case-story h2,.about-heading h2{font-size:48px}.demo-play{padding-left:15px;min-width:130px;margin-left:10px}}
@media(max-width:960px){.shell{width:calc(100% - 56px)}.nav-inner{height:80px;gap:25px}.desktop-nav{gap:20px}.hero-location{font-size:12px}.hero-intro{grid-template-columns:1fr;gap:27px;padding:38px 0}.hero-heading h1{font-size:70px}.hero-description{display:grid;grid-template-columns:1fr 300px;column-gap:45px;align-items:center}.partner-inline{grid-column:1;grid-row:1}.hero-description p{grid-column:1;grid-row:2;margin:0}.hero-description .button{grid-column:2;grid-row:2}.hero-note{grid-column:2;grid-row:3;margin-top:10px}.operation-stage{grid-template-columns:1fr 45px 1fr;padding:28px 24px}.connector{padding:0 5px}.connector-core{padding:8px;width:30px;height:30px;flex-shrink:0}.connector-core svg{width:12px;height:12px}.record-fields{gap:10px}.record-task{padding:10px;gap:6px}.task-time{display:none}.crm-record{padding:15px}.operation-controls{padding-inline:12px}.step-button{padding:17px 13px;gap:7px}.demo-play{min-width:40px;padding-inline:14px;margin:0}.demo-play span{display:none}.section-space{padding-block:75px}.section-heading{gap:35px}h2{font-size:38px}.section-heading>p{max-width:240px;font-size:16px}.service-row{grid-template-columns:27px 1fr 1.2fr 42px;gap:16px}.service-name h3{font-size:23px}.service-body p{font-size:16px}.round-link{width:41px;height:41px}.existing-crm{gap:9px;padding:15px}.existing-crm p{font-size:12px}.existing-crm a{font-size:12px}.case-grid,.about-grid,.contact-grid,.faq-section{gap:42px}.case-story h2,.about-heading h2{font-size:41px}.case-section{padding:70px 0}.case-detail-top>span:last-child{font-size:12px}.case-line{padding-block:23px;gap:7px;grid-template-columns:26px 1fr}.case-line h3{font-size:16px}.case-line p{font-size:16px}.case-detail-foot{font-size:12px}.about-intro{font-size:18px}.about-copy p{font-size:16px}.process-list{gap:28px}.process-list h3{font-size:16px}.faq-intro h2{font-size:39px}.contact-copy h2{font-size:45px}.contact-grid{grid-template-columns:.9fr 1.1fr;gap:38px}.contact-section{padding-block:70px}.form-row{gap:12px}.field input,.field textarea,.field select{font-size:16px}.contact-copy .section-kicker{font-size:12px}.form-heading h3{font-size:18px}.footer-bottom{font-size:12px}.footer-bottom>div{gap:15px}}
@media(max-width:700px){html{scroll-padding-top:90px}.shell{width:calc(100% - 40px)}.nav-inner{height:73px;gap:17px}.wordmark{font-size:32px;letter-spacing:-1.8px}.desktop-nav{display:none}.nav-contact{margin-left:auto;font-size:12px;padding:8px 12px;gap:18px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:42px;padding:6px;background:none;border:0}.menu-toggle span{width:20px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-nav{padding:12px 0 22px}.mobile-nav a{display:flex;justify-content:space-between;font-size:15px;padding:14px 0;border-bottom:1px solid var(--line)}.hero{padding-top:25px}.hero-eyebrow{font-size:12px;gap:9px;letter-spacing:.035em}.hero-eyebrow .brand-dots i{width:6px;height:6px}.hero-location{display:none}.hero-intro{padding-top:30px;padding-bottom:30px;gap:23px}.hero-heading h1{font-size:45px;letter-spacing:-2.6px;line-height:1.12}.mobile-break{display:block}h1 em{white-space:normal}.hero-description{display:block}.partner-inline{font-size:12px;gap:6px;margin-bottom:12px}.partner-inline strong{font-size:22px}.hero-description p{font-size:16px;max-width:410px;margin-bottom:21px;line-height:1.85}.hero-description .button{font-size:13px;min-height:50px;padding:13px 16px;gap:35px}.hero-note{font-size:12px;margin-top:10px}.operation{border-radius:7px}.operation-top{padding:17px 18px;flex-wrap:wrap;gap:6px}.operation-top h2{font-size:12px;letter-spacing:0}.operation-top>div{gap:7px}.demo-label{font-size:12px;margin-left:13px}.operation-stage{grid-template-columns:1fr;gap:0;padding:22px 20px 24px}.conversation{max-width:none}.conversation-heading{margin-bottom:14px}.conversation-heading strong{font-size:13px}.conversation-heading>div>span{font-size:12px}.message{font-size:12px;max-width:86%;padding:11px 13px 7px}.conversation-thread{height:218px}.conversation-foot{font-size:12px;margin-top:12px;line-height:1.5}.connector{height:47px;width:30px;justify-self:center;flex-direction:column;padding:5px 0}.connector>span{width:1px;min-height:5px}.connector-core{width:26px;height:26px;padding:6px;flex-shrink:0}.crm-view{max-width:none}.crm-heading{margin-bottom:12px}.kommo-wordmark{font-size:21px}.crm-heading>span:last-child{font-size:12px}.crm-record{padding:15px}.record-top{padding-bottom:13px}.record-top strong{font-size:12px}.record-top>div>span{font-size:12px}.record-fields{padding:13px 0;gap:12px}.record-fields strong{font-size:12px}.record-fields>div>span{font-size:12px}.record-task{min-height:55px}.record-task strong{font-size:12px}.record-task>div>span{font-size:12px}.task-time{display:none}.operation-controls{padding-inline:6px;flex-wrap:wrap}.step-button{padding:17px 8px;gap:6px;font-size:12px}.step-number{font-size:12px}.step-indicator{display:none}.demo-play{border-left:0;border-top:1px solid #383b33;flex:0 0 100%;font-size:12px;padding:12px;min-height:44px}.demo-play span{display:block}.hero-bottom{padding:20px 0 34px;gap:20px;font-size:12px;align-items:start}.hero-bottom>a{font-size:12px;gap:8px;max-width:110px}.hero-bottom>a>span{font-size:18px}.section-space{padding-block:55px}.section-kicker{font-size:12px;gap:10px;letter-spacing:.035em}.section-heading{display:block;margin:22px 0 28px}h2{font-size:35px;line-height:1.2;letter-spacing:-1.5px}.section-heading>p{font-size:16px;max-width:330px;margin-top:18px}.service-row{grid-template-columns:22px 1fr 40px;gap:12px;padding:25px 0 27px}.service-number{grid-column:1;grid-row:1;font-size:12px;padding-top:5px}.service-name{grid-column:2;grid-row:1}.service-name h3{font-size:23px;line-height:1.25;letter-spacing:-.8px;margin-bottom:8px}.service-name h3 br{display:none}.service-name>span{font-size:12px}.service-body{grid-column:2 / -1;grid-row:2}.service-body p{font-size:16px;line-height:1.85}.service-body ul{gap:8px 13px;margin-top:15px}.service-body li{font-size:12px}.round-link{grid-column:3;grid-row:1;width:37px;height:37px;font-size:21px}.existing-crm{flex-wrap:wrap;padding:18px;gap:9px;margin-top:22px}.existing-crm>p{font-size:12px;flex:1}.existing-crm>p strong{display:block;margin-bottom:3px}.existing-crm>.tiny-status{align-self:start;margin-top:6px}.existing-crm>a{margin:6px 0 0 15px;font-size:12px}.case-section{padding:52px 0}.case-grid{grid-template-columns:1fr;gap:38px}.case-section .section-kicker{margin-bottom:31px}.case-client{font-size:12px;margin-bottom:15px}.case-story h2{font-size:41px;margin-bottom:20px}.case-story>p{font-size:16px;max-width:none}.text-link{font-size:12px;margin-top:18px;gap:20px}.case-detail-top{padding-top:20px}.case-detail-top>span:last-child{font-size:12px}.case-line{padding:22px 0;grid-template-columns:27px 1fr;gap:14px}.case-line h3{font-size:17px}.case-line p{font-size:16px;max-width:none}.case-detail-foot{font-size:12px;padding-block:20px}.about-grid{grid-template-columns:1fr;gap:31px;margin-top:24px}.about-heading{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:end}.about-heading h2{font-size:41px;line-height:1.16}.partner-badge{margin-top:5px;margin-bottom:4px}.partner-badge img{width:132px;height:auto}.about-copy{padding:0;max-width:none}.about-intro{font-size:19px;margin-bottom:16px}.about-copy p{font-size:16px}.about-signature{margin-top:21px}.process-list{grid-template-columns:1fr;gap:0;margin-top:36px;padding-top:0;border-top:0}.process-list article{padding:23px 0;border-top:1px solid var(--line)}.process-list article:last-child{padding-bottom:0}.process-list article>span{font-size:12px}.process-list h3{font-size:18px;margin:9px 0 6px}.process-list p{font-size:16px;max-width:none}.faq-section{grid-template-columns:1fr;gap:30px}.faq-intro h2{font-size:36px;margin:20px 0 14px}.faq-intro>p{font-size:16px}.faq-list summary{font-size:13px;padding-block:20px;gap:17px}.faq-list details p{font-size:16px;padding:0 18px 20px 0}.contact-section{padding:52px 0}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-copy .section-kicker{font-size:12px}.contact-copy h2{font-size:48px;line-height:1.14;margin:23px 0 22px}.contact-copy>p{font-size:16px;max-width:none;margin-bottom:23px}.button-cream{font-size:13px;min-width:270px}.contact-phone{font-size:12px;margin-top:17px}.contact-note{font-size:12px;margin-top:24px}.contact-form{padding-top:31px;border-top:1px solid #b9c5a8}.form-heading{margin-bottom:22px}.form-heading h3{font-size:20px}.form-heading p{font-size:13px}.field label{font-size:14px}.field input,.field select,.field textarea{font-size:16px;padding:12px 10px;min-height:48px}.field input::placeholder{font-size:14px}.field textarea::placeholder{font-size:14px}.form-row{gap:13px}.field{margin-bottom:16px}.button-form{font-size:13px}.form-privacy{font-size:12px}.site-footer{padding:38px 0 24px}.footer-main{gap:15px;flex-wrap:wrap;padding-bottom:25px}.footer-wordmark{font-size:50px;letter-spacing:-2.7px}.footer-main>p{margin-left:0;font-size:12px;order:3;flex-basis:100%;margin-top:5px}.footer-top-link{margin-left:auto;width:38px;height:38px;font-size:22px}.footer-bottom{display:block;font-size:12px;padding-top:20px}.footer-bottom>div{gap:12px 18px;font-size:12px;margin-top:16px}}
@media(max-width:374px){.shell{width:calc(100% - 32px)}.hero-heading h1{font-size:39px;letter-spacing:-2.2px}.nav-inner{gap:9px}.nav-contact{gap:10px}.operation-stage{padding-inline:15px}.operation-top{padding-inline:15px}.step-button{font-size:12px;gap:4px;padding-inline:5px}.hero-eyebrow{font-size:12px}h2{font-size:31px}.about-heading h2,.case-story h2{font-size:36px}.contact-copy h2{font-size:43px}.form-row{grid-template-columns:1fr}.section-heading>p{font-size:16px}.contact-copy .section-kicker{font-size:12px}.operation-top h2{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
