#signup.signupContact {
  position: relative;
  overflow: hidden;
  padding: 86px 30px;
  background: #c8102e;
  color: #ffffff;
  text-align: center;
}

#signup.signupContact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(118, 35, 47, 0.22), rgba(200, 16, 46, 0)),
    url('../images/cw26-banner3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.18;
}

.signupContactContent {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto;
}

#signup .eyebrow {
  font: normal normal 800 12px Inter;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.78;
  margin-bottom: 16px;
}

#signup .title {
  font-family: 'Bebas Neue', Inter, Arial, sans-serif;
  font-size: 72px;
  font-weight: normal;
  line-height: 0.95;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

#signup .description {
  text-align: center;
  font: normal normal normal 18px/26px Inter;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 24px auto 0;
  width: min(620px, 100%);
}

.signupContactButton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 15px 24px;
  background: #ffffff;
  border-radius: 8px;
  font: normal normal 800 14px/18px Inter;
  color: #c8102e;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.16);
}

.signupContactButton::after {
  content: "";
  width: 15px;
  height: 11px;
  background: currentColor;
  clip-path: polygon(0 42%, 70% 42%, 70% 14%, 100% 50%, 70% 86%, 70% 58%, 0 58%);
}

#plansContainer.plansUnavailable,
#plansNav.plansUnavailable {
  display: none !important;
}

@media screen and (max-width: 600px) {
  #signup.signupContact {
    padding: 72px 24px;
  }

  #signup .title {
    font-size: 52px;
  }

  #signup .description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 380px) {
  #signup .title {
    font-size: 44px;
  }
}
