/* Mobile-exclusive Terms */

.mobile-terms { display: none; }

@media (max-width: 900px) {
  .desktop-terms { display: none !important; }
  .mobile-terms { display: block; }
}

.mobile-page-hero {
  background: linear-gradient(165deg, #0b0f19 0%, #070b16 60%, #050913 100%);
  padding: calc(var(--header-h) + 28px) 0 28px;
  color: #ffffff;
}

.mobile-page-hero__pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.mobile-page-hero__title {
  margin: 14px 0 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.mobile-page-hero__lead {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.80);
}
