.hero-carousel-section{position:relative;width:100%;height:70vh;min-height:500px;overflow:hidden;background-color:#001022}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s cubic-bezier(.25,1,.5,1);z-index:1}.hero-slide.active{opacity:1;z-index:2}.hero-carousel-image{object-fit:cover;object-position:center;transform:scale(1);transition:transform 6s linear}.hero-slide.active .hero-carousel-image{transform:scale(1.1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,10,34,.9),rgba(0,34,77,.6) 50%,rgba(0,64,133,.2));z-index:3}.hero-content-wrapper{position:relative;height:100%;display:flex;align-items:center;z-index:4}.hero-content-box{max-width:700px;padding:34px 38px;border-left:5px solid #ff7b00;background:rgba(0,10,22,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:0 12px 12px 0;animation:slideInLeft 1s ease-out forwards}.hero-title{color:#ffffff;font-family:Montserrat,sans-serif;font-size:2.35rem;font-weight:800;line-height:1.25;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.hero-subtitle{color:#e0e6ed;font-size:1.05rem;line-height:1.6;margin:0}.hero-indicators{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;gap:15px;z-index:4}.hero-indicator{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;transition:all .3s ease}.hero-indicator:hover{background-color:rgba(255,255,255,.8)}.hero-indicator.active{background-color:#ff7b00;width:30px;border-radius:6px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.hero-carousel-section{height:55vh;min-height:400px}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.hero-content-box{padding:24px;margin:0 15px}}@media (max-width:480px){.hero-title{font-size:1.4rem}}