.hero-carousel{height:600px;position:relative;overflow:hidden}.hero-slide{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.hero-slide.active{opacity:1;pointer-events:all}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-wrapper{z-index:2;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-split-layout{gap:var(--spacing-xl);grid-template-columns:1fr 1fr;align-items:center;min-height:400px;display:grid}.hero-text-section{color:var(--color-white);padding-right:var(--spacing-lg)}.hero-subtitle{color:var(--color-white);text-transform:uppercase;letter-spacing:1px;opacity:.95;margin-bottom:.5rem;font-size:1rem;font-weight:500}.hero-title{margin-bottom:var(--spacing-md);color:var(--color-white);font-size:3rem;font-weight:700;line-height:1.1}.hero-description{margin-bottom:var(--spacing-lg);opacity:.95;color:var(--color-white);font-size:1.1rem;line-height:1.6}.hero-btn{padding:.875rem 2rem;font-size:1rem;display:inline-block}.hero-product-section{justify-content:center;align-items:center;height:100%;display:flex}.hero-product-image{width:100%;max-width:600px;height:500px;position:relative}.hero-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-white);cursor:pointer;z-index:3;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.hero-arrow-left{left:2rem}.hero-arrow-right{right:2rem}.hero-dots{z-index:3;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#fff6;border:2px solid #fff9;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.hero-dot:hover{background:#fff9;transform:scale(1.2)}.hero-dot.active{background:var(--color-white);border-color:var(--color-white);transform:scale(1.3)}@media (max-width:1024px){.hero-carousel{height:550px}.hero-title{font-size:2.5rem}.hero-product-image{height:400px}}@media (max-width:768px){.hero-carousel{height:auto;min-height:500px}.hero-content-wrapper{padding:var(--spacing-2xl)0 var(--spacing-xl);align-items:stretch}.hero-split-layout{gap:var(--spacing-lg);grid-template-columns:1fr;min-height:auto;padding:0}.hero-text-section{text-align:center;justify-content:center;align-items:center;gap:var(--spacing-sm);flex-direction:column;order:1;padding-right:0;display:flex}.hero-subtitle{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.hero-title{margin-bottom:var(--spacing-sm);font-size:2rem;line-height:1.15}.hero-description{max-width:95%;margin:0 auto var(--spacing-sm);font-size:.95rem;line-height:1.45}.hero-product-section{order:2;margin-top:0}.hero-product-image{max-width:400px;height:280px;margin:0 auto}.hero-arrow{width:40px;height:40px}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}.hero-dots{bottom:1.5rem}}@media (max-width:480px){.hero-carousel{min-height:480px}.hero-content-wrapper{padding:var(--spacing-xl)0 var(--spacing-lg)}.hero-split-layout{gap:var(--spacing-md);padding:0}.hero-text-section{gap:8px}.hero-subtitle{margin-bottom:0;font-size:.8rem}.hero-title{margin-bottom:8px;font-size:1.65rem;line-height:1.2}.hero-description{max-width:100%;margin:0 auto 12px;font-size:.875rem;line-height:1.4}.hero-btn{margin-top:4px;padding:.625rem 1.25rem;font-size:.875rem}.hero-product-image{max-width:320px;height:240px}}
