.global-hero{position:relative;width:100%;min-height:calc(100vh - 116px);margin-top:116px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#070b14;isolation:isolate;box-sizing:border-box;padding:72px 24px;font-family:Poppins,sans-serif}.global-hero-bg{position:absolute;inset:0;z-index:1;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transform:scale(1.03);transition:opacity .9s ease,transform 6s ease}.global-hero-bg.active{opacity:1;transform:scale(1)}.global-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(7,11,20,.42),rgba(7,11,20,.56) 50%,rgba(7,11,20,.8)),radial-gradient(circle at center,rgba(232,49,42,.1),transparent 58%)}.global-hero-content{position:relative;z-index:5;width:min(880px,100%);margin:0 auto;text-align:center;animation:globalHeroFadeUp .65s ease both}.global-hero-eyebrow{margin:0 0 16px;font-size:10px;letter-spacing:4px;color:#ef4444;text-transform:uppercase}.global-hero-eyebrow,.global-hero-title{font-family:Poppins,sans-serif;font-weight:900}.global-hero-title{margin:0 0 20px;font-size:clamp(34px,4vw,56px);line-height:1.13;letter-spacing:-1.4px;color:#fff;text-shadow:0 14px 40px rgba(0,0,0,.65)}.global-hero-desc{max-width:720px;margin:0 auto 30px;font-family:Poppins,sans-serif;font-size:clamp(14px,1.05vw,16px);font-weight:400;line-height:1.75;color:hsla(0,0%,100%,.88);text-shadow:0 10px 28px rgba(0,0,0,.55)}.global-hero-actions{display:flex;gap:24px;flex-wrap:wrap}.global-hero-actions,.global-hero-btn{align-items:center;justify-content:center}.global-hero-btn{min-width:165px;height:50px;padding:0 28px;border-radius:8px;background:#e8312a;color:#fff;display:inline-flex;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:800;text-decoration:none;box-shadow:0 18px 42px rgba(232,49,42,.32);transition:all .25s ease}.global-hero-btn:hover{background:#cf2923;transform:translateY(-3px)}.global-hero-link{position:relative;color:#fff;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:800;text-decoration:none;padding-bottom:7px;transition:color .25s ease}.global-hero-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#e8312a}.global-hero-link:hover{color:#ef4444}.global-hero-dots{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:34px}.global-hero-dots button{width:8px;height:8px;border-radius:999px;border:none;background:hsla(0,0%,100%,.45);cursor:pointer;padding:0;transition:all .25s ease}.global-hero-dots button.active{width:34px;background:#e8312a}@keyframes globalHeroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.global-hero{min-height:calc(100vh - 92px);margin-top:92px;padding:78px 20px 62px}.global-hero-overlay{background:linear-gradient(180deg,rgba(7,11,20,.58),rgba(7,11,20,.68) 50%,rgba(7,11,20,.86))}.global-hero-eyebrow{font-size:9px;letter-spacing:3px}.global-hero-title{font-size:clamp(30px,9vw,44px);letter-spacing:-1px}.global-hero-desc{font-size:14px}.global-hero-actions{flex-direction:column;gap:16px}.global-hero-btn{width:100%}}.product-banner-slider-section{width:100%;background:#fff;padding:0;overflow:hidden}.product-banner-slider{width:100%;height:620px;max-height:calc(100vh - 120px);min-height:520px;margin:0 auto;position:relative;overflow:hidden;background:#fff}.product-banner-slide{width:100%;height:100%;display:none;animation:bannerFade .7s ease-in-out;background:#fff}.product-banner-slide.active{display:flex;align-items:center;justify-content:center}.product-banner-slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;background:#fff}.product-banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:none;border-radius:50%;background:rgba(232,49,42,.92);color:#fff;font-size:34px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;transition:all .25s ease}.product-banner-arrow:hover{background:#c90000;transform:translateY(-50%) scale(1.05)}.product-banner-arrow.left{left:24px}.product-banner-arrow.right{right:24px}.product-banner-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;z-index:6}.product-banner-dots button{width:24px;height:5px;border:none;border-radius:20px;background:rgba(0,0,0,.18);cursor:pointer;transition:all .25s ease}.product-banner-dots button.active{width:42px;background:#e8312a}@keyframes bannerFade{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}@media (max-width:1400px){.product-banner-slider{height:580px;min-height:500px}}@media (max-width:1200px){.product-banner-slider{height:540px;min-height:460px}}@media (max-width:992px){.product-banner-slider{height:460px;min-height:400px}.product-banner-arrow{width:40px;height:40px;font-size:30px}}@media (max-width:768px){.product-banner-slider{height:360px;min-height:320px}.product-banner-arrow{width:36px;height:36px;font-size:26px}.product-banner-arrow.left{left:12px}.product-banner-arrow.right{right:12px}.product-banner-dots{bottom:12px}.product-banner-dots button{width:16px;height:4px}.product-banner-dots button.active{width:28px}}@media (max-width:480px){.product-banner-slider{height:260px;min-height:240px}.product-banner-arrow{width:30px;height:30px;font-size:22px}}