:root { --background:#f7f8fa; --foreground:#111b2a; --primary:#0863f7; --primary-foreground:#fff; --secondary:#eaf0f9; --muted:#edf0f5; --muted-foreground:#657084; --popover:#fff; --border:#dce2eb; --radius:6px; --navy:#080f18; --blue:#0863f7; }
.dark { --background:#080f18; --foreground:#f7f9fe; --primary:#347eff; --primary-foreground:#fff; --secondary:#142238; --muted:#162333; --muted-foreground:#a7b7ca; --popover:#0e1b2d; --border:#29384b; }
*{box-sizing:border-box} html{scroll-behavior:smooth;scroll-padding-top:85px} body{margin:0;font-family:'Segoe UI',Arial,sans-serif;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #67a5ff;outline-offset:5px}h1,h2,h3,p{margin:0}svg{flex-shrink:0}::selection{background:#0863f7;color:#fff}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.site-header{height:86px;background:#080f18;border-bottom:1px solid #ffffff14;color:#fff;position:relative;z-index:30}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:36px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand svg{width:36px;height:40px}.brand strong{font-size:21px;letter-spacing:.055em;font-weight:650;display:block;line-height:1.2}.brand small{font-size:7px;color:#8c9aaf;letter-spacing:.18em;display:block;margin-top:6px}.desktop-nav{display:flex;align-items:center;gap:25px;white-space:nowrap}.desktop-nav a{font-size:12px;color:#c5ccd6;transition:color .2s}.desktop-nav a:hover{color:#5d9cff}.header-actions{display:flex;align-items:center;gap:19px}.round-link{display:grid;place-items:center;height:36px;width:36px;border:1px solid #ffffff24;border-radius:50%;color:#b9d9ff}.btn{height:51px;padding:0 25px!important;gap:14px;border-radius:5px;background:#0863f7;color:#fff;font-size:13px;font-weight:550;box-shadow:inset 0 1px 0 #ffffff1a;transition:background .2s,transform .2s}.btn:hover{background:#287bff;transform:translateY(-1px)}.header-cta{height:39px;font-size:12px;padding:0 18px!important}.menu-button{display:none}.hero{position:relative;isolation:isolate;background:#080f18;color:#fff;min-height:650px;overflow:hidden}.hero-art{position:absolute;z-index:-2;inset:0;background-image:url('hero.png');background-position:right center;background-repeat:no-repeat;background-size:auto 100%;opacity:.97}.hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#080f18 2%,#080f18f5 24%,#080f18b3 42%,#080f1800 69%),linear-gradient(0deg,#080f18 0%,#080f1800 17%)}.hero-content{padding-top:77px;padding-bottom:80px}.eyebrow{font-size:10px;letter-spacing:.16em;font-weight:650;display:flex;align-items:center;gap:10px;color:#a1b1c7}.status-dot{height:6px;width:6px;background:#388cff;border-radius:50%;box-shadow:0 0 14px #3485ff}.hero h1{font-size:clamp(44px,4.25vw,64px);line-height:1.13;letter-spacing:-.042em;font-weight:600;margin:27px 0 22px;max-width:680px}.hero h1>span{color:#4c91ff}.hero-description{font-size:15px;line-height:1.8;color:#b4bfce}.hero-buttons{display:flex;align-items:center;gap:30px;margin-top:33px}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:13px}.text-link:hover{color:#63a5ff}.hero-note{display:flex;align-items:center;gap:8px;font-size:10px;color:#79899d;margin-top:28px}.hero-note>span{width:4px;height:4px;background:#7c8da5;border-radius:50%}.hero-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff17;padding-top:20px;padding-bottom:20px;font-size:9px;letter-spacing:.11em;color:#7f91a8}.hero-bottom a{display:flex;gap:12px;align-items:center;color:#b8c4d3;letter-spacing:0;font-size:11px}.expertise-bar{background:#0d1724;color:#b7c3d3;border-top:1px solid #ffffff06}.expertise-inner{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}.expertise-inner>span{display:flex;justify-content:center;align-items:center;gap:13px;font-size:12px;border-right:1px solid #ffffff15}.expertise-inner>span:first-child{justify-content:flex-start}.expertise-inner>span:last-child{border:0;justify-content:flex-end}.expertise-inner svg{width:21px;height:21px;color:#4c90ea;stroke-width:1.3}.section{padding:88px 0}.blue{color:#0863f7}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}h2{font-size:clamp(29px,2.8vw,40px);line-height:1.2;font-weight:600;letter-spacing:-.035em}.section-heading h2,.contacts h2{margin-top:19px}.section-heading>p{font-size:13px;line-height:1.8;color:#687487;max-width:340px;margin-bottom:4px}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.solution-card{display:flex;flex-direction:column;min-height:251px;padding:27px 27px 21px;background:#fff;border:1px solid #e0e5ed;border-radius:6px;transition:border-color .2s,transform .2s,box-shadow .2s}.solution-card:hover{border-color:#70a5f7;transform:translateY(-3px);box-shadow:0 14px 24px #17376009}.card-top{display:flex;justify-content:space-between;align-items:center;color:#266de0;margin-bottom:22px}.card-top>span{font-size:10px;font-family:monospace;color:#a5aebb}.solution-card h3{font-size:17px;letter-spacing:-.025em;font-weight:600;margin-bottom:11px}.solution-card>p{font-size:12px;line-height:1.85;color:#6a7585;max-width:320px}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:22px}.card-bottom small{font-size:8px;letter-spacing:.09em;color:#8b96a7}.card-bottom svg{color:#2368d0}.contacts{background:#fff;border-top:1px solid #e3e8ef}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px}.contact-grid>div>p{margin:20px 0 25px;font-size:14px;line-height:1.8;color:#697789}.mail-note{display:block;font-size:10px;color:#8b96a3;margin-top:14px}.contact-details{padding-top:10px}.contact-details>a,.contact-details>div{display:flex;align-items:center;gap:21px;padding:22px 0;border-bottom:1px solid #e5e9ef}.contact-details svg{width:20px;stroke-width:1.5;color:#367dea}.contact-details span{flex:1}.contact-details small{display:block;font-size:9px;letter-spacing:.12em;color:#8290a1;margin-bottom:9px}.contact-details strong{font-size:20px;font-weight:500;letter-spacing:-.025em}.contact-details>div strong{font-size:15px}.contact-details p{font-size:11px;color:#8290a1;margin-top:8px}footer{background:#080f18;color:#a8b5c7}.footer-main{display:flex;align-items:center;justify-content:space-between;padding:35px 0;border-bottom:1px solid #ffffff13}.footer-main .brand strong{font-size:17px;color:#fff}.footer-main .brand svg{width:29px}.footer-main p{font-size:11px;color:#75869b}.footer-main>a:last-child{display:flex;align-items:center;gap:12px;font-size:11px}.footer-bottom{display:flex;justify-content:space-between;padding:21px 0;font-size:10px;color:#6a7b91}.skip-link{position:fixed;top:-100px;background:#fff;padding:15px;z-index:100}.skip-link:focus{top:8px;left:8px}.mobile-sheet{background:#0c1726;color:#fff;padding:34px 24px}.mobile-sheet [data-slot=sheet-title]{color:#fff}.mobile-sheet nav{display:flex;flex-direction:column;margin:35px 0}.mobile-sheet nav>a{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #ffffff17}.mobile-sheet>a{color:#b8c8dc;font-size:13px}.mobile-sheet [data-slot=sheet-close]{color:#adc5e6}
@media(min-width:1600px){.hero-art{background-size:auto 112%;right:4%}.hero-content{padding-top:100px;padding-bottom:105px}}
@media(max-width:1200px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:16px}.desktop-nav a{font-size:11px}.header-inner{gap:20px}.header-actions{gap:10px}.brand strong{font-size:18px}.brand svg{width:31px}.hero h1{font-size:54px}.hero-art{right:-140px}.contact-grid{gap:40px}}
@media(max-width:980px){.desktop-nav,.header-cta{display:none}.menu-button{display:inline-flex;color:#fff;background:transparent;width:39px;height:39px}.hero h1{font-size:49px}.hero-art{right:-250px;opacity:.73}.hero:after{background:linear-gradient(90deg,#080f18 0%,#080f18cf 35%,#080f1840 100%)}.solutions-grid{grid-template-columns:repeat(2,1fr)}.section-heading>p{max-width:255px}.expertise-inner>span{font-size:10px;gap:8px}.expertise-inner svg{width:17px}.footer-main p{max-width:220px}.hero-bottom>span:last-child{display:none}}
@media(max-width:640px){.wrap{width:calc(100% - 40px)}.site-header{height:75px}.brand strong{font-size:18px}.brand small{font-size:6px}.header-actions{gap:10px}.hero{min-height:790px}.hero-content{padding-top:39px;padding-bottom:310px}.hero .eyebrow{font-size:8px;letter-spacing:.1em}.hero h1{font-size:43px;line-height:1.14;margin-top:22px;margin-bottom:19px;letter-spacing:-.04em}.hero-description{font-size:13px;line-height:1.85;max-width:330px}.desktop-break{display:none}.hero-art{inset:auto -30px 20px -50px;height:370px;background-size:auto 100%;background-position:center;opacity:1}.hero:after{background:linear-gradient(180deg,#080f1800 48%,#080f18 58%,#080f1800 73%,#080f18 100%)}.hero-buttons{align-items:flex-start;gap:18px;flex-direction:column;margin-top:25px}.hero-buttons .btn{height:48px;padding:0 17px!important;font-size:12px}.hero-buttons .text-link{font-size:12px}.hero-note{display:none}.hero-bottom{position:absolute;bottom:0;left:20px;font-size:8px;padding:15px 0}.hero-bottom a{font-size:10px}.expertise-inner{grid-template-columns:repeat(2,1fr);gap:24px 10px;padding:24px 0}.expertise-inner>span,.expertise-inner>span:first-child,.expertise-inner>span:last-child{justify-content:flex-start;border:0;font-size:10px}.section{padding:54px 0}.section-heading{display:block;margin-bottom:26px}.section-heading h2{font-size:29px;margin-top:15px}.section-heading>p{margin-top:20px;max-width:100%;font-size:12px}.eyebrow{font-size:9px}.solutions-grid{grid-template-columns:1fr;gap:11px}.solution-card{min-height:216px;padding:23px}.card-top{margin-bottom:18px}.solution-card h3{font-size:18px}.card-bottom{padding-top:19px}.contact-grid{grid-template-columns:1fr;gap:25px}.contact-grid>div>p{font-size:13px}.contact-details strong{font-size:19px}.contact-details>div strong{font-size:13px}.footer-main{align-items:flex-start;flex-wrap:wrap;gap:25px}.footer-main p{order:3;max-width:none;width:100%}.footer-bottom{font-size:9px}.contacts .btn{width:100%}}
.telegram-icon>span{display:none}.telegram-icon:hover{background:#148bca;border-color:#148bca;color:#fff}.import-section{background:#0a1422;color:#fff;padding:75px 0;position:relative}.import-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:95px;align-items:center}.import-section .eyebrow{color:#5998f0}.import-section h2{margin-top:22px;font-size:38px}.import-section h2>span{color:#859ab7}.import-description{font-size:13px;line-height:1.95;color:#a4b2c5;margin:22px 0 28px}.search-brief{border:1px solid #30435e;border-radius:9px;padding:29px;background:#101d2f;box-shadow:0 20px 45px #00000018}.brief-header{display:flex;align-items:center;gap:12px;color:#5a9bff;font-size:9px;letter-spacing:.14em;border-bottom:1px solid #ffffff10;padding-bottom:21px}.brief-header .status-dot{margin-left:auto}.search-brief>p{font-size:23px;font-weight:500;letter-spacing:-.02em;margin-top:25px}.brief-tags{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0 28px}.brief-tags>span{border:1px solid #ffffff1f;border-radius:4px;padding:7px 12px;color:#adbed5;font-size:11px}.brief-path{border-top:1px solid #ffffff12;padding:25px 5px;display:flex;align-items:center;justify-content:space-between}.brief-path>div{display:flex;flex-direction:column;align-items:center;gap:11px;color:#d9e7f9;font-size:11px}.brief-path>div svg{color:#5c9bf8;stroke-width:1.4}.brief-path>svg{color:#475e7b;width:16px}.brief-bottom{display:flex;align-items:center;gap:10px;color:#8eb9f9;font-size:11px;border-top:1px solid #ffffff12;padding-top:20px}.brief-bottom>svg:last-child{margin-left:auto}.brief-bottom:hover{color:#fff}.process{background:#fff}.stages{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;margin-top:48px}.stage-number{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d9e3f0;padding-bottom:20px;margin-bottom:20px}.stage-number span{color:#0b63f3;font-size:26px;font-weight:400;letter-spacing:-.06em}.stage-number svg{color:#8197b6;stroke-width:1.3}.stages h3{font-size:14px;letter-spacing:-.025em;font-weight:600;margin-bottom:11px}.stages p{font-size:11px;color:#758195;line-height:1.8}.about-section{padding:66px 0;background:#edf1f7;border-top:1px solid #e3e9f1}.about-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:95px}.about-grid h2{font-size:32px;margin-top:20px}.about-grid>div>p:not(.eyebrow){font-size:13px;line-height:1.9;color:#66768c;margin-bottom:14px}.about-points{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:22px}.about-points>span{display:flex;align-items:center;gap:8px;font-size:10px;color:#456181}.about-points svg{width:13px;color:#0863f7}.contact-buttons{display:flex;gap:12px;flex-wrap:wrap}.telegram-button{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:0 17px;height:51px;border:1px solid #c8d9ed;border-radius:5px;color:#186cae;font-size:12px}.telegram-button:hover{background:#edf6ff;border-color:#77b0e0}.telegram-mobile{display:flex;align-items:center;gap:10px;margin-top:15px}.floating-telegram{position:fixed;right:28px;bottom:24px;z-index:40;display:flex;align-items:center;justify-content:center;gap:10px;height:54px;min-width:54px;padding:0 18px;background:#168dce;color:#fff;border-radius:30px;box-shadow:0 7px 25px #00396833;transition:background .2s}.floating-telegram span{font-size:11px}.floating-telegram:hover{background:#0873b2}.floating-telegram svg{fill:#ffffff22}
@media(max-width:980px){.import-grid,.about-grid{gap:40px}.import-section h2{font-size:32px}.stages{grid-template-columns:repeat(3,1fr);row-gap:33px}.about-grid h2{font-size:29px}.contact-buttons{flex-direction:column;align-items:flex-start}}
@media(max-width:640px){.import-section{padding:52px 0}.import-grid,.about-grid{grid-template-columns:1fr;gap:34px}.import-section h2{font-size:32px}.import-description{font-size:12px}.search-brief{padding:23px}.search-brief>p{font-size:22px}.brief-tags>span{font-size:10px}.brief-bottom{font-size:10px}.stages{grid-template-columns:repeat(2,1fr);gap:30px 24px;margin-top:32px}.stages h3{font-size:14px}.stages p{font-size:11px}.stage-number{margin-bottom:15px;padding-bottom:14px}.about-section{padding:50px 0}.about-grid{gap:25px}.about-grid h2{font-size:29px}.contact-buttons{align-items:stretch}.telegram-button{width:100%}.floating-telegram{right:18px;bottom:18px;width:52px;height:52px;padding:0}.floating-telegram>span{display:none}.footer-bottom{padding-bottom:34px}}
.manufacturers{padding:29px 0 27px;background:#fff;border-bottom:1px solid #e1e7ef}.manufacturer-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.manufacturer-heading h2{font-size:10px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#7b899b}.manufacturer-heading>a{display:inline-flex;align-items:center;gap:8px;color:#8591a2;font-size:10px}.manufacturer-heading>a:hover{color:#0863f7}.manufacturer-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;padding:0;list-style:none}.manufacturer-logo{height:68px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-right:1px solid #e9edf3}.manufacturer-logo:last-child{border-right:0}.manufacturer-logo img{width:118px;height:auto;max-width:78%;object-fit:contain;filter:grayscale(1) brightness(.35);opacity:.75;transition:filter .25s,opacity .25s}.manufacturer-logo:hover img{filter:grayscale(0);opacity:1}.manufacturer-wordmark img{height:130px;width:130px;max-width:84%;flex-shrink:0}.manufacturer-dell img{width:56px;height:56px}.manufacturer-huawei img{width:61px;height:61px}.manufacturer-aetina img{width:124px}.manufacturer-shure img{width:110px}
@media(max-width:980px){.manufacturer-wordmark img{width:110px;height:110px}.manufacturer-logo img{max-width:75%}.manufacturer-aetina img{width:106px}.manufacturer-shure img{width:95px}}
@media(max-width:640px){.manufacturers{padding:27px 0 24px}.manufacturer-heading{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:18px}.manufacturer-heading h2{font-size:9px}.manufacturer-heading>a{font-size:10px}.manufacturer-logos{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:14px}.manufacturer-logo{height:57px}.manufacturer-logo:nth-child(3){border-right:0}.manufacturer-wordmark img{width:103px;height:103px;max-width:88%}.manufacturer-dell img{width:43px;height:43px}.manufacturer-huawei img{width:49px;height:49px}.manufacturer-aetina img{width:100px;max-width:85%}.manufacturer-shure img{width:89px;max-width:83%}}
.contact-details .contact-phones{align-items:flex-start}.contact-phones>svg{margin-top:4px}.contact-phone-links{display:flex;flex:1;min-width:0;flex-direction:column;gap:10px}.contact-phone-links a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:28px}.contact-phone-links a:hover{color:#0863f7}.contact-details .contact-phone-links strong{font-size:20px;white-space:nowrap}.contact-phone-links small{margin-bottom:0}.mobile-sheet{overflow-y:auto}.mobile-sheet nav{flex-shrink:0}@media(max-width:640px){.contact-details .contact-phone-links strong{font-size:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}


/* WordPress port: native elements replace React-only component styling. */
body{line-height:1.5}img{max-width:100%;height:auto}button{border:0;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;border:0;text-decoration:none}.axv-icon{display:inline-block;vertical-align:middle}.btn .axv-icon{width:18px;height:18px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.custom-brand-logo{max-height:48px;max-width:220px;object-fit:contain}.menu-button{align-items:center;justify-content:center}.mobile-sheet{position:fixed;inset:0 0 0 auto;width:min(380px,100vw);height:100dvh;max-height:none;max-width:100vw;margin:0;border:0;padding:70px 24px 34px}.mobile-sheet:not([open]){display:none}.mobile-sheet[open]{display:flex;flex-direction:column;gap:14px}.mobile-sheet::backdrop{background:#030a13b8}.mobile-sheet .brand{align-self:flex-start}.mobile-sheet .axv-menu-close{position:absolute;right:20px;top:18px;color:#fff;background:transparent;padding:8px}.axv-menu-open{overflow:hidden}.mobile-sheet nav{margin:15px 0}.manufacturer-logo>span{font-size:20px;font-weight:600;color:#59687b}.manufacturer-default img{max-height:52px;width:auto;max-width:82%}.manufacturer-logo:nth-child(6n){border-right:0}.axv-document{min-height:60vh;background:#fff}.axv-document .wrap{max-width:1100px}.axv-document h1{font-size:36px;line-height:1.25;margin:20px 0}.axv-document-entry{padding:20px 0;border-bottom:1px solid #e3e8ef}.axv-document p{margin:16px 0;line-height:1.8}.axv-document a:not(.btn){color:#0863f7}.axv-document ul,.axv-document ol{padding-left:24px}.axv-document .wp-block-image{margin:24px 0}.axv-document table{border-collapse:collapse;width:100%}.axv-document td,.axv-document th{padding:10px;border:1px solid #dbe3ed}@media(max-width:640px){.hero-description br{display:none}.hero-description{max-width:340px}.hero-description br:after{content:' '}.manufacturer-logo:nth-child(3n){border-right:0}.axv-document h1{font-size:28px}.custom-brand-logo{max-width:180px}}
