:root{--ink:#09162f;--ink-soft:#263649;--muted:#5c6a77;--green:#078a4a;--green-dark:#006d3d;--green-light:#26b969;--mint:#eaf8f0;--mint-soft:#f5fbf8;--line:#cfe8da;--white:#ffffff;--shadow:0 18px 50px rgba(13,90,54,0.09)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;overflow-x:hidden;background:var(--white);color:var(--ink);font-family:Segoe UI,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{color:inherit;font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.section{padding:92px 0}.section-soft{background:linear-gradient(135deg,#f7fcf9,#f0faf5 62%,#f8fcfa)}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(207,232,218,.82);background:rgba(255,255,255,.88);box-shadow:0 10px 30px rgba(10,74,43,.035);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{display:grid;min-height:76px;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.header-brand{width:max-content}.brand-lockup{display:inline-flex;align-items:center;gap:11px}.brand-mark{position:relative;display:grid;width:31px;height:31px;flex:0 0 auto;place-items:center}.brand-mark i{--turn:0;position:absolute;width:7px;height:12px;border-radius:4px;background:var(--green);transform:rotate(calc(var(--turn) * 60deg)) translateY(-9px);transform-origin:50% 15px}.brand-mark i:nth-child(2){--turn:1}.brand-mark i:nth-child(3){--turn:2}.brand-mark i:nth-child(4){--turn:3}.brand-mark i:nth-child(5){--turn:4}.brand-mark i:nth-child(6){--turn:5}.brand-wordmark{display:flex;flex-direction:column;line-height:1}.brand-wordmark b{font-size:16px;letter-spacing:-.025em}.brand-wordmark small{margin-top:6px;color:#778a80;font-size:8px;font-weight:800;letter-spacing:.14em}.desktop-nav{display:flex;align-items:center;gap:27px;color:#263542;font-size:13px;font-weight:650}.desktop-nav a,.footer-nav a,.footer-socials a{transition:color .18s ease}.desktop-nav a:focus-visible,.desktop-nav a:hover,.footer-nav a:hover,.footer-socials a:hover{color:var(--green)}.button{display:inline-flex;min-height:49px;align-items:center;justify-content:center;gap:12px;border:1px solid var(--green);border-radius:10px;background:linear-gradient(135deg,var(--green),var(--green-dark));box-shadow:0 11px 26px rgba(7,138,74,.2);color:#fff;font-size:14px;font-weight:750;padding:0 24px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{box-shadow:0 16px 34px rgba(7,138,74,.28);transform:translateY(-2px)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(7,138,74,.24);outline-offset:3px}.button-small{min-height:42px;padding:0 20px;font-size:13px}.header-button{justify-self:end}.button-ghost{border-color:#b5ddc7;background:rgba(255,255,255,.78);box-shadow:none;color:var(--green-dark)}.button-ghost:hover{border-color:var(--green);background:#fff;box-shadow:0 10px 25px rgba(7,90,50,.1)}.menu-button{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:10px;background:#fff}.menu-button span{width:18px;height:2px;border-radius:2px;background:var(--ink);transition:transform .18s ease,opacity .18s ease}.menu-button.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.menu-button.is-open span:nth-child(2){opacity:0}.menu-button.is-open span:last-child{transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;overflow:hidden;max-height:0;border-top:1px solid transparent;background:rgba(255,255,255,.98);transition:max-height .24s ease}.mobile-menu.is-open{max-height:520px;border-color:var(--line)}.mobile-menu nav{display:grid;gap:4px;padding-top:14px;padding-bottom:20px}.mobile-menu nav>a:not(.button){border-bottom:1px solid #e8f2ed;padding:12px 2px;font-weight:650}.hero{position:relative;min-height:650px;overflow:hidden;background:radial-gradient(circle at 76% 36%,#e1faec 0,rgba(243,252,247,.6) 28%,transparent 52%),linear-gradient(180deg,#fbfefc,#fff)}.hero-orb{position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}.hero-orb-one{top:-160px;left:8%;width:360px;height:360px;background:rgba(199,244,218,.22)}.hero-orb-two{right:18%;bottom:-180px;width:420px;height:420px;background:rgba(57,196,119,.08)}.hero-grid{position:relative;z-index:2;display:grid;min-height:650px;grid-template-columns:.88fr 1.12fr;align-items:center;gap:50px;padding:76px 0 65px}.hero-eyebrow,.section-eyebrow{margin:0 0 18px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero-eyebrow{display:inline-flex;border-radius:999px;background:var(--mint);padding:8px 13px}h1,h2,h3,p{text-wrap:pretty}.hero h1{max-width:590px;margin:0;font-size:clamp(48px,5vw,68px);font-weight:820;letter-spacing:-.057em;line-height:.99;text-wrap:balance}.hero-lead{max-width:535px;margin:24px 0 0;color:#31404d;font-size:20px;line-height:1.48}.hero-actions{display:flex;gap:14px;margin-top:32px}.hero-benefits{display:flex;flex-wrap:wrap;gap:12px 20px;margin:34px 0 0;padding:0;color:var(--muted);font-size:12px;font-weight:650;list-style:none}.hero-benefits li{display:flex;align-items:center;gap:7px}.hero-benefits li span{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-size:11px}.ecosystem{position:relative;min-height:505px;isolation:isolate}.system-screen{position:absolute;z-index:3;overflow:hidden;border:1px solid #94d4b1;border-radius:15px;background:rgba(255,255,255,.95);box-shadow:0 24px 48px rgba(15,94,57,.15);padding:33px 22px 18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.window-bar{position:absolute;inset:0 0 auto;display:flex;height:19px;align-items:center;gap:4px;background:#087c47;padding-left:9px}.window-bar i{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.68)}.site-screen{top:20px;left:14px;width:250px;height:190px;transform:rotate(2deg);animation:gentle-float 7s ease-in-out infinite}.site-screen small{color:var(--green);font-size:9px;font-weight:800}.site-screen>b{display:block;margin-top:8px;font-size:18px;line-height:1.15}.door-preview{position:absolute;right:20px;bottom:18px;width:72px;height:92px;border:8px solid #edf2ef;background:linear-gradient(135deg,#dacbb2,#857866);box-shadow:-45px 25px 0 -31px #cce7d6}.crm-screen{top:5px;right:3px;width:275px;height:225px;transform:rotate(-1.5deg);animation:gentle-float 8s ease-in-out 1s infinite reverse}.crm-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.crm-heading b{font-size:25px;letter-spacing:-.04em}.crm-heading small{color:#718078;font-size:9px}.crm-screen p{display:flex;justify-content:space-between;margin:0;border-bottom:1px solid #e4f1ea;color:#537064;font-size:10px;padding:7px 0}.crm-screen strong{color:var(--ink);font-size:12px}.bars{position:absolute;right:20px;bottom:16px;display:flex;height:36px;align-items:end;gap:6px}.bars i{width:7px;height:40%;border-radius:2px 2px 0 0;background:#35bf7a}.bars i:nth-child(2){height:68%}.bars i:nth-child(3){height:50%}.bars i:nth-child(4){height:100%}.system-core{position:absolute;z-index:8;top:225px;left:50%;display:flex;width:154px;height:128px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #25b064;border-radius:18px;background:linear-gradient(145deg,#099150,#006d3c);box-shadow:0 22px 50px rgba(6,117,65,.32),inset 0 1px rgba(255,255,255,.2);color:#fff;transform:translateX(-50%)}.system-core .brand-mark{margin-bottom:8px;transform:scale(.72)}.system-core .brand-mark i{background:#c6ffda}.system-core>b{font-size:16px}.system-core>small{margin-top:5px;color:#cdeedb;font-size:8px}.node-grid{position:absolute;z-index:5;top:260px;left:0;display:grid;width:100%;grid-template-columns:1fr 1fr;gap:13px 190px}.system-node{position:relative;display:flex;min-height:47px;align-items:center;gap:10px;border:1px solid #d6ebe0;border-radius:10px;background:#fff;box-shadow:0 10px 22px rgba(15,94,57,.09);color:#304238;font-size:10px;font-weight:750;padding:8px 12px}.system-node:nth-child(2n):before,.system-node:nth-child(odd):after{content:"";position:absolute;top:50%;z-index:-1;width:105px;height:2px;background:#64d698;box-shadow:0 0 8px rgba(45,188,108,.25)}.system-node:nth-child(odd):after{left:100%}.system-node:nth-child(2n):before{right:100%}.system-node i{display:grid;width:23px;height:23px;flex:0 0 auto;place-items:center;border:5px solid #dcf5e6;border-radius:7px;background:var(--green);color:#fff;font-size:7px;font-style:normal}@keyframes gentle-float{0%,to{margin-top:0}50%{margin-top:-7px}}.section-title{max-width:650px}.section-title-center{margin-inline:auto;text-align:center}.section-title h2{margin:0;font-size:clamp(34px,4vw,48px);font-weight:800;letter-spacing:-.048em;line-height:1.05}.section-description{margin:14px 0 0;color:var(--muted);font-size:16px;line-height:1.6}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:30px}.text-link{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;color:var(--green);font-size:13px;font-weight:750}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.service-card{display:grid;min-height:138px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(8,89,50,.045);padding:25px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.service-card:hover{border-color:#8ed0ac;box-shadow:var(--shadow);transform:translateY(-5px)}.feature-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:13px;background:var(--mint);color:var(--green);font-size:29px;font-weight:700;line-height:1}.service-copy{display:flex;flex-direction:column}.service-copy b{font-size:18px}.service-copy>span{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.45}.round-arrow{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--mint);color:var(--green);font-weight:800;transition:transform .18s ease}.service-card:hover .round-arrow{transform:translateX(3px)}.why-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:58px}.why-copy>p{max-width:520px;margin:24px 0 0;color:var(--ink-soft);font-size:16px;line-height:1.68}.why-copy>p+p{margin-top:12px}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.advantage-card{display:flex;min-height:142px;gap:16px;border:1px solid rgba(205,232,217,.9);border-radius:15px;background:rgba(255,255,255,.85);padding:22px}.mini-icon{display:grid;width:43px;height:43px;flex:0 0 auto;place-items:center;border-radius:12px;background:var(--mint);color:var(--green);font-size:24px;font-weight:800}.advantage-card h3{margin:2px 0 7px;font-size:15px}.advantage-card p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.5}.case-section{overflow:hidden}.case-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:50px}.case-intro{max-width:420px;margin:24px 0 0;color:var(--ink-soft);font-size:17px;line-height:1.6}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 20px;margin:26px 0 30px;padding:0;color:#4b5b67;font-size:13px;list-style:none}.check-grid li{display:flex;align-items:center;gap:9px}.check-grid li span{display:grid;width:19px;height:19px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:10px}.case-visual{position:relative;min-height:465px}.case-window{position:absolute;overflow:hidden;border:1px solid #b9ddc9;border-radius:14px;background:#fff;box-shadow:0 22px 55px rgba(9,91,52,.14)}.case-window-head{display:flex;height:38px;align-items:center;justify-content:space-between;border-bottom:1px solid #e4f0e9;background:#fbfefc;padding:0 15px}.case-window-head b{font-size:10px}.case-window-head span{color:#819087;font-size:7px}.case-site-window{top:60px;left:0;z-index:2;width:63%;height:300px;transform:rotate(-1.8deg)}.case-site-content{display:grid;height:calc(100% - 38px);grid-template-columns:1fr .9fr;align-items:center;gap:10px;background:linear-gradient(145deg,#fdfdfc,#edf6f1);padding:24px}.case-site-content small{color:var(--green);font-size:8px;font-weight:800}.case-site-content strong{display:block;margin:8px 0 18px;font-size:23px;letter-spacing:-.04em;line-height:1.1}.case-site-content span{display:inline-flex;border-radius:7px;background:var(--green-dark);color:#fff;font-size:8px;font-weight:700;padding:9px 12px}.case-door-row{display:flex;align-items:end;justify-content:center;gap:8px}.case-door-row i{width:37px;height:125px;border:5px solid #f2f4f2;background:linear-gradient(130deg,#95836b,#4f4437);box-shadow:0 7px 12px rgba(0,0,0,.12)}.case-door-row i:nth-child(2){height:145px;background:linear-gradient(130deg,#d4c7aa,#927a59)}.case-door-row i:nth-child(3){height:115px;background:linear-gradient(130deg,#424947,#151a19)}.case-crm-window{top:0;right:0;z-index:1;width:57%;height:235px;transform:rotate(1.6deg)}.kanban{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:18px 12px}.kanban>div{min-height:150px;border-radius:7px;background:#f3faf6;padding:9px}.kanban b{display:block;margin-bottom:10px;color:#4e675a;font-size:8px}.kanban i{display:block;height:42px;margin-top:7px;border:1px solid #deede5;border-radius:5px;background:#fff;box-shadow:0 3px 6px rgba(10,70,42,.04)}.case-config-window{right:50px;bottom:0;z-index:4;width:50%;height:225px;transform:rotate(.6deg)}.config-content{display:grid;grid-template-columns:1.35fr .8fr;gap:12px;padding:16px}.config-doors{display:flex;align-items:center;justify-content:space-around;gap:7px}.config-doors i{width:38px;height:112px;border:4px solid #edf1ef;background:#c9b390}.config-doors i:nth-child(2){background:#7b6147}.config-doors i:nth-child(3){background:#252927}.config-options{display:flex;flex-direction:column}.config-options span{margin-top:5px;color:#84928a;font-size:7px}.config-options b{margin-top:2px;border-bottom:1px solid #e3eee8;font-size:8px;padding-bottom:5px}.config-options button{margin-top:12px;border:0;border-radius:6px;background:var(--green);color:#fff;font-size:7px;font-weight:700;padding:8px 5px}.pricing-section{padding-top:70px;background:linear-gradient(180deg,#fff,#fbfefc)}.pricing-section .section-title{display:grid;max-width:none;grid-template-columns:1fr 1fr;align-items:end;column-gap:60px}.pricing-section .section-title .section-eyebrow{grid-column:1/-1}.pricing-section .section-description{max-width:530px;justify-self:end}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.price-card{position:relative;display:flex;min-height:310px;flex-direction:column;border:1px solid var(--line);border-radius:16px;background:#fff;padding:28px}.price-card-featured{border-color:#6bc795;background:linear-gradient(150deg,#fff,#f1fbf6);box-shadow:var(--shadow)}.price-badge{position:absolute;top:-13px;right:18px;border-radius:999px;background:var(--green);color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em;padding:7px 12px;text-transform:uppercase}.price-title{display:flex;align-items:center;gap:15px}.price-title .feature-icon{width:45px;height:45px;font-size:24px}.price-title h3{margin:0;font-size:16px;line-height:1.3}.price{margin:25px 0 0;font-size:28px;font-weight:820;letter-spacing:-.04em}.price-description{margin:10px 0 22px;color:var(--muted);font-size:13px;line-height:1.55}.price-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--green);font-size:12px;font-weight:750}.process-section{padding-top:76px}.process-list{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:34px;margin:42px 0 0;padding:0;list-style:none}.process-list:before{content:"";position:absolute;top:35px;left:7%;width:82%;height:1px;background:linear-gradient(90deg,var(--line),#6cc895,var(--line))}.process-list li{position:relative;z-index:1;display:grid;grid-template-columns:70px 1fr;gap:16px}.process-icon{display:grid;width:70px;height:70px;place-items:center;border:1px solid #d9eee3;border-radius:50%;background:#f0faf5;box-shadow:0 0 0 10px #fff;color:var(--green);font-size:27px;font-weight:750}.process-list small{color:#83aa95;font-size:9px;font-weight:800;letter-spacing:.08em}.process-list h3{margin:4px 0 7px;font-size:15px}.process-list p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.about-section{background:linear-gradient(135deg,#fbfefc,#f4fbf7)}.about-grid{display:grid;grid-template-columns:1fr 1fr .9fr;gap:18px;margin-top:36px}.about-statement,.person-card{min-height:230px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.9);padding:26px}.person-card{display:grid;grid-template-columns:88px 1fr;gap:20px}.avatar{position:relative;display:grid;width:88px;height:88px;place-items:center;overflow:hidden;border:6px solid #eff7f3;border-radius:50%;font-size:31px;font-weight:800}.avatar:before{content:"";position:absolute;top:47px;width:74px;height:55px;border-radius:50% 50% 0 0;background:rgba(255,255,255,.55)}.avatar span{position:relative;z-index:2}.avatar-city{background:linear-gradient(145deg,#e4c5aa,#486c61);color:#21362e}.avatar-eira{background:linear-gradient(145deg,#94f0c2,#196f63);color:#fff}.person-card h3{margin:2px 0 7px;font-size:23px;letter-spacing:-.03em}.person-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.person-card blockquote{margin:20px 0 0;border-radius:9px;background:var(--mint);color:#28724e;font-size:12px;font-style:italic;line-height:1.45;padding:11px 13px}.about-statement{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#f5fcf8,#e9f8ef)}.about-statement p{margin:0;color:var(--green);font-family:Segoe Print,Segoe Script,cursive;font-size:17px;line-height:1.4;transform:rotate(-2deg)}.about-statement strong{font-size:19px;letter-spacing:-.025em;line-height:1.35}.contact-section{position:relative;overflow:hidden;background:linear-gradient(150deg,#ddf7ea,#f9f6dc 48%,#bcebd5);padding:76px 0 82px}.contact-section:after{content:"";position:absolute;right:8%;bottom:-110px;width:400px;height:250px;border-radius:50%;background:rgba(22,133,84,.17);filter:blur(35px)}.contact-hills{position:absolute;inset:auto 0 0;height:130px;opacity:.45}.contact-hills i{position:absolute;bottom:-105px;width:420px;height:220px;border-radius:50% 50% 0 0;background:#54a984;transform:rotate(10deg)}.contact-hills i:first-child{left:-80px}.contact-hills i:nth-child(2){right:23%;bottom:-135px;width:540px;background:#2e8d68;transform:rotate(-5deg)}.contact-hills i:last-child{right:-120px;bottom:-120px;background:#197356;transform:rotate(7deg)}.contact-content{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:52px}.contact-copy h2{margin:0;font-size:clamp(38px,4vw,54px);letter-spacing:-.05em;line-height:1.02}.contact-copy>p:last-child{max-width:500px;margin:20px 0 0;color:#40584c;font-size:15px;line-height:1.6}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;border:1px solid rgba(255,255,255,.9);border-radius:18px;background:rgba(255,255,255,.7);box-shadow:0 20px 55px rgba(17,104,65,.11);padding:24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.form-field{display:flex;flex-direction:column;gap:7px}.form-field label{color:#456052;font-size:11px;font-weight:750}.form-field input,.form-field textarea{width:100%;border:1px solid #bcdcca;border-radius:9px;background:rgba(255,255,255,.92);font-size:13px;padding:13px 14px;resize:vertical}.form-field input{min-height:47px}.form-field textarea{min-height:82px}.form-field-message{grid-column:1/-1}.form-field input::placeholder,.form-field textarea::placeholder{color:#84938a}.form-field input:invalid:not(:placeholder-shown),.form-field textarea:invalid:not(:placeholder-shown){border-color:#c97a72}.form-submit{width:max-content;min-width:150px}.form-submit:disabled{cursor:wait;opacity:.72;transform:none}.form-status{align-self:center;margin:0;color:#52655a;font-size:11px;line-height:1.45}.form-status-success{color:#086f40;font-weight:700}.form-status-error{color:#9b372f;font-weight:700}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.site-footer{border-top:1px solid #d8ebe1;background:#fff}.footer-main{display:grid;min-height:125px;grid-template-columns:1fr auto 1fr;align-items:center;gap:34px}.footer-brand{display:flex;align-items:center;gap:25px}.footer-brand>span:last-child{color:var(--muted);font-size:10px;line-height:1.45}.footer-nav{display:flex;gap:22px;color:#384a40;font-size:11px;font-weight:650}.footer-socials{display:flex;justify-content:end;gap:13px;color:var(--green);font-size:11px;font-weight:750}.footer-bottom{display:flex;min-height:58px;align-items:center;justify-content:space-between;border-top:1px solid #eef4f1;color:#7b8981;font-size:10px}.footer-bottom>div{display:flex;gap:20px}.footer-bottom p{margin:0}.legal-main{background:linear-gradient(180deg,#f6fcf9,#fff 360px);padding:80px 0 100px}.legal-article{max-width:840px}.legal-article h1{max-width:760px;margin:0;font-size:clamp(38px,5vw,62px);letter-spacing:-.05em;line-height:1.03}.legal-updated{margin:17px 0 42px;color:#7b8982;font-size:12px}.legal-article h2{margin:34px 0 10px;font-size:22px;letter-spacing:-.025em}.legal-article>p:not(.section-eyebrow):not(.legal-updated){color:#425248;font-size:15px;line-height:1.72}.legal-note{margin-top:44px;border-left:3px solid var(--green);border-radius:0 10px 10px 0;background:var(--mint-soft);color:#405248;font-size:14px;line-height:1.55;padding:18px 20px}.legal-note a{color:var(--green);font-weight:750;text-decoration:underline}.not-found{display:grid;min-height:68vh;place-items:center;background:radial-gradient(circle at 50% 40%,#e8f9ef,transparent 48%);padding:60px 24px;text-align:center}.not-found>div{max-width:560px}.not-found>div>span{color:var(--green);font-size:70px;font-weight:850;letter-spacing:-.06em}.not-found h1{margin:6px 0 0;font-size:clamp(38px,6vw,60px);letter-spacing:-.05em}.not-found p{margin:17px 0 28px;color:var(--muted);font-size:16px}@media (max-width:1100px){.desktop-nav{gap:18px;font-size:12px}.hero-grid{grid-template-columns:1fr;gap:28px;padding-top:64px}.hero-copy{max-width:750px}.ecosystem{width:min(650px,100%);margin:0 auto}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card:last-child{grid-column:1/-1}.case-grid{grid-template-columns:1fr}.case-copy{max-width:680px}.case-visual{width:min(720px,100%);margin:10px auto 0}.process-list{grid-template-columns:repeat(2,1fr);row-gap:35px}.process-list:before{display:none}.about-grid{grid-template-columns:repeat(2,1fr)}.about-statement{grid-column:1/-1;min-height:190px}.footer-main{grid-template-columns:1fr 1fr}.footer-nav{display:none}}@media (max-width:900px){.section{padding:72px 0}.header-inner{grid-template-columns:1fr auto auto}.desktop-nav{display:none}.menu-button,.mobile-menu{display:flex}.mobile-menu{display:block}.why-grid{grid-template-columns:1fr}.why-copy{max-width:720px}.pricing-section .section-title{display:block}.pricing-section .section-description{max-width:620px}.pricing-grid{grid-template-columns:1fr 1fr}.price-card-featured{grid-column:1/-1}.contact-content{grid-template-columns:1fr}.contact-copy{max-width:680px}.lead-form{max-width:720px}}@media (max-width:700px){.shell{width:calc(100% - 32px)}.header-inner{min-height:68px;gap:10px}.brand-wordmark b{font-size:14px}.brand-wordmark small,.header-button{display:none}.hero-grid{min-height:0;padding:50px 0 36px}.hero h1{font-size:clamp(40px,12.3vw,56px)}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-benefits{display:grid}.ecosystem{min-height:445px}.system-screen{padding-inline:14px}.site-screen{left:0;width:58%}.crm-screen{right:0;width:61%}.door-preview{right:12px;width:52px}.system-core{top:214px}.node-grid{top:346px;grid-template-columns:1fr 1fr;gap:9px 74px}.system-node{min-width:0;font-size:9px;padding:7px 8px}.system-node:nth-child(n+5){display:none}.system-node:nth-child(2n):before,.system-node:nth-child(odd):after{width:48px}.section-heading-row{display:block}.section-heading-row .text-link{margin-top:18px}.about-grid,.advantages-grid,.pricing-grid,.services-grid{grid-template-columns:1fr}.about-statement,.price-card-featured,.service-card:last-child{grid-column:auto}.service-card{min-height:126px;padding:21px}.why-grid{gap:34px}.advantage-card{min-height:125px}.case-visual{min-height:530px}.case-site-window{top:35px;width:82%}.case-crm-window{right:-20px;width:68%}.case-config-window{right:0;bottom:15px;width:76%}.check-grid,.process-list{grid-template-columns:1fr}.process-list{gap:22px}.process-list li{grid-template-columns:58px 1fr}.process-icon{width:58px;height:58px;box-shadow:none;font-size:22px}.process-list:before{display:block;top:29px;bottom:29px;left:28px;width:1px;height:auto;background:var(--line)}.person-card{grid-template-columns:72px 1fr;padding:22px}.avatar{width:72px;height:72px}.about-statement{min-height:210px}.contact-section{padding:65px 0 74px}.lead-form{grid-template-columns:1fr;padding:19px}.form-field-message{grid-column:auto}.form-submit{width:100%}.form-status{min-height:32px}.footer-main{grid-template-columns:1fr;gap:20px;padding:30px 0}.footer-socials{justify-content:start}.footer-bottom{align-items:flex-start;flex-direction:column;gap:13px;padding:18px 0}.footer-bottom>div{flex-direction:column;gap:8px}.legal-main{padding:58px 0 78px}}@media (max-width:460px){.brand-mark{width:28px;height:28px}.menu-button{width:40px;height:40px}.ecosystem{min-height:408px}.system-screen{height:175px}.site-screen{width:62%}.crm-screen{width:65%;height:203px}.crm-screen p{padding:5px 0}.system-core{top:197px;width:140px;height:112px}.node-grid{top:322px;gap:8px 55px}.system-node{min-height:42px}.system-node i{display:none}.case-site-window{width:93%}.case-crm-window{width:77%}.case-config-window{width:88%}.case-site-content{padding:16px}.case-site-content strong{font-size:19px}.case-door-row i{width:29px}.config-content{grid-template-columns:1.25fr .9fr;padding:11px}.person-card{grid-template-columns:1fr}.person-card blockquote{margin-top:13px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}