* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #f5f5ff;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 32px 48px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  font-weight: 500;
}

.cta-btn {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid #f7f8fa;
  background: rgba(31, 111, 235, 0.15);
  color: #cdd9ff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.cta-btn:hover {
  background: rgba(31, 111, 235, 0.3);
  box-shadow: 0 8px 24px rgba(31, 111, 235, 0.35);
  transform: translateY(-1px);
}

.cta-icon-img {
  width: 44px;
  height: 44px;
}

.hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
}

.hero p {
  font-size: 1.1rem;
  max-width: 640px;
  color: #e0e4ff;
  line-height: 1.6;
}

.hero .primary-btn {
  background: #70a2eb;
  border: none;
  padding: 14px 36px;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.hero .primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(39, 89, 213, 0.35);
}

.primary-btn img {
  width: 40px;
  height: 40px;
}

.inline-icon {
  height: 28px;
  width: auto;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0 4px;
  padding: 2px;
}

.welcome-body {
  background: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.05), transparent 40%),
    linear-gradient(135deg, #0b0f2c 0%, #1b2450 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px 40px;
  position: relative;
}

.welcome-banner {
  width: 100%;
  text-align: center;
  color: #eef0ff;
  padding-top: 1.8em;
  margin-bottom: 16px;
}

.welcome-banner h1 {
  font-size: clamp(2.3rem, 4.8vw, 3.4rem);
  margin-top: 12px;
  margin-bottom: 6px;
}

.welcome-subhead {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #cfd4ff;
  font-size: clamp(1.1rem, 2.6vw, 1.5rem);
}

