.home-promotion-carousel.owl-carousel .owl-stage {
  display: flex;
}

.home-promotion-carousel.owl-carousel .owl-item {
  display: flex;
  min-width: 0;
}

.home-promotion-carousel.owl-carousel .owl-item > .home-promotion-card {
  width: 100%;
}

.home-promotion-card {
  display: flex;
  min-width: 0;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe7ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 30, 66, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 38px rgba(7, 30, 66, 0.15);
}

.home-promotion-card__creative {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: linear-gradient(135deg, #1688cc, #071e42);
}

.home-promotion-card__creative--local_teal {
  background: linear-gradient(135deg, #159494, #074f59);
}

.home-promotion-card__creative--coral_savings {
  background: linear-gradient(135deg, #f47b57, #bf344d);
}

.home-promotion-card__creative--midnight {
  background: linear-gradient(135deg, #20314d, #050f24);
}

.home-promotion-card__creative::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 30, 66, 0.02), rgba(7, 30, 66, 0.48));
  pointer-events: none;
}

.home-promotion-card__creative > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-promotion-card__creative-link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.home-promotion-card__social-actions {
  position: absolute;
  z-index: 3;
  right: 13px;
  bottom: 13px;
  display: flex;
  gap: 7px;
}

.home-promotion-card__social-actions button {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 30, 66, .72);
  box-shadow: 0 5px 14px rgba(7, 30, 66, .2);
  cursor: pointer;
}

.home-promotion-card__social-actions button:hover,
.home-promotion-card__social-actions button:focus-visible {
  border-color: #39bffe;
  background: #071e42;
}

.home-promotion-card__social-actions button[aria-pressed="true"] {
  border-color: #ff8696;
  background: #a52e48;
}

.home-promotion-card__social-actions span {
  font-size: 11px;
  font-weight: 800;
}

.home-promotion-card__template-mark {
  position: absolute;
  right: 18px;
  bottom: -16px;
  color: rgba(255, 255, 255, 0.14);
  font-size: 110px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.home-promotion-card__badge,
.home-promotion-card__active {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-promotion-card__badge {
  top: 18px;
  right: 0;
  max-width: calc(100% - 32px);
  padding: 10px 18px;
  border-radius: 5px 0 0 5px;
  background: #f39b17;
}

.home-promotion-card__active {
  bottom: 16px;
  left: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 114, 80, 0.92);
}

.home-promotion-card__body {
  display: flex;
  min-height: 315px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.home-promotion-card__business {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.home-promotion-card__business > span:last-child {
  min-width: 0;
}

.home-promotion-card__business small,
.home-promotion-card__business > span:last-child > strong {
  display: block;
}

.home-promotion-card__business small {
  margin-bottom: 2px;
  color: #1688cc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-promotion-card__business > span:last-child > strong {
  overflow: hidden;
  color: #20314d;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-promotion-card__logo {
  display: flex;
  width: 64px;
  height: 50px;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: 1px solid #dfe7ef;
  border-radius: 7px;
}

.home-promotion-card__logo--white {
  background: #fff;
}

.home-promotion-card__logo--soft {
  background: #edf1f5;
}

.home-promotion-card__logo--navy {
  color: #fff;
  background: #071e42;
}

.home-promotion-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-promotion-card__logo strong {
  color: inherit;
  font-size: 18px;
  font-weight: 900;
}

.home-promotion-card h3 {
  margin: 0 0 10px;
  color: #071e42;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.home-promotion-card h3 a {
  color: inherit;
}

.home-promotion-card h3 a:hover {
  color: #1688cc;
}

.home-promotion-card__body > p {
  display: -webkit-box;
  margin: 0 0 20px;
  overflow: hidden;
  color: #617087;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-promotion-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e7edf3;
}

.home-promotion-card__footer > span {
  color: #617087;
  font-size: 12px;
  white-space: nowrap;
}

.home-promotion-card__footer > span i {
  margin-right: 5px;
  color: #1688cc;
}

.home-promotion-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1688cc;
  font-size: 13px;
  font-weight: 800;
}

.home-promotion-card__cta:hover {
  color: #071e42;
}

@media (max-width: 767px) {
  .home-promotion-carousel.owl-carousel {
    touch-action: pan-y pinch-zoom;
  }

  .home-promotion-carousel.owl-carousel .owl-stage-outer {
    cursor: grab;
  }

  .home-promotion-carousel.owl-carousel .owl-nav {
    display: none;
  }

  .home-promotion-card__creative {
    height: 190px;
  }

  .home-promotion-card__body {
    min-height: 300px;
  }
}
