.hero-slider-centered{position:relative;width:100%;overflow:hidden;background:radial-gradient(ellipse 85.55% 46.64% at 51.77% 72.15%,#0487c8 0,#000 100%);display:flex;align-items:center;justify-content:flex-start}.hero-slider-centered.onezero{background-image:url(/images/air-services/background_101.png)!important}.hero-slider-centered.onezero .hero-slider-centered-container{height:480px}.hero-slider-centered.onezero .hero-slider-centered-container .hero-visual-centered{display:none}.hero-slider-centered.onezero .hero-content-centered{min-height:480px}.hero-slider-centered.no-image .hero-slider-centered-container{height:480px}.hero-slider-centered.no-image .hero-content-centered{min-height:480px}.hero-slider-centered.no-image .hero-slider-centered-container .hero-visual-centered{display:none}.hero-slider-centered-container{position:relative;width:100%;height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem 0}.hero-slider-centered-content{width:100%;max-width:1200px;margin:0 auto;z-index:2}.hero-content-centered{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3rem;min-height:80vh;justify-content:center}.hero-text-centered{color:#fff;animation:fadeInUp .8s ease-out;max-width:1200px;margin:0 auto}.hero-category-centered{font-size:1.125rem;font-weight:500;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;animation:fadeInUp .8s ease-out .1s both}.hero-title-centered{font-size:3.5rem}.hero-subtitle-centered,.hero-title-centered{font-weight:400;line-height:1.1;margin-bottom:2rem;color:#fff;animation:fadeInUp .8s ease-out .2s both}.hero-subtitle-centered{font-size:1.25rem}.hero-description-centered{font-size:1.25rem;line-height:1.6;color:hsla(0,0%,100%,.9);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .3s both}.hero-actions-centered{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:fadeInUp .8s ease-out .4s both}.hero-cta-primary-centered{display:inline-block;padding:1rem 2rem;background:#fff;color:#1e90ff;text-decoration:none;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2);font-size:1.125rem;transform:translateY(0)}.hero-cta-primary-centered:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3);background:#f8f9fa;color:#06c}.hero-cta-secondary-centered{display:inline-block;padding:1rem 2rem;background:transparent;color:#fff;text-decoration:none;font-weight:600;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;transition:all .3s ease;font-size:1.125rem}.hero-cta-secondary-centered:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.6);transform:translateY(-2px)}.hero-visual-centered{width:100%;display:flex;justify-content:center;animation:fadeInUp .8s ease-out .5s both}.hero-image-wrapper-centered{width:100%;max-width:1000px;overflow:hidden}.hero-image-centered{width:100%;height:auto;display:block;transition:transform .3s ease}.hero-placeholder-centered{width:100%;max-width:900px;height:500px;background:hsla(0,0%,100%,.1);border-radius:20px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.hero-placeholder-content-centered{color:hsla(0,0%,100%,.6);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-placeholder-content-centered p{margin:0;font-size:1.125rem;font-weight:500}.hero-nav-arrow-centered{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.15);border:none;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);z-index:3;border:1px solid hsla(0,0%,100%,.2)}.hero-nav-arrow-centered:hover{background:hsla(0,0%,100%,.25);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 25px rgba(0,0,0,.3)}.hero-nav-prev-centered{left:2rem}.hero-nav-next-centered{right:2rem}.hero-dots-container-centered{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3}.hero-dots-centered{display:flex;gap:.75rem;padding:1rem 1.5rem;background:hsla(0,0%,100%,.1);border-radius:50px;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.hero-dot-centered{width:14px;height:14px;border-radius:50%;border:none;background:hsla(0,0%,100%,.4);cursor:pointer;transition:all .3s ease;position:relative}.hero-dot-centered:hover{background:hsla(0,0%,100%,.7);transform:scale(1.2)}.hero-dot-centered.active{background:#fff;transform:scale(1.4);box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.hero-progress-container-centered{position:absolute;bottom:0;left:0;width:100%;height:4px;background:hsla(0,0%,100%,.2);z-index:3}.hero-progress-bar-centered{height:100%;background:linear-gradient(90deg,#fff,#1e90ff);width:0;animation:progressBarCentered linear;border-radius:2px}@keyframes progressBarCentered{0%{width:0}to{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title-centered{font-size:3.5rem}.hero-image-wrapper-centered{max-width:800px}}@media (max-width:768px){.hero-title-centered{font-size:2.8rem}.hero-description-centered{font-size:1.125rem}.hero-nav-arrow-centered{width:50px;height:50px}.hero-nav-prev-centered{left:1rem}.hero-nav-next-centered{right:1rem}.hero-content-centered{gap:2rem;justify-content:flex-start;max-height:80vh}.hero-image-wrapper-centered{transform:none;max-width:95%;padding:.75rem}.hero-actions-centered{gap:1rem}}@media (max-width:480px){.hero-title-centered{font-size:2.2rem}.hero-description-centered{font-size:1rem}.hero-cta-primary-centered,.hero-cta-secondary-centered{padding:.75rem 1.5rem;font-size:1rem}.hero-nav-arrow-centered{width:40px;height:40px}.hero-dots-centered{gap:.5rem;padding:.75rem 1rem}.hero-dot-centered{width:10px;height:10px}.hero-image-wrapper-centered{padding:.5rem}}@media (prefers-color-scheme:dark){.hero-slider-centered{background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e)}}@media (prefers-reduced-motion:reduce){.hero-slider-centered *,.hero-slider-centered :after,.hero-slider-centered :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.hero-dots-centered,.hero-nav-arrow-centered{background:hsla(0,0%,100%,.9);color:#000}.hero-cta-primary-centered{border:2px solid #000}.hero-cta-secondary-centered{border:2px solid #fff}}