.wgm-shorts {
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
  background: #0f3d66;
  color: #ffffff;
}

.wgm-shorts::before,
.wgm-shorts::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.wgm-shorts::before {
  top: -220px;
  right: -150px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(200, 162, 77, 0.18);
}

.wgm-shorts::after {
  bottom: -270px;
  left: -190px;
  width: 560px;
  height: 560px;
  border: 80px solid rgba(255, 255, 255, 0.025);
}

.wgm-shorts__container {
  position: relative;
  z-index: 1;
}

.wgm-shorts__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.58fr);
  gap: 70px;
  margin-bottom: 42px;
  align-items: end;
}

.wgm-shorts__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #c8a24d;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wgm-shorts__heading h2 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(34px, 3.3vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.wgm-shorts__heading-side p {
  margin: 0 0 18px;
  color: #c9d4dc;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.wgm-shorts__heading-side a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: underline;
  text-decoration-color: #c8a24d;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.wgm-shorts__heading-side a:hover,
.wgm-shorts__heading-side a:focus-visible {
  color: #c8a24d;
}

.wgm-shorts__slider-wrap {
  position: relative;
  width: 100%;
  padding: 0;
}

.wgm-shorts__swiper {
  overflow: hidden;
  padding: 28px 0 32px;
}

.wgm-shorts__slide {
  position: relative;
  z-index: 1;
  height: auto;
  transition: z-index 0s linear 300ms;
}

.wgm-shorts-card {
  overflow: hidden;
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  transform: scale(1);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wgm-shorts-card:hover {
  transform: translateY(-3px);
}

.wgm-shorts__slide.swiper-slide-active {
  z-index: 3;
  transition-delay: 0s;
}

.wgm-shorts__slide.swiper-slide-active .wgm-shorts-card,
.wgm-shorts__slide.swiper-slide-active .wgm-shorts-card:hover {
  transform: scale(1.1);
}

.wgm-shorts-card__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #071e31;
}

.wgm-shorts-card__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.wgm-shorts__nav {
  position: absolute;
  top: 46%;
  z-index: 5;
  display: inline-flex;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: #c8a24d;
  color: #ffffff;
  border: 1px solid #c8a24d;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(3, 23, 40, 0.28);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.wgm-shorts__nav--prev {
  left: -58px;
}

.wgm-shorts__nav--next {
  right: -58px;
}

.wgm-shorts__nav:hover,
.wgm-shorts__nav:focus-visible {
  background: #ffffff;
  color: #0f3d66;
  border-color: #ffffff;
}

.wgm-shorts__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.wgm-shorts__footer {
  display: flex;
  min-height: 34px;
  margin: 17px 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wgm-shorts__pagination {
  position: static;
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 7px;
}

.wgm-shorts__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: width 180ms ease, background-color 180ms ease;
}

.wgm-shorts__pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #c8a24d;
  border-radius: 10px;
}

.wgm-shorts__footer > span {
  color: #9fb2c0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .wgm-shorts {
    padding: 76px 0 68px;
  }

  .wgm-shorts__heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .wgm-shorts__slider-wrap {
    padding: 0;
  }

  .wgm-shorts__nav {
    width: 40px;
    height: 40px;
  }

  .wgm-shorts__footer {
    margin-right: 0;
    margin-left: 0;
  }

  .wgm-shorts__nav--prev {
    left: -12px;
  }

  .wgm-shorts__nav--next {
    right: -12px;
  }
}

@media (max-width: 575.98px) {
  .wgm-shorts {
    padding: 58px 0 52px;
  }

  .wgm-shorts__heading {
    margin-bottom: 30px;
  }

  .wgm-shorts__heading h2 {
    font-size: 30px;
  }

  .wgm-shorts__heading-side p {
    font-size: 14px;
  }

  .wgm-shorts__slider-wrap {
    padding: 0;
  }

  .wgm-shorts__swiper {
    padding-right: 4px;
    padding-left: 4px;
  }

  .wgm-shorts__nav {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .wgm-shorts__footer {
    margin: 12px 0 0;
    justify-content: center;
  }

  .wgm-shorts__nav--prev {
    left: -6px;
  }

  .wgm-shorts__nav--next {
    right: -6px;
  }

  .wgm-shorts__footer > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wgm-shorts-card,
  .wgm-shorts__nav,
  .wgm-shorts__pagination .swiper-pagination-bullet {
    transition: none;
  }
}
