:root{--color-navy:#0A3D70;--color-navy-dark:#082C50;--color-navy-medium:#0F5A9E;--color-navy-light:#1A73B8;--color-brand-primary-light:#1A73B8;--color-gold:#C8A062;--color-gold-dark:#B08A4E;--color-dark-navy:#061F38;--color-text-primary:#1A1A1A;--color-text-secondary:#5A6573;--color-border:#D8DEE6;--color-bg-light:#F4F7FA;--color-bg-white:#FFFFFF;--color-navy-rgb:10,61,112;--color-navy-dark-rgb:8,44,80;--color-gold-rgb:200,160,98;--color-dark-navy-rgb:6,31,56;--color-red:#C62828;--color-silver:#D8DEE6;--color-steel:#5A6573;--color-ink:#1A1A1A;--color-white:#FFFFFF;--color-blue-bright:#1A73B8;--color-blue-light:#4A9FE7}.svg-sprite{display:none}:root{--bs-primary:#0A3D70;--bs-primary-rgb:10,61,112;--bs-primary-text-emphasis:#082C50;--bs-primary-bg-subtle:#e8edf3;--bs-primary-border-subtle:#b8c9db;--bs-link-color:#0A3D70;--bs-link-color-rgb:10,61,112;--bs-link-hover-color:#082C50;--bs-link-hover-color-rgb:8,44,80;--bs-body-color:#1A1A1A;--bs-body-color-rgb:26,26,26;--bs-body-bg:#FFFFFF;--bs-border-color:#D8DEE6;--bs-heading-color:#1A1A1A}body{color:var(--color-text-primary);background-color:var(--color-bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-navy);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-navy-dark)}::selection{background:var(--color-navy);color:#fff}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary)}.text-brand{color:var(--color-navy)!important}.text-gold{color:var(--color-gold)!important}.text-secondary-custom{color:var(--color-text-secondary)!important}.bg-brand{background-color:var(--color-navy)!important}.bg-brand-dark{background-color:var(--color-navy-dark)!important}.bg-gold{background-color:var(--color-gold)!important}.bg-light-custom{background-color:var(--color-bg-light)!important}.border-brand{border-color:var(--color-border)!important}.btn{font-weight:600;padding:.625rem 1.5rem;border-radius:.375rem;transition:all .25s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:var(--color-navy);--bs-btn-border-color:var(--color-navy);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--color-navy-dark);--bs-btn-hover-border-color:var(--color-navy-dark);--bs-btn-active-color:#fff;--bs-btn-active-bg:var(--color-navy-dark);--bs-btn-active-border-color:var(--color-navy-dark);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:var(--color-navy);--bs-btn-disabled-border-color:var(--color-navy)}.btn-gold{--bs-btn-color:#fff;--bs-btn-bg:var(--color-gold);--bs-btn-border-color:var(--color-gold);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--color-gold-dark);--bs-btn-hover-border-color:var(--color-gold-dark);--bs-btn-active-color:#fff;--bs-btn-active-bg:var(--color-gold-dark);--bs-btn-active-border-color:var(--color-gold-dark);color:#fff;background-color:var(--color-gold);border-color:var(--color-gold)}.btn-gold:hover{color:#fff;background-color:var(--color-gold-dark);border-color:var(--color-gold-dark)}.btn-outline-brand{--bs-btn-color:var(--color-navy);--bs-btn-border-color:var(--color-navy);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--color-navy);--bs-btn-hover-border-color:var(--color-navy);--bs-btn-active-color:#fff;--bs-btn-active-bg:var(--color-navy);--bs-btn-active-border-color:var(--color-navy);color:var(--color-navy);border:1.5px solid var(--color-navy);background:0 0}.btn-outline-brand:hover{color:#fff;background:var(--color-navy);border-color:var(--color-navy)}.section-padding{padding-top:0;padding-bottom:5rem}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text-primary)}.section-subtitle{font-size:1rem;color:var(--color-text-secondary);margin-bottom:2.5rem}.header-top-bar{background:0 0;color:#fff;font-size:.8125rem;padding:.375rem 0;position:relative;z-index:1001;border-bottom:1px solid rgba(255,255,255,.2)}.header-top-bar a{color:#fff;transition:opacity .2s ease}.header-top-bar a:hover{opacity:.75;color:#fff}.header-social{display:flex;align-items:center;gap:.75rem}.header-social .social-link{display:inline-flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease}.header-social .social-link:hover{opacity:1}.top-contact-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;white-space:nowrap}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.01);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.header-main{background:0 0;border-bottom:none;transition:background .3s ease,box-shadow .3s ease}.header-main>.container{display:flex;align-items:center;position:relative;min-height:72px}.header-logo{display:flex;align-items:center;flex-shrink:0;z-index:2}.header-logo img{height:90px;width:auto;object-fit:contain}.header-logo .logo-white{display:block}.header-logo .logo-color{display:none}.site-header.header-scrolled .header-logo .logo-white,.site-header:hover .header-logo .logo-white{display:none}.site-header.header-scrolled .header-logo .logo-color,.site-header:hover .header-logo .logo-color{display:block}.header-search-btn{background:0 0;border:none;color:#fff;padding:.5rem;cursor:pointer;margin-left:auto;margin-right:.5rem;transition:opacity .2s ease;display:inline-flex;align-items:center;z-index:2}.header-search-btn:hover{opacity:.75;color:#fff}.header-lang-switch{position:relative;z-index:2;margin-right:0}.header-lang-btn{background:0 0;border:none;border-radius:.25rem;padding:.375rem .5rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#fff;cursor:pointer;transition:opacity .2s ease}.header-lang-btn:hover{opacity:.75;color:#fff}.header-lang-nav ul{position:absolute;top:100%;right:0;margin-top:.375rem;min-width:150px;background:#fff;border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 8px 24px rgba(0,0,0,.1);list-style:none;padding:.5rem 0;display:none;z-index:100}.header-lang-nav ul.open{display:block;animation:langFadeIn .2s ease}@keyframes langFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.header-lang-nav ul li a{display:block;padding:.5rem 1rem;font-size:.8125rem;color:var(--color-text-primary);transition:background .15s ease,color .15s ease;white-space:nowrap}.header-lang-nav ul li a.active,.header-lang-nav ul li a:hover{background:var(--color-bg-light);color:var(--color-navy)}.header-nav-main{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.header-nav-main .nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:0;pointer-events:auto}.header-nav-main .nav-item{position:relative}.header-nav-main .nav-item>a{display:flex;align-items:center;padding:0 1.25rem;height:72px;font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;position:relative;transition:opacity .2s ease}.header-nav-main .nav-item>a::after{content:'';position:absolute;bottom:0;left:1.25rem;right:1.25rem;height:3px;background:#fff;transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.header-nav-main .nav-item.current-menu-item>a,.header-nav-main .nav-item>a:focus,.header-nav-main .nav-item>a:hover{opacity:.8;color:#fff}.header-nav-main .nav-item.current-menu-item>a::after,.header-nav-main .nav-item>a:hover::after{transform:scaleX(1)}.header-nav-main .menu-item-has-children>a{gap:.25rem}.header-nav-main .menu-item-has-children>a::before{content:'';display:inline-block;width:.5rem;height:.5rem;margin-left:.25rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat center;background-size:contain;transition:transform .2s ease}.header-nav-main .menu-item-has-children:hover>a::before{transform:rotate(180deg)}.header-nav-main .sub-menu{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 8px 24px rgba(0,0,0,.1);list-style:none;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s ease;z-index:200}.header-nav-main .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.header-nav-main .sub-menu .nav-item>a{display:flex;align-items:center;padding:.5rem 1.125rem;height:auto;font-size:.875rem;font-weight:400;color:var(--color-text-primary);transition:background .15s ease,color .15s ease}.header-nav-main .sub-menu .nav-item>a::after{display:none}.header-nav-main .sub-menu .nav-item>a:hover{background:var(--color-bg-light);color:var(--color-navy)}.header-nav-main .has-mega{position:static}.header-nav-main .has-mega>.mega-menu{position:absolute;top:100%;left:calc(-50vw + 50%);right:auto;width:100vw;max-width:100vw;background:#fff;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);box-shadow:0 16px 48px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s cubic-bezier(.16,1,.3,1);z-index:200;padding:0;overflow:hidden}.header-nav-main .has-mega:hover>.mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-inner{padding:48px 64px;max-width:100%;margin:0 auto}@media (min-width:992px){.mega-menu-inner{max-width:960px}}@media (min-width:1200px){.mega-menu-inner{max-width:1140px}}@media (min-width:1400px){.mega-menu-inner{max-width:1320px}}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.mega-card{display:block;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;transition:opacity .3s ease;background:#fff;text-align:center}.mega-card:hover{opacity:.85}.mega-card-img{display:block;overflow:hidden;border-radius:12px;background:#f5f5f5;max-width:64%;margin:0 auto}.mega-card-img img{width:100%;height:auto;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.mega-card:hover .mega-card-img img{transform:scale(1.04)}.mega-card-title{display:block;font-size:.9375rem;font-weight:700;color:var(--color-ink);margin-top:14px;margin-bottom:4px;letter-spacing:-.01em;line-height:1.3}.mega-card-desc{display:block;font-size:.8125rem;color:#6b7a8a;line-height:1.5}.mega-back-btn{display:none}.header-nav-mobile{display:none}.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;z-index:2}.navbar-toggler{background:0 0;border:none;padding:.5rem;color:#fff;cursor:pointer;display:inline-flex;align-items:center}@media (max-width:991.98px){.header-main>.container{min-height:60px}.header-top-bar{display:none!important}.header-logo img{height:60px;width:auto}.header-nav-main{display:none!important}.header-search-btn{display:none!important}.header-lang-switch{display:none!important}.header-actions{display:flex!important}.navbar-toggler{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;color:#fff;cursor:pointer;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1)}.navbar-toggler:hover{background:rgba(255,255,255,.1);color:#fff}.navbar-toggler:active{transform:scale(.96)}.navbar-toggler svg{width:22px;height:22px}.header-nav-mobile{display:block;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#fff;z-index:9998;opacity:0;visibility:hidden;transform:translateX(100%);transition:all .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;margin:0;padding:0}.header-nav-mobile.mobile-open{opacity:1;visibility:visible;transform:translateX(0)}.header-nav-mobile .mobile-close-btn{position:absolute;top:8px;right:8px;width:48px;height:48px;border-radius:12px;background:0 0;border:none;color:var(--color-steel);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001;transition:all .25s cubic-bezier(.4,0,.2,1)}.header-nav-mobile .mobile-close-btn:hover{background:var(--color-ice);color:var(--color-red)}.header-nav-mobile .mobile-close-btn:active{transform:scale(.96)}.header-nav-mobile .mobile-close-btn svg{width:22px;height:22px}.header-nav-mobile .nav-list{position:relative;flex-direction:column;align-items:stretch;width:100%;padding:70px 0 2rem;gap:0;margin:0;list-style:none;box-sizing:border-box}.header-nav-mobile .nav-item{margin:0}.header-nav-mobile .nav-item>a{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;margin:0;font-size:1.125rem;font-weight:500;color:var(--color-text-primary);text-decoration:none;background:0 0;border:0;border-bottom:1px solid var(--color-border);transition:color .2s ease-in-out;height:auto;min-height:54px}.header-nav-mobile .nav-item>a::after{display:none}.header-nav-mobile .nav-item>a:hover{color:var(--color-navy)}.header-nav-mobile .sub-menu{position:static;display:none;box-shadow:none;border:none;border-radius:0;background:var(--color-bg-light);padding:0;transform:none;opacity:1;visibility:visible;min-width:0}.header-nav-mobile .menu-item-has-children.open>.sub-menu{display:block}.header-nav-mobile .sub-menu a{padding:1rem 1.5rem 1rem 2.5rem;border-bottom:1px solid rgba(0,0,0,.06);font-size:1rem;color:var(--color-text-secondary);display:flex;align-items:center;min-height:50px}.header-nav-mobile .sub-menu a:hover{color:var(--color-navy);background:0 0}.header-nav-mobile .mega-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:10000;background:#fff;overflow-y:auto;box-shadow:none;border:none;border-radius:0;padding:0;margin:0;max-width:100%;display:block;opacity:0;visibility:hidden;transform:translateX(100%);transition:all .3s cubic-bezier(.4,0,.2,1)}.header-nav-mobile .menu-item-has-children.has-mega.open>.mega-menu{opacity:1;visibility:visible;transform:translateX(0)}.header-nav-mobile .has-mega>a{text-align:left}.header-nav-mobile .mega-menu-inner{flex-direction:column;padding:1rem 1.25rem;gap:1rem}.header-nav-mobile .mega-grid{grid-template-columns:1fr;gap:12px}.header-nav-mobile .mega-card{display:flex;align-items:center;gap:16px;border-radius:12px;padding:12px 16px;background:var(--color-ice);transition:background .25s ease;box-shadow:none}.header-nav-mobile .mega-card:hover{opacity:.8;background:#dce4ef}.header-nav-mobile .mega-card-img{flex-shrink:0;width:72px;height:54px;border-radius:8px;overflow:hidden;max-width:none;margin:0}.header-nav-mobile .mega-card-img img{width:100%;height:100%;object-fit:cover;transition:none}.header-nav-mobile .mega-card:hover .mega-card-img img{transform:none}.header-nav-mobile .mega-card-title{font-size:.9375rem;margin:0 0 2px;color:var(--color-ink)}.header-nav-mobile .mega-card-desc{font-size:.8125rem;color:var(--color-steel)}.header-nav-mobile .mega-back-btn{display:flex;align-items:center;gap:.5rem;background:0 0;border:none;color:var(--color-text-secondary);font-size:1rem;font-weight:500;cursor:pointer;padding:.75rem 1rem;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);margin-bottom:.5rem}.header-nav-mobile .mega-back-btn:hover{background:var(--color-ice);color:var(--color-navy)}.header-nav-mobile .mega-back-btn svg{width:20px;height:20px}}.hero-section{position:relative;min-height:920px;height:920px;max-height:920px;overflow:hidden;background:#1a2a3a}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,rgba(0,0,0,.08) 0,transparent 100%);z-index:3;pointer-events:none}.hero-slide,.hero-swiper{height:100%}.hero-slide{position:relative}.hero-slide .hero-slide-bg{position:absolute;inset:0;z-index:0}.hero-slide .hero-slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.48) 35%,rgba(0,0,0,.18) 65%,rgba(0,0,0,.06) 100%)}.hero-overlay::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.35) 0,transparent 40%);pointer-events:none}.hero-overlay::before{content:'';position:absolute;inset:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;pointer-events:none}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:80px 0 60px;color:#fff}.hero-title{font-size:clamp(1.75rem,5vw,3.25rem);font-weight:800;line-height:1.12;letter-spacing:-.02em;max-width:800px;margin-bottom:20px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;max-width:640px;margin-bottom:36px;color:rgba(255,255,255,.88);font-weight:400;text-shadow:0 1px 12px rgba(0,0,0,.25)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-actions .btn-primary{display:inline-flex;align-items:center;gap:10px;background:0 0;color:#fff;font-weight:600;padding:15px 34px;border-radius:50px;border:1.5px solid rgba(255,255,255,.8);text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-actions .btn-primary:hover{background:rgba(255,255,255,.15);border-color:#fff;transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.3);color:#fff}.hero-actions .btn-primary:active{transform:translateY(-1px)}.hero-actions .btn-primary svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.hero-actions .btn-primary:hover svg{transform:translateX(4px)}.hero-swiper-btn{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer;box-shadow:0 4px 24px rgba(0,0,0,.15)}.hero-swiper-btn svg{width:22px;height:22px;max-width:22px;max-height:22px;flex-shrink:0;fill:currentColor;color:#fff;pointer-events:none;transition:transform .4s cubic-bezier(.16,1,.3,1)}.hero-swiper-btn:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(0,0,0,.3);transform:scale(1.1)}.hero-swiper-btn:hover svg{transform:scale(1.15)}.hero-swiper-btn:active{transform:scale(.95)}.hero-swiper-btn::after{display:none}.hero-swiper-prev{left:28px}.hero-swiper-next{right:28px}.hero-swiper-pagination{bottom:32px;display:flex;align-items:center;justify-content:center;gap:6px}.hero-swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background:rgba(255,255,255,.4);opacity:1;border-radius:4px;transition:all .4s cubic-bezier(.16,1,.3,1);margin:0!important}.hero-swiper-pagination .swiper-pagination-bullet-active{background:#fff;width:32px;border-radius:4px}@media (max-width:767px){.hero-section{min-height:400px;height:400px;max-height:400px}.hero-content{padding:60px 0 40px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9375rem;margin-bottom:24px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-primary{text-align:center;justify-content:center;width:100%}.hero-swiper-btn{width:40px;height:40px}.hero-swiper-prev{left:12px}.hero-swiper-next{right:12px}.hero-swiper-pagination{bottom:16px}}.search-overlay{position:fixed;inset:0;background:rgba(6,31,56,.92);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.search-overlay.open{opacity:1;visibility:visible}.search-overlay-content{width:100%;max-width:600px;padding:2rem;position:relative}.search-overlay-close{position:absolute;top:-3rem;right:0;background:0 0;border:none;color:#fff;cursor:pointer;padding:.25rem;opacity:.8;transition:opacity .2s ease}.search-overlay-close:hover{opacity:1}.search-form{display:flex;gap:0;border-bottom:2px solid rgba(255,255,255,.3);transition:border-color .2s ease}.search-form:focus-within{border-color:var(--color-gold)}.search-input{flex:1;background:0 0;border:none;padding:.75rem 0;font-size:1.25rem;color:#fff;outline:0}.search-input::placeholder{color:rgba(255,255,255,.5)}.search-submit{background:0 0;border:none;color:#fff;padding:.75rem;cursor:pointer;opacity:.8;transition:opacity .2s ease}.search-submit:hover{opacity:1}.site-header.header-scrolled,.site-header:hover{background:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 20px rgba(0,0,0,.08)}.site-header.header-scrolled .header-nav-main .nav-item>a,.site-header:hover .header-nav-main .nav-item>a{color:var(--color-navy)}.site-header.header-scrolled .header-nav-main .nav-item.current-menu-item>a,.site-header.header-scrolled .header-nav-main .nav-item>a:focus,.site-header.header-scrolled .header-nav-main .nav-item>a:hover,.site-header:hover .header-nav-main .nav-item.current-menu-item>a,.site-header:hover .header-nav-main .nav-item>a:focus,.site-header:hover .header-nav-main .nav-item>a:hover{color:var(--color-navy);opacity:.7}.site-header.header-scrolled .header-nav-main .nav-item>a::after,.site-header:hover .header-nav-main .nav-item>a::after{background:var(--color-navy)}.site-header.header-scrolled .header-nav-main .menu-item-has-children>a::before,.site-header:hover .header-nav-main .menu-item-has-children>a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230A3D70' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.site-header.header-scrolled .header-search-btn,.site-header:hover .header-search-btn{color:var(--color-navy)}.site-header.header-scrolled .header-search-btn:hover,.site-header:hover .header-search-btn:hover{color:var(--color-navy);opacity:.7}.site-header.header-scrolled .header-lang-btn,.site-header:hover .header-lang-btn{color:var(--color-navy)}.site-header.header-scrolled .header-lang-btn:hover,.site-header:hover .header-lang-btn:hover{color:var(--color-navy);opacity:.7}.site-header.header-scrolled .header-top-bar,.site-header:hover .header-top-bar{border-bottom-color:rgba(0,0,0,.08)}.site-header.header-scrolled .header-top-bar,.site-header.header-scrolled .header-top-bar a,.site-header:hover .header-top-bar,.site-header:hover .header-top-bar a{color:var(--color-text-secondary)}.site-header.header-scrolled .header-social .social-link,.site-header:hover .header-social .social-link{color:var(--color-text-secondary)}.site-header.header-scrolled .top-contact-link,.site-header:hover .top-contact-link{color:var(--color-text-secondary)}.site-header.header-scrolled .navbar-toggler,.site-header:hover .navbar-toggler{color:var(--color-navy)}.products-section{padding:4rem 0;background:#f8f9fb;position:relative}@media (min-width:992px){.products-section{padding:5.5rem 0}}@media (max-width:767px){.products-section{padding:2.5rem 0}}.products-section .products_inbox{position:relative;z-index:1}.products-section .products-header{text-align:center;margin-bottom:2.5rem}.products-section .products-title{font-size:clamp(1.625rem,4vw,2.25rem);font-weight:800;color:#000;letter-spacing:-.03em;margin-bottom:.75rem;line-height:1.15}.products-section .products-subtitle{font-size:.9375rem;color:var(--color-steel);max-width:620px;margin:0 auto;line-height:1.7;font-weight:400}.products-section .products-tabs{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;margin:0 auto 2.5rem;padding:.375rem;width:100%;max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.products-section .products-tabs::-webkit-scrollbar{display:none}@media (max-width:767px){.products-section .products-tabs{margin:0 -.75rem 2rem;padding:.25rem;border-radius:10px;gap:.25rem;width:auto;justify-content:flex-start}}.products-section .product-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;border-radius:8px;border:none;background:0 0;color:var(--color-steel);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;letter-spacing:.01em;flex-shrink:0}@media (min-width:768px){.products-section .product-tab{padding:.6rem 1.125rem;font-size:.875rem}}@media (min-width:1200px){.products-section .product-tab{padding:.65rem 1.35rem}}.products-section .product-tab:hover{color:var(--color-navy);background:rgba(10,37,64,.06)}.products-section .product-tab.active{background:var(--color-brand-primary-light);color:#fff;box-shadow:0 2px 8px rgba(10,37,64,.2);border-radius:0}.products-section .product-tab.active:hover{background:var(--color-brand-primary-light);color:#fff}.products-section .products-actions{display:flex;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1.75rem}.products-section .products-actions a{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;line-height:1.3}.products-section .btn-outline{background:0 0;color:var(--color-brand-primary-light);border:1.5px solid var(--color-brand-primary-light)}.products-section .btn-outline:hover{background:var(--color-brand-primary-light);color:#fff}.products-section .btn-solid{background:var(--color-brand-primary-light);color:#fff;border:1.5px solid transparent}.products-section .btn-solid:hover{box-shadow:0 4px 14px rgba(10,37,64,.25);transform:translateY(-1px)}@media (max-width:575px){.products-section .products-actions{flex-direction:column;gap:.5rem}.products-section .products-actions a{width:100%;justify-content:center}}.products-section .product-panel{display:none}.products-section .product-panel.active{display:block}.product-panel.active .product-panel-in{display:block!important}.product-panel-in{width:100%}.products-section .product-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}@media (min-width:576px){.products-section .product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (min-width:992px){.products-section .product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.products-section.productlist-section .product-grid{grid-template-columns:1fr;gap:1.5rem}@media (min-width:576px){.products-section.productlist-section .product-grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:992px){.products-section.productlist-section .product-grid{grid-template-columns:1fr;gap:1.5rem}}.products-section.productlist-section .products_inbox{max-width:1200px}.productlist-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:992px){.productlist-layout{grid-template-columns:280px 1fr;gap:2.5rem}}@media (min-width:1200px){.productlist-layout{grid-template-columns:300px 1fr;gap:3rem}}.productlist-sidebar{position:sticky;top:100px;background:var(--color-bg-light);border-radius:12px;padding:1.5rem;border:1px solid rgba(0,0,0,.05)}.productlist-sidebar .nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.productlist-sidebar .nav-item{margin:0}.productlist-sidebar .nav-item>a{display:block;padding:.625rem 0;font-size:.875rem;font-weight:500;color:var(--color-ink);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);transition:color .2s ease,padding-left .2s ease}.productlist-sidebar .nav-item:last-child>a{border-bottom:none}.productlist-sidebar .nav-item>a:hover{color:var(--color-navy);padding-left:6px}.productlist-sidebar .nav-item.current-menu-item>a{color:var(--color-navy);font-weight:600}@media (max-width:991px){.productlist-sidebar{position:static;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;border-radius:8px}.productlist-sidebar .nav-list{flex-direction:row;flex-wrap:wrap;gap:.25rem}.productlist-sidebar .nav-item>a{font-size:.8125rem;padding:.4rem .75rem;border:1px solid rgba(0,0,0,.08);border-radius:20px;background:var(--color-white);border-bottom:none}.productlist-sidebar .nav-item:last-child>a{border-bottom:none}.productlist-sidebar .nav-item.current-menu-item>a,.productlist-sidebar .nav-item.current-menu-item>a:hover{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy);padding-left:.75rem}}.productlist-content{min-width:0;width:100%}.productlist-content .breadcrumb{margin-bottom:1.5rem;padding-bottom:0}.productlist-content .breadcrumb>ul{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.productlist-content .breadcrumb>ul>li{font-size:.8125rem;color:var(--color-steel)}.productlist-content .breadcrumb>ul>li+li::before{content:"/";padding:0 .375rem;color:var(--color-border)}.productlist-content .breadcrumb>ul>li a{color:var(--color-steel);text-decoration:none;transition:color .2s ease}.productlist-content .breadcrumb>ul>li a:hover{color:var(--color-navy)}.productlist-content .breadcrumb>ul>li.active{color:var(--color-ink);font-weight:500}.pager{margin-top:2.5rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.pager>ul{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.pager>.page-numbers,.pager>a,.pager>ul>li>a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .875rem;font-size:.875rem;font-weight:500;color:var(--color-ink);background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;text-decoration:none;transition:all .2s ease}.pager-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .875rem;font-size:.875rem;font-weight:500;color:var(--color-ink);background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;text-decoration:none;transition:all .2s ease}.pager>a:hover,.pager>ul>li>a:hover{color:var(--color-white);background:var(--color-navy);border-color:var(--color-navy)}.pager>.current,.pager>ul>li.active a,.pager>ul>li.current a{color:var(--color-white);background:var(--color-navy);border-color:var(--color-navy)}.products-section .product-card{display:flex;flex-direction:row;overflow:hidden;background:var(--color-white);border:1px solid rgba(10,37,64,.07);transition:all .35s cubic-bezier(.4,0,.2,1);color:inherit;position:relative}.products-section .product-card:hover{border-color:rgba(10,37,64,.14)}@media (max-width:575px){.products-section .product-card{flex-direction:column}}.products-section .product-card:hover .product-card-img img{transform:scale(1.05)}.products-section .product-card-img{position:relative;width:55%;min-height:190px;flex-shrink:0;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:3rem}@media (min-width:768px){.products-section .product-card-img{width:55%;min-height:210px;padding:1rem}}@media (min-width:1200px){.products-section .product-card-img{width:55%;min-height:240px;padding:3rem}}@media (max-width:575px){.products-section .product-card-img{width:100%;min-height:200px;padding:2.5rem}}.products-section .product-card-img img{width:100%;height:100%;object-fit:contain;display:block;object-position:center;transition:transform .5s cubic-bezier(.4,0,.2,1)}.products-section .product-card-body{flex:1;padding:1.25rem 1.25rem 1.25rem .75rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-width:0}@media (min-width:768px){.products-section .product-card-body{padding:1.5rem 1.5rem 1.5rem .875rem}}@media (min-width:1200px){.products-section .product-card-body{padding:1.75rem 1.75rem 1.75rem 1rem}}@media (max-width:575px){.products-section .product-card-body{padding:0 1.25rem 1.25rem}}.products-section .product-card-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.125rem;min-width:0}.products-section .product-card-title{font-size:1.0625rem;font-weight:700;color:#000;margin:0;line-height:1.35;letter-spacing:-.01em;flex:1;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.products-section .product-card-title{font-size:1.125rem}}.products-section .product-card-title a{color:#000;text-decoration:none}.products-section .product-card-title a:hover{color:#000}.products-section .product-card-variant{position:absolute;top:.5rem;left:.5rem;z-index:2;font-size:.625rem;font-weight:700;color:#fff;background:var(--color-brand-primary-light);padding:.2rem .5rem;border-radius:4px;white-space:nowrap;letter-spacing:.02em;line-height:1.4;pointer-events:none}.products-section .product-card-desc{font-size:.875rem;color:var(--color-steel);line-height:1.5;margin:0 0 .25rem;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.products-section .product-card-desc{font-size:.9375rem}}.products-section .product-card-specs{display:flex;flex-direction:column;gap:0;margin-top:0;border-top:1px solid rgba(10,37,64,.06);padding-top:.5rem}.products-section .pspec{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;padding:.3rem 0}.products-section .pspec:last-child{border-bottom:1px solid rgba(10,37,64,.06)}.products-section .pspec-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-steel);opacity:.7;line-height:1.3;flex-shrink:0}.products-section .pspec-value{font-size:.75rem;font-weight:400;color:#444;line-height:1.3;letter-spacing:-.01em;text-align:right;font-variant-numeric:tabular-nums}@media (min-width:768px){.products-section .pspec-value{font-size:.8125rem}}.hero{position:relative;min-height:520px;display:flex;align-items:center;padding:3rem 0 5rem;background:var(--color-navy)}.hero-bg-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}@media (min-width:992px){.hero{min-height:560px;padding:4rem 0 6rem}}.hero-bg{position:absolute;right:0;top:0;height:100%;width:58%;object-fit:cover;object-position:center 30%}@media (max-width:991px){.hero-bg{width:100%;opacity:.2;object-position:center}}.hero_inbox{position:relative;z-index:2;width:100%}.hero .hero-content{color:#fff;max-width:640px;position:relative}@media (min-width:1200px){.hero .hero-content{max-width:680px}}.hero-title{margin:0 0 1.25rem}.hero-title-accent{display:block;font-size:clamp(.8125rem,1.2vw,.9375rem);font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:.5rem}.hero-title-main{display:block;font-size:clamp(1.875rem,5vw,3.25rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#fff}.hero-desc{font-size:clamp(.9375rem,1.5vw,1.125rem);line-height:1.7;color:rgba(255,255,255,.8);max-width:560px;margin:0 0 2rem;font-weight:400}.hero-cta{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center}.hero-cta .btn.btn-outline-white{display:inline-flex;align-items:center;gap:.5rem;background:0 0!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.25)!important;padding:.75rem 1.75rem;border-radius:60px;font-weight:500;font-size:.9375rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-cta .btn.btn-outline-white:hover{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.5)!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.hero-cta .btn-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero-cta .btn.btn-outline-white:hover .btn-arrow{transform:translateX(4px)}@media (max-width:991px){.hero{min-height:auto;padding:2.5rem 0 4.5rem}.hero .hero-content{max-width:100%}.hero-cta .btn.btn-outline-white{width:100%;justify-content:center}}.hero--full-bg .hero-bg{width:100%;object-position:center}.hero--full-bg{padding-top:10rem}.hero--full-bg .hero-bg-wrap::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(6,31,56,.92) 0,rgba(6,31,56,.72) 40%,rgba(6,31,56,.35) 78%,rgba(6,31,56,.05) 100%);pointer-events:none}@media (min-width:768px){.hero--full-bg{min-height:560px}}@media (min-width:1200px){.hero--full-bg{min-height:620px}}@media (max-width:991px){.hero--full-bg .hero-bg-wrap::after{background:linear-gradient(180deg,rgba(6,31,56,.55) 0,rgba(6,31,56,.85) 100%)}}.error-hero .hero-content{margin:0 auto;text-align:center;max-width:760px}.error-code{display:block;font-size:clamp(5.5rem,20vw,11rem);font-weight:800;line-height:1;letter-spacing:-.03em;margin-bottom:.75rem;background:linear-gradient(120deg,#e8c384 0,#c8a062 45%,#9c7a3c 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--color-gold)}.error-hero{background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),radial-gradient(900px 540px at 82% 18%,rgba(200,160,98,.16),transparent 60%),radial-gradient(760px 540px at 4% 92%,rgba(26,115,184,.2),transparent 55%),linear-gradient(160deg,#061f38 0,#082c50 55%,#0a3d70 100%);background-size:46px 46px,46px 46px,auto,auto,auto}.error-eyebrow{display:inline-flex;justify-content:center;align-items:center;gap:.6rem;font-size:clamp(.8125rem,1.2vw,.9375rem);font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:1.5rem}.error-eyebrow span{display:inline-flex;width:2.25rem;height:1px;background:rgba(255,255,255,.3)}.error-title{color:#fff;font-weight:700;letter-spacing:-.02em}.error-desc{color:rgba(255,255,255,.78);font-size:clamp(.9375rem,1.5vw,1.125rem);line-height:1.7;max-width:520px;margin:1rem auto 0}.error-cta{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center;align-items:center;margin-top:2.25rem}.error-cta .btn.btn-outline-white{display:inline-flex;align-items:center;background:0 0!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.5)!important;padding:.75rem 1.75rem;border-radius:.375rem;font-weight:500;font-size:.9375rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.error-cta .btn.btn-outline-white:hover{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.75)!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}@media (max-width:991px){.error-hero{padding:4.5rem 0 5rem}.error-cta .btn{width:100%;justify-content:center}}.stats-section{position:relative;padding:0 0 3rem;z-index:10;background:#eef4f8}.stats-section .container{position:relative;top:-3rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width:992px){.stats-grid{gap:1.5rem}}.stat-card{background:#fff;border:1px solid #e8ecf0;padding:2.25rem 1rem;text-align:center;box-shadow:0 4px 24px rgba(10,61,112,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(10,61,112,.1);border-color:rgba(26,115,184,.15)}.stat-number{display:block;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--color-blue-bright);line-height:1;margin-bottom:.5rem}.stat-label{display:block;font-size:.8125rem;font-weight:500;color:var(--color-steel);line-height:1.4}@media (max-width:767px){.stat-card{padding:1.75rem .75rem}.stats-section{margin-top:-2rem;padding-bottom:2rem}}.dist-markets{background:#eef4f8;overflow:hidden;padding-top:5rem;padding-bottom:5rem}.dist-markets-header{max-width:640px;margin:0 auto 3rem}.dist-markets-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#0f6eb5;margin:0 0 .75rem}.dist-markets-title{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.1;margin:0 0 .75rem;color:#0d2137;letter-spacing:-.02em}.dist-markets-subtitle{font-size:1.05rem;line-height:1.6;color:#5a6a7a;margin:0}.dist-markets-map-wrap{margin:0 0 3rem}.dist-markets-map-container{position:relative;width:100%;border-radius:12px;overflow:visible}.dist-markets-base-map{width:100%;height:auto;display:block;opacity:.35}.dist-markets-map-overlay{position:absolute;inset:0;width:100%;height:100%}.dist-markets-map-overlay .map-legend,.dist-markets-map-overlay .map-pulses,.dist-markets-map-overlay .map-region-labels{pointer-events:none}.map-markers-recruiting circle{cursor:pointer;pointer-events:auto;transition:r .25s ease,fill .25s ease}.map-markers-recruiting circle.active,.map-markers-recruiting circle:hover{fill:#0a2540}.dist-markets-hover-card{position:absolute;width:220px;background:#fff;border-radius:10px;box-shadow:0 6px 24px rgba(0,0,0,.1);padding:1.25rem 1.25rem 1rem;pointer-events:none;z-index:10;opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}.dist-markets-hover-card.visible{opacity:1;transform:translateY(0)}.dist-markets-hover-card-inner{display:none}.dist-markets-hover-card-inner.active{display:block}.dist-markets-hover-title{font-size:1rem;font-weight:700;margin:0 0 .75rem;color:#0d2137}.dist-markets-hover-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.35rem}.dist-markets-hover-list li{font-size:.8125rem;color:#5a6a7a;line-height:1.5;padding:.15rem .55rem;background:#f5f5f5;border-radius:0}.dist-markets-regions{display:none}@media (max-width:991px){.dist-markets-header{margin-bottom:2.5rem}.dist-markets-map-wrap{position:relative;margin-bottom:0;overflow:visible}.dist-markets-map-container{border-radius:8px;min-height:340px;overflow:visible}.dist-markets-base-map{opacity:.35;transform:scale(1.25);transform-origin:center center}.dist-markets-map-overlay{display:none}.dist-markets-hover-card{display:none}.dist-markets-regions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;position:absolute;inset:0;padding:1rem;margin:0;z-index:2;align-content:end}.dist-markets-region-card{background:rgba(255,255,255,.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:1rem 1rem .875rem;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.dist-markets-region-card:hover{transform:none;box-shadow:0 2px 12px rgba(0,0,0,.06)}}.pulse-ring{animation:pulse-marker 2.2s ease-in-out infinite;transform-origin:center;transform-box:fill-box}.pulse-ring:nth-child(2){animation-delay:.3s}.pulse-ring:nth-child(3){animation-delay:.6s}.pulse-ring:nth-child(4){animation-delay:.9s}@keyframes pulse-marker{0%{opacity:.9;stroke-width:1}50%{opacity:.15;stroke-width:.8}100%{opacity:.9;stroke-width:1}}.dist-markets-region-card{background:#fff;padding:2rem 2rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .4s ease,box-shadow .4s ease}.dist-markets-region-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.dist-markets-region-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#0f6eb5;margin-bottom:1rem}.dist-markets-region-title{font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 .75rem;color:#0d2137}.dist-markets-region-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.dist-markets-region-list li{font-size:.875rem;color:#5a6a7a;line-height:1.5;padding:.2rem .6rem;background:#f5f5f5;border-radius:0}.dist-markets-cta{text-align:center;max-width:640px;margin:0 auto;padding:0}.dist-markets-cta-text{font-size:1rem;line-height:1.6;color:#5a6a7a;margin:0}.dist-markets-cta-link{color:#0f6eb5;text-decoration:underline;font-weight:600;transition:color .3s ease}.dist-markets-cta-link:hover{color:#e88d20}@media (max-width:575px){.dist-markets{padding:40px 0}.dist-markets-header{margin-bottom:2rem}.dist-markets-eyebrow{font-size:.6875rem}.dist-markets-subtitle{font-size:.9375rem}.dist-markets-map-wrap{margin-bottom:2rem;overflow:hidden}.dist-markets-regions{grid-template-columns:1fr}.dist-markets-region-card{padding:1.5rem 1.5rem 1.25rem}.dist-markets-region-title{font-size:1rem}.dist-markets-region-list li{font-size:.8125rem}.dist-markets-cta-text{font-size:.9375rem}}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin:0 auto}.services-card{background:#f8fafc;padding:1.25rem 1rem 1rem;text-align:center;border-radius:8px;transition:background .25s,transform .25s;border:1px solid #eef2f6}.services-card:hover{background:#f0f4f9;transform:translateY(-2px)}.services-card-icon{width:44px;height:44px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;background:#e8eff6;border-radius:10px;color:#0f6eb5;transition:background .25s,color .25s}.services-card:hover .services-card-icon{background:#0f6eb5;color:#fff}.services-card-icon svg{width:26px;height:26px}.services-card-title{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.375rem;line-height:1.25}.services-card-text{font-size:.8125rem;color:#777;line-height:1.5;margin:0;max-width:200px;margin-left:auto;margin-right:auto}@media (min-width:768px){.services-card{padding:1.5rem 1.25rem 1.25rem}}@media (min-width:992px){.services-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.text-highlight{color:#e88d20}.why-section{padding:4rem 0;background:linear-gradient(165deg,#f8fafc 0,#f1f5f9 30%,#fafbfc 60%,#f6f9fc 100%);position:relative;overflow:hidden}.why-section .why-bg{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.why-section .why-bg-shape{position:absolute;width:650px;height:650px;transform:rotate(225deg);will-change:transform;pointer-events:none}.why-section .why-bg-shape--1{bottom:0;right:-21%;background:linear-gradient(270deg,rgba(168,200,235,.15) 0,transparent 70%)}.why-section .why-bg-shape--2{bottom:-9%;right:-28%;background:linear-gradient(270deg,rgba(168,200,235,.1) 0,transparent 65%)}.why-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e8ecf1,transparent)}@media (min-width:992px){.why-section{padding:5rem 0}}@media (max-width:767px){.why-section{padding:3rem 0}}.why-section .why-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:992px){.why-section .why-inner{grid-template-columns:1fr 1fr;gap:4rem}}.why-section .section-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:#0a2540;margin:0 0 .75rem;line-height:1.2;letter-spacing:-.02em}.why-section .section-subtitle{font-size:1rem;color:#6b7b8c;max-width:700px;margin:0 0 2rem;line-height:1.7;text-align:left}.why-section .why-features{display:grid;grid-template-columns:1fr;gap:1.25rem}.why-section .why-feature{display:flex;gap:1rem;padding:1.5rem 1.25rem;background:#f6f9fc;border:1px solid #e8ecf1;transition:all .25s cubic-bezier(.4,0,.2,1)}.why-section .why-feature:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(10,37,64,.08);border-color:rgba(15,110,181,.15);background:#fff}.why-section .why-feature-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(15,110,181,.08);border-radius:10px;color:#0f6eb5;transition:all .25s cubic-bezier(.4,0,.2,1)}.why-section .why-feature:hover .why-feature-icon{background:#0f6eb5;color:#fff;transform:scale(1.05)}.why-section .why-feature-text{min-width:0}.why-section .why-feature-title{font-size:.9375rem;font-weight:700;color:#0a2540;margin:0 0 .25rem;line-height:1.3;letter-spacing:-.01em}.why-section .why-feature-desc{font-size:.8125rem;color:#6b7b8c;line-height:1.6;margin:0}.why-section .why-visual{position:relative;align-self:stretch}.why-section .why-image-wrapper{position:relative;overflow:hidden;background:#f6f9fc;width:100%;height:100%;min-height:300px}.why-section .why-image-wrapper img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.about-brand{background:#f6f9fc;overflow:hidden}.about-brand-row{display:flex;flex-wrap:wrap;align-items:center;margin:0 -15px}.about-brand-content-col{flex:0 0 100%;max-width:100%;padding:0 15px;order:1}.about-brand-image-col{flex:0 0 100%;max-width:100%;padding:0 15px;order:0;margin-bottom:2rem}.about-brand-content{max-width:600px;padding:1rem 0}.about-brand-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.1;margin:0 0 .75rem;color:#0d2137;letter-spacing:-.02em}.about-brand-desc{font-size:1rem;line-height:1.7;color:#5a6a7a;margin:0 0 2rem}.about-brand-subtitle{font-size:1rem;font-weight:600;color:#0f6eb5;margin:-.25rem 0 1.25rem;line-height:1.4}.about-brand-image-wrap{position:relative;width:100%;max-width:520px;margin:0 auto}.about-brand-image{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/3}.about-intro-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .35s cubic-bezier(.16,1,.3,1);border:2px solid rgba(255,255,255,.6)}.about-intro-play svg{margin-left:2px;transition:transform .35s cubic-bezier(.16,1,.3,1)}.about-intro-play:hover{background:rgba(0,0,0,.5);border-color:#fff;box-shadow:0 0 0 12px rgba(0,0,0,.12)}.about-intro-play:hover svg{transform:scale(1.12)}@media (min-width:768px){.about-brand-content-col{flex:0 0 50%;max-width:50%;order:0;padding-right:3rem}.about-brand-image-col{flex:0 0 50%;max-width:50%;order:1;margin-bottom:0}.about-brand-desc{font-size:1.05rem}.about-brand-image-wrap{max-width:100%}}@media (min-width:992px){.about-brand-content-col{padding-right:5rem}.about-brand-content{padding:2rem 0}}.hero-video-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff!important;color:#0f6eb5!important;border:1.5px solid #fff!important;padding:.75rem 1.75rem;border-radius:60px;font-weight:500;font-size:.9375rem;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1.5}.hero-video-btn:hover{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.5)!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.hero-video-btn-svg{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero-video-btn:hover .hero-video-btn-svg{transform:scale(1.1)}.hero-video-btn-dash{transform-origin:center;animation:hero-video-spin 3s linear infinite;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero-video-btn:hover .hero-video-btn-dash{animation-play-state:paused}@keyframes hero-video-spin{to{transform:rotate(360deg)}}.video-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.video-modal.is-open{opacity:1;visibility:visible}.video-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.video-modal-content{position:relative;width:90%;max-width:960px;max-height:85vh;transform:scale(.92) translateY(20px);transition:transform .4s cubic-bezier(.34,1.56,.64,1);z-index:1}.video-modal.is-open .video-modal-content{transform:scale(1) translateY(0)}.video-modal-close{position:absolute;top:-2.75rem;right:0;background:0 0;border:none;color:#fff;cursor:pointer;padding:.5rem;opacity:.7;transition:opacity .25s,transform .25s;z-index:2}.video-modal-close:hover{opacity:1;transform:rotate(90deg)}.video-modal-player{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.5)}.video-modal-player video{position:absolute;inset:0;width:100%;height:100%;display:block;outline:0;border-radius:12px}.cert-section{position:relative;padding:80px 0;overflow:hidden;background:#fff}.cert-section .container{position:relative;z-index:3}.cert-header{text-align:center;margin-bottom:3rem}.cert-header h2{font-size:clamp(1.65rem,3.5vw,2.4rem);font-weight:800;color:#222;margin:0 0 1rem;line-height:1.15;letter-spacing:-.02em}.cert-subtitle{font-size:.95rem;color:#5a8fc9;max-width:540px;margin:0 auto;line-height:1.7}.cert-carousel{position:relative;margin:0 auto;padding:0 50px}.cert-swiper{overflow:visible;width:100%;padding:20px 0}.cert-swiper .swiper-slide{position:relative;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1}.cert-swiper .swiper-slide-active{z-index:5}.cert-card{display:flex;flex-direction:column;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.cert-swiper .swiper-slide .cert-card{transform:scale(.75)}.cert-swiper .swiper-slide-next .cert-card,.cert-swiper .swiper-slide-prev .cert-card{transform:scale(.85)}.cert-swiper .swiper-slide-active .cert-card{transform:scale(1)}.cert-swiper .swiper-slide-active .cert-frame{box-shadow:0 12px 40px rgba(0,0,0,.12),0 4px 16px rgba(0,0,0,.06)}.cert-frame{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden;max-width:280px;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);padding:6px;transition:box-shadow .35s ease,transform .35s ease;border:1px solid #e8eef2}.cert-card:hover .cert-frame{box-shadow:0 16px 48px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06)}.cert-img{display:block;width:100%;height:100%;object-fit:cover}.cert-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2.5rem}.cert-btn{width:40px;height:40px;border:none;background:0 0;color:var(--color-navy);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;min-height:44px;padding:0}.cert-btn:hover{color:var(--color-navy-dark);opacity:.7}.cert-btn:active{transform:scale(.92)}.cert-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem}.cert-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#c0cdd9;opacity:1;transition:all .3s ease;cursor:pointer}.cert-pagination .swiper-pagination-bullet-active{width:24px;background:var(--color-navy);border-radius:4px}@media (max-width:767px){.cert-section{padding:50px 0}.cert-header{margin-bottom:2rem}.cert-header h2{font-size:1.5rem}.cert-subtitle{font-size:.85rem}.cert-nav{gap:1rem;margin-top:2rem}.cert-carousel{padding:0 36px}.cert-btn{display:none}}@media (min-width:768px){.cert-section{padding:100px 0}.cert-header{margin-bottom:3.5rem}}@media (min-width:992px){.cert-pagination{display:none}}.faq-section{position:relative;display:flex;min-height:600px;background:#fff}.faq-bg-wrap{position:absolute;top:0;left:0;width:50%;height:100%;z-index:1;overflow:hidden}.faq-bg-wrap::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,0) 60%,#fff 100%);pointer-events:none}.faq-bg{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.faq-inner{position:relative;z-index:2;width:100%;padding:80px 0;display:flex;align-items:center}.faq-content-body{max-width:580px;margin-left:auto;margin-right:calc((100% - 1320px)/ 2 + 1.5rem)}.faq-content-body .section-title{font-size:clamp(1.65rem,3.5vw,2.4rem);font-weight:800;color:#222;margin:0 0 .75rem;line-height:1.15;letter-spacing:-.02em}.faq-subtitle{margin-bottom:2.5rem;color:#5a8fc9;font-size:.95rem;line-height:1.7;max-width:480px}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border:1px solid #e8eef2;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-item:hover{border-color:#c8d8e4}.faq-item.is-open{border-color:#c8d8e4;box-shadow:0 4px 20px rgba(10,61,112,.05)}.faq-question{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:1.125rem 1.25rem;gap:1rem;font-size:.9375rem;font-weight:500;color:#0a3d70;background:0 0;border:none;cursor:pointer;text-align:left;line-height:1.5;transition:color .25s ease}.faq-question svg{flex-shrink:0;margin-top:2px;transition:transform .35s cubic-bezier(.4,0,.2,1);color:#c0cdd9}.faq-question[aria-expanded=true] svg{transform:rotate(180deg);color:#0a3d70}.faq-question:hover svg{color:#0a3d70}.faq-q-text{display:flex;align-items:flex-start;gap:.625rem;flex:1}.faq-q-tag{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;background:#0a3d70;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0;line-height:1;font-style:normal;margin-top:2px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1)}.faq-answer p{padding:0 1.25rem 1.125rem;margin:0;font-size:.875rem;line-height:1.75;color:#5a6573;display:flex;gap:.625rem}.faq-a-tag{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;background:rgba(90,143,201,.12);color:#5a8fc9;font-size:.7rem;font-weight:700;flex-shrink:0;line-height:1;font-style:normal;margin-top:4px}@media (max-width:1399.98px){.faq-content-body{margin-right:calc((100% - 1140px)/ 2 + 1.5rem)}}@media (max-width:1199.98px){.faq-content-body{margin-right:calc((100% - 960px)/ 2 + 1.5rem)}}@media (max-width:991.98px){.faq-bg-wrap{display:none}.faq-section{min-height:0}.faq-inner{padding:60px 0}.faq-content-body{max-width:100%;margin:0}.faq-question{font-size:.875rem;padding:1rem}.faq-answer p{font-size:.8125rem;padding:0 1rem 1rem}}@media (max-width:767.98px){.faq-inner{padding:40px 0}}.faq-cta-section{position:relative;padding:40px 0 80px}.faq-cta-inner{position:relative;overflow:hidden;border-radius:20px;padding:3.5rem 2.5rem;text-align:center;color:#fff;background:linear-gradient(120deg,#0a3d70 0,#0f5a9e 55%,#1470c4 100%)}.faq-cta-inner::before{content:'';position:absolute;top:-60%;right:-10%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14) 0,rgba(255,255,255,0) 70%);pointer-events:none}.faq-cta-title{margin:0 0 .75rem;color:#fff;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}.faq-cta-text{margin:0 auto 2rem;max-width:560px;color:rgba(255,255,255,.78);font-size:1rem;line-height:1.7}.faq-cta-actions{display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center;align-items:center}.faq-cta-actions .btn.btn-primary{border-radius:60px;padding:.75rem 2rem;background:#fff;color:#0a3d70;border-color:#fff}.faq-cta-actions .btn.btn-primary:hover{background:#eaf2fb;border-color:#eaf2fb;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.18)}.faq-cta-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:60px;padding:.75rem 2rem;font-weight:500;font-size:.9375rem;background:0 0;color:#fff;border:1.5px solid rgba(255,255,255,.35);transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-cta-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);transform:translateY(-2px)}@media (max-width:575.98px){.faq-cta-inner{padding:2.5rem 1.25rem}.faq-cta-actions .btn{width:100%;justify-content:center}}.faq-page-section{position:relative;padding:80px 0 40px;background:var(--color-bg-light)}.faq-page-list{display:flex;flex-direction:column;gap:.875rem}.faq-page-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media (min-width:992px){.faq-page-grid{grid-template-columns:1fr 1fr}}.faq-page-item{background:#fff;border:1px solid var(--color-border);border-radius:14px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-page-item:hover{border-color:rgba(26,115,184,.35)}.faq-page-item.is-open{border-color:rgba(10,61,112,.28);box-shadow:0 8px 28px rgba(10,61,112,.07)}.faq-page-item .faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;gap:1rem;font-size:.9375rem;font-weight:600;color:var(--color-navy);background:0 0;border:none;cursor:pointer;text-align:left;line-height:1.5;transition:color .25s ease}.faq-page-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:var(--color-navy);background:rgba(10,61,112,.06);transition:transform .35s cubic-bezier(.4,0,.2,1),background .25s ease,color .25s ease}.faq-page-toggle svg{display:block}.faq-page-item .faq-question svg{color:inherit;margin-top:0}.faq-page-item .faq-question[aria-expanded=true] svg{transform:none;color:inherit}.faq-page-item .faq-question:hover svg{color:inherit}.faq-page-item .faq-question[aria-expanded=true] .faq-page-toggle{transform:rotate(180deg);background:var(--color-navy);color:#fff}.faq-page-item .faq-question:hover .faq-page-toggle{background:var(--color-navy-light);color:#fff}.faq-page-q{flex:1}.faq-page-tag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;background:var(--color-navy);color:#fff;font-size:.75rem;font-weight:700;flex-shrink:0;line-height:1;font-style:normal;margin-top:1px}.faq-page-item.is-open .faq-page-tag{background:var(--color-navy-light)}.faq-page-item .faq-answer p{padding:0 1.5rem 1.375rem;margin:0;font-size:.875rem;line-height:1.75;color:var(--color-text-secondary);display:flex;gap:.75rem;align-items:flex-start}.faq-page-q-symbol{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;background:rgba(26,115,184,.12);color:var(--color-navy-light);font-size:.75rem;font-weight:700;flex-shrink:0;line-height:1;font-style:normal;margin-top:3px}@media (max-width:767.98px){.faq-page-section{padding:60px 0 30px}.faq-page-item .faq-question{padding:1rem 1.125rem;font-size:.875rem}.faq-page-item .faq-answer p{padding:0 1.125rem 1rem;font-size:.8125rem}}.news-section{position:relative;padding:80px 0;background:#f4f8fc}.news-section .section-header{text-align:center;margin-bottom:3rem}.news-section .section-header h2{font-size:clamp(1.65rem,3.5vw,2.4rem);font-weight:800;color:#222;margin:0 0 .75rem;line-height:1.15;letter-spacing:-.02em}.news-section .section-subtitle{font-size:.95rem;color:#5a8fc9;max-width:540px;margin:0 auto;line-height:1.7}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.news-card{background:#fff;border:1px solid #e8eef2;overflow:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(10,61,112,.06);border-color:#c8d8e4}.news-img-wrap{position:relative;overflow:hidden;aspect-ratio:16/9;background:#eef2f5}.news-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card:hover .news-img{transform:scale(1.05)}.news-tag{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;font-size:.7rem;font-weight:600;color:#fff;background:#0a3d70;letter-spacing:.02em;text-transform:uppercase}.news-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;flex:1}.news-date{display:block;font-size:.775rem;color:#8a9aa8;margin-bottom:.5rem;line-height:1.4}.news-title{font-size:1.05rem;font-weight:700;color:#0a3d70;margin:0 0 .5rem;line-height:1.35;letter-spacing:-.01em}.news-title a{color:#0a3d70;text-decoration:none}.news-title a:hover{color:#0a3d70}.news-excerpt{font-size:.85rem;color:#5a6573;line-height:1.65;margin:0 0 1rem;flex:1}.news-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:600;color:#0a3d70;text-decoration:none;transition:color .25s ease;align-self:flex-start}.news-link::after{content:'\2192';transition:transform .25s ease}.news-link:hover{color:#5a8fc9}.news-link:hover::after{transform:translateX(3px)}@media (max-width:991.98px){.news-section{padding:60px 0}.news-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:575.98px){.news-section{padding:40px 0}.news-grid{grid-template-columns:1fr;gap:1rem}.news-body{padding:1rem}.news-title{font-size:.95rem}}.blog-filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.5rem}.blog-filter-btn{display:inline-flex;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#0a3d70;background:#fff;border:1px solid #e0e8ef;border-radius:60px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-filter-btn:hover{color:#fff;background:#0a3d70;border-color:#0a3d70;text-decoration:none}.blog-filter-btn.active{color:#fff;background:#0a3d70;border-color:#0a3d70}@media (max-width:575.98px){.blog-filter-btn{padding:.4rem 1rem;font-size:.8125rem}}.blog-pagination{margin-top:3rem;display:flex;justify-content:center}.pagination-nav{display:inline-flex;align-items:center;gap:.25rem}.pagination-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.25rem}.page-item{margin:0}.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;font-size:.875rem;font-weight:500;color:#1a1a1a;background:0 0;border:1px solid rgba(0,0,0,.08);border-radius:8px;text-decoration:none;transition:all .25s ease;-webkit-user-select:none;user-select:none}.page-link:hover{border-color:#0a3d70;color:#0a3d70;background:rgba(10,61,112,.04)}.page-item.active .page-link{background:#0a3d70;color:#fff;border-color:#0a3d70;font-weight:600}.page-item.disabled .page-link{opacity:.35;cursor:not-allowed;pointer-events:none}.page-link-next,.page-link-prev{min-width:36px;padding:0;font-size:1rem;line-height:1}.page-link-next svg,.page-link-prev svg{width:16px;height:16px;display:block}@media (max-width:575.98px){.page-link{min-width:32px;height:32px;font-size:.8125rem}.pagination-list{gap:.125rem}}.visit-section{position:relative;overflow:hidden;background:#061f38}.visit-swiper{width:100%}.visit-swiper .swiper-wrapper{align-items:stretch}.visit-swiper .swiper-slide{height:auto}.visit-col{display:flex;flex-direction:column;gap:0;height:100%}.visit-photo{position:relative;overflow:hidden;flex:none;aspect-ratio:4/3;width:100%;background:#0d2a47}.visit-photo img{display:block;width:100%;height:100%;object-fit:cover}.visit-photo::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;animation:visitMask 8s ease-in-out infinite;animation-delay:var(--mask-delay,0s)}@keyframes visitMask{0%,4%{opacity:0}12%,50%{opacity:.85}100%,60%{opacity:0}}.visit-intro{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;padding:.25rem;max-width:760px;text-align:center;background:rgba(10,61,112,.72);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(2px)}.visit-intro-box{margin:3rem 4rem}.visit-intro-box h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3.5vw,2.3rem);font-weight:800;color:#fff;letter-spacing:.02em;line-height:1.15}.visit-intro-box p{margin:0;font-size:clamp(.9rem,1.6vw,1.05rem);line-height:1.7;color:rgba(255,255,255,.92)}@media (max-width:991.98px){.visit-intro{max-width:560px}.visit-intro-box{margin:2rem 2.5rem}}@media (max-width:575.98px){.visit-intro{width:86%;max-width:none}.visit-intro-box{margin:1.5rem 1.5rem}}.site-footer{position:relative;background:linear-gradient(135deg,#04182e 0,#0a3d70 45%,#1a5a9e 100%);color:rgba(255,255,255,.82);font-size:.875rem;line-height:1.7}.site-footer::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent)}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.4fr 1fr 1fr;gap:1.5rem;padding:4rem 0 2.5rem}.footer-brand-col{text-align:center;padding:0 .75rem}.footer-brand-col .footer-logo{margin-bottom:1rem}.footer-brand-col .footer-logo img{max-width:90px;height:auto;filter:brightness(1.1)}.footer-desc{font-size:.8rem;color:rgba(255,255,255,.55);margin:0 0 1.25rem;line-height:1.75;max-width:280px;margin-left:auto;margin-right:auto}.footer-social{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.65);text-decoration:none;transition:background .3s ease,color .3s ease,transform .3s ease}.footer-social-link:hover{background:rgba(122,184,232,.25);color:#7bb8e8;transform:translateY(-3px)}.footer-col:not(.footer-brand-col){padding-top:53px}.footer-col:nth-child(4){padding-left:1.5rem}.footer-title{font-size:.9rem;font-weight:700;color:#7bb8e8;margin:0 0 1.1rem;padding-bottom:.6rem;position:relative;letter-spacing:.03em;text-transform:uppercase}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background:rgba(122,184,232,.4);border-radius:1px}.footer-list{list-style:none;margin:0;padding:0}.footer-list li{margin-bottom:.45rem}.footer-link{color:rgba(255,255,255,.65);text-decoration:none;font-size:.83rem;transition:color .3s ease,padding-left .3s ease;display:inline-block;padding-left:0}.footer-link:hover{color:#7bb8e8;padding-left:5px}.footer-contact-list{display:flex;flex-direction:column;gap:.75rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem}.footer-contact-icon{flex-shrink:0;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-top:3px;color:rgba(122,184,232,.7)}.footer-contact-icon svg{display:block}.footer-contact-text{color:rgba(255,255,255,.65);font-size:.83rem;line-height:1.55}.footer-contact-link{color:rgba(255,255,255,.65);text-decoration:none;font-size:.83rem;transition:color .3s ease}.footer-contact-link:hover{color:#7bb8e8}.footer-bottom{padding:1.25rem 0 1.75rem;border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-copyright{margin:0;font-size:.78rem;color:rgba(255,255,255,.4)}.footer-bottom-links{display:flex;align-items:center;gap:.75rem}.footer-bottom-link{font-size:.78rem;color:rgba(255,255,255,.4);text-decoration:none;transition:color .3s ease}.footer-bottom-link:hover{color:#7bb8e8}.footer-bottom-sep{color:rgba(255,255,255,.15);font-size:.7rem}@media (max-width:991.98px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 0 1.5rem}.footer-col:not(.footer-brand-col){padding-top:0}.footer-brand-col{grid-column:1/-1;padding:0 2rem;max-width:480px;margin:0 auto}.footer-brand-col .footer-logo img{max-width:80px}}@media (max-width:575.98px){.footer-grid{grid-template-columns:1fr;gap:1.75rem;padding:2rem 0 1rem}.footer-col:not(.footer-brand-col){display:none}.footer-brand-col{padding:0}.footer-social{gap:.375rem}.footer-social-link{width:34px;height:34px}.footer-bottom-row{flex-direction:column;text-align:center}}.about-intro{position:relative;padding:5rem 0 5.5rem;background:#fff}.about-intro-wrap{margin:0 auto;text-align:center}.about-intro-title{margin:0 0 .15em;font-size:clamp(1.625rem,3.2vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-dark-navy)}.about-intro-body{text-align:left;padding-top:1.5rem}.entry-content p{margin:0 0 1.25em;font-size:1rem;line-height:1.85;color:var(--color-text-primary);letter-spacing:.01em}.entry-content p:last-child{margin-bottom:0}.entry-content p strong{color:var(--color-navy);font-weight:600}.entry-content h2{margin:2em 0 .75em;font-size:1.5rem;font-weight:700;line-height:1.25;color:var(--color-dark-navy)}.entry-content h3{margin:1.5em 0 .5em;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--color-dark-navy)}.entry-content h4{margin:1.25em 0 .5em;font-size:1.1rem;font-weight:600;line-height:1.35;color:var(--color-dark-navy)}.entry-content ol,.entry-content ul{margin:0 0 1.25em;padding-left:1.5em}.entry-content li{margin-bottom:.35em;font-size:1rem;line-height:1.75;color:var(--color-text-primary)}.entry-content li:last-child{margin-bottom:0}@media (min-width:768px){.about-intro{padding:6rem 0 7rem}.entry-content p{font-size:1.0625rem;line-height:1.9}}@media (min-width:992px){.about-intro{padding:7rem 0 8rem}.entry-content p{font-size:1.1rem}}.about-advantages{position:relative;padding:5rem 0;background:var(--color-bg-light)}.about-advantages .section-headline{text-align:center;margin-bottom:3.5rem}.about-advantages .section-headline-title{margin:0 0 .5rem;font-size:clamp(1.375rem,2.6vw,2rem);font-weight:700;line-height:1.25;letter-spacing:-.015em;color:var(--color-dark-navy)}.about-advantages .section-headline-subtitle{margin:0 auto;font-size:1rem;line-height:1.6;color:var(--color-text-secondary);max-width:600px}.advantage-grid{display:grid;grid-template-columns:1fr;gap:2rem}.advantage-card{position:relative;background:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease;will-change:transform;box-shadow:0 2px 12px rgba(0,0,0,.06)}.advantage-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.1)}.advantage-card-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;padding:12px;background:rgba(15,110,181,.08);color:#0f6eb5;border-radius:10px;margin-bottom:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.advantage-card:hover .advantage-card-icon{background:#0f6eb5;color:#fff;transform:scale(1.05)}.advantage-card-title{margin:0 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--color-dark-navy);letter-spacing:-.01em}.advantage-card-text{margin:0;font-size:.9375rem;line-height:1.75;color:var(--color-text-secondary);flex:1}@media (min-width:576px){.advantage-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.about-advantages{padding:6rem 0}.advantage-grid{grid-template-columns:repeat(4,1fr)}}.pd-gallery-section{padding:2rem 0 0;background:#fff}.pd-breadcrumb{margin-bottom:1.5rem}.pd-breadcrumb>ul{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.pd-breadcrumb>ul>li{font-size:.8125rem;color:#6b7a8a}.pd-breadcrumb>ul>li+li::before{content:"/";padding:0 .375rem;color:#ccc}.pd-breadcrumb>ul>li a{color:#6b7a8a;text-decoration:none;transition:color .2s ease}.pd-breadcrumb>ul>li a:hover{color:var(--color-navy)}.pd-breadcrumb>ul>li.active{color:var(--color-ink);font-weight:500}.pd-gallery-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:992px){.pd-gallery-layout{grid-template-columns:1fr 1fr;gap:3rem}}.pd-gallery-left{position:relative;min-width:0}.pd-gallery-main{position:relative;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.05)}.pd-gallery-slide{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.pd-gallery-slide img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s ease}.pd-gallery-slide:hover img{transform:scale(1.04)}.pd-gallery-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .75rem;pointer-events:none;z-index:10}.pd-gallery-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.08);color:var(--color-ink);cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:auto;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.08)}.pd-gallery-btn:hover{background:#fff;color:var(--color-navy);border-color:var(--color-navy);transform:scale(1.08);box-shadow:0 4px 16px rgba(15,110,181,.15)}.pd-gallery-btn svg{width:20px;height:20px}.pd-gallery-thumbs{margin-top:.75rem;padding:0 0}.pd-gallery-thumbs .swiper-slide{width:auto;height:auto}.pd-thumb-slide{width:80px;height:80px;border-radius:10px;overflow:hidden;background:#fff;border:2px solid transparent;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;padding:.5rem}.pd-thumb-slide img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.pd-thumb-slide:hover{border-color:rgba(15,110,181,.3)}.pd-thumb-slide:hover img{transform:scale(1.06)}.pd-gallery-thumbs .swiper-slide-thumb-active .pd-thumb-slide{border-color:var(--color-navy);box-shadow:0 2px 12px rgba(15,110,181,.15)}.pd-gallery-right{min-width:0}.pd-info-card{background:#fff;padding:0;display:flex;flex-direction:column;gap:1.25rem}.pd-info-badge{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.3rem .75rem;border-radius:4px;width:fit-content;line-height:1.5}.pd-info-badge.badge-flagship{color:#8a5a2a;background:rgba(138,90,42,.08)}.pd-info-title{font-size:2rem;font-weight:800;color:#000;margin:0;line-height:1.15;letter-spacing:-.02em}.pd-info-subtitle{font-size:1rem;color:var(--color-steel);margin:-.5rem 0 0;line-height:1.4;font-weight:400}.pd-info-desc{font-size:.9375rem;color:#5a6a7a;line-height:1.7;margin:0}.pd-info-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1.25rem 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.pd-info-spec{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;background:#f8f9fa;border-radius:8px}.pd-info-spec-icon{width:32px;height:32px;border-radius:8px;background:rgba(15,110,181,.08);color:var(--color-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-info-spec-icon svg{width:16px;height:16px}.pd-info-spec-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#aaa;display:block;line-height:1.2}.pd-info-spec-value{font-size:.8125rem;font-weight:600;color:#333;display:block;line-height:1.3}.pd-info-actions{display:flex;flex-wrap:wrap;gap:.75rem}.pd-info-btn{flex:1;min-width:160px;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem}.pd-info-meta{display:flex;flex-wrap:wrap;gap:1rem;padding-top:.5rem}.pd-info-meta-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#5a6a7a}.pd-info-meta-item svg{width:14px;height:14px;color:#2a7d4a;flex-shrink:0}@media (max-width:991px){.pd-gallery-section{padding:1.5rem 0 0}.pd-info-title{font-size:1.5rem}.pd-info-specs{grid-template-columns:repeat(2,1fr)}.pd-info-actions{flex-direction:column}.pd-info-btn{min-width:0}}@media (max-width:575px){.pd-gallery-slide{padding:1rem}.pd-thumb-slide{width:60px;height:60px;padding:.375rem}.pd-info-specs{grid-template-columns:1fr 1fr;gap:.5rem}}.pd-detail-section{padding:3.5rem 0;background:#fff}@media (min-width:992px){.pd-detail-section{padding:4.5rem 0}}.pd-detail-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media (min-width:992px){.pd-detail-layout{grid-template-columns:280px 1fr;gap:3.5rem}}.pd-detail-content{min-width:0}.pd-detail-content h2{font-size:1.625rem;font-weight:700;color:var(--color-dark-navy);margin:0 0 1rem;letter-spacing:-.01em}.pd-detail-content h3{font-size:1.25rem;font-weight:700;color:var(--color-dark-navy);margin:2rem 0 .75rem}.pd-detail-content p{font-size:.9375rem;line-height:1.8;color:var(--color-text-secondary);margin:0 0 1rem}.pd-detail-content ul{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.625rem}.pd-detail-content ul li{position:relative;padding-left:1.5rem;font-size:.9375rem;line-height:1.7;color:var(--color-text-secondary)}.pd-detail-content ul li::before{content:"";position:absolute;left:0;top:.6em;width:.5rem;height:.5rem;border-radius:50%;background:var(--color-gold)}.pd-detail-content table{width:100%;border-collapse:collapse;margin:1rem 0 0}.pd-detail-content table td{border:1px solid var(--color-border);padding:.625rem .875rem;font-size:.875rem;vertical-align:top}.pd-detail-content table td:first-child{font-weight:600;color:var(--color-dark-navy);background:var(--color-bg-light);width:40%}.pd-detail-content table tr:nth-child(even) td{background:#fff}.pd-inquiry-section{padding:3.5rem 0;background:var(--color-bg-light)}@media (min-width:992px){.pd-inquiry-section{padding:5rem 0}}.pd-inquiry-inner{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:992px){.pd-inquiry-inner{grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start}}.pd-inquiry-title{margin:0 0 .75rem;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:700;color:var(--color-dark-navy);letter-spacing:-.01em}.pd-inquiry-desc{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.75;color:var(--color-text-secondary)}.pd-inquiry-contacts{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.pd-inquiry-contacts li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.pd-inquiry-contacts svg{flex-shrink:0;margin-top:.2em;color:var(--color-navy)}.pd-inquiry-contacts span{min-width:0}.aipress-form-wrapper{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow-lg,0 8px 30px rgba(0,0,0,.08))}@media (min-width:576px){.aipress-form-wrapper{padding:2rem}}.pd-form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:576px){.pd-form-row{grid-template-columns:1fr 1fr}}.pd-form-group{margin-bottom:1rem}.pd-form-row>.pd-form-group-full{grid-column:1/-1}.pd-form-label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-dark-navy);margin-bottom:.375rem}.pd-form-input-wrap{position:relative;display:flex;align-items:center}.pd-form-input-wrap>svg{position:absolute;left:.875rem;color:var(--color-steel);pointer-events:none;z-index:1}.pd-form-textarea-wrap>svg{align-self:flex-start;top:.875rem}.pd-form-input{width:100%;min-height:48px;padding:.625rem .875rem .625rem 2.5rem;border:1px solid var(--color-border);border-radius:.5rem;background:#fff;font-size:.9375rem;color:var(--color-text-primary);transition:border-color .2s ease,box-shadow .2s ease}.pd-form-input::placeholder{color:var(--color-steel)}.pd-form-input:focus{outline:0;border-color:var(--color-navy);box-shadow:0 0 0 3px rgba(10,61,112,.12)}.pd-form-select{appearance:none;-webkit-appearance:none;background-image:none;padding-right:2.5rem}.pd-form-textarea{resize:vertical;line-height:1.6}.pd-form-submit{min-height:48px;width:100%;justify-content:center;margin-top:.5rem;border:none}.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}.aipress-hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}.pd-form-input.is-invalid{border-color:var(--color-red,#c62828);box-shadow:0 0 0 3px rgba(198,40,40,.12)}.pd-form-input.is-invalid:focus{border-color:var(--color-red,#c62828);box-shadow:0 0 0 3px rgba(198,40,40,.12)}.aipress-form-submitting button[type=submit]{opacity:.7;cursor:not-allowed;pointer-events:none}.aipress-form-message{margin-top:.875rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.5;text-align:center}.aipress-form-message--error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.aipress-form-message--success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.pd-recommended-section{padding:3.5rem 0 5rem;background:#fff}@media (min-width:992px){.pd-recommended-section{padding:5rem 0 6rem}}.text-center{text-align:center}.pd-recommended-section .section-headline{margin-bottom:2.5rem}.pd-recommended-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:576px){.pd-recommended-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:992px){.pd-recommended-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.pd-recommended-grid .product-card{display:flex;flex-direction:column;overflow:hidden;background:var(--color-white);border:1px solid rgba(10,37,64,.07);border-radius:.75rem;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);position:relative}.contact-info{padding:4rem 0 2.5rem;background:#fff}.contact-info-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.contact-info-grid{grid-template-columns:1fr 1fr}}@media (min-width:1200px){.contact-info-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.contact-info-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:1.75rem 1.5rem;text-align:center;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;box-shadow:0 2px 12px rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column;align-items:center}.contact-info-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.1);border-color:rgba(10,61,112,.2)}.contact-info-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-navy-light-rgb,26,115,184),.12);color:var(--color-navy);margin-bottom:1rem;transition:background .35s ease,color .35s ease,transform .35s ease}.contact-info-card:hover .contact-info-icon{background:var(--color-navy);color:#fff;transform:scale(1.05)}.contact-info-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--color-dark-navy)}.contact-info-text{margin:0;font-size:.875rem;line-height:1.6;color:var(--color-text-secondary)}.contact-section{padding:2.5rem 0 4rem;background:#f4f6f8}.contact-section-wrap{display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}@media (min-width:992px){.contact-section-wrap{grid-template-columns:1.6fr 1fr;gap:2.5rem}}.contact-headline{margin-bottom:2.25rem;max-width:640px}.contact-headline .section-headline-title{margin:0 0 .5rem;font-size:clamp(1.625rem,2.75vw,2.25rem);font-weight:600;line-height:1.2;letter-spacing:-.015em;color:var(--color-dark-navy)}.contact-headline .section-headline-subtitle{margin:0;font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.contact-form-col .aipress-form-wrapper{padding:1.5rem;height:100%}@media (min-width:576px){.contact-form-col .aipress-form-wrapper{padding:2rem}}.contact-side-col{display:flex;flex-direction:column;gap:1.5rem;height:100%}.contact-side-col>.contact-side-card:first-child{flex:1;display:flex;flex-direction:column}.contact-side-card{background:#fff;border-radius:14px;padding:1.75rem 1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px rgba(0,0,0,.05)}.contact-side-title{margin:0 0 1rem;font-size:1.0625rem;font-weight:600;color:var(--color-dark-navy)}.contact-side-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem;flex:1;justify-content:flex-start}.contact-side-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.5;color:var(--color-text-secondary)}.contact-side-list li svg{color:var(--color-navy-light);flex-shrink:0;margin-top:.125rem}.contact-side-cta{background:var(--color-navy);border-radius:14px;padding:1.75rem 1.5rem;color:#fff;margin-top:auto}.contact-side-cta .contact-side-title{color:#fff}.contact-side-text{margin:0 0 1.25rem;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.8)}.contact-side-cta .btn{display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;background:0 0;color:#fff;border:1.5px solid rgba(255,255,255,.35);border-radius:60px;padding:.75rem 1.5rem;font-weight:500;font-size:.9375rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-side-cta .btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);transform:translateY(-2px)}.aipress-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none;border:0;padding:0;margin:0}.pd-recommended-grid .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg,0 8px 30px rgba(0,0,0,.12))}.pd-recommended-grid .product-card-img{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--color-bg-light);display:flex;align-items:center;justify-content:center}.pd-recommended-grid .product-card-img img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.pd-recommended-grid .product-card:hover .product-card-img img{transform:scale(1.05)}.pd-recommended-grid .product-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.pd-recommended-grid .product-card-head{display:flex;align-items:center;gap:.5rem}.pd-recommended-grid .product-card-badge{position:absolute;top:.5rem;left:.5rem;z-index:2;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:var(--color-navy);padding:.25rem .625rem;border-radius:4px;white-space:nowrap;line-height:1.4;pointer-events:none}.pd-recommended-grid .product-card-title{margin:0;font-size:1rem;font-weight:700;line-height:1.35;color:var(--color-dark-navy)}.pd-recommended-grid .product-card-title a{color:inherit;text-decoration:none}.pd-recommended-grid .product-card-title a:hover{color:var(--color-navy)}.pd-recommended-grid .product-card-desc{margin:0;font-size:.875rem;line-height:1.6;color:var(--color-text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pd-recommended-grid .pspec{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.3rem 0;border-top:1px solid rgba(10,37,64,.06)}.pd-recommended-grid .pspec:first-child{margin-top:.5rem}.pd-recommended-grid .pspec-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-steel);opacity:.7}.pd-recommended-grid .pspec-value{font-size:.8125rem;font-weight:600;color:var(--color-dark-navy);font-variant-numeric:tabular-nums}.ba-section{padding:3rem 0 5rem;background:#fff}.ba-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:992px){.ba-layout{grid-template-columns:1fr 300px}}.ba-main{min-width:0}.ba-breadcrumb{margin-bottom:2rem}.ba-breadcrumb>ul{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.ba-breadcrumb>ul>li{font-size:.8125rem;color:#6b7a8a}.ba-breadcrumb>ul>li+li::before{content:"/";padding:0 .375rem;color:#ccc}.ba-breadcrumb>ul>li a{color:#6b7a8a;text-decoration:none;transition:color .2s ease}.ba-breadcrumb>ul>li a:hover{color:var(--color-navy)}.ba-breadcrumb>ul>li.active{color:var(--color-ink);font-weight:500}.ba-header{margin-bottom:2rem}.ba-category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold);padding:.35rem .85rem;border:1px solid rgba(200,160,98,.25);border-radius:60px;margin-bottom:1rem}.ba-title{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:var(--color-dark-navy);margin:0 0 1.25rem}.ba-meta{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.06)}.ba-meta-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#6b7a8a;line-height:1.4}.ba-meta-item svg{flex-shrink:0;color:var(--color-gold)}.ba-featured-img{position:relative;width:100%;border-radius:16px;overflow:hidden;margin-bottom:2.5rem;aspect-ratio:16/9;background:#f0f2f5}.ba-featured-img img{width:100%;height:100%;object-fit:cover;display:block}.ba-content{--content-max-width:100%}.pd-detail-content.ba-content h2{font-size:1.5rem;margin-top:3rem}.pd-detail-content.ba-content h2:first-child{margin-top:0}.pd-detail-content.ba-content h3{font-size:1.125rem;margin-top:2.5rem}.pd-detail-content.ba-content p{font-size:1rem;line-height:1.85;color:#3a4a5a}.pd-detail-content.ba-content strong{color:var(--color-dark-navy);font-weight:600}.pd-detail-content.ba-content ul{margin-bottom:2rem}.pd-detail-content.ba-content ul li{font-size:.9375rem;color:#3a4a5a;line-height:1.65}.pd-detail-content blockquote{margin:2.5rem 0;padding:2rem 2rem 2rem 3rem;background:linear-gradient(135deg,#f8f6f4 0,#f5f0ec 100%);border-radius:14px;border-left:4px solid var(--color-gold);position:relative}.pd-detail-content blockquote p{font-size:1.0625rem;font-style:italic;color:#3a4a5a;line-height:1.8;margin:0 0 .75rem}.pd-detail-content blockquote cite{display:block;font-size:.8125rem;font-weight:600;color:var(--color-gold);font-style:normal;letter-spacing:.02em}.ba-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.ba-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ba-tags-label{font-size:.8125rem;font-weight:600;color:var(--color-dark-navy)}.ba-tags a{display:inline-flex;align-items:center;padding:.35rem .85rem;font-size:.75rem;font-weight:500;color:#5a6a7a;background:#f0f2f5;border-radius:60px;text-decoration:none;transition:all .25s ease}.ba-tags a:hover{background:var(--color-navy);color:#fff}.ba-share{display:flex;align-items:center;gap:.5rem}.ba-share-label{font-size:.8125rem;font-weight:600;color:var(--color-dark-navy)}.ba-share-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f0f2f5;color:#5a6a7a;text-decoration:none;transition:all .25s ease}.ba-share-link:hover{background:var(--color-navy);color:#fff;transform:translateY(-2px)}.ba-nav-links{margin-top:2.5rem}.ba-nav-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-navy);text-decoration:none;transition:all .25s ease}.ba-nav-link:hover{color:var(--color-gold);gap:.75rem}.ba-sidebar{display:flex;flex-direction:column;gap:2rem}.ba-sidebar-card{background:#f8f9fa;border-radius:14px;padding:1.5rem;border:1px solid rgba(0,0,0,.04)}.ba-sidebar-title{font-size:1rem;font-weight:700;color:var(--color-dark-navy);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-navy)}.ba-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.ba-sidebar-list li{border-bottom:1px solid rgba(0,0,0,.04)}.ba-sidebar-list li:last-child{border-bottom:none}.ba-sidebar-list a{display:block;padding:.75rem 0;text-decoration:none;transition:all .2s ease}.ba-sidebar-list a:hover{padding-left:.5rem}.ba-sidebar-post-title{display:block;font-size:.8125rem;font-weight:600;color:var(--color-dark-navy);line-height:1.45;margin-bottom:.25rem;transition:color .2s ease}.ba-sidebar-list a:hover .ba-sidebar-post-title{color:var(--color-gold)}.ba-sidebar-post-date{display:block;font-size:.6875rem;color:#9aa6b5}.ba-related{background:#f8f9fa;padding:4rem 0}.ba-related .section-header{text-align:center;margin-bottom:2.5rem}.ba-related .section-header h2{font-size:1.75rem;font-weight:700;color:var(--color-dark-navy);margin:0;letter-spacing:-.02em}@media (max-width:991px){.ba-section{padding:2rem 0 3rem}.ba-footer{flex-direction:column;align-items:flex-start}.ba-meta{gap:1rem}}@media (max-width:575px){.ba-section{padding:1.5rem 0 2.5rem}.ba-title{font-size:1.25rem}.ba-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.ba-header{margin-bottom:1.5rem}.ba-featured-img{border-radius:10px;margin-bottom:1.5rem}.pd-detail-content blockquote{padding:1.25rem 1.25rem 1.25rem 1.5rem;margin:1.5rem 0}.pd-detail-content blockquote p{font-size:.9375rem}.ba-related{padding:2.5rem 0}.ba-related .section-header h2{font-size:1.375rem}}.float-widget{position:fixed;right:20px;top:50%;transform:translateY(calc(-50% + 20px));z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s}.float-widget.show{opacity:1;visibility:visible;transform:translateY(-50%)}.float-panel{position:relative;display:flex;flex-direction:column;gap:4px;padding:6px;background:rgba(255,255,255,.72);border:1px solid rgba(10,61,112,.1);border-radius:18px;box-shadow:0 10px 34px rgba(6,31,56,.14),0 2px 8px rgba(6,31,56,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.float-item{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:0 0;color:var(--color-navy);border-radius:12px;cursor:pointer;transition:background .3s ease,color .3s ease}.float-item:hover{background:rgba(10,61,112,.08);color:var(--color-navy-dark)}.float-icon{flex-shrink:0;color:var(--color-navy);transition:transform .3s ease,color .3s ease}.float-item:hover .float-icon{color:var(--color-navy-dark);transform:translateY(-1px)}.float-pop{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%) translateX(6px);min-width:220px;padding:10px;background:rgba(255,255,255,.95);border:1px solid rgba(10,61,112,.1);border-radius:14px;box-shadow:0 14px 40px rgba(6,31,56,.18),0 2px 8px rgba(6,31,56,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,transform .3s ease,visibility .3s}.float-pop::after{content:"";position:absolute;right:-6px;top:50%;margin-top:-6px;border:6px solid transparent;border-left-color:rgba(255,255,255,.95)}.float-item.open .float-pop,.float-item:hover .float-pop{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) translateX(0)}.float-pop-title{margin:0 0 6px;padding-bottom:8px;border-bottom:1px solid rgba(10,61,112,.08);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary)}.float-pop-close{display:none}.float-pop-link{display:block;padding:8px 6px;border-radius:8px;font-size:.8125rem;font-weight:600;color:var(--color-navy);text-decoration:none;transition:background .25s ease,color .25s ease}.float-pop-link+.float-pop-link{margin-top:2px}.float-pop-link:hover{background:rgba(10,61,112,.08);color:var(--color-navy-dark)}.float-pop-img{display:block;width:100%;height:auto;border-radius:10px;box-shadow:0 2px 10px rgba(6,31,56,.1)}.float-pop-hint{margin:10px 0 2px;font-size:.75rem;color:var(--color-text-secondary);text-align:center}.float-item-top{color:var(--color-navy)}.float-item-top:hover{background:rgba(10,61,112,.08);color:var(--color-navy-dark)}@media (max-width:767.98px){body{padding-bottom:62px}.float-widget{left:0;right:0;bottom:0;top:auto;width:100%;transform:none}.float-widget.show{transform:none}.float-panel{width:100%;flex-direction:row;justify-content:space-between;gap:0;padding:6px 8px;border-left:none;border-right:none;border-bottom:none;border-radius:0;background:rgba(255,255,255,.75)}.float-item{flex:1;width:auto;height:46px}.float-panel{backdrop-filter:none;-webkit-backdrop-filter:none}.float-pop{position:fixed;left:0;right:0;top:auto;bottom:60px;width:100%;min-width:0;margin:0;padding:20px;max-height:calc(100vh - 84px);overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;text-align:left;background:rgba(255,255,255,.97);border:none;border-top:1px solid rgba(10,61,112,.1);border-radius:0;transform:none;z-index:20}.float-item.open .float-pop,.float-item:hover .float-pop{transform:none}.float-pop::after{display:none}.float-pop-close{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:rgba(10,61,112,.06);color:var(--color-navy);cursor:pointer;transition:background .3s ease,color .3s ease}.float-pop-close:hover{background:var(--color-navy);color:#fff}.float-pop-title{font-size:.875rem}.float-pop-link{padding:14px 6px;font-size:1rem}.float-pop-link+.float-pop-link{border-top:1px solid rgba(10,61,112,.06)}.float-pop-img{width:200px;margin:0 auto}.float-pop-hint{text-align:center}}