*{box-sizing:border-box;margin:0;padding:0}.hero-carousel{position:relative;width:100%;flex-grow:1;display:flex;align-items:center;justify-content:center}.hero-carousel__viewport{overflow:hidden;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.hero-carousel__container{display:flex;height:100%;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.hero-carousel__slide{position:relative;flex:0 0 100%;min-width:0;height:100%}.hero-carousel__image-wrapper{position:relative;width:100%;height:100%}.hero-carousel__image{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.2)}.hero-carousel__overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(2,8,23,.85),rgba(15,23,42,.35),rgba(59,130,246,.25));pointer-events:none;z-index:2}.hero-carousel__content-wrapper{position:relative;z-index:3;text-align:center;height:100%;width:100%;padding:2rem;color:#f4f4f9}.hero-carousel__content-wrapper,.hero-carousel__main-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-carousel__main-content{flex-grow:1}.hero-carousel__caption{width:100%;max-width:600px;min-height:4rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.hero-carousel__tag{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .8rem;border-radius:999px;background:rgba(15,23,42,.8);font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;width:fit-content}.hero-carousel__tag-dot{width:7px;height:7px;border-radius:999px;background:#22c55e}.hero-carousel__control{position:absolute;top:50%;transform:translateY(-50%);border:none;background:rgba(15,23,42,.6);color:#f9fafb;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s ease,transform .2s ease;opacity:0}.hero-carousel:hover .hero-carousel__control{opacity:1}.hero-carousel__control:hover{background:rgba(15,23,42,.9);transform:translateY(-50%) scale(1.05)}.hero-carousel__control--prev{left:1rem}.hero-carousel__control--next{right:1rem}.hero-carousel__dots{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10;opacity:0;transition:opacity .3s ease-in-out}.hero-carousel:hover .hero-carousel__dots{opacity:1}.hero-carousel__dot{width:9px;height:9px;border-radius:999px;background:rgba(148,163,184,.6);border:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-carousel__dot--active{background:#38bdf8;transform:scale(1.35)}@media (max-width:640px){.hero-carousel__main-content h1{font-size:2.5rem}.hero-carousel__main-content p{font-sire:1rem}.hero-carousel__control{opacity:.6}.hero-carousel__dots{opacity:.8}}