.lp-media-block__intro {
  color: #5f6168;
  font-size: 1rem;
  line-height: 1.7;
}

.lp-media-card {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 20px 45px rgba(17, 20, 31, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-media-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(17, 20, 31, 0.14);
}

.lp-media-card__figure {
  position: relative;
  display: block;
  padding-top: 66%;
  background: linear-gradient(135deg, #0f1015 0%, #20242f 100%);
}

.lp-media-card__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-media-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 16, 21, 0.78);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-media-card__icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f734b4;
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 12px 24px rgba(247, 52, 180, 0.35);
}

.lp-media-card__body {
  display: block;
  padding: 24px;
}

.lp-media-card__title {
  display: block;
  color: #15171f;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.lp-media-card__excerpt {
  display: block;
  margin-top: 10px;
  color: #6f7481;
  font-size: 0.95rem;
  line-height: 1.65;
}

.lp-media-card__meta {
  display: inline-block;
  margin-top: 14px;
  color: #f734b4;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-media-modal .modal-dialog {
  max-width: 1100px;
}

.lp-media-modal .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #0f1015;
  color: #ffffff;
}

.lp-media-modal .modal-body {
  padding: 24px;
}

.lp-media-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 20;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.lp-media-modal__stage {
  min-height: 240px;
}

.lp-media-modal__video,
.lp-media-modal__gallery {
  width: 100%;
}

.lp-media-modal__video iframe {
  width: 100%;
  min-height: 540px;
  border: 0;
  border-radius: 18px;
  background: #000000;
}

.lp-media-modal__gallery-item img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 18px;
  background: #000000;
}

.lp-media-modal .carousel-control-prev,
.lp-media-modal .carousel-control-next {
  width: 64px;
  opacity: 1;
  border: 0;
  background: transparent;
}

.lp-media-modal .carousel-control-prev-icon,
.lp-media-modal .carousel-control-next-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.22);
  background-size: 18px 18px;
}

.lp-media-modal__content {
  margin-top: 18px;
}

.lp-media-modal__title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}

.lp-media-modal__caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .lp-media-card__body {
    padding: 20px;
  }

  .lp-media-modal .modal-body {
    padding: 16px;
  }

  .lp-media-modal__video iframe {
    min-height: 240px;
  }

  .lp-media-modal__title {
    font-size: 1.2rem;
  }
}