.welcome-hero {
  text-align: center;
  color: #eef0ff;
  max-width: 860px;
  width: 100%;
  padding: 0 12px;
  min-height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.welcome-hero__badge {
  width: 96px;
  height: 96px;
  margin: 12px auto 36px;
  border-radius: 50%;
  background: rgba(109, 100, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 0 12px rgba(127, 115, 255, 0.08);
}

.welcome-hero h1,
.welcome-hero h2 {
  font-size: clamp(2.3rem, 4.8vw, 3.4rem);
  margin-bottom: 6px;
}

.welcome-hero__subtitle {
  color: #c9ceff;
  margin-bottom: 28px;
}

.welcome-hero__cta {
  border: none;
  border-radius: 999px;
  padding: 14px 34px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, #6c63ff 0%, #5a3fd4 100%);
  box-shadow: 0 18px 40px rgba(23, 12, 64, 0.45);
  cursor: pointer;
  margin-bottom: 12px;
}

.welcome-hero__cta-row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.welcome-panel {
  width: 100%;
  border-radius: 28px;
  padding: 52px 48px;
  margin-top: 10px;
  background: #060816;
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(127, 115, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.welcome-final-active .welcome-panel {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin-top: 0;
  align-items: stretch;
}

.welcome-final-active .welcome-banner h1,
.welcome-final-active .welcome-banner .welcome-subhead {
  display: none;
}

.welcome-final-active .welcome-final-callout {
  width: 100%;
}

.welcome-final-active .welcome-final-card {
  width: 100%;
  max-width: none;
  border: none;
  box-shadow: none;
  background: #060816;
  border-radius: 24px;
  padding: clamp(18px, 3vw, 28px);
}

.welcome-final-headline {
  margin-top: 18px;
  text-align: center;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #f5f6ff;
}

.welcome-final-headline.is-hidden {
  display: none;
}

.welcome-panel__cta {
  display: flex;
  justify-content: center;
  width: 100%;
}

.welcome-panel__line {
  font-size: clamp(1.6rem, 2.8vw, 2.45rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #f5f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.welcome-panel__note {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  color: #e0e4ff;
}

.is-hidden {
  display: none !important;
}

.welcome-master-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.welcome-master-callout.is-hidden {
  display: none;
}

.welcome-master-text {
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: #f5f6ff;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.welcome-master-error {
  color: #ff8a8a;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.welcome-master-error-icon {
  width: 20px;
  height: 20px;
}

.welcome-master-arrow {
  margin-left: 10px;
  display: inline-flex;
  transform: rotate(-15deg);
}
.welcome-master-img {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(127, 115, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.welcome-first-credential-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.welcome-first-credential-callout.is-hidden {
  display: none;
}

.welcome-first-credential-text {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #f5f6ff;
  text-align: center;
}

.welcome-final-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.welcome-final-callout.is-hidden {
  display: none;
}

.welcome-enter-credentials-callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.welcome-enter-credentials-callout.is-hidden {
  display: none;
}

.welcome-enter-credentials-text {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #f5f6ff;
  text-align: center;
}

.welcome-enter-credentials-note {
  display: block;
  margin-top: 6px;
  font-size: 0.98rem;
  font-weight: 500;
  color: #dce7ff;
}

.welcome-mock-steps {
  display: grid;
  row-gap: 10px;
  column-gap: 8px;
  margin: 8px 0 4px;
  padding: 0;
  list-style: none;
}

.welcome-mock-steps .welcome-mock-step:nth-child(5) {
  margin-top: 14px;
}

.welcome-mock-step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8def5;
  font-size: 1rem;
  font-weight: 600;
}

.welcome-mock-step-num {
  color: #aeb8ff;
  min-width: 20px;
}

.welcome-mock-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  padding: 6px;
}

.welcome-mock-step-icon img {
  width: 24px;
  height: 24px;
}

.welcome-mock-step-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 6px;
}

.welcome-mock-step-arrow img {
  width: 100%;
  height: 100%;
}

.welcome-mock-step-note {
  color: #bfc9ff;
  font-weight: 500;
}

.welcome-mock-form {
  width: min(340px, 86%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.welcome-mock-form input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5ff;
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.welcome-mock-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.welcome-mock-form input:focus {
  border-color: rgba(124, 178, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(124, 178, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.welcome-mock-highlight {
  animation: welcome-mock-pulse 1s ease-in-out infinite;
  outline: 2px solid rgba(190, 235, 255, 1);
  outline-offset: 2px;
  border-color: rgba(200, 245, 255, 1);
  box-shadow: 0 0 0 4px rgba(190, 235, 255, 0.55);
}

.welcome-mock-password-highlight {
  animation: welcome-mock-pulse 1s ease-in-out infinite;
  outline: 2px solid rgba(190, 235, 255, 1);
  outline-offset: 2px;
  border-color: rgba(200, 245, 255, 1);
  box-shadow: 0 0 0 4px rgba(190, 235, 255, 0.55);
}

@keyframes welcome-mock-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(190, 235, 255, 0.7);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(190, 235, 255, 0.45);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(190, 235, 255, 0.7);
  }
}

.welcome-mock-form button {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(124, 178, 255, 0.8);
  background: linear-gradient(135deg, #6fa8ff 0%, #6a7bff 100%);
  color: #f8fbff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.welcome-mock-form button:hover {
  box-shadow: 0 10px 28px rgba(90, 130, 255, 0.35);
  transform: translateY(-1px);
}

.welcome-mock-form button:active {
  transform: translateY(0);
  filter: brightness(0.96);
}

.welcome-hotkey {
  margin-top: 4px;
  color: #cfd8e3;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

.welcome-hotkey #mpm-hotkey-label {
  font-weight: 650;
  color: #e3efff;
}

.welcome-final-callout.is-hidden {
  display: none;
}

.welcome-final-text {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 700;
  color: #f5f6ff;
  text-align: center;
}

.welcome-final-card {
  width: min(840px, 100%);
  margin: 0 auto;
  background: #0f1216;
  border: 1px solid rgba(58, 204, 120, 0.6);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45), 0 0 0 2px rgba(58, 204, 120, 0.25);
  border-radius: 18px;
  padding: clamp(18px, 3vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.welcome-final-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.welcome-final-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 56px;
  padding: 8px;
  margin-left: 6px;
  border-radius: 14px;
  background: linear-gradient(180deg, #8a82ff 0%, #5a6bff 100%);
  box-shadow: 0 10px 26px rgba(90, 107, 255, 0.45), 0 0 0 2px rgba(180, 179, 255, 0.25);
  vertical-align: middle;
}

.welcome-final-icon img {
  width: 30px;
  height: 30px;
}

.welcome-final-copy {
  display: grid;
  gap: 8px;
}

.welcome-final-subtext {
  color: #cfd8e3;
  font-size: clamp(1.8rem, 3vw, 2.15rem);
  font-weight: 600;
  margin: 0;
}

.welcome-final-subtext-secondary {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.15rem);
  font-weight: 600;
  color: #e6ecff;
  margin-top: 2px;
}

.welcome-hotkey-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.welcome-hotkey-label {
  color: #cfd8e3;
  font-weight: 650;
  font-size: 1.05rem;
}

.welcome-hotkey-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(58, 204, 120, 0.18);
  color: #d7ffee;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(58, 204, 120, 0.35);
}

.welcome-final-illustration {
  width: min(100%, 520px);
  margin: 0 auto;
  display: block;
  align-self: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.welcome-final-notes {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
  text-align: left;
  color: #e8ecff;
  display: grid;
  gap: 8px;
}

.welcome-final-notes__title {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
}

.welcome-final-notes__asterisk {
  font-size: 1.6rem;
  font-weight: 800;
  margin-right: 6px;
  display: inline-block;
  line-height: 1;
}

.welcome-final-notes__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  font-size: 0.95rem;
  color: #d8def5;
}

.welcome-final-placeholder {
  width: min(100%, 440px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.welcome-final-notes__sublist {
  margin: 6px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
}

.welcome-final-placeholder-stack {
  width: 100%;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.welcome-final-card .welcome-panel__fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(58, 204, 120, 0.18);
  box-shadow: 0 0 0 1px rgba(58, 204, 120, 0.35);
  color: #d7ffee;
  margin: 0 6px;
}

.welcome-final-card .welcome-panel__fab img {
  width: 28px;
  height: 28px;
}

@media (min-width: 900px) {
  .welcome-final-card {
    grid-template-columns: 1fr;
  }
}

.welcome-final-arrow {
  margin-left: 10px;
  display: inline-flex;
  transform: rotate(var(--final-arrow-rotation, 0deg));
  color: #b0a0ff;
  animation: welcome-arrow-pulse 1s ease-in-out infinite;
}

.welcome-panel__fab {
  width: 46px;
  height: 60px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(180deg, #6c63ff 0%, #5a3fd4 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(23, 12, 64, 0.55);
}

.welcome-panel__fab img {
  width: 22px;
  height: 34px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
}

.welcome-panel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #b0a0ff;
  margin-left: 8px;
  transition: transform 0.18s ease, opacity 0.18s ease;
  transform: rotate(var(--arrow-rotation, 0deg));
  animation: welcome-arrow-pulse 1s ease-in-out infinite;
}

.welcome-panel__arrow-icon {
  width: 32px;
  height: 32px;
}

.welcome-panel__arrow-icon path {
  stroke-width: 2.6;
}

.welcome-first-credential-arrow {
  transform: rotate(-20deg);
}

main {
  flex: 1;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

main h1 {
  font-size: 2.2rem;
  margin-bottom: 24px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header span {
  font-size: 1.4rem;
  transition: transform 0.2s;
}

.accordion-item.open .accordion-header span {
  transform: rotate(45deg);
}

.final-panel {
  width: 100%;
  max-width: 1040px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}

.final-panel img {
  width: 100%;
  max-width: 960px;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
  display: block;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 20px;
}

.accordion-item.open .accordion-body {
  max-height: 200px;
  padding-bottom: 16px;
}

.accordion-body p {
  color: #e4e5ff;
  line-height: 1.6;
}

.contact-panel {
  background: rgba(10, 14, 60, 0.65);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-panel p {
  margin-top: 12px;
  font-size: 1.1rem;
}

.contact-panel a {
  font-weight: 600;
  color: #fff;
}

/* Footer + legal pages (ads/policy friendly) */
.site-footer {
  margin-top: auto;
  padding: 18px 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(245, 245, 255, 0.78);
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.footer-links a {
  color: rgba(245, 245, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links a:hover {
  color: #ffffff;
}

.legal-page {
  width: min(980px, 96vw);
  margin: 0 auto;
  background: rgba(10, 14, 60, 0.45);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px;
  color: rgba(245, 245, 255, 0.92);
}

.legal-page h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  margin-bottom: 12px;
}

.legal-page h2 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.legal-page h3 {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.legal-page p,
.legal-page li {
  line-height: 1.65;
  color: rgba(245, 245, 255, 0.86);
}

.legal-page p {
  margin: 10px 0;
}

.legal-page ul {
  padding-left: 20px;
  margin: 8px 0 12px;
}

.legal-page li + li {
  margin-top: 6px;
}

.legal-meta {
  margin-top: 6px;
  color: rgba(245, 245, 255, 0.72);
  font-size: 13px;
}

/* Waitlist landing (ads verification friendly) */
.waitlist-page {
  width: min(980px, 96vw);
  margin: 0 auto;
  background: rgba(10, 14, 60, 0.45);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px;
  color: rgba(245, 245, 255, 0.92);
}

.waitlist-hero {
  text-align: center;
  padding: 14px 10px 6px;
}

.waitlist-hero h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin-bottom: 10px;
}

.waitlist-hero p {
  color: rgba(245, 245, 255, 0.86);
  line-height: 1.6;
  max-width: 52ch;
  margin: 0 auto;
}

.waitlist-card {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  padding: 18px;
}

.waitlist-form {
  display: grid;
  gap: 10px;
}

.waitlist-label {
  font-size: 0.95rem;
  font-weight: 650;
  color: rgba(245, 245, 255, 0.92);
}

.waitlist-form input,
.waitlist-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f5f5ff;
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mpm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.waitlist-form textarea {
  resize: vertical;
  min-height: 86px;
}

.waitlist-form input::placeholder,
.waitlist-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.waitlist-form input:focus,
.waitlist-form textarea:focus {
  border-color: rgba(124, 178, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(124, 178, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
}

.waitlist-form input[aria-invalid="true"] {
  border-color: rgba(255, 138, 138, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 138, 138, 0.18);
}

.waitlist-submit {
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(124, 178, 255, 0.8);
  background: linear-gradient(135deg, #6fa8ff 0%, #6a7bff 100%);
  color: #f8fbff;
  font-weight: 750;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.waitlist-submit:hover {
  box-shadow: 0 10px 28px rgba(90, 130, 255, 0.35);
  transform: translateY(-1px);
}

.waitlist-submit:active {
  transform: translateY(0);
  filter: brightness(0.96);
}

.waitlist-disclaimer,
.waitlist-alt {
  margin-top: 10px;
  color: rgba(245, 245, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.waitlist-disclaimer a,
.waitlist-alt a {
  color: rgba(245, 245, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.waitlist-meta {
  display: grid;
  gap: 8px;
}

.waitlist-meta-title {
  font-weight: 750;
  color: rgba(245, 245, 255, 0.92);
}

.waitlist-meta-body {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
  font-size: 0.9rem;
  color: rgba(245, 245, 255, 0.88);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 10px 12px;
  word-break: break-word;
}

.waitlist-meta-note {
  color: rgba(245, 245, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.waitlist-actions {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.waitlist-secondary {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 245, 255, 0.92);
}

.waitlist-secondary:hover {
  background: rgba(255, 255, 255, 0.10);
}

@keyframes welcome-arrow-pulse {
  0% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.45;
  }
}

@media (max-width: 768px) {
  .page {
    padding: 24px;
  }

  .nav {
    flex-direction: column;
    gap: 16px;
  }

  .nav-links {
    flex-direction: column;
    gap: 16px;
  }

  main {
    padding: 28px;
  }

  .legal-page {
    padding: 20px;
  }
}


