.tbk-waitlist,
.tbk-waitlist * {
  box-sizing: border-box;
}

.tbk-waitlist {
  background: #111111;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  padding: 88px 24px;
  width: 100%;
}

.tbk-waitlist__inner {
  margin: 0 auto;
  max-width: 820px;
}

.tbk-waitlist__label {
  color: #e8c000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.tbk-waitlist h2 {
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.tbk-waitlist__intro {
  color: #a0a0a0;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 30px;
  max-width: 720px;
}

.tbk-waitlist__message {
  border: 1px solid;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 14px 16px;
}

.tbk-waitlist__message--success {
  background: rgba(55, 165, 80, 0.12);
  border-color: rgba(88, 210, 113, 0.55);
  color: #b8f0c3;
}

.tbk-waitlist__message--error {
  background: rgba(210, 70, 70, 0.12);
  border-color: rgba(225, 100, 100, 0.55);
  color: #ffb5b5;
}

.tbk-waitlist__form {
  display: grid;
  gap: 20px;
}

.tbk-waitlist__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tbk-waitlist__field {
  display: grid;
  gap: 8px;
}

.tbk-waitlist__field label {
  color: #d5d5d5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tbk-waitlist__field label span {
  color: #e8c000;
}

.tbk-waitlist__field input,
.tbk-waitlist__field textarea {
  appearance: none;
  background: #181818;
  border: 1px solid #353535;
  border-radius: 0;
  color: #ffffff;
  font: inherit;
  line-height: 1.45;
  min-width: 0;
  padding: 13px 14px;
  width: 100%;
}

.tbk-waitlist__field textarea {
  min-height: 116px;
  resize: vertical;
}

.tbk-waitlist__field input::placeholder,
.tbk-waitlist__field textarea::placeholder {
  color: #686868;
}

.tbk-waitlist__field input:focus-visible,
.tbk-waitlist__field textarea:focus-visible,
.tbk-waitlist__check input:focus-visible,
.tbk-waitlist__submit:focus-visible,
.tbk-waitlist a:focus-visible {
  outline: 3px solid #e8c000;
  outline-offset: 3px;
}

.tbk-waitlist__checks {
  display: grid;
  gap: 14px;
  margin-top: 2px;
}

.tbk-waitlist__check {
  align-items: flex-start;
  color: #b8b8b8;
  cursor: pointer;
  display: flex;
  font-size: 0.88rem;
  gap: 11px;
  line-height: 1.5;
}

.tbk-waitlist__check input {
  accent-color: #e8c000;
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.tbk-waitlist__check a {
  color: #e8c000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tbk-waitlist__submit {
  align-items: center;
  align-self: start;
  background: #e8c000;
  border: 0;
  border-radius: 0;
  color: #0e0e0e;
  cursor: pointer;
  display: inline-flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.12em;
  margin-top: 4px;
  min-height: 54px;
  padding: 15px 34px;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
}

.tbk-waitlist__submit:hover {
  background: #f5cf00;
  transform: translateY(-1px);
}

.tbk-waitlist__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.tbk-waitlist__honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/* Oxygen's page-level reset is loaded after plugin styles. These selectors
   intentionally have higher specificity so spacing is preserved. */
.tbk-online .tbk-waitlist {
  padding: 88px 24px;
}

.tbk-online .tbk-waitlist__inner {
  margin: 0 auto;
}

.tbk-online .tbk-waitlist__label {
  margin-bottom: 8px;
}

.tbk-online .tbk-waitlist__intro {
  margin: 0 0 30px;
}

.tbk-online .tbk-waitlist__message {
  margin-bottom: 24px;
  padding: 14px 16px;
}

.tbk-online .tbk-waitlist__checks {
  margin-top: 2px;
}

.tbk-online .tbk-waitlist__check input {
  margin: 2px 0 0;
}

.tbk-online .tbk-waitlist__submit {
  margin-top: 4px;
  padding: 15px 34px;
}

@media (max-width: 680px) {
  .tbk-waitlist {
    padding: 64px 18px;
  }

  .tbk-online .tbk-waitlist {
    padding: 64px 18px;
  }

  .tbk-waitlist__grid {
    grid-template-columns: 1fr;
  }

  .tbk-waitlist__submit {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    width: 100%;
  }

  .tbk-online .tbk-waitlist__submit {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbk-waitlist__submit {
    transition: none;
  }
}
