@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(./manrope-latin-DHIcAJRg.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(./manrope-cyrillic-Dvxsihut.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}:root{--color-primary: #2b6298;--color-primary-light: #589ad6;--color-primary-dark: #22507e;--color-secondary: #959595;--color-secondary-light: #add4fb;--color-secondary-dark: #5b5b5b;--color-background: #fff;--color-background-gray: #f1f8ff;--color-background-gray-dark: #add4fb;--color-background-soft: #f1f8ff;--color-text: #010101;--color-text-light: #5b5b5b;--color-text-gray: #959595;--color-text-white: #fff;--color-border: #dceaf7;--gradient-primary: linear-gradient(135deg, #2b6298 0%, #589ad6 100%);--gradient-primary-light: linear-gradient(135deg, #589ad6 0%, #add4fb 100%);--shadow-sm: 0 2px 8px rgba(43, 98, 152, .12);--shadow-md: 0 4px 12px rgba(43, 98, 152, .1);--shadow-lg: 0 8px 24px rgba(43, 98, 152, .18);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-2xl: 1rem;--radius-full: 9999px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 2.5rem;--spacing-3xl: 3rem;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-md: 14px;--font-size-lg: 16px;--font-size-xl: 18px;--font-size-2xl: 20px;--font-size-3xl: 28px;--font-size-4xl: 32px;--font-size-5xl: 38px;--font-size-6xl: 52px;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.6;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--motion-press-duration: .14s;--motion-hover-duration: .2s;--motion-reveal-duration: .42s;--transition-fast: var(--motion-hover-duration) var(--ease-out);--transition-normal: .24s var(--ease-out);--container-max-width: 1320px;--section-padding: 5rem;--section-padding-sm: 3rem;--card-top-bar: 4px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}section[id],footer[id]{scroll-margin-top:96px}body{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:var(--font-size-md);line-height:var(--line-height-normal);color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4{margin:0;line-height:var(--line-height-tight)}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{display:block}button{font:inherit}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--spacing-md)}.section{padding:var(--section-padding-sm) 0}.section--gray{background:var(--color-background-soft)}.section-header{text-align:center;max-width:760px;margin:0 auto var(--spacing-2xl)}.section-title{position:relative;display:inline-block;font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text);padding-bottom:var(--spacing-md)}.section-title:after{content:"";position:absolute;left:50%;bottom:0;width:56px;height:3px;border-radius:var(--radius-full);background:var(--color-primary);transform:translate(-50%)}.section-subtitle{margin-top:var(--spacing-md);font-size:var(--font-size-lg);color:var(--color-text-light);line-height:var(--line-height-relaxed)}.card{position:relative;background:#fff;border-radius:var(--radius-lg);border-top:var(--card-top-bar) solid var(--color-primary);box-shadow:var(--shadow-md)}.card:not(.qualification-card):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;border-radius:inherit;box-shadow:inset 0 0 0 1px #0069c72e,0 18px 42px #1d466d29;opacity:0;pointer-events:none;transition:opacity var(--motion-hover-duration) ease}.btn{display:inline-block;padding:10px var(--spacing-xl);border:none;border-radius:var(--radius-md);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);line-height:1.5;cursor:pointer;text-align:center;transition:transform var(--motion-press-duration) var(--ease-out),background-color var(--motion-hover-duration) ease,color var(--motion-hover-duration) ease}.btn-primary{background:var(--gradient-primary);color:var(--color-text-white);box-shadow:var(--shadow-md)}.btn-outline{background:#ffffffd1;color:#0069c7;border:1.5px solid #0069c7}.btn:active{transform:scale(.97)}.btn:focus-visible,.header-cta:focus-visible,.nav-item a:focus-visible,.logo a:focus-visible{outline:3px solid rgba(0,105,199,.32);outline-offset:4px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:34px 0 10px;background:#fffffff5;backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);box-shadow:none;transform:translateY(0);transition:background-color var(--transition-normal),padding var(--transition-normal),box-shadow var(--transition-normal),transform .22s cubic-bezier(.22,1,.36,1)}.header.is-hidden{transform:translateY(calc(-100% - env(safe-area-inset-top)))}.header.is-scrolled{padding:10px 0;background:#fff;box-shadow:var(--shadow-sm)}.header-container{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1459px;padding-left:0;padding-right:0}.logo,.logo a{display:block;width:199px;height:77px}.logo-lockup{position:relative;display:block;width:199px;height:77px;transform-origin:left center;transition:transform var(--transition-normal)}.logo-mark{width:142px;height:51px}.logo-wordmark{position:absolute;left:0;bottom:0;display:block;width:199px;height:15px;overflow:hidden}.logo-wordmark-source{width:199px;height:96px;max-width:none;transform:translateY(-81px)}.header.is-scrolled .logo-lockup{transform:scale(.76)}.nav-menu{margin-left:auto}.nav-list{display:flex;align-items:center;gap:52px}.nav-item a{position:relative;font-size:18px;font-weight:var(--font-weight-medium);color:#07132d;padding:8px 0 18px;transition:color var(--transition-fast)}.nav-item a:after{content:"";position:absolute;left:0;bottom:7px;width:100%;height:2px;border-radius:var(--radius-full);background:var(--color-primary);transform:scaleX(0);transform-origin:left center;transition:transform var(--transition-normal)}.nav-item a.is-active:after{transform:scaleX(1)}.nav-item a.is-active{color:var(--color-primary)}.header-cta{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:229px;min-height:64px;margin-right:31px;margin-left:76px;padding:16px 28px;border-radius:7px;background:linear-gradient(135deg,#0575d3,#0065be);color:#fff;font-size:18px;font-weight:500;box-shadow:0 12px 26px #0065be21;transition:transform var(--motion-press-duration) var(--ease-out)}.header-cta:active{transform:scale(.97)}.header.is-scrolled .header-cta{min-height:50px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;background:none;border:none;padding:0;cursor:pointer}.mobile-menu-toggle span{display:block;height:2px;width:100%;border-radius:var(--radius-full);background:var(--color-primary);transition:transform var(--transition-normal),opacity var(--transition-fast)}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{position:relative;display:flex;align-items:stretch;min-height:100vh;padding-top:0;overflow:hidden;background:radial-gradient(900px 660px at 75% 46%,rgba(84,164,232,.095),transparent 72%),radial-gradient(640px 480px at 2% 98%,rgba(43,98,152,.035),transparent 72%),var(--color-background)}.hero-container{position:relative;display:grid;grid-template-columns:minmax(0,660px) 1fr;grid-template-rows:1fr auto;align-items:start;min-height:100vh;max-width:1459px;padding:228px 0 64px}.hero-content{position:relative;z-index:2;max-width:660px}.hero-kicker{margin-bottom:22px;color:#0069c7;font-size:18px;font-weight:700;letter-spacing:.045em}.hero-title{color:#061632;font-size:clamp(56px,4.375vw,70px);font-weight:var(--font-weight-bold);line-height:1.125;letter-spacing:-.035em;margin-bottom:38px}.hero-description{color:#536078;font-size:19px;line-height:2.05;margin-bottom:40px;max-width:590px}.hero-buttons{display:flex;flex-wrap:wrap;gap:22px}.hero-buttons .btn{display:inline-flex;align-items:center;justify-content:center;min-height:72px;padding:18px 20px;border-radius:7px;font-size:18px;font-weight:500}.hero-buttons .btn-primary{width:316px;min-width:0}.hero-buttons .btn-outline{min-width:228px}.hero-primary-action{gap:16px}.hero-primary-action span{white-space:nowrap}.hero-primary-action svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hero-image{--hero-visual-opacity: 1;position:absolute;z-index:1;top:128px;left:495px;width:1210px;pointer-events:none}.hero-illustration{width:100%;max-width:none;height:auto;animation:none;filter:drop-shadow(0 28px 46px rgba(43,98,152,.1))}.hero-stats{position:relative;z-index:3;grid-column:1 / -1;display:grid;grid-template-columns:370px 440px 1fr;align-items:center;width:100%;margin-top:68px}.hero-stat{position:relative;display:flex;align-items:center;min-width:0;gap:31px}.hero-stat:not(:first-child){padding-left:64px}.hero-stat:not(:first-child):before{content:"";position:absolute;left:0;top:7px;width:1px;height:72px;background:#d7e1ec}.hero-stat-icon{display:grid;place-items:center;flex:0 0 83px;width:83px;height:83px;border:1px solid #dbe9f5;border-radius:50%;color:var(--color-primary);transition:transform var(--motion-hover-duration) var(--ease-out)}.hero-stat-icon svg{width:48px;height:48px;stroke:#006ecb;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hero-stat-copy{display:flex;flex-direction:column;min-width:0}.hero-stat-copy strong{color:#071434;font-size:56px;font-weight:500;line-height:1;letter-spacing:-.035em}.hero-stat-copy span{margin-top:10px;color:#536078;font-size:17px;line-height:1.25;white-space:nowrap}.services-section{position:relative;overflow:hidden;padding:38px 0 58px;background:#fff}.services-section:after{content:"";position:absolute;top:-32px;right:-40px;width:280px;height:190px;opacity:.28;pointer-events:none;background:linear-gradient(30deg,transparent 49%,#b8daf5 50%,transparent 51%) 0 0 / 42px 42px,linear-gradient(150deg,transparent 49%,#d2e8fa 50%,transparent 51%) 0 0 / 42px 42px;-webkit-mask-image:linear-gradient(to left,#000,transparent);mask-image:linear-gradient(to left,#000,transparent)}.services-container{max-width:1344px}.services-heading-row{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:24px}.services-heading-copy{max-width:820px}.services-count-label{margin-bottom:12px;color:#0069c7;font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.services-title{color:#07132d;font-size:46px;font-weight:700;letter-spacing:-.03em}.services-subtitle{margin-top:10px;color:#536078;font-size:16px;line-height:1.65}.services-primary-controls{display:flex;align-items:center;gap:14px;padding-bottom:4px}.services-all-label{display:inline-flex;align-items:center;min-height:48px;margin-right:10px;padding:0 0 4px;border-bottom:2px solid #0069c7;color:#075eaa;font-weight:600}.services-arrow{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border:1.5px solid #0069c7;border-radius:7px;color:#0069c7;background:#fff;cursor:pointer;transition:color var(--motion-hover-duration) ease,background-color var(--motion-hover-duration) ease,transform var(--motion-press-duration) var(--ease-out)}.services-arrow--next{color:#fff;background:#0069c7}.services-arrow svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--motion-hover-duration) var(--ease-out)}.services-arrow:active{transform:scale(.96)}.services-arrow:focus-visible,.services-dot:focus-visible,.services-viewport:focus-visible,.project-card-link:focus-visible{outline:3px solid rgba(0,105,199,.28);outline-offset:4px}.services-slider{position:relative;z-index:1}.services-viewport{position:relative;overflow:hidden;border:1px solid #d4e0eb;border-radius:12px;background:#fff;box-shadow:0 16px 38px #194c7914;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.services-viewport img,.projects-grid img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.services-viewport:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;border-radius:inherit;box-shadow:inset 0 0 0 1px #0069c733;opacity:0;pointer-events:none;transition:opacity var(--motion-hover-duration) ease}.services-viewport.is-dragging{cursor:grabbing}.services-track{display:flex;align-items:flex-start;transition:transform .52s cubic-bezier(.22,1,.36,1);will-change:transform}.service-card{position:relative;display:grid;grid-template-columns:36% 64%;grid-template-rows:auto auto auto;grid-template-areas:"header items" "description items" "category items";flex:0 0 100%;min-width:100%;min-height:368px;padding:0;overflow:hidden;border:0;border-radius:0;background:linear-gradient(90deg,#edf6ff 0,#edf6ff 36%,#fff 36%,#fff);box-shadow:none;transform:none;transition:none}.service-card:hover{transform:none;box-shadow:none}.service-card-header{position:relative;grid-area:header;display:flex;flex-direction:column;align-items:flex-start;min-height:230px;margin:0;padding:26px 26px 10px}.service-number{color:#0069c7;font-size:34px;font-weight:600;line-height:1;letter-spacing:-.03em}.service-icon{display:grid;place-items:center;width:148px;height:118px;margin:-10px auto 2px;border-radius:0;color:#0872ce;background:transparent}.service-icon svg{width:102px;height:102px;stroke-width:.95;transition:transform var(--motion-hover-duration) var(--ease-out)}.service-category{grid-area:category;margin:0;padding:0 26px 14px;color:#1583c6;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.service-category--mobile{display:none}.service-title{color:#07132d;font-size:22px;font-weight:700;line-height:1.24;letter-spacing:-.02em;-webkit-hyphens:auto;hyphens:auto}.service-description{grid-area:description;align-self:start;min-height:70px;margin:0;padding:0 26px 18px;color:#536078;font-size:14px;line-height:1.62}.service-items{grid-area:items;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:24px 42px;margin:0;padding:70px 46px 42px}.service-items:before{content:"Что входит";grid-column:1 / -1;margin-bottom:4px;color:#07132d;font-size:18px;font-weight:700}.service-items li{position:relative;margin:0;padding-left:38px;color:#29364d;font-size:14px;line-height:1.58}.service-items li:before{content:"";position:absolute;top:1px;left:0;width:22px;height:22px;border:1.5px solid #0069c7;border-radius:50%;background:transparent}.service-items li:after{content:"";position:absolute;top:7px;left:7px;width:8px;height:4px;border-bottom:1.7px solid #0069c7;border-left:1.7px solid #0069c7;transform:rotate(-45deg);transform-origin:center}.services-slider-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 28px;align-items:end;padding:20px 8px 0}.services-dots{display:flex;flex-wrap:wrap;gap:7px}.services-dot{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #d7e1ea;border-radius:50%;color:#667286;background:#fff;font-size:10px;cursor:pointer;transition:color var(--motion-hover-duration) ease,border-color var(--motion-hover-duration) ease,background-color var(--motion-hover-duration) ease,transform var(--motion-press-duration) var(--ease-out)}.services-dot:active{transform:scale(.94)}.services-dot.is-active{color:#fff;border-color:#0069c7;background:#0069c7}.services-progress{grid-column:1 / 2;position:relative;height:3px;overflow:hidden;border-radius:2px;background:#dfe6ed}.services-progress span{display:block;width:100%;height:100%;border-radius:inherit;background:#0069c7;transform:scaleX(0);transform-origin:left center;transition:transform .24s var(--ease-in-out)}.services-status{grid-column:2;grid-row:1 / 3;min-width:340px;text-align:right}.services-status>p:first-child{color:#1269af;font-size:13px;font-weight:600}.services-counter{display:flex;justify-content:flex-end;align-items:baseline;gap:8px;margin-top:12px;color:#667286;font-size:18px}.services-counter strong{color:#0069c7;font-size:22px}.services-mobile-controls{display:none}.about-section,.qualifications-section{position:relative;overflow:hidden;background:#fff}.about-section{padding:92px 0 94px}.about-section:before,.about-section:after,.qualifications-section:before,.qualifications-section:after{content:"";position:absolute;width:220px;height:180px;pointer-events:none;opacity:.35;background-image:radial-gradient(circle,rgba(55,154,225,.52) 0 1px,transparent 1.6px),linear-gradient(35deg,transparent 47%,rgba(55,154,225,.13) 48% 49%,transparent 50%),linear-gradient(145deg,transparent 47%,rgba(55,154,225,.1) 48% 49%,transparent 50%);background-size:34px 34px,74px 74px,86px 86px}.about-section:before,.qualifications-section:before{top:-44px;left:-38px}.about-section:after,.qualifications-section:after{right:-32px;bottom:-44px;transform:rotate(180deg)}.about-container{max-width:1280px}.about-grid{display:grid;grid-template-columns:500px minmax(0,1fr);gap:54px;align-items:start}.about-card{padding-top:20px}.about-kicker{margin-bottom:16px;color:#006bc8;font-size:18px;font-weight:700;letter-spacing:.07em}.about-heading{color:#071634;font-size:44px;font-weight:600;line-height:1.08;letter-spacing:-.035em;margin-bottom:38px}.about-card>p:not(.about-kicker){color:#536078;font-size:16px;line-height:1.72;margin-bottom:22px}.about-directions-title{margin:42px 0 24px;color:#071634;font-size:18px;font-weight:700}.about-directions{display:grid;grid-template-columns:1fr 1fr;gap:20px 40px}.about-directions li{position:relative;padding-left:40px;color:#536078;font-size:14px;line-height:1.55}.about-directions li:before{content:"";position:absolute;left:0;top:-2px;width:24px;height:24px;border:1.5px solid #1785d2;border-radius:50%;transition:transform var(--motion-hover-duration) var(--ease-out)}.about-directions li:after{content:"";position:absolute;left:8px;top:6px;width:6px;height:6px;border:solid #1785d2;border-width:1.5px 1.5px 0 0;transform:rotate(45deg);transition:transform var(--motion-hover-duration) var(--ease-out)}.about-values{display:grid;grid-template-columns:1fr 1fr;min-height:580px;padding:24px;border-radius:8px;background:#f1f8ffc7}.value-row{display:block;min-width:0;padding:14px 12px 24px}.value-row:nth-child(odd){border-right:1px solid #d7e7f4}.value-row:nth-child(-n+2){border-bottom:1px solid #d7e7f4}.value-icon{color:#006bc8}.value-icon svg{width:44px;height:44px;margin-bottom:16px}.value-icon svg{transition:transform var(--motion-hover-duration) var(--ease-out)}.value-row h3{color:#071634;font-size:18px;font-weight:700;margin-bottom:12px}.value-row p{color:#536078;font-size:14px;line-height:1.85}.qualifications-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 24px;counter-reset:qualification}.qualifications-section{padding:38px 0 46px}.qualifications-section>.container{max-width:1152px}.qualifications-section .section-header{margin-bottom:25px}.qualifications-section .section-title{color:#071634;font-size:36px;font-weight:700;letter-spacing:-.025em;padding-bottom:0}.qualifications-section .section-title:after{display:none}.qualifications-section .section-subtitle{margin-top:30px;color:#536078;font-size:15px}.qualification-card{position:relative;min-height:272px;padding:22px 24px 25px;overflow:hidden;border:1px solid #dce7ef;border-radius:8px;background:#ffffffe6;box-shadow:none;counter-increment:qualification}.qualification-card:before{content:counter(qualification,decimal-leading-zero);position:absolute;top:20px;right:20px;color:#85c3eb;font-size:24px;font-weight:300;line-height:1}.qualification-card:after{content:"";position:absolute;left:24px;right:24px;bottom:17px;height:1.5px;background:#1785d2;transform:scaleX(.72);transform-origin:left center;transition:transform var(--motion-hover-duration) var(--ease-out)}.qualification-header{display:block;margin-bottom:12px}.qualification-card .service-icon{width:58px;height:58px;margin-bottom:20px;border:1px solid #bce0f5;border-radius:50%;background:transparent;color:#0879ca}.qualification-card .service-icon svg{width:29px;height:29px}.qualification-header h3{color:#071634;font-size:18px;font-weight:700;line-height:1.3}.qualification-card p{color:#536078;font-size:15px;line-height:1.58}.projects-section{position:relative;overflow:hidden;padding:82px 0 96px;background:#fff}.projects-section:before,.projects-section:after{content:"";position:absolute;width:210px;height:260px;opacity:.32;pointer-events:none;background:linear-gradient(30deg,transparent 49%,#c4e0f6 50%,transparent 51%) 0 0 / 36px 36px,linear-gradient(150deg,transparent 49%,#dbeefa 50%,transparent 51%) 0 0 / 36px 36px}.projects-section:before{top:120px;left:-60px;-webkit-mask-image:linear-gradient(to right,#000,transparent);mask-image:linear-gradient(to right,#000,transparent)}.projects-section:after{right:-64px;bottom:100px;-webkit-mask-image:linear-gradient(to left,#000,transparent);mask-image:linear-gradient(to left,#000,transparent)}.projects-container{position:relative;z-index:1;max-width:1152px}.projects-section .section-header{margin-bottom:52px}.projects-section .section-title{color:#07132d;font-size:40px;letter-spacing:-.03em}.projects-section .section-title:after{display:none}.projects-section .section-subtitle{margin-top:12px;font-size:16px}.projects-category{margin-bottom:52px}.projects-category:last-child{margin-bottom:0}.projects-category-title{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:28px;margin-bottom:20px;padding-left:18px;color:#07132d;font-size:22px;font-weight:700;letter-spacing:-.02em}.projects-category-title:before{content:"";position:absolute;top:2px;bottom:2px;left:0;width:4px;border-radius:var(--radius-full);background:#0069c7}.projects-category-title:after{content:attr(data-count);color:#5d6979;font-size:13px;font-weight:500;letter-spacing:0}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.project-card{position:relative;overflow:hidden;border:0;border-radius:10px;background:#fff;box-shadow:0 12px 28px #1d466d21}.project-image{width:100%;height:190px;object-fit:cover;background:#edf6ff;transition:transform .24s var(--ease-out)}.project-card-body{position:relative;min-height:154px;padding:18px 54px 20px 18px}.project-category-label{margin-bottom:8px;color:#0673c7;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.project-card h3{margin-bottom:9px;color:#07132d;font-size:17px;font-weight:700;letter-spacing:-.015em}.project-card p{color:#5e697a;font-size:12px;line-height:1.65}.project-card p.project-category-label{color:#0673c7;font-size:10px;line-height:1.3}.project-card-link{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:36px;height:36px;border:1px solid #a9cfea;border-radius:50%;color:#0069c7;background:#fff;transition:color var(--motion-hover-duration) ease,border-color var(--motion-hover-duration) ease,background-color var(--motion-hover-duration) ease,transform var(--motion-press-duration) var(--ease-out)}.project-card-link:active{transform:scale(.94)}.project-card-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--motion-hover-duration) var(--ease-out)}.catalog-carousel-section{border-top:1px solid #e6eef5}.services-track.supply-grid,.services-track.software-grid{display:flex;gap:0;align-items:flex-start}.manufacturers-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.manufacturer-card{display:grid;grid-template-rows:1fr auto;place-items:center;gap:18px;min-height:208px;padding:24px 16px 20px;text-align:center;border-top-color:#18314e}.manufacturer-logo{width:100%;height:104px;object-fit:contain;transition:transform var(--motion-hover-duration) var(--ease-out)}.manufacturer-name{font-size:13px;font-weight:var(--font-weight-semibold);color:var(--color-text)}.import-section{padding:82px 0 92px;background:#fff}.import-container{max-width:1280px}.import-heading{margin-bottom:30px}.import-heading>p,.import-benefits-label{color:#0069c7;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.import-heading h2{position:relative;max-width:820px;margin-top:8px;padding-bottom:18px;color:#07132d;font-size:38px;font-weight:700;letter-spacing:-.03em}.import-heading h2:after{content:"";position:absolute;bottom:0;left:0;width:54px;height:3px;border-radius:3px;background:#0069c7}.import-shell{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);overflow:hidden;border:1px solid #cddfeb;border-radius:14px;background:#fff}.import-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;border-radius:inherit;box-shadow:inset 0 0 0 1px #0069c733;opacity:0;pointer-events:none;transition:opacity var(--motion-hover-duration) ease}.import-primary,.import-benefits{padding:38px 38px 34px}.import-primary{background:#edf6ff}.import-primary h3,.import-benefits h3{color:#07132d;font-size:22px;font-weight:700;line-height:1.3;letter-spacing:-.02em}.import-primary>p{max-width:54ch;margin-top:16px;color:#44536a;font-size:14px;line-height:1.72}.import-steps{counter-reset:import-step;margin:28px 0 0;padding:0;list-style:none}.import-steps li{counter-increment:import-step;position:relative;min-height:50px;padding:9px 0 13px 54px;color:#334157;font-size:14px;line-height:1.55}.import-steps li:before{content:counter(import-step,decimal-leading-zero);position:absolute;top:0;left:0;z-index:1;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:#fff;background:#0069c7;font-size:12px;font-weight:700;transition:transform var(--motion-hover-duration) var(--ease-out)}.import-steps li:not(:last-child):after{content:"";position:absolute;top:35px;bottom:-1px;left:17px;width:1px;background:#83bce5}.import-benefits{border-left:1px solid #cddfeb}.import-benefits h3{margin-top:8px}.import-benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.import-benefits-grid li{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;min-height:92px;padding:16px 16px 16px 0;border-bottom:1px solid #e0e9f0;color:#334157;font-size:13px;line-height:1.55}.import-benefits-grid li:nth-child(2n){padding-left:20px;border-left:1px solid #e0e9f0}.import-benefit-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:10px;color:#0875c7;background:#edf6ff;transition:transform var(--motion-hover-duration) var(--ease-out)}.import-benefit-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.import-actions{display:flex;align-items:center;gap:22px;padding-top:18px}.import-actions a{display:inline-flex;align-items:center;gap:10px;color:#0069c7;font-size:15px;font-weight:600}.import-actions a svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--motion-hover-duration) var(--ease-out)}.import-actions>span{padding-left:22px;border-left:1px solid #d9e3eb;color:#697587;font-size:12px}.clients-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 20px}.client-card{display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:start;gap:16px;min-height:164px;padding:22px 24px 18px;border-top-color:#18314e;text-align:left}.client-logo{width:100%;height:80px;object-fit:contain;object-position:left center;transition:transform var(--motion-hover-duration) var(--ease-out)}.client-name{font-size:13px;font-weight:var(--font-weight-semibold);line-height:1.45;color:var(--color-text)}.footer{position:relative;isolation:isolate;min-height:720px;padding:68px 0 36px;overflow:hidden;border-radius:24px;background:radial-gradient(520px 430px at 91% -2%,rgba(0,145,255,.92),transparent 72%),linear-gradient(112deg,#06366f,#003f7e 58%,#006cc7);color:#fff}.footer:before{content:"";position:absolute;z-index:-1;top:-18px;right:24px;width:430px;height:340px;pointer-events:none;opacity:.32;background-image:radial-gradient(circle at 46% 34%,transparent 0 8px,rgba(134,210,255,.85) 8.5px 9.5px,transparent 10px),linear-gradient(90deg,transparent 0 48%,rgba(152,216,255,.34) 48.3% 48.7%,transparent 49%),linear-gradient(0deg,transparent 0 52%,rgba(152,216,255,.3) 52.3% 52.7%,transparent 53%),linear-gradient(135deg,transparent 45%,rgba(152,216,255,.26) 45.3% 45.7%,transparent 46%);background-size:100% 100%,78px 78px,78px 78px,140px 140px}.footer-container{position:relative;z-index:1;max-width:1344px}.footer-cta{display:grid;grid-template-columns:minmax(0,1fr) 343px;align-items:center;gap:72px;padding:0 26px}.footer-cta h2{margin-bottom:14px;font-size:38px;font-weight:700;line-height:1.15;letter-spacing:-.025em}.footer-cta-copy>p{color:#eef8ffdb;font-size:16px;line-height:1.7}.footer-benefits{display:grid;grid-template-columns:1fr 1fr;gap:22px 42px;margin-top:32px}.footer-benefits li{display:flex;align-items:center;gap:18px;color:#eef8ffdb;font-size:15px;line-height:1.35}.footer-check{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border:1.5px solid #13c0e7;border-radius:50%;color:#13c0e7;transition:transform var(--motion-hover-duration) var(--ease-out)}.footer-check svg,.footer-contact-icon svg,.footer-back-icon svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-check svg{width:18px;height:18px}.footer-cta-button{display:inline-flex;align-items:center;justify-content:center;width:343px;min-height:70px;padding:16px 28px;border-radius:7px;background:#fff;color:#075397;font-size:20px;font-weight:700;box-shadow:0 12px 30px #00143a24;transition:transform var(--motion-press-duration) var(--ease-out)}.footer-cta-button:active{transform:scale(.97)}.footer-rule{height:1px;margin:45px 0 26px;background:#a6d7f840}.footer-main{display:grid;grid-template-columns:377px 242px 339px 1fr;min-height:225px}.footer-brand{padding:16px 26px 0}.footer-logo{display:inline-block;margin-bottom:14px}.footer-logo img{width:194px;max-width:100%;height:auto}.footer-brand p{color:#eef8ffd6;font-size:13px;line-height:1.75}.footer-nav,.footer-contact-block,.footer-back{border-left:1px solid rgba(166,215,248,.25)}.footer-nav{padding:12px 38px 0}.footer-nav h3,.footer-contact-block h3{margin-bottom:18px;font-size:20px;font-weight:700}.footer-nav ul{display:grid;gap:14px}.footer-nav a{position:relative;display:block;padding-right:20px;color:#eef8ffd1;font-size:15px;transition:color var(--motion-hover-duration) ease}.footer-nav a:after{content:"";position:absolute;right:0;top:50%;width:7px;height:7px;border:solid rgba(238,248,255,.75);border-width:1.5px 1.5px 0 0;transform:translateY(-50%) rotate(45deg);transition:transform var(--motion-hover-duration) var(--ease-out)}.footer-contact-block{padding:12px 48px 0}.footer-contact-item{display:flex;align-items:center;gap:18px;margin-bottom:28px}.footer-contact-icon{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:1px solid rgba(177,224,255,.56);border-radius:50%;color:#d9f1ff;transition:transform var(--motion-hover-duration) var(--ease-out)}.footer-contact-icon svg{width:24px;height:24px}.footer-contact-item div{display:grid;gap:5px;min-width:0}.footer-contact-item strong{font-size:15px}.footer-contact-item a,.footer-contact-item div>span{color:#eef8ffd1;font-size:14px;overflow-wrap:anywhere}.footer-back{display:flex;align-items:center;gap:16px;align-self:stretch;padding:0 44px;color:#fff;font-size:19px;font-weight:700}.footer-back-icon{display:grid;place-items:center;width:64px;height:64px;border:1px solid rgba(177,224,255,.55);border-radius:8px;color:#8ecbf2;transition:border-color var(--motion-hover-duration) ease,color var(--motion-hover-duration) ease,transform var(--motion-hover-duration) var(--ease-out)}.footer-back-icon svg{width:32px;height:32px}.footer-main+.footer-rule{margin:0 0 28px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 22px;color:#eef8ffc2;font-size:13px}.footer-legal{display:flex;align-items:center;gap:0}.footer-legal span{padding:0 20px}.footer-legal span+span{border-left:1px solid rgba(166,215,248,.28)}.footer a:focus-visible{outline:3px solid rgba(95,208,255,.68);outline-offset:4px}.js .reveal{opacity:0;transform:translateY(8px);transition:opacity var(--motion-reveal-duration) var(--ease-out),transform var(--motion-reveal-duration) var(--ease-out);transition-delay:var(--reveal-delay, 0ms)}.js .reveal.is-visible{opacity:1;transform:translateY(0)}.hero .fade-in-up{opacity:0;transform:translateY(12px);animation:hero-enter .48s var(--ease-out) forwards}.hero-kicker.fade-in-up{animation-delay:40ms}.hero-title.fade-in-up{animation-delay:.1s}.hero-description.fade-in-up{animation-delay:.16s}.hero-buttons.fade-in-up{animation-delay:.22s}.hero-image{opacity:0;animation:hero-visual-enter .56s var(--ease-out) .12s forwards}.hero-stat{opacity:0;transform:translateY(8px);animation:hero-enter .42s var(--ease-out) forwards}.hero-stat:nth-child(1){animation-delay:.26s}.hero-stat:nth-child(2){animation-delay:.31s}.hero-stat:nth-child(3){animation-delay:.36s}@media (hover: hover) and (pointer: fine){.card:not(.qualification-card):hover:after,.services-viewport:hover:after,.import-shell:hover:after{opacity:1}.btn-primary:hover,.header-cta:hover,.footer-cta-button:hover{transform:scale(1.015)}.btn-outline:hover{color:#fff;background:#0069c7;transform:scale(1.015)}.nav-item a:hover{color:var(--color-primary)}.nav-item a:hover:after{transform:scaleX(1)}.services-arrow:hover svg{transform:translate(-2px)}.services-arrow--next:hover svg{transform:translate(2px)}.services-dot:hover{transform:scale(1.06)}.services-viewport:hover .service-icon svg{transform:scale(1.035)}.hero-stat:hover .hero-stat-icon{transform:scale(1.045)}.about-directions li:hover:before{transform:scale(1.06)}.about-directions li:hover:after{transform:translate(2px) rotate(45deg)}.value-row:hover .value-icon svg{transform:scale(1.06)}.qualification-card:hover:after{transform:scaleX(1)}.qualification-card:hover .service-icon svg{transform:scale(1.06)}.project-card:hover .project-image{transform:scale(1.025)}.project-card-link:hover{color:#fff;border-color:#0069c7;background:#0069c7}.project-card-link:hover svg{transform:translate(2px)}.manufacturer-card:hover .manufacturer-logo,.client-card:hover .client-logo{transform:scale(1.03)}.import-steps li:hover:before,.import-benefits-grid li:hover .import-benefit-icon{transform:scale(1.06)}.import-actions a:hover svg{transform:translate(4px)}.footer-benefits li:hover .footer-check,.footer-contact-item:hover .footer-contact-icon{transform:scale(1.06)}.footer-nav a:hover{color:#fff}.footer-nav a:hover:after{transform:translate(3px) translateY(-50%) rotate(45deg)}.footer-contact-item a:hover{color:#fff;text-decoration:underline}.footer-back:hover .footer-back-icon{color:#fff;border-color:#fff;transform:translateY(-2px)}}@keyframes hero-enter{to{opacity:1;transform:translateY(0)}}@keyframes hero-visual-enter{0%{opacity:0;transform:translate(14px) scale(.985)}to{opacity:var(--hero-visual-opacity);transform:translate(0) scale(1)}}@media (max-width: 1100px){.services-container{padding-left:32px;padding-right:32px}.service-card{grid-template-columns:40% 60%;background:linear-gradient(90deg,#edf6ff 0,#edf6ff 40%,#fff 40%,#fff)}.service-items{gap:20px 24px;padding-left:34px;padding-right:34px}.services-dots{gap:4px}.services-status{min-width:300px}.about-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:36px}.about-heading{font-size:38px}.about-directions{gap:18px 24px}.about-values{min-height:540px}.qualifications-section>.container{padding-left:32px;padding-right:32px}.footer-cta{gap:40px}.footer-main{grid-template-columns:31% 20% 31% 18%}.footer-brand{padding-left:16px}.footer-nav{padding-left:26px;padding-right:26px}.footer-contact-block{padding-left:28px;padding-right:24px}.footer-back{padding:0 20px}.header-container,.hero-container{padding-left:32px;padding-right:32px}.nav-list{gap:26px}.header-cta{min-width:190px;margin-left:8px;margin-right:0}.hero-container{grid-template-columns:minmax(0,560px) 1fr}.hero-image{--hero-visual-opacity: .82;left:470px;width:960px}.hero-title{font-size:54px}.hero-stats{grid-template-columns:repeat(3,1fr)}.hero-stat:not(:first-child){padding-left:32px}.hero-stat{gap:18px}.hero-stat-icon{flex-basis:68px;width:68px;height:68px}.hero-stat-copy strong{font-size:46px}.hero-stat-copy span{white-space:normal}}@media (max-width: 900px){section[id],footer[id]{scroll-margin-top:72px}.services-heading-row{align-items:flex-start;flex-direction:column;gap:24px}.services-primary-controls{align-self:stretch;justify-content:flex-end}.service-card{grid-template-columns:42% 58%;background:linear-gradient(90deg,#edf6ff 0,#edf6ff 42%,#fff 42%,#fff)}.service-items{grid-template-columns:1fr;gap:16px;padding-top:58px}.services-dots{display:none}.services-progress{grid-row:1}.services-status{grid-row:1 / 2}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-category-title{padding-right:2px}.manufacturers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.clients-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.import-shell{grid-template-columns:1fr}.import-benefits{border-top:1px solid #cddfeb;border-left:0}.header{padding:12px 0}.header-container{padding-left:24px;padding-right:24px}.logo,.logo a{width:155px;height:60px}.logo-lockup,.header.is-scrolled .logo-lockup{transform:scale(.78);transform-origin:left top}.header-cta{display:none}.hero{min-height:auto}.hero-container{display:flex;flex-direction:column;min-height:auto;padding:150px 24px 56px;text-align:center}.hero-content{max-width:100%}.hero-kicker{font-size:15px}.hero-title{font-size:clamp(42px,7vw,54px);line-height:1.18}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-image{position:relative;top:auto;left:auto;order:2;width:min(820px,118vw);margin:6px -9vw 0}.hero-stats{order:3;grid-template-columns:repeat(3,1fr);margin-top:-6px}.nav-menu{position:fixed;top:0;right:0;width:min(320px,86vw);height:100vh;padding:96px var(--spacing-lg) var(--spacing-lg);background:#fff;box-shadow:var(--shadow-xl);transform:translate(100%);transition:transform var(--transition-normal);overflow-y:auto}.nav-menu.is-open{transform:translate(0)}.nav-list{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}.nav-item a{font-size:var(--font-size-xl)}.mobile-menu-toggle{display:flex;z-index:1001}.about-section{padding:68px 0}.about-grid{grid-template-columns:1fr;gap:46px}.about-card{padding-top:0}.about-values{min-height:0}.qualifications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{min-height:0;padding-top:52px}.footer-cta{grid-template-columns:1fr;gap:30px}.footer-cta-button{width:100%}.footer-main{grid-template-columns:1fr 1fr;row-gap:30px}.footer-brand,.footer-nav,.footer-contact-block,.footer-back{min-height:220px}.footer-contact-block{border-left:none;border-top:1px solid rgba(166,215,248,.25);padding-top:28px}.footer-back{border-top:1px solid rgba(166,215,248,.25);padding-top:28px;padding-bottom:28px}.footer-bottom{align-items:flex-start;flex-direction:column}}@media (max-width: 640px){:root{--section-padding: 3rem;--section-padding-sm: 2.5rem;--font-size-6xl: 32px;--font-size-5xl: 28px;--font-size-3xl: 24px}.header{padding-top:max(12px,env(safe-area-inset-top))}.header.is-scrolled{padding-top:max(10px,env(safe-area-inset-top))}.header-container{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}.logo,.logo a{width:143px;height:55px}.logo-lockup,.header.is-scrolled .logo-lockup{transform:scale(.72)}.hero-container{padding:calc(128px + env(safe-area-inset-top)) 18px 44px}.hero-kicker{margin-bottom:16px;font-size:12px;letter-spacing:.035em}.hero-title{margin-bottom:26px;font-size:38px}.hero-description{font-size:16px;line-height:1.75;margin-bottom:28px}.hero-description br{display:none}.hero-buttons{gap:12px}.hero-buttons .btn{min-width:0;min-height:58px;font-size:16px}.hero-primary-action{gap:16px}.hero-image{width:126vw;margin:8px -13vw 0}.hero-stats{grid-template-columns:1fr;gap:22px;margin-top:0}.hero-stat,.hero-stat:not(:first-child){justify-content:flex-start;padding:0;gap:20px}.hero-stat:not(:first-child):before{display:none}.hero-stat-icon{flex-basis:62px;width:62px;height:62px}.hero-stat-icon svg{width:36px;height:36px}.hero-stat-copy{align-items:flex-start;text-align:left}.hero-stat-copy strong{font-size:42px}.hero-stat-copy span{margin-top:5px;font-size:15px}.services-section{padding:48px 0 64px}.services-section:after{width:180px;height:130px}.services-container{padding-left:18px;padding-right:18px}.services-heading-row{margin-bottom:22px;gap:20px}.services-count-label{margin-bottom:10px;font-size:12px}.services-title{font-size:38px}.services-subtitle{font-size:16px;line-height:1.7}.services-primary-controls{justify-content:space-between;gap:12px;padding:0}.services-all-label{min-height:54px;margin-right:auto;font-size:15px}.services-arrow{flex-basis:56px;width:56px;height:56px}.services-viewport{border-radius:12px}.service-card{display:block;min-height:0;background:#fff}.service-card-header{display:grid;grid-template-columns:minmax(0,1fr) 132px;grid-template-areas:"number icon" "category icon" "title title";align-items:start;min-height:0;padding:22px 22px 12px;background:#edf6ff}.service-number{grid-area:number;display:block;font-size:38px}.service-icon{grid-area:icon;align-self:center;justify-self:end;width:132px;height:116px;margin:0}.service-icon svg{width:96px;height:96px}.service-category--desktop{display:none}.service-category--mobile{grid-area:category;display:block;margin:14px 0 0;padding:0;font-size:12px}.service-title{grid-area:title;max-width:100%;margin-top:14px;font-size:24px}.service-description{min-height:0;padding:0 22px 24px;background:#edf6ff;font-size:15px;line-height:1.65}.service-items{display:block;padding:24px 22px 28px;background:#fff}.service-items:before{display:block;margin-bottom:20px;font-size:20px}.service-items li{margin-bottom:18px;padding-left:42px;font-size:15px;line-height:1.65}.service-items li:last-child{margin-bottom:0}.service-items li:before{top:2px;width:24px;height:24px}.service-items li:after{top:9px;left:8px}.services-slider-footer{display:block;padding:20px 2px 0}.services-progress{width:100%;height:4px}.services-status{min-width:0;margin-top:14px;text-align:center}.services-status>p:first-child{font-size:13px}.services-counter{justify-content:center;margin-top:8px}.services-mobile-controls{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:12px}.services-mobile-controls>div{display:flex;gap:16px}.services-swipe-hint{color:#5b6677;font-size:12px}.import-section{padding:62px 0 70px}.import-container{padding-left:18px;padding-right:18px}.import-heading{margin-bottom:24px}.import-heading h2{font-size:32px}.import-primary,.import-benefits{padding:26px 22px}.import-primary h3,.import-benefits h3{font-size:21px}.import-benefits-grid{grid-template-columns:1fr}.import-benefits-grid li,.import-benefits-grid li:nth-child(2n){min-height:82px;padding:14px 0;border-left:0}.import-actions{align-items:flex-start;flex-direction:column;gap:14px}.import-actions>span{padding:0;border-left:0}.projects-section{padding:66px 0 76px}.projects-container{padding-left:18px;padding-right:18px}.projects-section .section-header{margin-bottom:40px}.projects-section .section-title{font-size:34px}.projects-section .section-subtitle{font-size:15px}.projects-category{margin-bottom:46px}.projects-category-title{margin-bottom:17px;font-size:21px}.projects-category-title:after{font-size:12px}.projects-grid{display:flex;gap:14px;margin:0 -18px;padding:0 18px 22px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-left:18px;scroll-snap-type:x mandatory;touch-action:pan-y pinch-zoom;scrollbar-width:thin;scrollbar-color:#7bb7e4 #e7f0f7;-webkit-overflow-scrolling:touch}.project-card{flex:0 0 min(312px,86vw);scroll-snap-align:start}.project-card:hover{transform:none}.project-image{height:188px}.project-card-body{min-height:160px}.about-container{padding-left:20px;padding-right:20px}.about-kicker{font-size:14px}.about-heading{margin-bottom:28px;font-size:32px}.about-card>p:not(.about-kicker){font-size:15px}.about-directions{grid-template-columns:1fr}.about-values{grid-template-columns:1fr;padding:18px}.value-row{padding:22px 10px}.value-row:nth-child(odd){border-right:none}.value-row:nth-child(-n+3){border-bottom:1px solid #d7e7f4}.qualifications-section{padding-top:46px}.qualifications-section>.container{padding-left:18px;padding-right:18px}.qualifications-section .section-title{font-size:30px}.qualifications-section .section-subtitle{margin-top:20px}.qualifications-grid{grid-template-columns:1fr}.qualification-card{min-height:260px}.manufacturers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.manufacturer-card{min-height:172px;padding:18px 12px 16px}.manufacturer-logo{height:82px}.clients-grid{grid-template-columns:1fr;gap:16px}.client-card{min-height:150px;padding:20px}.client-logo{height:72px}.footer{border-radius:18px;padding:44px 0 max(28px,env(safe-area-inset-bottom))}.footer-container{padding-left:18px;padding-right:18px}.footer-cta{padding:0}.footer-cta h2{font-size:30px}.footer-cta-copy>p{font-size:15px}.footer-cta-copy>p br{display:none}.footer-benefits{grid-template-columns:1fr;gap:16px}.footer-cta-button{min-height:62px;font-size:17px}.footer-rule{margin-top:36px}.footer-main{grid-template-columns:1fr}.footer-brand,.footer-nav,.footer-contact-block,.footer-back{min-height:0;padding:26px 10px;border-left:none;border-top:1px solid rgba(166,215,248,.25)}.footer-brand{padding-top:0;border-top:none}.footer-back{justify-content:flex-start}.footer-bottom{padding:0 4px}.footer-legal{flex-direction:column;align-items:flex-start;gap:10px}.footer-legal span{padding:0}.footer-legal span+span{border-left:none}.btn{width:100%}}@media (pointer: coarse){.services-arrow{min-width:56px;min-height:56px}.services-dot{min-width:36px;min-height:36px}.project-card-link{width:44px;height:44px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.hero .fade-in-up,.hero-stat{opacity:1;transform:none;animation:none}.hero-image{opacity:var(--hero-visual-opacity);transform:none;animation:none}.js .reveal{opacity:0;transform:none;transition:opacity .16s ease;transition-delay:0ms}.js .reveal.is-visible{opacity:1;transform:none}.services-track,.header,.nav-menu,.mobile-menu-toggle span{transition-duration:.01ms}.service-icon svg,.hero-stat-icon,.value-icon svg,.project-image,.manufacturer-logo,.client-logo,.import-steps li:before,.import-benefit-icon,.import-actions a svg,.footer-check,.footer-contact-icon,.footer-back-icon{transition:none}.card:not(.qualification-card):after,.services-viewport:after,.import-shell:after{transition:opacity .16s ease}}@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine){.btn:hover,.header-cta:hover,.footer-cta-button:hover,.services-dot:hover,.hero-stat:hover .hero-stat-icon,.value-row:hover .value-icon svg,.project-card:hover .project-image,.manufacturer-card:hover .manufacturer-logo,.client-card:hover .client-logo,.import-steps li:hover:before,.import-benefits-grid li:hover .import-benefit-icon,.footer-benefits li:hover .footer-check,.footer-contact-item:hover .footer-contact-icon,.footer-back:hover .footer-back-icon{transform:none}.services-arrow:hover svg,.services-arrow--next:hover svg,.services-viewport:hover .service-icon svg,.qualification-card:hover .service-icon svg,.project-card-link:hover svg,.import-actions a:hover svg{transform:none}.about-directions li:hover:before{transform:none}.about-directions li:hover:after{transform:rotate(45deg)}.qualification-card:hover:after{transform:scaleX(.72)}.footer-nav a:hover:after{transform:translateY(-50%) rotate(45deg)}}
