.home-carousel{position:relative;margin:25px 0 100px;border:1px solid #183747;border-radius:20px;overflow:hidden;background:#03070c;box-shadow:0 18px 45px #0005}.carousel-viewport{position:relative;aspect-ratio:32/15;min-height:0}.carousel-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.carousel-slide.active{opacity:1;visibility:visible}.carousel-slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;image-rendering:auto}.carousel-overlay{position:absolute;inset:0;background:transparent;pointer-events:none}.carousel-content{position:absolute;left:clamp(22px,5vw,70px);bottom:clamp(28px,5vw,65px);max-width:650px;padding:18px 26px 20px;border-left:2px solid var(--cyan);border-radius:0 12px 12px 0;background:linear-gradient(90deg,#02060cde 0,#02060ca8 65%,transparent 100%)}.carousel-content h2{font-size:clamp(34px,5vw,64px);line-height:1.02;letter-spacing:-.055em;margin:0 0 12px;text-shadow:0 2px 12px #000}.carousel-content p{max-width:560px;color:#d4dce1;font-size:17px;margin:0 0 22px}.carousel-arrow{position:absolute;top:50%;z-index:3;width:46px;height:46px;border:1px solid #ffffff45;border-radius:50%;background:#02070c99;color:#fff;font-size:20px;cursor:pointer;transform:translateY(-50%);transition:background .2s,border-color .2s}.carousel-arrow:hover{background:#0b2b36d9;border-color:var(--cyan)}.carousel-arrow.previous{left:18px}.carousel-arrow.next{right:18px}.carousel-dots{position:absolute;z-index:3;left:50%;bottom:18px;display:flex;gap:8px;transform:translateX(-50%)}.carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#ffffff80;cursor:pointer;transition:width .25s,background .25s}.carousel-dots button.active{width:28px;background:var(--cyan)}@media(max-width:760px){.home-carousel{margin-bottom:70px}.carousel-viewport{aspect-ratio:32/15;min-height:0}.carousel-content{left:18px;right:18px;bottom:45px;padding:12px 16px}.carousel-content h2{font-size:28px}.carousel-content p{font-size:14px}.carousel-arrow{width:38px;height:38px}.carousel-arrow.previous{left:8px}.carousel-arrow.next{right:8px}}@media(prefers-reduced-motion:reduce){.carousel-slide{transition:none}}
