:root{--color-bg:#fff;--color-surface:#f4f9fd;--color-surface-strong:#eaf4fc;--color-text:#14202b;--color-muted:#657482;--color-accent:#0b78df;--color-accent-dark:#075eb2;--color-line:#dfe8ef;--color-line-dark:#c8d8e5;--color-danger:#b53636;--shadow-sm:0 10px 30px #1e497014;--shadow-lg:0 30px 80px #173e602e;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--container:1200px;--header-height:80px;color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Segoe UI Variable,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{background:var(--color-bg);min-width:320px;min-height:100vh;margin:0}body.modal-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img,svg{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline-offset:3px;outline:3px solid #0b78df6b}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-shell{min-height:100vh}.skip-link{z-index:1000;background:var(--color-text);color:#fff;border-radius:10px;padding:12px 18px;text-decoration:none;position:fixed;top:-100px;left:20px}.skip-link:focus{top:12px}.eyebrow{color:var(--color-accent-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;font-size:.75rem;font-weight:700;line-height:1.4;display:inline-block}.button{border:1px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:13px 22px;font-size:.88rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 12px 28px #0b78df33}.button--ghost{color:var(--color-text);background:0 0;border-color:#0000}.button--ghost:hover{color:var(--color-accent-dark);background:var(--color-surface);border-color:var(--color-line);box-shadow:none}.button--outline{min-height:42px;color:var(--color-text);border-color:var(--color-line-dark);background:#fff}.button--outline:hover{background:var(--color-surface);color:var(--color-accent-dark);border-color:var(--color-accent);box-shadow:none}.button--small{padding:10px 17px;font-size:.82rem}.button--light{color:var(--color-accent-dark);background:#fff;border-color:#fff;flex:none}.button--light:hover{background:#f0f7ff;border-color:#f0f7ff}.text-link{color:var(--color-accent-dark);white-space:nowrap;align-items:center;gap:10px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.text-link span{transition:transform .18s}.text-link:hover span{transform:translate(4px)}.site-header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #d8e4eed9;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:34px;height:100%;display:flex}.brand{color:var(--color-text);flex:none;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.brand__mark{width:38px;height:38px;color:var(--color-accent);overflow:visible}.brand__mark rect,.brand__mark path,.brand__mark circle{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.brand__mark circle:first-of-type,.brand__mark circle:nth-of-type(2),.brand__mark circle:nth-of-type(3){fill:currentColor;stroke:none}.brand__wordmark{letter-spacing:-.01em;flex-direction:column;font-size:.81rem;font-weight:700;line-height:1.1;display:flex}.brand__wordmark small{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;margin-top:3px;font-size:.64rem;font-weight:600}.header__panel{flex:1;justify-content:flex-end;align-items:center;gap:clamp(24px,4vw,58px);display:flex}.main-nav{align-items:center;gap:clamp(20px,2.2vw,34px);display:flex}.main-nav a{color:#43515e;padding:28px 0;font-size:.81rem;font-weight:600;text-decoration:none;position:relative}.main-nav a:after{content:"";background:var(--color-accent);height:2px;transition:transform .18s;position:absolute;bottom:20px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover,.main-nav a.active{color:var(--color-text)}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.header__actions{align-items:center;gap:18px;display:flex}.language-switcher{color:#a3adb6;align-items:center;gap:5px;font-size:.72rem;font-weight:700;display:inline-flex}.language-switcher button{color:var(--color-muted);font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:0;padding:7px 2px}.language-switcher button.is-active{color:var(--color-accent-dark)}.menu-button{border:1px solid var(--color-line);background:#fff;border-radius:11px;width:44px;height:44px;padding:10px;display:none}.menu-button span{background:var(--color-text);border-radius:2px;width:20px;height:2px;margin:4px auto;transition:transform .18s,opacity .18s;display:block}.menu-button[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-6px)rotate(-45deg)}.hero-section{border-bottom:1px solid var(--color-line);position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#fff 0% 45%,#f3f9fe 100%);position:absolute;inset:0}.hero-section__grid{min-height:min(720px, calc(100vh - var(--header-height)));grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:center;gap:42px;padding-block:90px;display:grid;position:relative}.hero-section__content{z-index:2;max-width:670px;position:relative}.hero-section h1{max-width:760px;color:var(--color-text);letter-spacing:-.052em;margin-bottom:25px;font-size:clamp(3.2rem,5.2vw,5rem);font-weight:600;line-height:1.02}.hero-section__content>p{max-width:620px;color:var(--color-muted);margin-bottom:34px;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.72}.hero-section__actions{align-items:center;gap:10px;display:flex}.network{isolation:isolate;height:510px;position:relative}.network:before{content:"";z-index:-2;border:1px solid #73b0e438;border-radius:50%;position:absolute;inset:5% -10%;transform:rotate(-9deg)}.network:after{content:"";z-index:-2;border:1px dashed #73b0e438;border-radius:50%;position:absolute;inset:17% 2%;transform:rotate(13deg)}.network__glow{z-index:-3;filter:blur(55px);background:#4da4f029;border-radius:50%;position:absolute;inset:22% 20%}.network svg{width:100%;height:100%;overflow:visible}.network__lines path{stroke-dasharray:900;stroke-dashoffset:900px;animation:2.2s forwards draw-line}.network__lines path:nth-child(2){animation-delay:.22s}.network__lines path:nth-child(3){animation-delay:.4s}.network__lines path:nth-child(4){animation-delay:.58s}.network__small-nodes circle{transform-box:fill-box;transform-origin:50%;animation:4s ease-in-out infinite node-pulse}.network__small-nodes circle:nth-child(2n){animation-delay:-1.3s}.network__small-nodes circle:nth-child(3n){animation-delay:-2.4s}.network__core{filter:drop-shadow(0 10px 14px #1685ed26)}.network__label{color:#4d6374;box-shadow:var(--shadow-sm);letter-spacing:.06em;text-transform:uppercase;background:#ffffffe0;border:1px solid #bbd6ebd9;border-radius:10px;padding:9px 13px;font-size:.69rem;font-weight:700;animation:5s ease-in-out infinite label-float;position:absolute}.network__label--one{top:18%;right:17%}.network__label--two{animation-delay:-1.7s;top:50%;left:25%}.network__label--three{animation-delay:-3s;bottom:17%;right:7%}@keyframes draw-line{to{stroke-dashoffset:0}}@keyframes node-pulse{0%,to{opacity:.76;transform:scale(1)}50%{opacity:1;transform:scale(1.35)}}@keyframes label-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.section{padding-block:112px}.section--tint{background:var(--color-surface)}.section-heading{max-width:735px;margin-bottom:56px}.section-heading--center{text-align:center;margin-inline:auto}.section-heading h2,.approach-section h2,.skills-section h2,.company-contact h2,.cta-card h2{letter-spacing:-.043em;margin-bottom:20px;font-size:clamp(2.15rem,4vw,3.55rem);font-weight:600;line-height:1.1}.section-heading p,.approach-section p,.company-contact p{max-width:680px;color:var(--color-muted);margin-bottom:0;font-size:1rem;line-height:1.75}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(22px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.solutions-grid{border-top:1px solid var(--color-line);border-left:1px solid var(--color-line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.solutions-grid>.reveal{height:100%}.solution-card{border-right:1px solid var(--color-line);border-bottom:1px solid var(--color-line);background:#fff;height:100%;min-height:310px;padding:34px;transition:background-color .18s,box-shadow .18s,transform .18s}.solution-card:hover{z-index:1;box-shadow:var(--shadow-sm);background:#fbfdff;position:relative;transform:translateY(-3px)}.icon-tile{background:var(--color-surface-strong);width:50px;height:50px;color:var(--color-accent);border-radius:14px;place-items:center;margin-bottom:54px;display:grid}.icon-tile svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.solution-card h3{margin-bottom:14px;font-size:1.13rem;font-weight:600;line-height:1.35}.solution-card p{color:var(--color-muted);margin-bottom:0;font-size:.88rem;line-height:1.72}.products-preview{border-bottom:1px solid var(--color-line)}.products-preview__heading{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.products-preview__heading .section-heading{margin-bottom:56px}.products-preview__heading .text-link{margin-bottom:62px}.products-grid{gap:16px;display:grid}.products-grid--preview{grid-template-columns:repeat(4,minmax(0,1fr))}.products-grid>.reveal{height:100%}.product-card{text-align:left;border:1px solid var(--color-line);border-radius:var(--radius-md);width:100%;height:100%;min-height:380px;color:var(--color-text);background:#fff;flex-direction:column;padding:27px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 1px #173e6005}.product-card:hover{box-shadow:var(--shadow-sm);border-color:#b7d5eb;transform:translateY(-5px)}.product-card:has(.product-card__click:focus-visible){border-color:var(--color-accent);box-shadow:0 0 0 3px #0b78df2e, var(--shadow-sm)}.product-card__click{border-radius:inherit;cursor:pointer;background:0 0;border:0;width:100%;position:absolute;inset:0}.product-card__click:focus-visible{outline:0}.product-card__top{justify-content:space-between;align-items:center;margin-bottom:68px;display:flex}.product-card__code{color:var(--color-accent-dark);letter-spacing:.12em;font-size:.69rem;font-weight:700}.product-card__arrow{border:1px solid var(--color-line);width:35px;height:35px;color:var(--color-accent-dark);border-radius:50%;place-items:center;transition:transform .18s,background-color .18s;display:grid}.product-card:hover .product-card__arrow{background:var(--color-surface);transform:rotate(45deg)}.product-card h3{letter-spacing:-.03em;margin-bottom:10px;font-size:1.55rem;font-weight:600;line-height:1.2}.product-card .product-card__tagline{min-height:45px;color:var(--color-text);margin-bottom:22px;font-size:.83rem;font-weight:600;line-height:1.55}.product-card>p:last-of-type{color:var(--color-muted);margin-bottom:0;font-size:.82rem;line-height:1.7}.products-grid--page{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-card--large{min-height:570px;padding:38px}.product-card--large .product-card__top{margin-bottom:50px}.product-card--large h3{font-size:2.15rem}.product-card__detail{border-top:1px solid var(--color-line);grid-template-columns:130px 1fr;gap:18px;margin-top:auto;padding-top:30px;font-size:.76rem;line-height:1.55;display:grid}.product-card__detail strong{color:var(--color-text)}.product-card__detail span{color:var(--color-muted)}.tag-list{flex-wrap:wrap;gap:7px;margin-top:24px;display:flex}.tag-list span{border:1px solid var(--color-line);background:var(--color-surface);color:#51687a;border-radius:8px;padding:7px 10px;font-size:.68rem;font-weight:700}.product-card__hint{color:var(--color-accent-dark);margin-top:26px;font-size:.75rem;font-weight:700}.tech-section{padding-top:0}.tech-section__inner{border-top:1px solid var(--color-line);grid-template-columns:.82fr 1.18fr;gap:70px;padding-top:112px;display:grid}.tech-section .section-heading{margin-bottom:0}.tech-list{border-top:1px solid var(--color-line-dark);grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;display:grid}.tech-list>span{border-bottom:1px solid var(--color-line-dark);color:#2a3d4d;align-items:center;gap:17px;min-height:73px;padding:20px 8px;font-size:.88rem;font-weight:700;display:flex}.tech-list>span:nth-child(odd){border-right:1px solid var(--color-line-dark)}.tech-list i{color:var(--color-accent);letter-spacing:.08em;font-size:.62rem;font-style:normal;font-weight:700}.industries-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.industry-card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:linear-gradient(145deg,#fff 60%,#f3f9fe);flex-direction:column;justify-content:space-between;min-height:335px;padding:30px;transition:transform .18s,border-color .18s;display:flex}.industry-card:hover{border-color:#b8d5e9;transform:translateY(-4px)}.industry-card>span{color:var(--color-accent);letter-spacing:.1em;font-size:.68rem;font-weight:700}.industry-card h3{margin-bottom:14px;font-size:1.3rem;font-weight:600}.industry-card p{color:var(--color-muted);margin-bottom:0;font-size:.85rem;line-height:1.72}.process-section{padding-top:40px}.process-list{border-top:1px solid var(--color-line-dark);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.process-list>.reveal{position:relative}.process-list>.reveal:not(:last-child):after{content:"";z-index:2;background:var(--color-accent);border-radius:50%;width:7px;height:7px;position:absolute;top:-4px;right:-3px}.process-step{min-height:235px;padding:25px 24px 10px 0}.process-step>span{color:var(--color-accent);letter-spacing:.1em;margin-bottom:48px;font-size:.65rem;font-weight:700;display:block}.process-step h3{min-height:48px;margin-bottom:12px;font-size:.94rem;font-weight:600;line-height:1.45}.process-step p{color:var(--color-muted);margin-bottom:0;font-size:.75rem;line-height:1.68}.cta-section{padding-top:20px}.cta-card{border-radius:var(--radius-lg);color:#fff;background:#0876dc;justify-content:space-between;align-items:center;gap:60px;min-height:330px;padding:62px 66px;display:flex;position:relative;overflow:hidden}.cta-card:after{content:"";border:1px solid #ffffff47;border-radius:50%;width:340px;height:340px;position:absolute;bottom:-210px;right:-100px;box-shadow:0 0 0 55px #ffffff09,0 0 0 110px #ffffff06}.cta-card>*{z-index:1;position:relative}.cta-card>div{max-width:710px}.cta-card .eyebrow{color:#d8edff}.cta-card h2{margin-bottom:16px}.cta-card p{color:#d8edff;max-width:620px;margin-bottom:0;line-height:1.7}.site-footer{border-top:1px solid var(--color-line);background:#f8fbfd;padding-top:82px}.footer__grid{grid-template-columns:1.5fr .7fr 1fr;gap:70px;padding-bottom:70px;display:grid}.footer__brand p{max-width:330px;color:var(--color-muted);margin:25px 0 0;font-size:.82rem;line-height:1.7}.footer__column{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer__column h2{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:.66rem;font-weight:700}.footer__column a{color:#394d5d;font-size:.78rem;font-weight:600;text-decoration:none}.footer__column a:hover{color:var(--color-accent-dark)}.footer__email{overflow-wrap:anywhere}.footer__bottom{border-top:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:28px;min-height:82px;display:flex}.footer__bottom p{color:var(--color-muted);margin:0;font-size:.7rem}.footer__bottom>div{gap:24px;display:flex}.footer__bottom button{color:var(--color-muted);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:.68rem}.footer__bottom button:hover{color:var(--color-accent-dark)}.page-hero{border-bottom:1px solid var(--color-line);background:var(--color-surface);padding-block:110px 104px;position:relative;overflow:hidden}.page-hero:after{content:"";border:1px solid #d6e9f8;border-radius:50%;width:520px;height:520px;position:absolute;top:-170px;right:-130px;box-shadow:0 0 0 70px #d9ecfb47,0 0 0 140px #d9ecfb26}.page-hero__inner{z-index:1;position:relative}.page-hero h1{letter-spacing:-.052em;max-width:900px;margin-bottom:24px;font-size:clamp(3rem,5.5vw,5rem);font-weight:600;line-height:1.04}.page-hero p{max-width:760px;color:var(--color-muted);margin-bottom:0;font-size:1.05rem;line-height:1.76}.products-page-section{padding-top:76px}.company-hero__grid{z-index:1;grid-template-columns:1.25fr .75fr;align-items:end;gap:80px;display:grid;position:relative}.company-hero h1{margin-bottom:0}.company-hero p{padding-bottom:8px}.company-intro__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.company-intro article{border:1px solid var(--color-line);border-radius:var(--radius-md);min-height:360px;padding:40px}.company-intro article>span{color:var(--color-accent);letter-spacing:.1em;margin-bottom:95px;font-size:.67rem;font-weight:700;display:block}.company-intro h2{margin-bottom:18px;font-size:1.7rem;font-weight:600}.company-intro p{max-width:520px;color:var(--color-muted);margin-bottom:0;line-height:1.75}.approach-section__grid{grid-template-columns:1fr .9fr;align-items:center;gap:100px;display:grid}.principles-list{border-top:1px solid var(--color-line-dark);margin:0;padding:0;list-style:none}.principles-list li{border-bottom:1px solid var(--color-line-dark);align-items:center;gap:20px;min-height:76px;font-size:.86rem;font-weight:600;display:flex}.principles-list span{color:var(--color-accent);letter-spacing:.08em;font-size:.62rem}.skills-section__grid{grid-template-columns:.65fr 1.35fr;gap:80px;display:grid}.skills-list{flex-wrap:wrap;align-content:flex-start;gap:10px;display:flex}.skills-list span{border:1px solid var(--color-line);color:#3e5364;border-radius:10px;padding:13px 17px;font-size:.8rem;font-weight:600}.company-contact{padding-top:20px}.company-contact__inner{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:linear-gradient(135deg,#f5faff,#fff);padding:74px}.company-contact a{color:var(--color-accent-dark);overflow-wrap:anywhere;gap:9px;margin-top:30px;font-size:clamp(1rem,2vw,1.3rem);font-weight:700;text-decoration:none;display:inline-flex}.modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0b182385;place-items:center;padding:28px;animation:.16s fade-in;display:grid;position:fixed;inset:0}.product-modal,.legal-modal{width:min(100%,820px);max-height:min(850px,100vh - 56px);box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;padding:48px;animation:.22s modal-in;position:relative;overflow-y:auto}.legal-modal{width:min(100%,620px)}.modal-close{border:1px solid var(--color-line);width:40px;height:40px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:50%;place-items:center;font-size:1.4rem;line-height:1;display:grid;position:absolute;top:20px;right:20px}.modal-close:hover{background:var(--color-surface)}.product-modal h2,.legal-modal h2{letter-spacing:-.045em;margin-bottom:20px;padding-right:50px;font-size:clamp(2.3rem,5vw,3.6rem);font-weight:600;line-height:1.05}.product-modal__lead,.legal-modal p{max-width:720px;color:var(--color-muted);margin-bottom:34px;line-height:1.75}.product-modal__grid{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:45px;padding:32px 0;display:grid}.product-modal h3{margin-bottom:18px;font-size:.9rem}.check-list{margin:0;padding:0;list-style:none}.check-list li{color:var(--color-muted);margin-top:11px;padding-left:19px;font-size:.78rem;line-height:1.55;position:relative}.check-list li:before{content:"";background:var(--color-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.58em;left:0}.product-modal__footer{justify-content:space-between;align-items:flex-end;gap:30px;padding-top:30px;display:flex}.product-modal__footer strong{font-size:.75rem}.product-modal__footer .tag-list{margin-top:11px}.legal-modal a{color:var(--color-accent-dark);font-weight:700;text-decoration:none}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(16px)scale(.985)}}.account-page{background:#f3f8fc;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.account-page__ambient{border:1px solid #cae3f6;border-radius:50%;width:650px;height:650px;position:absolute;top:-360px;right:-260px;box-shadow:0 0 0 80px #cae3f640,0 0 0 160px #cae3f61f}.account-header{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:26px;left:34px;right:34px}.account-card{z-index:2;border:1px solid var(--color-line);width:min(100%,480px);box-shadow:var(--shadow-sm);background:#fff;border-radius:26px;padding:44px;position:relative}.account-card__mark{display:none}.account-card h1{letter-spacing:-.04em;margin-bottom:13px;font-size:2.1rem;font-weight:600;line-height:1.15}.account-card>p{color:var(--color-muted);font-size:.83rem;line-height:1.65}.account-card form{margin-top:30px}.account-card label{margin:18px 0 8px;font-size:.74rem;font-weight:700;display:block}.account-card input{border:1px solid var(--color-line-dark);width:100%;height:51px;color:var(--color-text);background:#fff;border-radius:11px;outline:none;padding:0 15px;transition:border-color .18s,box-shadow .18s}.account-card input::placeholder{color:#9ba7b1}.account-card input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #0b78df1f}.form-error{color:var(--color-danger);background:#fff7f7;border:1px solid #f0cbcb;border-radius:9px;align-items:center;gap:9px;margin-top:17px;padding:11px 13px;font-size:.74rem;display:flex}.form-error span{border:1px solid;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:grid}.account-card__submit{width:100%;margin-top:24px}.account-card__back{border-top:1px solid var(--color-line);color:var(--color-muted);justify-content:center;align-items:center;gap:9px;margin-top:27px;padding-top:23px;font-size:.73rem;font-weight:600;text-decoration:none;display:flex}.account-card__back:hover{color:var(--color-accent-dark)}.not-found{text-align:center;align-items:center;min-height:630px;display:grid}.not-found .container{z-index:2;position:relative}.not-found h1,.not-found p{margin-inline:auto}.not-found .button{margin-top:30px}@media (width<=1100px){.header__inner{gap:20px}.header__panel{gap:22px}.main-nav{gap:17px}.products-grid--preview{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-height:350px}.hero-section__grid{grid-template-columns:minmax(0,1fr) 420px}.process-list{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:16px}.process-list>.reveal:after{display:none}.process-step{border-top:1px solid var(--color-line);min-height:200px}}@media (width<=920px){:root{--header-height:70px}.menu-button{display:block}.header__panel{border-bottom:1px solid var(--color-line);background:#fff;align-items:stretch;padding:12px 24px 24px;display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;box-shadow:0 18px 30px #183a571a}.header__panel.is-open{display:block}.main-nav{flex-direction:column;align-items:stretch;gap:0;display:flex}.main-nav a{border-bottom:1px solid var(--color-line);padding:14px 4px}.main-nav a:after{display:none}.header__actions{justify-content:space-between;padding-top:18px}.hero-section__grid{grid-template-columns:1fr;gap:20px;min-height:auto;padding-block:78px 35px}.hero-section:before{background:linear-gradient(#fff 0% 45%,#f3f9fe 100%)}.hero-section__content{max-width:740px}.network{width:min(100%,600px);height:430px;margin-inline:auto}.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tech-section__inner{grid-template-columns:1fr;gap:45px}.industries-grid{grid-template-columns:1fr}.industry-card{min-height:250px}.company-hero__grid,.approach-section__grid,.skills-section__grid{grid-template-columns:1fr;gap:45px}.company-hero p{max-width:640px}.footer__grid{grid-template-columns:1.3fr .7fr}.footer__column:last-child{grid-column:1/-1}}@media (width<=720px){.container{width:min(calc(100% - 32px), var(--container))}.section{padding-block:82px}.section-heading{margin-bottom:40px}.hero-section__grid{padding-top:66px}.hero-section h1{font-size:clamp(2.65rem,12vw,4rem)}.network{height:360px}.network__label{font-size:.58rem}.solutions-grid{grid-template-columns:1fr}.solution-card{min-height:275px}.icon-tile{margin-bottom:40px}.products-preview__heading{flex-direction:column;align-items:flex-start;gap:0}.products-preview__heading .section-heading{margin-bottom:22px}.products-preview__heading .text-link{margin-bottom:40px}.products-grid--preview,.products-grid--page{grid-template-columns:1fr}.tech-section__inner{padding-top:82px}.process-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-section{padding-top:5px}.cta-card{flex-direction:column;align-items:flex-start;gap:30px;padding:46px 34px}.footer__grid{grid-template-columns:1fr 1fr;gap:50px 30px}.footer__brand{grid-column:1/-1}.footer__column:last-child{grid-column:auto}.footer__bottom{flex-direction:column;align-items:flex-start;padding-block:24px}.footer__bottom>div{flex-direction:column;align-items:flex-start;gap:10px}.page-hero{padding-block:82px 74px}.page-hero h1{font-size:clamp(2.65rem,12vw,4rem)}.company-intro__grid{grid-template-columns:1fr}.company-intro article{min-height:310px}.company-intro article>span{margin-bottom:70px}.company-contact__inner{padding:48px 28px}.modal-backdrop{align-items:end;padding:12px}.product-modal,.legal-modal{border-radius:22px 22px 16px 16px;max-height:calc(100vh - 24px);padding:38px 24px 28px}.product-modal__grid{grid-template-columns:1fr;gap:30px}.product-modal__footer{flex-direction:column;align-items:flex-start}.product-modal__footer .button{width:100%}}@media (width<=480px){.container{width:min(calc(100% - 28px), var(--container))}.brand__wordmark{font-size:.72rem}.hero-section__actions{flex-direction:column;align-items:stretch}.hero-section__actions .button{width:100%}.network{height:300px;margin-top:15px}.network__label--one{right:9%}.network__label--three{right:2%}.tech-list{grid-template-columns:1fr}.tech-list>span:nth-child(odd){border-right:0}.process-list{grid-template-columns:1fr}.process-step{min-height:auto;padding-block:23px}.process-step>span{margin-bottom:24px}.process-step h3{min-height:0}.product-card,.product-card--large{min-height:0;padding:28px 24px}.product-card__top{margin-bottom:48px}.product-card__detail{grid-template-columns:1fr;gap:8px;margin-top:38px}.footer__grid{grid-template-columns:1fr}.footer__brand,.footer__column:last-child{grid-column:auto}.account-page{align-items:start;padding:88px 14px 20px}.account-header{top:20px;left:20px;right:20px}.account-header .brand__wordmark{display:none}.account-card{border-radius:20px;padding:32px 22px}.account-card h1{font-size:1.8rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
