.hero-carousel{width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden}.hero-carousel__slide{opacity:0;pointer-events:none;transition:opacity 1s;position:absolute;inset:0}.hero-carousel__slide--active{opacity:1;pointer-events:all}.hero-carousel__image-wrapper{position:absolute;inset:0}.hero-carousel__image{object-fit:cover;animation:20s infinite alternate kenBurns}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-carousel__overlay{z-index:1;background:linear-gradient(#0006 0%,#0003 40%,#00000080 100%);position:absolute;inset:0}.hero-carousel__content{z-index:2;text-align:center;height:100%;padding-top:var(--nav-height);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-carousel__title{font-size:var(--fs-hero);color:var(--color-white);margin-bottom:var(--space-xs);text-shadow:0 2px 8px #0000004d;font-weight:800}.hero-carousel__subtitle{font-family:var(--font-heading);font-size:var(--fs-h3);color:var(--color-accent-light);margin-bottom:var(--space-md);font-weight:500}.hero-carousel__description{color:#ffffffd9;max-width:650px;margin:0 auto var(--space-lg);font-size:1.05rem;line-height:1.8}.hero-carousel__actions{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.hero-carousel__btn-outline{border-color:var(--color-white)!important;color:var(--color-white)!important}.hero-carousel__btn-outline:hover{background:var(--color-white)!important;color:var(--color-primary)!important}.hero-carousel__arrow{z-index:3;-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);width:48px;height:48px;color:var(--color-white);cursor:pointer;transition:all var(--transition-base);opacity:0;background:#ffffff26;border:1px solid #fff3;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-carousel:hover .hero-carousel__arrow{opacity:1}.hero-carousel__arrow:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.hero-carousel__arrow--left{left:var(--space-md)}.hero-carousel__arrow--right{right:var(--space-md)}.hero-carousel__dots{bottom:var(--space-lg);z-index:3;gap:var(--space-xs);display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero-carousel__dot{border-radius:var(--radius-full);cursor:pointer;width:12px;height:12px;transition:all var(--transition-base);background:#fff6;border:2px solid #fff9;padding:0}.hero-carousel__dot--active{background:var(--color-accent);border-color:var(--color-accent);border-radius:var(--radius-full);width:32px}.hero-carousel__dot:hover{background:#ffffffb3}@media (max-width:767px){.hero-carousel{min-height:500px}.hero-carousel__description{font-size:var(--fs-small);padding:0 var(--space-sm)}.hero-carousel__arrow{opacity:1;width:40px;height:40px}.hero-carousel__arrow--left{left:var(--space-xs)}.hero-carousel__arrow--right{right:var(--space-xs)}}
