.hero-wrapper-5c78d47f {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 580px;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.hero-wrapper-5c78d47f .swiper, 
.hero-wrapper-5c78d47f .swiper-wrapper, 
.hero-wrapper-5c78d47f .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-wrapper-5c78d47f .slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08) translateX(0px);
  will-change: transform;
}

.hero-wrapper-5c78d47f .slide-overlay {
  position: absolute;
  inset: 0;
}

.hero-wrapper-5c78d47f .slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  z-index: 2;
}

.hero-wrapper-5c78d47f .slide-content h2 {
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease 0.4s, transform 0.9s ease 0.4s;
}

.hero-wrapper-5c78d47f .swiper-slide-active .slide-content h2 {
  opacity: 1;
  transform: translateY(0);
}

/* Navigation */
.hero-wrapper-5c78d47f .nav-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: background 0.2s, border-color 0.2s;
  user-select: none;
}

/* SVG icons will size dynamically with font-size, fallback if strictly needed */
.hero-wrapper-5c78d47f .nav-btn svg { fill: currentColor; }

.hero-wrapper-5c78d47f .nav-btn:hover { background: rgba(255,255,255,0.25); border-color: #fff; }
.hero-wrapper-5c78d47f .nav-prev { left: 24px; }
.hero-wrapper-5c78d47f .nav-next { right: 24px; }

.hero-wrapper-5c78d47f .swiper-pagination-bullet {
  background: rgba(255,255,255,0.5) !important;
  opacity: 1 !important;
  width: 9px !important;
  height: 9px !important;
}
.hero-wrapper-5c78d47f .swiper-pagination-bullet-active { background: #fff !important; }
.hero-wrapper-5c78d47f .swiper-pagination { bottom: 24px !important; }

@media (max-width: 640px) {
  .hero-wrapper-5c78d47f .nav-prev { left: 10px; }
  .hero-wrapper-5c78d47f .nav-next { right: 10px; }
}
