:root{--blue-900:#0a3d62;--blue-700:#1e3a8a;--blue-500:#3db4ff;--metal-800:#374151;--metal-600:#4b5563;--light:#f5f7fa;--white:#ffffff;--shadow:0 10px 30px rgba(0,0,0,.12)}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--light);color:#222;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:92%;max-width:1200px;margin:0 auto}.header{background:linear-gradient(90deg,var(--blue-900),#3c6382);color:var(--white)}.header .top-bar{background:#082d4d;color:#cfe8ff;font-size:14px;display:flex;gap:22px;justify-content:flex-end;padding:6px 24px}.header .nav-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px}.logo .logo-wrap{display:inline-flex;align-items:center;gap:12px}.logo-img{height:58px;width:auto}.logo-text{font-size:20px;line-height:1;font-weight:700;color:#f4f8ff;letter-spacing:.2px;opacity:.95}.header .menu{display:flex;gap:26px}.header .menu a{color:#e6f0ff;font-weight:600;position:relative}.header .menu a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--blue-500);transition:width .2s ease}.header .menu a:hover{color:#fff}.header .menu a:hover:after{width:100%}.header .actions{display:flex;align-items:center;gap:12px}.header .search{width:190px;max-width:40vw;padding:8px 10px;border-radius:8px;border:none;outline:none;background:#eaf3ff;color:#0b2542}.header .btn-login{background:var(--blue-700);color:#fff;border:none;cursor:pointer;padding:10px 14px;border-radius:8px;font-weight:700;transition:background .15s ease,transform .05s ease}.header .btn-login:hover{background:#2647a5}.header .btn-login:active{transform:translateY(1px)}.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#0b3356,#1d5d8e)}.hero .hero-slider{height:520px}.hero .hero-slider .swiper-pagination-bullet{background:#cfe8ff;opacity:.8}.hero .hero-slider .swiper-pagination-bullet-active{background:#fff}.hero .slide{position:relative;width:100%;height:520px}.hero .slide img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.hero .slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,61,98,.85),rgba(10,61,98,.65) 35%,rgba(10,61,98,0) 70%)}.slide-text{position:absolute;left:8%;top:50%;transform:translateY(-50%);color:#fff;max-width:560px;z-index:2}.slide-text h2{margin:0 0 12px;font-size:56px;line-height:1.05;font-weight:800;letter-spacing:.5px}.slide-text p{margin:0 0 22px;font-size:18px;color:#e7f2ff}.slide-text .cta{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:14px;background:linear-gradient(180deg,#7ec3ff,#3fa4ff);color:#0b2542;font-weight:800;box-shadow:var(--shadow)}.slide-text .cta:hover{filter:brightness(1.05)}.hero .swiper-button-next,.hero .swiper-button-prev{color:#fff;background:rgba(255,255,255,.15);width:44px;height:44px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero .swiper-button-next:after,.hero .swiper-button-prev:after{font-size:18px;font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin:40px auto}.card{background:var(--white);border-radius:12px;padding:22px;text-align:center;box-shadow:var(--shadow)}.card h3{margin-top:0;color:var(--blue-700)}.card p{color:#374151}footer{background:var(--metal-800);color:#e8edf3;text-align:center;padding:26px;margin-top:50px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 26px rgba(0,0,0,.08);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.product-card:hover{transform:translateY(-4px);border-color:rgba(30,58,138,.18);box-shadow:0 16px 34px rgba(0,0,0,.12)}.product-card:focus-within{outline:2px solid rgba(61,180,255,.35);outline-offset:2px}.product-thumb{position:relative;background:linear-gradient(120deg,var(--brand-blue-1),var(--brand-blue-2));height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.product-thumb:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);pointer-events:none}.product-thumb img{width:100%;height:100%;object-fit:contain;padding:0}.product-title{padding:14px 16px;min-height:70px;display:flex;align-items:center;font-weight:700;color:#1e3a8a;border-top:1px solid rgba(0,0,0,.06)}.product-card:hover .product-title{color:#193a7a}.product-thumb.no-image{background:linear-gradient(120deg,var(--brand-blue-1),var(--brand-blue-2))}.product-thumb .placeholder-icon{font-size:42px;color:#cfe3ff;opacity:.9}.full-bleed{position:relative;left:50%;right:50%;margin-left:calc(-50vw + 0px);margin-right:calc(-50vw + 0px);width:100vw;max-width:100vw}.hero.full-bleed,.hero.full-bleed .hero-slider,.hero.full-bleed .swiper,.hero.full-bleed .swiper-slide,.hero.full-bleed .swiper-wrapper{width:100vw}.hero.full-bleed .hero-slider,.hero.full-bleed .slide{height:520px}@media (max-width:992px){.header .menu{gap:18px}.slide-text h2{font-size:44px}}@media (max-width:768px){.header .top-bar{display:none}.header .nav-bar{gap:14px}.header .menu,.header .search,.logo-text{display:none}.logo-img{height:48px}.hero .hero-slider,.hero .slide,.hero.full-bleed .hero-slider,.hero.full-bleed .slide{height:420px}.slide-text{left:6%;max-width:75%}.slide-text h2{font-size:34px}}@media (max-width:460px){.hero .hero-slider,.hero .slide,.hero.full-bleed .hero-slider,.hero.full-bleed .slide{height:390px}.slide-text h2{font-size:28px}.cards{grid-template-columns:1fr}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin:40px auto}.feature-card{background:#fff;border:1px solid rgba(10,61,98,.1);border-radius:16px;padding:24px 22px 26px;box-shadow:0 10px 24px rgba(0,0,0,.06);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.feature-card:hover{transform:translateY(-3px);border-color:rgba(30,58,138,.25);box-shadow:0 18px 36px rgba(0,0,0,.1)}.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef5ff,#dceaff);border:1px solid rgba(30,58,138,.18);color:#1e3a8a;margin:2px auto 12px}.feature-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{margin:8px 0 10px;color:var(--blue-700);font-size:22px;text-align:center}.feature-card p{margin:0;color:#374151;text-align:center;line-height:1.65}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-card{animation:fadeUp .45s both}.feature-card:nth-child(2){animation-delay:.05s}.feature-card:nth-child(3){animation-delay:.1s}.feature-card:nth-child(4){animation-delay:.15s}.feature-card:nth-child(5){animation-delay:.2s}.feature-card:nth-child(6){animation-delay:.25s}@media (max-width:992px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.feature-grid{grid-template-columns:1fr}.feature-card h3{font-size:20px}}.ua-map{position:relative;width:100vw;max-width:100vw;height:420px;background:radial-gradient(800px 400px at 85% 20%,rgba(61,180,255,.18),transparent 60%),linear-gradient(120deg,#0b3356,#1d5d8e);overflow:hidden}.ua-map:before{background-image:url(/images/ua-map.webp);background-repeat:no-repeat;background-size:clamp(640px,60vw,1100px) auto;background-position:right clamp(24px,8vw,140px) center;opacity:.9}.ua-map:after,.ua-map:before{content:"";position:absolute;inset:0}.ua-map:after{background:linear-gradient(90deg,rgba(10,61,98,.85),rgba(10,61,98,.55) 30%,rgba(10,61,98,0) 70%)}.ua-map__inner{position:relative;z-index:1;height:100%;display:flex;align-items:center}.ua-map__copy{margin-left:clamp(16px,8vw,120px);color:#eaf3ff;max-width:560px}.ua-map__copy h3{margin:0 0 8px;font-size:clamp(28px,3.2vw,40px);font-weight:800}.ua-map__copy p{margin:0;font-size:clamp(16px,1.6vw,18px);opacity:.95}@media (min-width:1600px){.ua-map{height:480px}.ua-map:before{background-size:1100px auto}}@media (max-width:1024px){.ua-map{height:380px}.ua-map:before{background-size:75vw auto;background-position:center 60%}}@media (max-width:600px){.ua-map{height:320px}.ua-map__copy{margin-left:16px}.ua-map:before{background-size:95vw auto;background-position:center 65%}}.header .menu.menu-desktop{display:flex;gap:26px}.hamburger{display:none;width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);align-items:center;justify-content:center;flex-direction:column;gap:4px}.hamburger span{width:18px;height:2px;background:#fff;border-radius:2px}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:82vw;max-width:360px;background:linear-gradient(180deg,#0a3d62,#1d5d8e);padding:80px 22px 24px;transform:translateX(100%);transition:transform .25s ease;z-index:60;box-shadow:-20px 0 40px rgba(0,0,0,.35)}.mobile-menu.open{transform:translateX(0)}.mobile-menu nav{display:flex;flex-direction:column;gap:18px}.mobile-menu a{color:#fff;font-weight:700;font-size:18px}.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:55}.backdrop.show{opacity:1;pointer-events:auto}@media (max-width:768px){.header .menu.menu-desktop,.header .search,.logo-text{display:none}.hamburger{display:inline-flex}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}