.hero-carousel-section {width:100vw;height:700px;margin:0;padding:0;position:relative;overflow:hidden}.hero-carousel-container {width:100%;height:100%;position:relative}.hero-carousel-slide {position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}.hero-carousel-slide.active {opacity:1}.hero-content-box {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.92);color:#ffffff;padding:32px 40px;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;gap:16px;box-shadow:0 8px 24px rgba(0,0,0,0.35);min-width:320px;max-width:min(86vw,620px);text-align:left;z-index:10}.hero-content-box:hover {background:rgba(0,0,0,0.96)}.hero-title {font-weight:800;font-size:48px;letter-spacing:0.2px;line-height:1.1;margin:0}.hero-description {font-size:20px;line-height:1.6;opacity:0.95;margin:0}.hero-cta-button {display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:0;background:#ffffff;color:#0f0f0f !important;text-decoration:none !important;border:1px solid rgba(255,255,255,0.15);box-shadow:0 4px 14px rgba(0,0,0,0.25);font-size:20px;font-weight:700;letter-spacing:0.2px;transition:all 0.2s ease}.hero-cta-button::after {content:"→";font-weight:700}.hero-cta-button:hover {background:#f1f1f1;color:#0a0a0a !important;box-shadow:0 6px 20px rgba(0,0,0,0.35);transform:translateY(-1px)}.hero-carousel-indicators {position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.hero-carousel-indicator {width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,0.5);border:none;cursor:pointer;transition:all 0.3s ease}.hero-carousel-indicator.active {background:#ffffff;transform:scale(1.2)}.hero-carousel-indicator:hover {background:rgba(255,255,255,0.8)}.hero-carousel-nav {position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5);color:white;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all 0.3s ease;z-index:10}.hero-carousel-nav:hover {background:rgba(0,0,0,0.8);transform:translateY(-50%) scale(1.1)}.hero-carousel-prev {left:20px}.hero-carousel-next {right:20px}@media (max-width:992px) {.hero-carousel-section {height:70vh;min-height:460px}.hero-content-box {left:50%;transform:translate(-50%,-50%)}}@media (max-width:768px) {.hero-carousel-section {height:60vh;min-height:380px}.hero-content-box {padding:20px 24px;min-width:280px;gap:12px}.hero-title {font-size:32px}.hero-description {font-size:16px;line-height:1.5}.hero-cta-button {font-size:16px;padding:10px 16px}.hero-carousel-nav {width:40px;height:40px;font-size:16px}.hero-carousel-prev {left:10px}.hero-carousel-next {right:10px}}