.kemove-exclusive-offers {
  padding-block: 46px;
  font-family: var(--kemove-font-stack, Inter, Arial, sans-serif);
  background: #f5f7fa;
}

.kemove-exclusive-offers__inner.page-width {
  width: min(var(--kemove-content-width, 1360px), calc(100vw - 64px));
  max-width: none !important;
  margin-inline: auto;
  padding-inline: 0;
}

.kemove-exclusive-offers__header {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-block-end: 26px;
}

.kemove-exclusive-offers__title {
  margin: 0;
  color: #0a1426;
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.kemove-exclusive-offers__subtitle {
  max-width: 680px;
  margin: 0;
  color: #5d6879;
  font-size: 16px;
  line-height: 1.6;
}

.kemove-exclusive-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kemove-exclusive-offers__card {
  display: grid;
  grid-template-rows: 138px 1fr;
  min-width: 0;
  overflow: hidden;
  color: #0a1426 !important;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde4ed;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgb(15 23 42 / 5%);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.kemove-exclusive-offers__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 24px 26px;
  overflow: hidden;
  color: #0878d1;
  background: #edf7ff;
  border-block-end: 1px solid #dbe9f5;
}

.kemove-exclusive-offers__card[data-support-type="community"] .kemove-exclusive-offers__visual {
  color: #4d5fd1;
  background: #f0f2ff;
  border-block-end-color: #e0e3f8;
}

.kemove-exclusive-offers__card[data-support-type="support"] .kemove-exclusive-offers__visual {
  color: #126c85;
  background: #eef8f8;
  border-block-end-color: #d9ecec;
}

.kemove-exclusive-offers__eyebrow {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kemove-exclusive-offers__icon {
  position: absolute;
  inset-inline-end: 18px;
  inset-block-end: 9px;
  display: block;
  width: 120px;
  height: 90px;
  color: currentColor;
  opacity: 0.92;
  transition: transform 180ms ease;
}

.kemove-exclusive-offers__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.kemove-exclusive-offers__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  min-width: 0;
  padding: 25px 26px 24px;
}

.kemove-exclusive-offers__card-title {
  display: block;
  color: #0a1426;
  font-size: clamp(20px, 1.45vw, 25px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.kemove-exclusive-offers__text {
  display: block;
  max-width: 370px;
  color: #5d6879;
  font-size: 14px;
  line-height: 1.6;
}

.kemove-exclusive-offers__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  margin-block-start: 7px;
  padding-block-start: 16px;
  color: #0a1426;
  font-size: 14px;
  font-weight: 850;
  border-block-start: 1px solid #e6ebf1;
}

.kemove-exclusive-offers__link svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #0091ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.kemove-exclusive-offers__card:focus-visible {
  outline: 3px solid rgb(0 145 255 / 35%);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .kemove-exclusive-offers__card:hover {
    border-color: rgb(0 145 255 / 42%);
    box-shadow: 0 20px 48px rgb(15 23 42 / 10%);
    transform: translateY(-4px);
  }

  .kemove-exclusive-offers__card:hover .kemove-exclusive-offers__icon {
    transform: translate(-4px, -2px);
  }

  .kemove-exclusive-offers__card:hover .kemove-exclusive-offers__link svg {
    transform: translateX(4px);
  }
}

@media (max-width: 959px) {
  .kemove-exclusive-offers {
    padding-block: 32px;
  }

  .kemove-exclusive-offers__inner.page-width {
    width: calc(100vw - 32px);
  }

  .kemove-exclusive-offers__header {
    margin-block-end: 20px;
  }

  .kemove-exclusive-offers__subtitle {
    font-size: 15px;
  }

  .kemove-exclusive-offers__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kemove-exclusive-offers__card {
    grid-template-rows: 116px 1fr;
  }

  .kemove-exclusive-offers__visual {
    padding: 20px 22px;
  }

  .kemove-exclusive-offers__icon {
    width: 104px;
    height: 78px;
  }

  .kemove-exclusive-offers__content {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kemove-exclusive-offers__card,
  .kemove-exclusive-offers__icon,
  .kemove-exclusive-offers__link svg {
    transition: none;
  }
}
