.sa-promo-page {
  overflow: hidden;
  background: #fff;
  color: #10291d;
}

.sa-promo-page .sa-container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.sa-promo-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  background-color: #10291d;
  background-image: linear-gradient(90deg, rgb(8 31 23 / 92%) 0%, rgb(8 31 23 / 75%) 46%, rgb(8 31 23 / 18%) 100%), var(--sa-promo-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.sa-promo-hero__inner {
  padding-block: 92px 76px;
}

.sa-promo-eyebrow {
  margin: 0 0 10px;
  color: #2b9348;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.sa-promo-hero .sa-promo-eyebrow {
  color: #fff200;
}

.sa-promo-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.sa-promo-hero p:not(.sa-promo-eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: 19px;
  line-height: 1.55;
}

.sa-promo-hero__cta,
.sa-promo-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid #10291d;
  border-radius: 5px;
  background: #fff200;
  color: #10291d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sa-promo-hero__cta {
  margin-top: 28px;
  border-color: #fff200;
}

.sa-promo-hero__cta:hover,
.sa-promo-hero__cta:focus-visible,
.sa-promo-button:hover,
.sa-promo-button:focus-visible {
  background: #10291d;
  color: #fff;
  transform: translateY(-2px);
}

.sa-promo-featured {
  padding-block: 70px;
  background: #f2f7ec;
}

.sa-promo-featured__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: center;
}

.sa-promo-featured__image {
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.sa-promo-featured__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.sa-promo-featured__copy h2,
.sa-promo-products__heading h2,
.sa-promo-support h2 {
  margin: 0;
  color: #10291d;
  font-size: 38px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.sa-promo-featured__copy > p:not(.sa-promo-eyebrow) {
  max-width: 650px;
  margin: 18px 0 26px;
  color: #41554b;
  font-size: 18px;
  line-height: 1.6;
}

.sa-promo-products {
  padding-block: 82px;
  background: #fff;
}

.sa-promo-products__heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.sa-promo-products__heading > p:not(.sa-promo-eyebrow) {
  margin: 16px 0 0;
  color: #5c6d64;
  font-size: 17px;
  line-height: 1.55;
}

.sa-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sa-promo-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d8ded8;
  border-radius: 6px;
  background: #fff;
}

.sa-promo-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5ef;
}

.sa-promo-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 200ms ease;
}

.sa-promo-card:hover .sa-promo-card__image img {
  transform: scale(1.035);
}

.sa-promo-card__discount {
  position: absolute;
  top: 14px;
  left: 14px;
  min-width: 58px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 7px 10px;
  border-radius: 4px;
  background: #fff200;
  color: #10291d;
  font-size: 15px;
  font-weight: 950;
}

.sa-promo-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}

.sa-promo-card__meta {
  margin: 0 0 7px !important;
  color: #2b9348 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sa-promo-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
}

.sa-promo-card h3 a {
  color: #10291d;
  text-decoration: none;
}

.sa-promo-card__body > p:not(.sa-promo-card__meta) {
  margin: 12px 0 20px;
  color: #5c6d64;
  font-size: 15px;
  line-height: 1.5;
}

.sa-promo-card__cta {
  margin-top: auto;
  color: #1f7a3d;
  font-size: 15px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sa-promo-support {
  padding-block: 58px;
  background: #10291d;
  color: #fff;
}

.sa-promo-support__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sa-promo-support .sa-promo-eyebrow {
  color: #fff200;
}

.sa-promo-support h2 {
  color: #fff;
  font-size: 32px;
}

.sa-promo-support p:not(.sa-promo-eyebrow) {
  margin: 10px 0 0;
  color: rgb(255 255 255 / 75%);
  font-size: 16px;
}

.sa-promo-button--light {
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .sa-promo-hero {
    min-height: 480px;
  }

  .sa-promo-hero h1 {
    font-size: 54px;
  }

  .sa-promo-featured__inner {
    gap: 40px;
  }

  .sa-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sa-promo-page .sa-container {
    width: min(100% - 30px, 1180px);
  }

  .sa-promo-hero {
    min-height: 480px;
    align-items: flex-end;
    background-image: linear-gradient(0deg, rgb(8 31 23 / 95%) 0%, rgb(8 31 23 / 55%) 72%, rgb(8 31 23 / 25%) 100%), var(--sa-promo-hero-image);
    background-position: center;
  }

  .sa-promo-hero__inner {
    padding-block: 72px 52px;
  }

  .sa-promo-hero h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 1;
  }

  .sa-promo-hero p:not(.sa-promo-eyebrow) {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .sa-promo-hero__cta {
    margin-top: 22px;
  }

  .sa-promo-featured,
  .sa-promo-products {
    padding-block: 54px;
  }

  .sa-promo-featured__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sa-promo-featured__copy h2,
  .sa-promo-products__heading h2,
  .sa-promo-support h2 {
    font-size: 30px;
  }

  .sa-promo-featured__copy > p:not(.sa-promo-eyebrow) {
    font-size: 16px;
  }

  .sa-promo-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sa-promo-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .sa-promo-card__image {
    height: 100%;
    min-height: 210px;
    aspect-ratio: auto;
  }

  .sa-promo-card__discount {
    top: 10px;
    left: 10px;
    min-width: 52px;
    min-height: 32px;
    font-size: 13px;
  }

  .sa-promo-card__body {
    padding: 18px 16px;
  }

  .sa-promo-card h3 {
    font-size: 19px;
  }

  .sa-promo-card__body > p:not(.sa-promo-card__meta) {
    font-size: 14px;
  }

  .sa-promo-support__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .sa-promo-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .sa-promo-card__body {
    padding: 16px 14px;
  }

  .sa-promo-card__body > p:not(.sa-promo-card__meta) {
    display: none;
  }
}
