.promotions-hero {
  padding-top: 40px;
  padding-inline: 20px;
}

.promotions-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.promotions-hero__content {
}

.promotions-hero__title {
  font-family: var(--font-geely);
  font-weight: 700;
  color: var(--c-black);
}

.promotions-hero__description {
  color: var(--c-black);
  font-family: var(--font-inter);
  margin-top: 34px;
  font-weight: 500;
}

/* ---------------------------------------------------------------------- */
/* TABS */
/* ---------------------------------------------------------------------- */
.promotions-hero__tabs {
 display: flex;
  gap: 0;
  //margin: 24px auto 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  padding: 4px;
  width: fit-content;
  max-width: 100%;
}

.promotions-hero__tab {
 background: transparent;
  border: none;
  border-radius: 100px;
  padding: 10px 24px;
  cursor: pointer;
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0b0c0c;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  position: static;
}

.promotions-hero__tab span {
  position: relative;
  z-index: 1;
}

.promotions-hero__tab::after {
  display: none;
}

.promotions-hero__tab--active {
  font-weight: 700;
  background: linear-gradient(180deg, #ffffff 0%, #e8eeff 100%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}

.promotions-hero__tab--active::after {
  display: none;
}

.promotions-hero__tab:hover {
  color: #000;
}

.title-gradient {
  background: linear-gradient(90deg, #194BFF 0%, #00C9A7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1279px) {
  .promotions-hero {
    padding-inline: 32px;
  }

  .promotions-hero__inner {
    max-width: 100%;
  }

  .promotions-hero__tabs {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .promotions-hero {
    padding-top: 32px;
    padding-inline: 24px;
  }

  .promotions-hero__tab {
    padding: 10px 24px;
  }
}

@media (max-width: 767px) {
  /* Móvil: Usuario lo creará */
  .promotions-hero {
    padding-top: 40px;
    padding-inline: 16px;
  }
.promotions-hero__description{
  margin-top:20px;
}


.promotions-grid__link{
  padding-bottom: 20px;
}

}
