@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--bg:#080d0c;--panel:#101715;--line:#27312b;--text:#eff2eb;--muted:#9aa79f;--accent:#c5f873;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:40px}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}::selection{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.header{width:min(1344px,calc(100% - 64px));height:100px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;flex-shrink:0}.brand img{display:block}.brand>span{font-size:24px;letter-spacing:-1.3px;font-weight:800;white-space:nowrap}.brand-light{font-weight:400;color:#c6cec5}.brand i{font-size:10px;font-style:normal;vertical-align:top;margin-left:4px;letter-spacing:0}.header nav{display:flex;gap:32px;font-size:13px;color:var(--muted)}.header nav a:hover,.quiet-link:hover{color:var(--accent)}.header-link{font-size:13px;border:1px solid #414d3e;border-radius:8px;padding:13px 18px}.menu{display:none}.skip{position:absolute;top:-80px;left:20px;z-index:20;background:var(--accent);color:black;padding:12px}.skip:focus{top:12px}.hero{padding-top:78px;display:grid;grid-template-columns:1.2fr 1fr;gap:20px;align-items:center}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:600;display:flex;align-items:center;gap:10px;color:var(--muted);margin:0 0 27px}.dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:var(--accent);box-shadow:0 0 12px #c5f85566;flex-shrink:0}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(35px,3.8vw,57px);font-weight:500;line-height:1.2;letter-spacing:-2.6px;margin-bottom:27px}h1>span,h2>span{color:var(--accent)}.intro{font-size:16px;line-height:1.8;max-width:450px;color:var(--muted);margin-bottom:30px}.actions{display:flex;align-items:center;gap:28px}.button{background:var(--accent);color:#14200f;border:1px solid var(--accent);border-radius:7px;padding:16px 20px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;font-size:13px;font-weight:800;transition:background .2s,transform .2s;min-height:50px}.button:hover{background:#dafaaa;transform:translateY(-2px)}.button>span{font-size:21px;font-weight:400}.quiet-link{font-size:12px;display:flex;gap:18px;align-items:center;min-height:44px}.hero-note{font-size:10px;color:#96a78f;margin-top:36px}.network{height:475px;position:relative;background:radial-gradient(ellipse at center,#29422c55,transparent 65%);isolation:isolate;overflow:hidden}.network canvas{width:100%;height:100%;position:absolute;inset:0;z-index:-1}.network-top,.network-bottom{position:absolute;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;font-family:monospace;font-size:9px;letter-spacing:1.3px;color:#92a58d}.network-top{top:20px}.network-bottom{bottom:20px}.network-bottom>span:last-child{font-size:22px;color:var(--accent)}.network-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:133px;height:133px;border:1px solid #72925a;border-radius:26px;background:linear-gradient(145deg,#253b28,#0c1710);box-shadow:0 0 50px #c5f81512,inset 0 0 25px #c5f8130a;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px}.network-center>span{font-family:monospace;font-size:8px;color:#bfd3b9}.node-label{position:absolute;border:1px solid #42513e;border-radius:6px;padding:10px 12px;background:#111b14;font-size:10px;white-space:nowrap}.node-label>b{color:var(--accent);font-family:monospace;font-size:9px;margin-right:8px;font-weight:400}.n1{top:18%;left:6%}.n2{top:28%;right:0}.n3{bottom:24%;left:0}.n4{bottom:16%;right:8%}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;margin:48px 0 31px;color:#91a18b;font-size:9px;letter-spacing:1.5px}.hero-bottom a{letter-spacing:0;font-size:11px;color:var(--muted)}.capabilities{border-block:1px solid var(--line);background:#0d1410}.capabilities .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:24px;font-size:14px;color:#bdc8bc}.capabilities i{font-style:normal;color:#82996f;font-size:22px}.section{padding-block:100px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:42px}h2{font-size:clamp(30px,3.3vw,45px);font-weight:500;line-height:1.2;letter-spacing:-1.6px;margin-bottom:0}.section-head .eyebrow{margin-bottom:20px}.section-head>p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:2px}.services{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service{min-width:0;border:1px solid var(--line);border-radius:12px;background:var(--panel);overflow:hidden;transition:border-color .3s}.service:hover{border-color:#71845b}.service-top{padding:23px 26px;display:flex;justify-content:space-between;align-items:center;color:#a7b49f;font:10px monospace;letter-spacing:1px}.service-top>span:last-child{color:var(--accent);font-size:20px}.service-copy{padding:27px 28px}.service h3,.custom h3{font-size:23px;font-weight:500;letter-spacing:-.6px;margin-bottom:14px}.service p,.custom p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:22px;max-width:450px}.service-copy>a{display:flex;justify-content:space-between;font-size:12px;padding-top:23px;margin-top:24px;border-top:1px solid var(--line);color:#d6e3cc}.service-copy>a span{color:var(--accent)}.pills{display:flex;gap:7px;flex-wrap:wrap}.pills span{font-size:9px;border:1px solid #33402f;border-radius:4px;color:#aabd9e;padding:6px 9px}.mini-browser{height:225px;margin:5px 48px 0;border:1px solid #40523c;border-radius:8px;background:#142019;box-shadow:12px 12px 0 #1a281a55}.browser-bar{height:29px;border-bottom:1px solid #30402d;display:flex;align-items:center;gap:5px;padding:0 10px}.browser-bar>i{width:4px;height:4px;border-radius:50%;background:#63765b}.browser-bar>span{font:8px monospace;color:#a0b897;margin-left:20px}.browser-content{padding:22px;display:flex;justify-content:space-between;gap:16px;align-items:center}.mock-tag{color:#b5dc8f;font:7px monospace;letter-spacing:1px}.browser-content strong{display:block;font-size:33px;font-weight:500;letter-spacing:-1px;line-height:1.05;margin-top:8px}.mock-button{height:8px;width:65px;background:var(--accent);margin-top:13px;border-radius:2px}.mock-orbit{position:relative;width:100px;height:100px;flex-shrink:0}.mock-orbit i{position:absolute;inset:0;border:1px solid #b2e976;border-radius:50%;transform:rotate(-32deg) scaleX(.45)}.mock-orbit i:nth-child(2){transform:rotate(32deg) scaleX(.45)}.mock-orbit i:nth-child(3){transform:rotate(90deg) scaleX(.45)}.mock-bottom{display:flex;gap:10px;padding:0 22px}.mock-bottom span{height:5px;background:#30432c;width:30%}.flow-art{height:230px;position:relative;display:flex;align-items:center;justify-content:center;padding:20px 28px 45px;background:radial-gradient(ellipse,#29452466,transparent 70%)}.flow-node{flex-shrink:0;width:72px;height:72px;border:1px solid #3b5033;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:25px;position:relative;color:#b7caa9;background:#152015}.flow-node small{position:absolute;top:84px;font-size:9px;color:#a2b597}.flow-core{width:86px;height:86px;background:var(--accent);color:#223814;font-size:40px;box-shadow:0 0 35px #aaf34215}.flow-core small{top:91px}.flow-track{height:1px;width:48px;background:linear-gradient(90deg,#4c6541,var(--accent),#4c6541)}.flow-caption{position:absolute;bottom:7px;font:8px monospace;letter-spacing:1.5px;color:#9bb48e}.compact .service-top{padding-bottom:0}.compact .service-copy{padding-top:22px}.custom{grid-column:1/-1;display:flex;align-items:center;gap:27px;border:1px solid #3b4b30;border-radius:12px;padding:28px;background:linear-gradient(100deg,#1b2916,#101810)}.custom-symbol{font:28px monospace;color:var(--accent);white-space:nowrap}.custom h3{font-size:19px;margin-bottom:7px}.custom p{margin:0}.round-link{margin-left:auto;border:1px solid #607749;border-radius:50%;height:46px;width:46px;flex-shrink:0;display:grid;place-items:center;color:var(--accent);font-size:22px}.approach{border-block:1px solid var(--line);background:#0c1310}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:62px}.steps article{border-top:1px solid #3a4932;padding-top:23px;position:relative}.steps article:before{content:'';position:absolute;width:5px;height:5px;border-radius:50%;background:var(--accent);top:-3px;left:0}.steps article>span{font:11px monospace;color:#a6c88c}.steps h3{font-size:18px;font-weight:500;margin:24px 0 13px}.steps p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.faq>div>p:last-child{font-size:13px;line-height:1.8;color:var(--muted);margin:23px 0 0}details{border-bottom:1px solid var(--line);padding:23px 0}details:first-child{padding-top:0}summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:15px;padding:4px 0}summary::-webkit-details-marker{display:none}summary>span{color:var(--accent);font-size:22px;font-weight:400}details[open] summary>span{transform:rotate(45deg)}details p{font-size:13px;line-height:1.8;color:var(--muted);margin:17px 35px 0 0}.contact{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:54px;border:1px solid #40532e;border-radius:16px;background:radial-gradient(ellipse at 0 100%,#2b421d88,transparent 70%),#111b10}.contact .eyebrow{font-size:9px}.contact-copy>p:not(.eyebrow){font-size:13px;color:#a6b99c;line-height:1.8;margin:23px 0}.phone{display:block;font-size:20px;letter-spacing:-.4px;margin:20px 0 13px}.telegram{font-size:12px;color:var(--accent)}form{display:flex;flex-direction:column;min-width:0}label{font-size:11px;margin-bottom:9px;color:#bfceb5}select,textarea{width:100%;border:1px solid #3a4c31;border-radius:6px;background:#0e160d;color:#d7e4cd;padding:13px;font-size:14px;margin-bottom:19px}textarea{resize:vertical;min-height:90px}textarea::placeholder{color:#9bad90}.form-note{font-size:10px;color:#a7b799;margin:12px 0 0;line-height:1.6}footer{padding-top:65px;padding-bottom:28px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:30px}.footer-top>span,.footer-top>a:last-child{font-size:11px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;padding-top:21px;border-top:1px solid var(--line);font-size:10px;color:#91a18b}
@media(max-width:1000px){.wrap{width:calc(100% - 56px)}.header{width:calc(100% - 48px)}.hero{gap:0}h1{font-size:36px;letter-spacing:-1.8px}.network{height:410px}.node-label{font-size:9px;padding:9px}.n2{right:0;top:23%}.network-center{width:110px;height:110px}.header nav{gap:19px}.mini-browser{margin-inline:27px}.flow-art{padding-inline:18px}.flow-track{width:32px}.section-head>p{max-width:280px}.contact{gap:30px;padding:35px}.brand>span{font-size:21px}}
@media(max-width:720px){html{scroll-padding-top:22px}.wrap{width:calc(100% - 40px)}.header{width:calc(100% - 40px);height:78px;position:relative;z-index:5}.brand img{width:33px;height:33px}.brand>span{font-size:23px}.header-link{display:none}.menu{display:flex;flex-direction:column;justify-content:center;gap:7px;background:transparent;border:1px solid #33422f;border-radius:6px;width:42px;height:42px;align-items:center}.menu span{height:1px;width:18px;background:var(--text);transition:transform .2s}.menu[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header nav{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;padding:15px;background:#111c13;border:1px solid #3d5133;border-radius:8px;box-shadow:0 20px 40px #0008}.header nav.open{display:flex}.header nav a{padding:12px;font-size:14px}.hero{padding-top:47px;display:block}.hero .eyebrow{font-size:8px;letter-spacing:1.1px;margin-bottom:23px}h1{font-size:clamp(26px,7.5vw,52px);letter-spacing:-1.3px;line-height:1.25;margin-bottom:23px}.intro{font-size:14px;line-height:1.8;max-width:430px;margin-bottom:25px}.actions{gap:22px;flex-wrap:wrap}.button{font-size:12px;padding:14px 17px;gap:25px}.quiet-link{font-size:11px;gap:12px}.hero-note{font-size:9px;margin-top:24px}.network{height:340px;margin-top:29px;border-block:1px solid #1d2a20;background:radial-gradient(ellipse,#29422c66,transparent 70%)}.network-top,.network-bottom{left:6px;right:6px;font-size:8px}.network-top{top:14px}.network-bottom{bottom:10px}.network-center{width:104px;height:104px;border-radius:21px}.network-center img{width:48px;height:48px}.network-center>span{font-size:7px}.node-label{font-size:9px;padding:9px 10px}.n1{top:20%;left:1%}.n2{top:29%;right:0}.n3{bottom:24%;left:0}.n4{bottom:19%;right:3%}.hero-bottom{margin:18px 0 24px;font-size:7px;letter-spacing:.5px;gap:15px}.hero-bottom>a{font-size:9px;white-space:nowrap}.capabilities .wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px 20px;font-size:11px;padding-block:22px}.capabilities i{display:none}.capabilities span:before{content:'✳';color:#8ba76d;margin-right:10px}.section{padding-block:64px}.section-head{display:block;margin-bottom:28px}.section-head>p{max-width:none;margin:20px 0 0;font-size:12px}.section-head>p br{display:none}h2{font-size:clamp(27px,7vw,36px);letter-spacing:-1.1px}.eyebrow{font-size:9px;margin-bottom:20px}.services{grid-template-columns:1fr;gap:15px}.service-top{padding:20px}.service-copy{padding:25px 21px}.service h3{font-size:22px}.service p{font-size:12px}.mini-browser{margin-inline:24px;height:214px}.browser-content{padding:18px}.browser-content strong{font-size:28px}.mock-orbit{width:75px;height:75px}.flow-art{height:214px}.flow-node{width:60px;height:60px}.flow-core{width:72px;height:72px}.flow-node small{top:72px}.flow-core small{top:78px}.custom{gap:15px;padding:23px 20px;flex-wrap:wrap}.custom-symbol{font-size:22px}.custom>div:nth-child(2){order:3;width:100%}.custom h3{font-size:20px;line-height:1.4}.custom p{font-size:12px}.custom .round-link{height:40px;width:40px}.steps{grid-template-columns:1fr 1fr;gap:29px 22px;margin-top:36px}.steps h3{font-size:16px;margin-top:20px}.steps p{font-size:11px}.faq{display:block}.faq-list{margin-top:32px}summary{font-size:13px}details p{font-size:12px}.contact{grid-template-columns:1fr;gap:28px;padding:29px 22px}.contact h2{font-size:34px}.contact-copy>p:not(.eyebrow){font-size:12px;margin-bottom:0}select,textarea{font-size:16px}footer{padding-top:40px}.footer-top{flex-wrap:wrap;padding-bottom:24px;gap:23px}.footer-top>span{order:3;width:100%;font-size:10px}.footer-bottom{font-size:8px;gap:15px}.footer-top .brand>span{font-size:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

@media(max-width:720px){.header .header-link{display:none}}
@media(prefers-reduced-motion:reduce){.typing i{animation:none!important}}
/* Subtle motion in the ecosystem, respecting accessibility preferences. */
@keyframes node-drift{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.node-label{animation:node-drift 5s ease-in-out infinite}.n2{animation-delay:-1.4s}.n3{animation-delay:-2.8s}.n4{animation-delay:-4s}
@media(prefers-reduced-motion:reduce){.node-label{animation:none!important}}
/* Balanced labels around the ecosystem */
.node-label{width:142px;min-height:38px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:normal;line-height:1.35;padding:9px 12px;color:#d4dfce}
@media(max-width:720px){.network-top{font-size:7px;letter-spacing:1.1px}.node-label{width:138px;max-width:calc(50% - 6px);min-height:42px;padding:8px 9px;font-size:9px}.n1{left:0}.n2{right:0}.n3{left:0}.n4{right:0}}
/* Calm pulsing indicators for capabilities */
@keyframes capability-pulse{0%,100%{opacity:.35;box-shadow:0 0 0 0 #c5f87300}50%{opacity:1;box-shadow:0 0 10px 2px #c5f87330}}
.capabilities i{font-size:0;width:6px;height:6px;border-radius:50%;background:var(--accent);animation:capability-pulse 5s ease-in-out infinite}
.capabilities i:nth-of-type(2){animation-delay:-1.7s}.capabilities i:nth-of-type(3){animation-delay:-3.4s}
@media(max-width:720px){.capabilities span:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-right:12px;vertical-align:middle;animation:capability-pulse 5s ease-in-out infinite}.capabilities span:nth-of-type(2):before{animation-delay:-1.25s}.capabilities span:nth-of-type(3):before{animation-delay:-2.5s}.capabilities span:nth-of-type(4):before{animation-delay:-3.75s}}
@media(prefers-reduced-motion:reduce){.capabilities i,.capabilities span:before{animation:none!important;opacity:.7}}
/* Clear paired actions in the hero */
.hero .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:440px}
.hero .actions .button,.hero .actions .quiet-link{width:100%;min-height:54px;border-radius:9px;padding:9px 10px 9px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:700}
.hero .actions .button>span,.hero .actions .quiet-link>.action-icon{width:35px;height:35px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}
.hero .actions .button>span{background:#17280e;color:#c5f873}
.hero .actions .button>span .icon,.hero .actions .quiet-link>.action-icon .icon{width:18px;height:18px}
.hero .actions .quiet-link{border:1px solid var(--accent);background:var(--accent);color:#14200f;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.hero .actions .quiet-link>.action-icon{background:#17280e;color:var(--accent);border:0}
.hero .actions .quiet-link:hover{border-color:#dafaaa;background:#dafaaa;color:#14200f;transform:translateY(-2px)}
@media(max-width:720px){.hero .actions{grid-template-columns:1fr;max-width:100%;gap:9px}.hero .actions .button,.hero .actions .quiet-link{min-height:56px;font-size:13px}}
/* Contact methods and clear actions */
.contact-methods{display:grid;gap:10px;max-width:390px;margin-top:27px}
.contact-method{display:flex;align-items:center;gap:13px;padding:12px 14px;border:1px solid #40543a;border-radius:10px;background:#111b11;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.contact-method:hover{transform:translateX(4px);border-color:#89aa69;background:#162217}
.method-icon{width:43px;height:43px;border-radius:10px;background:#22321f;color:var(--accent);border:1px solid #48613d;display:grid;place-items:center;flex-shrink:0;box-shadow:inset 0 0 18px #bafb6a0a}
.method-icon .icon{width:21px;height:21px}
.telegram-method .method-icon{background:#22321f;color:var(--accent);border:1px solid #48613d}
.method-copy{display:flex;flex-direction:column;gap:3px;min-width:0}
.method-copy small{font-size:9px;color:#9eaf96}
.method-copy strong{font-size:15px;font-weight:600;letter-spacing:-.25px;color:#edf4e8}
.method-go{margin-left:auto;width:31px;height:31px;border-radius:8px;display:grid;place-items:center;color:var(--accent);background:#22321f;border:1px solid #405438;flex-shrink:0}
.method-go .icon{width:16px;height:16px}
.form-actions{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(145px,.75fr);gap:10px}
.telegram-submit{width:100%;min-width:0;border-radius:9px;padding:10px 11px 10px 18px;font-size:13px;text-align:left;background:#162017;color:#edf4e8;border-color:#536847}
.telegram-submit:hover{background:#1b291a;border-color:#92b671;color:#edf4e8}
.telegram-submit .action-icon{width:34px;height:34px;border-radius:8px;background:#22321f;color:var(--accent);border:1px solid #405438;display:grid;place-items:center;flex-shrink:0}
.telegram-submit .action-icon .icon{width:18px;height:18px}
.call-action{min-height:50px;border:1px solid #536847;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:10px 11px 10px 18px;color:#edf4e8;background:#162017;font-size:12px;font-weight:700;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.call-action:hover{border-color:#92b671;background:#1b291a;transform:translateY(-2px)}
.call-action .action-icon{width:34px;height:34px;border-radius:8px;background:#22321f;color:var(--accent);border:1px solid #405438;display:grid;place-items:center;flex-shrink:0}.call-action .action-icon .icon{width:18px;height:18px}
@media(max-width:720px){.contact-methods{max-width:none}.method-copy strong{font-size:14px}.form-actions{grid-template-columns:1fr}.telegram-submit,.call-action{min-height:52px}}
/* Clear four-step process cards */
.steps{gap:16px;margin-top:52px}
.steps article{border:1px solid #2d3a30;border-radius:12px;padding:22px;min-height:225px;background:linear-gradient(145deg,#111a16,#0d1512);overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.steps article:hover{transform:translateY(-5px);border-color:#6f8b58;background:linear-gradient(145deg,#162218,#0e1713)}
.steps article:before{width:120px;height:120px;left:auto;right:-55px;top:-65px;background:radial-gradient(circle,#bafb6a18,transparent 70%)}
.step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}
.step-top>span{font:600 11px monospace;letter-spacing:1px;color:var(--accent);border:1px solid #3d5134;border-radius:99px;padding:6px 10px;background:#152016}
.step-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #42563a;border-radius:14px;background:#182318;color:var(--accent);box-shadow:inset 0 0 22px #b9f66f0b}
.step-icon svg{width:23px;height:23px}
.steps h3{font-size:18px;margin:0 0 13px}
.steps p{font-size:12px;line-height:1.75}
@media(max-width:720px){.steps{grid-template-columns:1fr;gap:12px;margin-top:34px}.steps article{min-height:0;padding:20px}.step-top{margin-bottom:24px}.steps h3{font-size:17px;margin-top:0}.step-icon{width:44px;height:44px}}
/* Unified vector icons and service illustrations */
.icon{display:inline-block;width:20px;height:20px;flex-shrink:0;vertical-align:middle}.button>span{display:flex}.brand{gap:12px}.brand img{width:46px;height:37px;object-fit:contain}.brand>span{font-size:23px;letter-spacing:-.7px}.brand-light{margin-left:4px}.header-link,.hero-bottom>a,.footer-top>a:last-child,.telegram{display:inline-flex;align-items:center;gap:12px}.phone .icon{width:18px}.telegram .icon{width:21px;height:21px}.network-center img{object-fit:contain;width:72px;height:55px}.browser-content strong .icon{width:23px}.service{display:flex;flex-direction:column}.service-copy{flex:1;display:flex;flex-direction:column}.service-copy>a{margin-top:auto}.service-copy>p{min-height:47px}.service-copy>.pills{margin-bottom:24px}.service-copy>a .icon{width:18px;height:18px;transition:transform .2s}.service-copy>a:hover .icon{transform:translateX(4px)}.service-top .icon{width:20px;height:20px}.service-art{height:230px;flex-shrink:0;display:grid;place-items:center;padding:5px 38px 0;background:radial-gradient(ellipse at center,#29452444,transparent 72%)}.portal-window,.chat-window{width:100%;max-width:420px;background:#142019;border:1px solid #40523c;border-radius:9px;box-shadow:10px 10px 0 #1a281a44;overflow:hidden}.art-toolbar{display:flex;align-items:center;gap:9px;padding:11px 14px;border-bottom:1px solid #30402d;font:9px monospace;color:#adbe9e;min-height:35px}.art-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.art-online{margin-left:auto;color:var(--accent);font-size:9px}.portal-body{display:flex;min-height:148px}.portal-sidebar{width:42px;border-right:1px solid #30402d;display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px 0;color:#90b477;flex-shrink:0}.portal-sidebar .icon{width:14px;height:14px}.portal-main{padding:16px 12px;width:100%;min-width:0}.portal-heading{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:10px}.avatars{display:flex}.avatars i{font-style:normal;font-size:8px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;border:2px solid #142019;background:#38512b;margin-left:-5px;color:#c5ed9d}.avatars i:nth-child(2){background:#60773d}.kanban{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.kanban>div{background:#0f1912;padding:8px 6px;border-radius:4px}.kanban small{font-size:8px;color:#9eb390;white-space:nowrap}.kanban span{display:block;border-radius:3px;background:#2b3c25;height:14px;margin-top:8px}.kanban .done{background:#284328;display:flex;align-items:center;padding-left:4px;color:#c5f873}.kanban .icon{height:10px;width:10px}.chat-window{max-width:350px;padding-bottom:14px}.chat-window .art-toolbar{font-family:inherit;font-size:10px}.art-toolbar small{display:block;font-size:8px;color:#98ad8a;margin-top:3px}.bot-avatar{width:26px;height:26px;border-radius:8px;background:#2b482b;display:grid;place-items:center;color:var(--accent)}.bot-avatar .icon{width:16px;height:16px}.chat-bubble{font-size:9px;padding:10px 12px;margin:12px 15px 0;max-width:80%;border-radius:8px;background:#223220;color:#d6e3cc;line-height:1.4}.incoming{border-bottom-left-radius:2px;width:max-content}.outgoing{margin-left:auto;background:#3b522a;border-bottom-right-radius:2px;width:max-content}.chat-options{display:flex;gap:5px;margin:10px 15px 0}.chat-options>span{padding:6px 8px;border:1px solid #445b32;border-radius:4px;font-size:8px;color:#c5dfb1}.typing{display:flex;gap:3px;margin:10px 17px 0}.typing i{width:3px;height:3px;border-radius:50%;background:#a4bc8c;animation:typing 1.8s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,100%{opacity:.3}40%{opacity:1}}
.custom{display:grid;grid-template-columns:minmax(220px,1fr) 1.5fr auto;gap:30px;padding:32px}.custom-art{position:relative;width:100%;max-width:330px;padding-right:15px}.code-window{border:1px solid #40523c;background:#142019;border-radius:8px;overflow:hidden}.code-lines{display:flex;flex-direction:column;gap:8px;padding:15px;font:10px monospace;color:#99b387;line-height:1.4}.code-lines b{font-weight:400;color:#c5f873}.code-lines em{font-style:normal;color:#bdd5a9}.code-badge{position:absolute;right:0;bottom:15px;width:42px;height:42px;background:#c5f873;color:#18300f;border:4px solid #1a2916;border-radius:12px;display:grid;place-items:center}.custom>.round-link{margin-left:0}.custom h3{line-height:1.4}.flow-node>.icon{width:27px;height:27px}
@media(max-width:1000px){.service-art{padding-inline:24px}.custom{gap:22px;padding:25px}.brand>span{font-size:21px}.brand img{width:42px;height:33px}}
@media(max-width:720px){.brand>span,.footer-top .brand>span{font-size:21px;letter-spacing:-.5px}.brand{gap:10px}.brand img{width:42px;height:33px}.network-center img{width:58px;height:43px}.service-art{height:214px;padding:5px 24px 0}.portal-sidebar{width:31px}.portal-main{padding:13px 9px}.portal-heading{font-size:9px}.avatars i{width:17px;height:17px}.kanban{gap:5px}.kanban>div{padding:6px 4px}.kanban small{font-size:7px}.service-copy>p{min-height:0}.service-copy>a{margin-top:8px}.service-copy>.pills{margin-bottom:16px}.custom{display:grid;grid-template-columns:1fr 42px;gap:22px;padding:24px 21px}.custom-art{grid-column:1/-1;max-width:none;padding:0 15px 0 0}.custom>div:nth-child(2){order:initial;width:auto}.custom h3{font-size:20px}.custom>.round-link{align-self:end}.code-lines{font-size:10px}.header-link .icon,.quiet-link .icon,.hero-bottom .icon{width:16px;height:16px}.hero-bottom>a{gap:7px}.phone{font-size:18px}.telegram{gap:9px}.art-toolbar{padding-inline:10px}}
