.uca-home-top {
  width: 100%;
  padding: clamp(14px, 2.4vw, 26px) 0;
  background:
    radial-gradient(120% 100% at 0% 50%, rgba(48, 213, 200, 0.08), transparent 52%),
    linear-gradient(180deg, rgba(7, 11, 17, 0.98), rgba(7, 12, 18, 0.92));
}

.uca-home-top__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: clamp(14px, 2.8vw, 46px);
}

.uca-home-top__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.uca-home-top__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #92b8c3;
}

.uca-home-top__heading h2 {
  margin: 0;
  color: #ecf6ff;
  font-size: clamp(1.05rem, 1.85vw, 1.65rem);
  line-height: 1.2;
}

.uca-home-top__slider-shell {
  position: relative;
}

.uca-swiper {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
  background: linear-gradient(145deg, rgba(8, 13, 20, 0.96), rgba(6, 9, 14, 0.94));
}

.uca-slide {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.uca-slide:focus-visible {
  outline: 2px solid rgba(48, 213, 200, 0.95);
  outline-offset: -2px;
}

.uca-slide__media-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(240px, 36vw, 560px);
  max-height: 72vh;
  padding: clamp(10px, 1.8vw, 20px);
  background:
    radial-gradient(90% 100% at 50% 0%, rgba(255, 255, 255, 0.1), transparent 60%),
    rgba(4, 8, 12, 0.96);
}

.uca-slide__media-frame img {
  width: 100%;
  height: 100%;
  max-height: 66vh;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  transition: transform 1.25s ease, opacity 0.7s ease;
  opacity: 0.96;
}

.swiper-slide-active .uca-slide__media-frame img {
  transform: scale(1.02);
  opacity: 1;
}

.uca-slide__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(12px, 2vw, 24px);
  background: linear-gradient(0deg, rgba(4, 8, 13, 0.88), rgba(4, 8, 13, 0.06));
  color: #f4f9ff;
}

.uca-slide__content h3 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  line-height: 1.25;
}

.uca-slide__content p {
  margin: 6px 0 0;
  color: rgba(222, 238, 250, 0.9);
  font-size: clamp(0.86rem, 1.08vw, 1rem);
  line-height: 1.45;
}

.uca-slide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #032328;
  background: #30d5c8;
  box-shadow: 0 12px 28px rgba(48, 213, 200, 0.28);
}

.uca-swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 10, 14, 0.72);
  color: #e7f5ff;
  cursor: pointer;
  transition: all 0.35s ease;
}

.uca-swiper-button:hover {
  border-color: rgba(48, 213, 200, 0.84);
  color: #30d5c8;
}

.uca-swiper-button--prev {
  left: 14px;
}

.uca-swiper-button--next {
  right: 14px;
}

.uca-swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px !important;
  z-index: 7;
}

.uca-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(222, 236, 250, 0.42);
  opacity: 1;
  margin: 0 4px !important;
}

.uca-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: #30d5c8;
}

@media (max-width: 768px) {
  .uca-home-top {
    padding: 10px 0 14px;
  }

  .uca-home-top__inner {
    padding-inline: 10px;
  }

  .uca-home-top__heading {
    margin-bottom: 8px;
  }

  .uca-slide__media-frame {
    min-height: clamp(220px, 64vw, 420px);
    padding: 10px;
  }

  .uca-swiper-button {
    display: none;
  }
}
