.typageant-sale-banner {
  background: rgb(var(--color-background));
  padding: 40px 30px;
}

.typageant-sale-banner__inner {
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 32px;
  background: linear-gradient(120deg, #f7efe4 0%, #e9f2ee 55%, #f3f5f8 100%);
  border: 1px solid rgba(45, 49, 63, 0.12);
  color: #20242f;
  padding: 42px 56px;
}

.typageant-sale-banner__content {
  max-width: 620px;
}

.typageant-sale-banner__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #687126;
  font-weight: 700;
}

.typageant-sale-banner__content h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  max-width: 640px;
}

.typageant-sale-banner__content p:not(.typageant-sale-banner__eyebrow) {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  color: #4a4f5c;
}

.typageant-sale-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  min-height: 44px;
  padding: 0 24px;
  background: #20242f;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.typageant-sale-banner__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(104px, 1fr));
  gap: 14px;
}

.typageant-sale-banner__tile {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 120px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(45, 49, 63, 0.12);
  box-shadow: 0 10px 28px rgba(45, 49, 63, 0.08);
  font-size: 15px;
  font-weight: 700;
  color: #20242f;
}

.typageant-sale-banner__tile:nth-child(2) {
  transform: translateY(18px);
  background: rgba(225, 237, 244, 0.84);
}

.typageant-sale-banner__tile:nth-child(3) {
  background: rgba(241, 231, 213, 0.86);
}

.typageant-sale-banner__tile:nth-child(4) {
  transform: translateY(18px);
  background: rgba(230, 239, 226, 0.88);
}

@media (max-width: 959px) {
  .typageant-sale-banner {
    padding: 24px 16px;
  }

  .typageant-sale-banner__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
  }

  .typageant-sale-banner__content h2 {
    font-size: 34px;
  }

  .typageant-sale-banner__content p:not(.typageant-sale-banner__eyebrow) {
    font-size: 14px;
  }

  .typageant-sale-banner__visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .typageant-sale-banner__tile {
    min-height: 88px;
    padding: 14px;
  }

  .typageant-sale-banner__tile:nth-child(2),
  .typageant-sale-banner__tile:nth-child(4) {
    transform: none;
  }
}
