.landing--six-months {
  display: grid;
  place-items: center;
}

.landing--six-months.is-unlocked {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

.six-months-gate,
.six-months-content {
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.six-months-content {
  width: 100%;
  max-width: none;
  gap: 0;
  text-align: initial;
}

.six-months-gate[hidden],
.six-months-content[hidden] {
  display: none;
}

.six-months-form {
  width: min(100%, 380px);
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(247, 77, 173, 0.2), rgba(0, 0, 0, 0.68));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.six-months-form label {
  color: rgb(238, 235, 236);
  font-family: Georgia, "Times New Roman", serif;
  text-align: left;
}

.six-months-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  font: 1rem "Courier New", Courier, monospace;
  outline: none;
}

.six-months-form input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 16px rgba(145, 233, 255, 0.24);
}

.six-months-button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(0deg, var(--pink-soft), var(--pink));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 24px rgba(245, 22, 238, 0.28);
  cursor: pointer;
  font: 700 1rem "Courier New", Courier, monospace;
}

.six-months-button:hover,
.six-months-button:focus-visible {
  filter: brightness(1.08);
  outline: none;
}

.six-months-error {
  color: #ff9ecf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
}

.six-months-back-link {
  color: rgb(228, 221, 219);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.92rem;
}

.six-months-back-link:hover,
.six-months-back-link:focus-visible {
  color: var(--cyan);
  outline: none;
}
