.early-access-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 52px 0 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 59, 48, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.early-access-cta__content {
  max-width: 680px;
}

.early-access-cta__eyebrow {
  margin: 0 0 8px;
  color: #fca5a5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.early-access-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.early-access-cta p:last-child {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.95rem;
  line-height: 1.5;
}

.early-access-cta__button {
  flex: 0 0 auto;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #ff3b30;
  color: #ffffff;
  padding: 0 18px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.early-access-cta__button:hover {
  background: #f43f5e;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255, 59, 48, 0.18);
}

.early-access[hidden] {
  display: none;
}

.early-access {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.early-access__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 4, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.early-access__dialog {
  position: relative;
  width: min(100%, 480px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 59, 48, 0.09), transparent 38%),
    #090909;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  padding: 28px;
}

.early-access__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.early-access__close:hover {
  color: #ffffff;
  border-color: rgba(255, 59, 48, 0.34);
  background: rgba(255, 59, 48, 0.1);
}

.early-access__eyebrow {
  margin: 0 0 10px;
  color: #fca5a5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.early-access h2 {
  margin: 0;
  max-width: 390px;
  color: #ffffff;
  font-size: clamp(1.55rem, 4vw, 2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.early-access__copy {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.6;
}

.early-access__form {
  margin-top: 22px;
}

.early-access__label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 600;
}

.early-access__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.early-access__row input {
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  padding: 0 13px;
  font: inherit;
}

.early-access__row input:focus {
  outline: none;
  border-color: rgba(255, 59, 48, 0.62);
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}

.early-access__row button {
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: #ff3b30;
  color: white;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.early-access__row button:hover:not(:disabled) {
  background: #f43f5e;
  transform: translateY(-1px);
}

.early-access__row button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.early-access__status {
  min-height: 20px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.early-access__fineprint {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.74rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .early-access-cta {
    align-items: stretch;
    flex-direction: column;
    margin-top: 40px;
  }

  .early-access-cta__button {
    width: 100%;
  }

  .early-access__row {
    grid-template-columns: 1fr;
  }

  .early-access__row button {
    width: 100%;
  }
}
