.swiper-wrapper{list-style:none;padding:0;margin:0}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:5;cursor:pointer;user-select:none;display:flex;align-items:center;justify-content:center}.swiper-button-prev{left:20px}.swiper-button-next{right:20px}.swiper-button-next::after,.swiper-button-prev::after{content:"";display:block;width:22px;height:22px;background-color:currentColor;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.swiper-button-prev::after{-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E")}.swiper-button-next::after{-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")}.swiper-button-disabled{opacity:0.35;pointer-events:none}.swiper-pagination{position:absolute;left:0;right:0;text-align:center;z-index:5}.swiper-pagination-bullet{display:inline-block;margin:0 5px;cursor:pointer}.hero-carousel{position:relative;overflow:hidden}.hero-carousel>.swiper-wrapper{position:relative;width:100%;height:100%}.hero-carousel>.swiper-wrapper>.swiper-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity 1.4s ease;pointer-events:none}.hero-carousel>.swiper-wrapper>.swiper-slide.is-active{opacity:1;z-index:1;pointer-events:auto}.sector-slider{overflow:visible}.sector-slider .swiper-wrapper{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:20px;padding-bottom:4px;cursor:grab}.sector-slider .swiper-wrapper::-webkit-scrollbar{display:none}.sector-slider .swiper-wrapper.is-dragging{cursor:grabbing;scroll-snap-type:none}.sector-slider .swiper-slide{flex:0 0 auto;width:calc((100% - 20px * 2) / 3.5);scroll-snap-align:start}@media (max-width:1199px){.sector-slider .swiper-slide{width:calc((100% - 20px) / 2.5)}}@media (max-width:991px){.sector-slider .swiper-wrapper{gap:20px}.sector-slider .swiper-slide{width:calc((100% - 20px) / 2.2)}}@media (max-width:767px){.sector-slider .swiper-wrapper{gap:15px}.sector-slider .swiper-slide{width:calc(100% / 1.5 - 7px)}}@media (max-width:575px){.sector-slider .swiper-slide{width:calc(100% / 1.2 - 7px)}}.brand-slider{overflow:hidden}.brand-slider .swiper-wrapper{display:flex;width:max-content;gap:45px;animation:brand-marquee 40s linear infinite}.brand-slider .swiper-slide{flex:0 0 auto}.brand-slider:hover .swiper-wrapper{animation-play-state:paused}@keyframes brand-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}[data-cue="slideInUp"]{opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease;transition-delay:var(--cue-delay,0ms);will-change:opacity,transform}[data-cue="slideInUp"].cue-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){[data-cue]{opacity:1 !important;transform:none !important;transition:none !important}.brand-slider .swiper-wrapper{animation:none !important}}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.92);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.25s ease,visibility 0.25s ease}.lightbox.is-open{opacity:1;visibility:visible}.lightbox__stage{position:relative;max-width:92vw;max-height:88vh;display:flex;align-items:center;justify-content:center}.lightbox__img{max-width:92vw;max-height:88vh;width:auto;height:auto;display:block;box-shadow:0 20px 60px rgba(0,0,0,0.6);border-radius:4px;transition:opacity 0.2s ease}.lightbox__img.is-loading{opacity:0}.lightbox__btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:0;background:rgba(255,255,255,0.15);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s ease}.lightbox__btn:hover{background:rgba(255,255,255,0.3)}.lightbox__btn--prev{left:16px}.lightbox__btn--next{right:16px}.lightbox__btn--close{top:20px;right:20px;transform:none;width:40px;height:40px}.lightbox__btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.lightbox__counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,0.7);font-size:14px;font-weight:500}@media (max-width:575px){.lightbox__btn--prev{left:8px}.lightbox__btn--next{right:8px}.lightbox__btn{width:40px;height:40px}}body.lightbox-open{overflow:hidden}