.gastro-fiestas-patrias-section {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.gastro-fiestas-patrias-hero {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  overflow: hidden;
  border-radius: 20px;
  background-color: #08773d;
  color: #fff;
  box-sizing: border-box;
  font-family: Inter, 'Proxima Nova', sans-serif;
}

.gastro-fiestas-patrias-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.gastro-fiestas-patrias-hero__background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gastro-fiestas-patrias-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}

.gastro-fiestas-patrias-hero__campaign-tag {
  display: block;
  width: 120px;
  height: auto;
  max-width: 100%;
  margin-bottom: 24px;
  aspect-ratio: 220 / 78.581;
  object-fit: contain;
  object-position: left center;
}

.gastro-fiestas-patrias-hero__eyebrow-row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.gastro-fiestas-patrias-hero__eyebrow,
.gastro-fiestas-patrias-hero__title,
.gastro-fiestas-patrias-hero__subtitle {
  margin: 0;
}

.gastro-fiestas-patrias-hero__eyebrow,
.gastro-fiestas-patrias-hero__subtitle {
  font-family: Inter, 'Proxima Nova', sans-serif;
  font-feature-settings: 'case' on;
  font-weight: 600;
}

.gastro-fiestas-patrias-hero__eyebrow {
  font-size: 14px;
  line-height: 18px;
}

.gastro-fiestas-patrias-hero__restaurant-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 2px 8px;
  border-radius: 10px;
  background-color: #282834;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  white-space: nowrap;
}

.gastro-fiestas-patrias-hero__title {
  width: 100%;
  color: #fff;
  font-family: 'Proxima Nova Alt', 'Proxima Nova', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  font-feature-settings: 'salt' on, 'calt' off;
  margin-bottom: 24px;
}

.gastro-fiestas-patrias-hero__title-desktop {
  display: none;
}

.gastro-fiestas-patrias-hero__title-mobile,
.gastro-fiestas-patrias-hero__title-line {
  display: block;
}

.gastro-fiestas-patrias-hero__title-line {
  white-space: nowrap;
}

.gastro-fiestas-patrias-hero__subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

.gastro-fiestas-patrias-hero__action {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 16px;
}

.gastro-fiestas-patrias-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  min-width: 204px;
  max-width: 204px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 8px 24px;
  border: none;
  border-radius: 12px;
  background-color: var(--andes-color-background-primary, #fff);
  color: var(--andes-color-text-primary, #282834);
  box-sizing: border-box;
  font-family: Inter, 'Proxima Nova', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.gastro-fiestas-patrias-hero__button:hover {
  opacity: 0.92;
}

.gastro-fiestas-patrias-hero__pricing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 107px;
  min-width: 107px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  color: #fff;
}

.gastro-fiestas-patrias-hero__discount {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gastro-fiestas-patrias-hero__original-price {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: line-through;
  white-space: nowrap;
}

.gastro-fiestas-patrias-hero__badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  min-height: 16px;
  padding: 2px 6px;
  border-radius: 18px;
  background-color: #ffe600;
  color: var(--andes-color-brand-text-loud-on-fill, #282834);
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  white-space: nowrap;
}

.gastro-fiestas-patrias-hero__price {
  font-family: 'Proxima Nova Alt', 'Proxima Nova', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.48px;
  white-space: nowrap;
}

@media only screen and (width >= 480px) {
  .gastro-fiestas-patrias-hero__title-desktop {
    display: block;
  }

  .gastro-fiestas-patrias-hero__title-mobile {
    display: none;
  }
}

@media only screen and (width >= 768px) {
  .gastro-fiestas-patrias-hero {
    min-height: 0;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
  }

  .gastro-fiestas-patrias-hero__content {
    gap: 24px;
    width: min(884px, 100%);
    padding: 40px;
  }

  .gastro-fiestas-patrias-hero__campaign-tag {
    width: 180px;
    margin-bottom: 0;
  }

  .gastro-fiestas-patrias-hero__eyebrow-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }

  .gastro-fiestas-patrias-hero__eyebrow {
    font-size: 20px;
    line-height: 24px;
  }

  .gastro-fiestas-patrias-hero__title,
  .gastro-fiestas-patrias-hero__subtitle {
    margin-bottom: 0;
  }

  .gastro-fiestas-patrias-hero__action {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}

@media only screen and (768px <= width < 1366px) {
  .gastro-fiestas-patrias-hero__title {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}

@media only screen and (width >= 1366px) {
  .gastro-fiestas-patrias-hero__title {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 88px;
    line-height: 1;
    letter-spacing: -4.4px;
  }
}

@media only screen and (width >= 1920px) {
  .gastro-fiestas-patrias-section {
    max-width: 1920px;
    margin-inline: auto;
  }

  .gastro-fiestas-patrias-hero__title {
    font-size: 100px;
    letter-spacing: -5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gastro-fiestas-patrias-hero__button {
    transition: none;
  }
}
