.price-footer,
.price-footer * {
  box-sizing: border-box;
}

.price-footer {
  position: relative;
  z-index: 1;
  height: 820px;
  overflow: hidden;
  color: #fff;
  background: transparent;
  font-family: Outfit, sans-serif;
}

.price-footer-columns {
  position: relative;
  z-index: 1;
  width: min(1065px, calc(100% - 40px));
  height: 299px;
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.price-footer-cta {
  align-self: start;
  width: 260px;
}

.price-footer-cta > img {
  width: 135px;
  height: auto;
}

.price-footer-cta > p {
  max-width: 190px;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.price-footer-cta > a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  margin-top: 36px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(180deg, #333, #111);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.price-certificates {
  justify-self: end;
  width: 300px;
}

.price-certificates h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.price-certificates > p {
  margin: 24px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.price-certificates > div {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 78px 48px;
  align-items: center;
  justify-content: end;
  gap: 18px;
}

.price-certificates a {
  display: block;
}

.price-certificates a:first-child img {
  width: 78px;
  height: auto;
}

.price-certificates a:nth-child(2) img {
  width: 48px;
  height: 48px;
}

.price-certificates .price-lanzadera {
  grid-column: 1 / -1;
  justify-self: end;
  width: 112px;
  height: auto;
  margin: 0;
  opacity: .8;
}

.price-footer-word {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 50px));
  margin: 38px auto 0;
  color: transparent;
  background: linear-gradient(
    180deg,
    rgba(224,224,224,.44) 0%,
    rgba(169,169,169,.29) 43%,
    rgba(94,94,94,.14) 74%,
    rgba(0,0,0,0) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(190px, 14.5vw, 280px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.075em;
  text-align: center;
  text-shadow: 0 0 55px rgba(255,255,255,.035);
}

.price-footer-bottom {
  position: relative;
  z-index: 2;
  width: min(1030px, calc(100% - 60px));
  margin: 8px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
}

.price-footer-bottom nav {
  display: flex;
  gap: 28px;
}

.price-footer-bottom a {
  color: rgba(255,255,255,.66);
  text-decoration: none;
}

@media (max-width: 767px) {
  .price-footer {
    height: 892px;
  }

  .price-footer-columns {
    width: calc(100% - 80px);
    height: auto;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 92px;
  }

  .price-footer-cta {
    width: 100%;
  }

  .price-footer-cta > img {
    width: 153px;
  }

  .price-footer-cta > p {
    max-width: 290px;
    margin-top: 27px;
    font-size: 16px;
  }

  .price-footer-cta > a {
    min-height: 49px;
    margin-top: 28px;
    padding-inline: 16px;
    font-size: 14px;
    border-radius: 13px;
  }

  .price-certificates {
    justify-self: auto;
    width: 100%;
  }

  .price-certificates h2 {
    font-size: 20px;
  }

  .price-certificates > p {
    margin-top: 26px;
    font-size: 14px;
  }

  .price-certificates > div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .price-certificates .price-lanzadera {
    margin-left: 40px;
  }

  .price-footer-word {
    width: calc(100% - 36px);
    margin-top: 82px;
    font-size: 78px;
    line-height: 1;
    letter-spacing: -.055em;
    text-align: left;
  }

  .price-footer-bottom {
    width: calc(100% - 40px);
    margin-top: 3px;
    display: block;
    font-size: 8px;
  }

  .price-footer-bottom nav {
    margin-top: 22px;
    gap: 10px;
    font-size: 8px;
    white-space: nowrap;
  }
}
