@charset "UTF-8";*,::after,::before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Arial,Verdana,sans-serif;font-weight:400;line-height:1.6;color:#3f4c64;background:#fff}img{max-width:100%;height:auto;display:block}a{color:#316195;text-decoration:none;-webkit-transition:color .15s ease;transition:color .15s ease}a:hover{color:#264b74}.container{max-width:1200px;margin:0 auto;padding:0 40px}.utility-bar{background:#202b3d;color:#8b9eb6;font-size:12px;padding:8px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.utility-bar a{color:#8b9eb6;font-weight:500;-webkit-transition:color .15s ease;transition:color .15s ease}.utility-bar a:hover{color:#fff}.utility-bar__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.utility-bar__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.utility-bar__separator{color:#3f4c64}.nav-main{background:#fff;border-bottom:1px solid #eef1f5;padding:0 40px;height:72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:sticky;top:0;z-index:100;-webkit-box-shadow:0 1px 3px rgba(32,43,61,.06);box-shadow:0 1px 3px rgba(32,43,61,.06)}.nav-main__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.nav-main__logo img{height:48px;width:auto}.nav-main__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;list-style:none;height:100%}.nav-main__links>li{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-main__link{font-size:14px;font-weight:500;color:#3f4c64;text-decoration:none;padding:4px 0;border-bottom:2px solid transparent;-webkit-transition:all .15s ease;transition:all .15s ease}.nav-main__link:hover{color:#316195;border-bottom-color:#316195}.nav-main__link--dropdown::after{content:" \25BE";font-size:10px;color:#8b9eb6}.nav-main__item--has-mega{position:relative}.mega-menu{display:none;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#202b3d;border:1px solid #3f4c64;border-radius:8px;-webkit-box-shadow:0 12px 40px rgba(32,43,61,.25),0 2px 8px rgba(32,43,61,.12);box-shadow:0 12px 40px rgba(32,43,61,.25),0 2px 8px rgba(32,43,61,.12);padding:28px 32px;min-width:680px;z-index:110}.nav-main__item--has-mega:focus-within .mega-menu,.nav-main__item--has-mega:hover .mega-menu{display:block}.mega-menu::before{content:'';position:absolute;top:-16px;left:0;right:0;height:16px}.mega-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.mega-menu__label-divider{font-size:12px;font-weight:700;color:#8b9eb6;text-transform:uppercase;letter-spacing:.06em;padding:8px 10px 4px;margin-top:6px;border-bottom:1px solid #3f4c64}.mega-menu__label-divider:first-of-type{margin-top:0}.mega-menu__column-title{font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #eef1f5;text-align:center}.mega-menu__subcategory{font-size:11px;font-weight:700;color:#316195;text-transform:uppercase;letter-spacing:.08em;padding:10px 10px 6px;margin-top:10px;border-bottom:1px solid #eef1f5}.mega-menu__subcategory:first-child{margin-top:0}.mega-menu__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;border-bottom:2px solid #eef1f5;margin-bottom:6px}.mega-menu__tab{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:8px 4px 6px;font-size:11px;font-weight:700;color:#8b9eb6;background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;-webkit-transition:color .15s ease,border-color .15s ease;transition:color .15s ease,border-color .15s ease}.mega-menu__tab:hover{color:#316195}.mega-menu__tab--active{color:#316195;border-bottom-color:#316195}.mega-menu__tab-panel{display:none}.mega-menu__tab-panel--active{display:block}.mega-menu__item{display:block;padding:8px 10px;border-radius:6px;text-decoration:none;-webkit-transition:background .15s ease;transition:background .15s ease}.mega-menu__item:hover{background:rgba(255,255,255,.08)}.mega-menu__item--compact{padding:5px 10px;font-size:14px;font-weight:400;color:rgba(255,255,255,.75)}.mega-menu__item--compact:hover{color:#fff}.mega-menu__item-name{font-size:14px;font-weight:600;color:rgba(255,255,255,.85);margin-bottom:2px}.mega-menu__item-desc{font-size:12px;color:rgba(255,255,255,.45);line-height:1.4}.mega-menu__item:hover .mega-menu__item-name{color:#fff}.mega-menu__view-all{display:inline-block;margin-top:12px;padding:6px 10px;font-size:13px;font-weight:600;color:#8b9eb6}.mega-menu__view-all:hover{color:#fff}.mega-menu__view-all:hover{text-decoration:underline}.mega-menu--narrow{min-width:0;width:320px}.mobile-submenu{display:none;background:#f8f9fb}.mobile-submenu--open{display:block}.mobile-submenu__category{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#316195;padding:12px 36px 4px}.mobile-submenu a{display:block;padding:10px 36px;font-size:14px;font-weight:500;color:#3f4c64;text-decoration:none;border-bottom:none}.mobile-submenu a:hover{color:#316195;background:#eef1f5}.mobile-submenu__product-desc{display:block;font-size:11px;color:#8b9eb6;font-weight:400;margin-top:1px}.nav-main__hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:8px;color:#3f4c64}.nav-main__hamburger svg{width:24px;height:24px;display:block}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:200}.mobile-menu--open{display:block}.mobile-menu__overlay{position:absolute;inset:0;background:rgba(32,43,61,.5)}.mobile-menu__panel{position:absolute;top:0;right:0;width:300px;max-width:85vw;height:100%;background:#fff;-webkit-box-shadow:-4px 0 24px rgba(32,43,61,.15);box-shadow:-4px 0 24px rgba(32,43,61,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:auto}.mobile-menu__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 24px;border-bottom:1px solid #eef1f5}.mobile-menu__close{background:0 0;border:none;cursor:pointer;padding:4px;color:#3f4c64}.mobile-menu__close svg{width:24px;height:24px;display:block}.mobile-menu__links{list-style:none;padding:16px 0}.mobile-menu__links li{border-bottom:1px solid #eef1f5}.mobile-menu__links a{display:block;padding:14px 24px;font-size:15px;font-weight:500;color:#3f4c64;text-decoration:none;-webkit-transition:background .15s ease;transition:background .15s ease}.mobile-menu__links a:hover{background:#f8f9fb;color:#316195}.mobile-menu__cta{padding:16px 24px;margin-top:auto}.mobile-menu__cta .btn-primary{display:block;text-align:center;width:100%}.mobile-menu__phone{text-align:center;padding:12px 24px 24px;font-size:14px;color:#8b9eb6}.mobile-menu__phone a{color:#316195;font-weight:600}.btn-primary{background:#316195;color:#fff;font-family:Arial,Verdana,sans-serif;font-size:15px;font-weight:600;letter-spacing:.03em;padding:12px 28px;border-radius:6px;border:none;cursor:pointer;-webkit-transition:background .2s ease,-webkit-transform .1s ease;transition:background .2s ease,-webkit-transform .1s ease;transition:background .2s ease,transform .1s ease;transition:background .2s ease,transform .1s ease,-webkit-transform .1s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#264b74;color:#fff;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.nav-main__links .btn-primary{font-size:14px;font-weight:500;padding:6px 14px;border-radius:4px}.btn-primary--large{font-size:15px;padding:16px 36px}.btn-secondary{background:0 0;color:#fff;font-family:Arial,Verdana,sans-serif;font-size:15px;font-weight:600;padding:14px 32px;border-radius:6px;border:2px solid rgba(255,255,255,.5);cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff}.btn-outline{display:inline-block;background:0 0;color:#316195;font-family:Arial,Verdana,sans-serif;font-size:15px;font-weight:600;padding:12px 28px;border-radius:6px;border:2px solid #316195;cursor:pointer;text-decoration:none;-webkit-transition:all .2s ease;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-outline:hover{background:#316195;color:#fff;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.btn-outline--white{border-color:#fff;color:#fff}.btn-outline--white:hover{background:#fff;color:#202b3d;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.btn-outline--nav{font-size:14px;font-weight:500;padding:6px 14px;border-radius:4px;border-width:1px}.hero-carousel{position:relative;height:min(85vh,800px);overflow:hidden}.hero-slide{position:absolute;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:opacity 1.2s ease;transition:opacity 1.2s ease;background-size:cover;background-position:center;z-index:0}.hero-slide--active{opacity:1;z-index:1}.hero-slide__overlay{position:absolute;inset:0}.hero-slide__content{position:relative;z-index:2;max-width:640px;padding:100px 0 120px}.hero-slide__tagline{font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:16px}.hero-slide__headline{font-size:52px;font-weight:700;color:#fff;line-height:1.08;letter-spacing:-.025em;margin-bottom:20px}.hero-slide__subheadline{font-size:18px;color:rgba(255,255,255,.88);line-height:1.65;margin-bottom:36px;max-width:560px}.hero-slide__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-nav{position:absolute;bottom:32px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-nav__dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.35);border:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;padding:0}.hero-nav__dot:hover{background:rgba(255,255,255,.6)}.hero-nav__dot--active{background:#fff;-webkit-transform:scale(1.3);transform:scale(1.3)}.hero-nav__dot--separator{margin-left:6px}.hero-slide__label{display:none}.hero-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff;width:48px;height:48px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:0;-webkit-transition:opacity .3s ease,background .2s ease;transition:opacity .3s ease,background .2s ease}.hero-carousel:hover .hero-arrow{opacity:1}.hero-arrow:hover{background:rgba(255,255,255,.2)}.hero-arrow--prev{left:24px}.hero-arrow--next{right:24px}.hero-arrow svg{width:20px;height:20px}.hero-carousel__pause{position:absolute;bottom:32px;right:40px;z-index:10;background:0 0;border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.5);width:32px;height:32px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.hero-carousel__pause:hover{border-color:rgba(255,255,255,.6);color:#fff}.hero-carousel__pause svg{width:14px;height:14px}.credibility-bar{background:#e8edf4;padding:24px 0;border-top:1px solid #d1d9e5;border-bottom:1px solid #d1d9e5}.credibility-bar__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px;-ms-flex-wrap:wrap;flex-wrap:wrap}.credibility-bar__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.credibility-bar__icon{width:28px;height:28px;color:#316195;-ms-flex-negative:0;flex-shrink:0}.credibility-bar__text{font-size:13px;font-weight:600;color:#202b3d;letter-spacing:.02em;white-space:nowrap}.section{padding:80px 0}.section--alt{background:#f8f9fb}.section__header{text-align:center;margin-bottom:48px}.section__eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#316195;margin-bottom:16px}.section__title{font-size:36px;font-weight:600;color:#202b3d;line-height:1.2;letter-spacing:-.01em;margin-bottom:16px}.section__subtitle{font-size:16px;color:#3f4c64;max-width:640px;margin:0 auto;line-height:1.6}.specialty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto}.specialty-card{background:#fff;border:1px solid #eef1f5;border-radius:8px;overflow:hidden;text-align:center;-webkit-transition:-webkit-box-shadow .2s ease,-webkit-transform .15s ease;transition:-webkit-box-shadow .2s ease,-webkit-transform .15s ease;transition:box-shadow .2s ease,transform .15s ease;transition:box-shadow .2s ease,transform .15s ease,-webkit-box-shadow .2s ease,-webkit-transform .15s ease;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.specialty-card--blue .specialty-card__body{background:#2c4a6e;border-top:3px solid #316195}.specialty-card--dark .specialty-card__body{background:#202b3d;border-top:3px solid #3f4c64}.specialty-card--light .specialty-card__body{background:#3f4c64;border-top:3px solid #8b9eb6}.specialty-card:hover{-webkit-box-shadow:0 8px 24px rgba(32,43,61,.12);box-shadow:0 8px 24px rgba(32,43,61,.12);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.specialty-card__image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;display:block}.specialty-card__body{padding:24px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.specialty-card__title{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.specialty-card__desc{font-size:14px;color:rgba(255,255,255,.8);line-height:1.5;margin-bottom:16px}.specialty-card__link{font-size:13px;font-weight:600;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:.05em;margin-top:auto}.specialty-card:hover .specialty-card__link{color:#fff}.featured-product{display:grid;grid-template-columns:1fr 1fr;gap:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.featured-product__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.featured-product__image img{max-height:560px;max-width:100%;-o-object-fit:contain;object-fit:contain;-webkit-filter:drop-shadow(0 12px 32px rgba(32,43,61,0.18));filter:drop-shadow(0 12px 32px rgba(32, 43, 61, .18))}.featured-product__badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#316195;background:#e6edf5;padding:5px 12px;border-radius:4px;margin-bottom:16px}.featured-product__title{font-size:32px;font-weight:600;color:#202b3d;line-height:1.2;margin-bottom:16px}.featured-product__desc{font-size:16px;color:#3f4c64;line-height:1.6;margin-bottom:24px}.featured-product__features{list-style:none;margin-bottom:32px}.featured-product__features li{font-size:15px;color:#3f4c64;padding:8px 0;padding-left:28px;position:relative;line-height:1.5}.featured-product__features li::before{content:"";position:absolute;left:0;top:13px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23316195' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center}.featured-product__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.spmode{display:grid;grid-template-columns:1fr 1fr;gap:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.spmode__eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#316195;background:#e6edf5;padding:5px 12px;border-radius:4px;margin-bottom:16px}.spmode__title{font-size:36px;font-weight:600;color:#202b3d;line-height:1.2;margin-bottom:16px}.spmode__text{font-size:16px;color:#3f4c64;line-height:1.7;margin-bottom:24px}.spmode__stats{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;margin-bottom:32px}.spmode__stat{text-align:center}.spmode__stat-number{font-size:36px;font-weight:700;color:#316195;line-height:1}.spmode__stat-label{font-size:12px;font-weight:500;color:#8b9eb6;margin-top:4px}.spmode__video{background:#202b3d url("../images/spmode-blue-circle.jpg") center/cover no-repeat;border-radius:12px;overflow:hidden;aspect-ratio:16/9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer}.spmode__video-placeholder{text-align:center;color:#8b9eb6}.spmode__video-play{width:72px;height:72px;background:rgba(49,97,149,.9);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 12px;-webkit-transition:background .2s ease,-webkit-transform .15s ease;transition:background .2s ease,-webkit-transform .15s ease;transition:background .2s ease,transform .15s ease;transition:background .2s ease,transform .15s ease,-webkit-transform .15s ease}.spmode__video:hover .spmode__video-play{background:#316195;-webkit-transform:scale(1.08);transform:scale(1.08)}.spmode__video-play svg{width:28px;height:28px;color:#fff;margin-left:3px}.spmode__video-label{font-size:13px;font-weight:500}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.value-card{background:#fff;border:1px solid #eef1f5;border-radius:8px;padding:32px 24px;text-align:center}.value-card__icon{width:48px;height:48px;margin:0 auto 16px;color:#316195}.value-card__title{font-size:17px;font-weight:600;color:#202b3d;margin-bottom:10px}.value-card__text{font-size:14px;color:#3f4c64;line-height:1.55;margin-bottom:12px}.value-card__proof{font-size:12px;color:#8b9eb6;font-style:italic;line-height:1.4}.global-presence{position:relative;padding:80px 0;background:linear-gradient(135deg,rgba(32,43,61,.88) 0,rgba(49,97,149,.75) 100%),url("../assets/BATCH01/brand_abstract_BATCH01_global_map.png") center/cover no-repeat;text-align:center;color:#fff}.global-presence__title{font-size:36px;font-weight:600;color:#fff;margin-bottom:12px}.global-presence__subtitle{font-size:17px;color:rgba(255,255,255,.75);max-width:600px;margin:0 auto 40px;line-height:1.6}.global-presence__stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:64px;-ms-flex-wrap:wrap;flex-wrap:wrap}.global-presence__stat{text-align:center}.global-presence__stat-number{font-size:48px;font-weight:700;color:#fff;line-height:1}.global-presence__stat-label{font-size:14px;font-weight:500;color:rgba(255,255,255,.7);margin-top:8px}.testimonials-section{position:relative;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.97)),color-stop(50%,rgba(255,255,255,.92)),to(rgba(255,255,255,.85))),url("../assets/BATCH01/env_clinical_BATCH01_consultation.png") right center/cover no-repeat;background:linear-gradient(to right,rgba(255,255,255,.97) 0,rgba(255,255,255,.92) 50%,rgba(255,255,255,.85) 100%),url("../assets/BATCH01/env_clinical_BATCH01_consultation.png") right center/cover no-repeat}.testimonials-slider{max-width:800px;margin:0 auto}.testimonial-card{background:#fff;border-left:4px solid #316195;border-radius:0 8px 8px 0;padding:40px;-webkit-box-shadow:0 2px 8px rgba(32,43,61,.08);box-shadow:0 2px 8px rgba(32,43,61,.08);margin-bottom:24px}.testimonial-card__quote{font-size:17px;font-style:italic;color:#3f4c64;line-height:1.7;margin-bottom:20px;position:relative;padding-left:0}.testimonial-card__quote::before{content:"\201C";font-size:48px;color:#316195;opacity:.3;position:absolute;top:-20px;left:-5px;font-family:Georgia,serif}.testimonial-card__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.testimonial-card__avatar{width:48px;height:48px;background:#e6edf5;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.testimonial-card__avatar-initials{font-size:16px;font-weight:600;color:#316195}.testimonial-card__name{font-size:15px;font-weight:600;color:#202b3d}.testimonial-card__institution{font-size:13px;color:#8b9eb6;margin-top:2px}.testimonial-card__product{display:inline-block;font-size:11px;font-weight:600;color:#316195;background:#e6edf5;padding:3px 8px;border-radius:3px;margin-top:4px}.testimonials-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:16px}.testimonials-nav__dot{width:10px;height:10px;border-radius:50%;background:#d1d9e5;border:none;cursor:pointer;-webkit-transition:background .2s ease;transition:background .2s ease}.testimonials-nav__dot--active{background:#316195;width:28px;border-radius:5px}.testimonial-slide{display:none}.testimonial-slide--active{display:block}.events-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}a.event-card{text-decoration:none;color:inherit}.event-card{background:#fff;border:1px solid #eef1f5;border-radius:8px;overflow:hidden;-webkit-transition:-webkit-box-shadow .2s ease,-webkit-transform .15s ease;transition:-webkit-box-shadow .2s ease,-webkit-transform .15s ease;transition:box-shadow .2s ease,transform .15s ease;transition:box-shadow .2s ease,transform .15s ease,-webkit-box-shadow .2s ease,-webkit-transform .15s ease}.event-card:hover{-webkit-box-shadow:0 8px 24px rgba(32,43,61,.1);box-shadow:0 8px 24px rgba(32,43,61,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.events-section__header-image{width:100%;height:360px;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;border-radius:12px;margin-bottom:40px}.event-card__header{background:#316195;color:#fff;padding:12px 16px;min-height:100px}.event-card__date{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.8}.event-card__name{font-size:15px;font-weight:600;margin-top:4px}.event-card__body{padding:12px 16px}.event-card__location{font-size:14px;color:#3f4c64;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:6px}.event-card__location svg{width:16px;height:16px;margin-top:2px;color:#8b9eb6;-ms-flex-negative:0;flex-shrink:0}.event-card__city{font-size:14px;color:#3f4c64;margin-bottom:8px;padding-left:22px}.event-card__booth{font-size:13px;color:#8b9eb6;margin-bottom:12px;padding-left:22px}.event-card__link{font-size:13px;font-weight:600;color:#316195}.hq-gallery{padding:80px 0;background:#f8f9fb}.hq-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:280px;gap:12px;border-radius:12px;overflow:hidden}.hq-gallery__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hq-gallery__caption{text-align:center;margin-top:20px;font-size:14px;color:#8b9eb6}.hq-gallery__caption strong{color:#202b3d}@media (max-width:768px){.hq-gallery__grid{grid-template-columns:1fr;grid-template-rows:repeat(2,220px)}}.cta-banner{background:linear-gradient(135deg,rgba(32,43,61,.88) 0,rgba(49,97,149,.82) 100%);padding:80px 0;text-align:center}.cta-banner__title{font-size:36px;font-weight:600;color:#fff;margin-bottom:12px}.cta-banner__text{font-size:17px;color:rgba(255,255,255,.75);margin-bottom:32px}.cta-banner__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.cta-banner__phone{color:rgba(255,255,255,.7);font-size:15px}.cta-banner__phone a{color:#fff;font-weight:600}.footer{background:#202b3d;color:#fff;padding:64px 40px 32px}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;max-width:1280px;margin:0 auto}.footer__brand{padding-right:32px}.footer__logo{margin-bottom:12px}.footer__logo img{height:44px;width:auto}.footer__tagline{font-size:14px;color:#8b9eb6;margin-bottom:20px;line-height:1.5}.footer__address{font-size:13px;color:#8b9eb6;line-height:1.7}.footer__address strong{color:#fff;font-weight:500}.footer__heading{font-size:13px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.footer__links{list-style:none}.footer__links li{margin-bottom:2px}.footer__links a{font-size:13px;color:#8b9eb6;text-decoration:none;-webkit-transition:color .15s ease;transition:color .15s ease}.footer__links a:hover{color:#fff}.footer__bottom{border-top:1px solid #3f4c64;margin-top:48px;padding-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1200px;margin-left:auto;margin-right:auto}.footer__copyright{font-size:12px;color:#8b9eb6}.footer__legal{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.footer__legal a{font-size:12px;color:#8b9eb6;text-decoration:none}.footer__legal a:hover{color:#fff}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-top:20px}.footer__social a{width:36px;height:36px;background:#3f4c64;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#8b9eb6;-webkit-transition:background .15s ease,color .15s ease;transition:background .15s ease,color .15s ease}.footer__social a:hover{background:#316195;color:#fff}.footer__social svg{width:18px;height:18px}@media (max-width:1024px){.nav-main__links{display:none}.nav-main__hamburger{display:block}.specialty-grid,.value-grid{grid-template-columns:repeat(2,1fr)}.featured-product,.spmode{grid-template-columns:1fr;gap:40px}.events-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:repeat(2,1fr)}.global-presence__stats{gap:40px}.hq-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:280px}.hero-slide__headline{font-size:42px}.hero-slide__subheadline{font-size:17px}}@media (max-width:768px){.container{padding:0 20px}.hero-carousel{min-height:600px;max-height:none}.hero-slide__headline{font-size:34px;line-height:1.12}.hero-slide__subheadline{font-size:16px;line-height:1.55}.hero-slide__content{padding:80px 0 100px}.hero-slide__ctas{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero-arrow{display:none}.hero-carousel__pause{bottom:28px;right:20px}.section{padding:56px 0}.section__title{font-size:28px}.specialty-grid,.value-grid{grid-template-columns:1fr}.credibility-bar__items{gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__grid{grid-template-columns:1fr;gap:32px}.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;text-align:center}.utility-bar{display:none}.mega-menu{display:none!important}}.lang-picker{position:relative}.lang-picker__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:0 0;border:1.5px solid rgba(255,255,255,.3);border-radius:8px;padding:6px 12px;cursor:pointer;font-family:Arial,Verdana,sans-serif;font-size:13px;font-weight:500;color:#fff;-webkit-transition:all .15s ease;transition:all .15s ease;white-space:nowrap}.lang-picker__trigger:hover{border-color:rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.1)}.lang-picker__trigger svg{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;stroke:#FFFFFF}.lang-picker__dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #eef1f5;border-radius:10px;-webkit-box-shadow:0 8px 32px rgba(32,43,61,.14),0 2px 6px rgba(32,43,61,.06);box-shadow:0 8px 32px rgba(32,43,61,.14),0 2px 6px rgba(32,43,61,.06);min-width:240px;z-index:120;overflow:hidden}.lang-picker__dropdown--open{display:block}.lang-picker__header{padding:14px 16px 10px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8b9eb6;border-bottom:1px solid #eef1f5}.lang-picker__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:0 0;cursor:pointer;font-family:Arial,Verdana,sans-serif;font-size:14px;color:#3f4c64;text-align:left;-webkit-transition:background .12s ease;transition:background .12s ease}.lang-picker__option:hover{background:#f4f7fb}.lang-picker__option--active{background:#ebf2fa;font-weight:600;color:#316195}.lang-picker__flag{font-size:20px;line-height:1;-ms-flex-negative:0;flex-shrink:0}.lang-picker__label{-webkit-box-flex:1;-ms-flex:1;flex:1}.lang-picker__native{display:block;font-size:14px;font-weight:500}.lang-picker__english{display:block;font-size:11px;color:#8b9eb6;font-weight:400;margin-top:1px}.lang-picker__check{width:16px;height:16px;color:#316195;-ms-flex-negative:0;flex-shrink:0;opacity:0}.lang-picker__option--active .lang-picker__check{opacity:1}.translate-overlay{display:none;position:fixed;inset:0;background:rgba(32,43,61,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.translate-overlay--active{display:-webkit-box;display:-ms-flexbox;display:flex}.translate-modal{background:#fff;border-radius:16px;padding:40px 48px;text-align:center;-webkit-box-shadow:0 20px 60px rgba(32,43,61,.2);box-shadow:0 20px 60px rgba(32,43,61,.2);max-width:400px;width:90%}.translate-modal__spinner{width:40px;height:40px;border:3px solid #eef1f5;border-top-color:#316195;border-radius:50%;-webkit-animation:translate-spin .8s linear infinite;animation:translate-spin .8s linear infinite;margin:0 auto 20px}@-webkit-keyframes translate-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes translate-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.translate-modal__title{font-size:18px;font-weight:600;color:#202b3d;margin-bottom:6px}.translate-modal__subtitle{font-size:14px;color:#6b7b93}.translate-modal__progress{margin-top:20px;height:4px;background:#eef1f5;border-radius:2px;overflow:hidden}.translate-modal__bar{height:100%;background:-webkit-gradient(linear,left top,right top,from(#316195),to(#2d8a4e));background:linear-gradient(90deg,#316195,#2d8a4e);border-radius:2px;width:0%;-webkit-transition:width .4s ease;transition:width .4s ease}.translate-modal__key-form{margin-top:16px;text-align:left}.translate-modal__key-label{display:block;font-size:12px;font-weight:600;color:#3f4c64;margin-bottom:6px}.translate-modal__key-input{width:100%;padding:10px 12px;border:1.5px solid #d1d9e5;border-radius:8px;font-family:Arial,Verdana,monospace;font-size:13px;color:#202b3d;outline:0;-webkit-transition:border-color .15s ease;transition:border-color .15s ease}.translate-modal__key-input:focus{border-color:#316195}.translate-modal__key-input::-webkit-input-placeholder{color:#b0bcce}.translate-modal__key-input::-moz-placeholder{color:#b0bcce}.translate-modal__key-input:-ms-input-placeholder{color:#b0bcce}.translate-modal__key-input::-ms-input-placeholder{color:#b0bcce}.translate-modal__key-input::placeholder{color:#b0bcce}.translate-modal__key-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:12px}.translate-modal__key-submit{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;background:#316195;color:#fff;border:none;border-radius:8px;font-family:Arial,Verdana,sans-serif;font-size:14px;font-weight:600;cursor:pointer;-webkit-transition:background .15s ease;transition:background .15s ease}.translate-modal__key-submit:hover{background:#264b74}.translate-modal__key-cancel{padding:10px 16px;background:0 0;color:#6b7b93;border:1.5px solid #d1d9e5;border-radius:8px;font-family:Arial,Verdana,sans-serif;font-size:14px;font-weight:500;cursor:pointer}.translate-modal__key-hint{font-size:11px;color:#8b9eb6;margin-top:8px}.prototype-badge{position:fixed;bottom:20px;right:20px;background:#c53030;color:#fff;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:8px 16px;border-radius:4px;z-index:1000;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.3);box-shadow:0 4px 12px rgba(0,0,0,.3)}