.mootly-page {
  min-height: 100vh;
}

.mootly-shell {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 24px 16px 0;
}

.mootly-top {
  margin-bottom: 32px;
}

.mootly-top h1 {
  margin: 4px 0 12px;
  font-size: clamp(30px, 6vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.mootly-top h1 .brand-mootly {
  display: inline-block;
}

.mootly-intro {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  max-width: 52ch;
}

.mootly-hero-card {
  margin-bottom: 36px;
  padding: 28px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(22, 244, 255, 0.06), rgba(255, 59, 141, 0.05));
}

.mootly-hero-card p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.mootly-hero-card small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.mootly-content section {
  margin-bottom: 32px;
}

.mootly-content h2 {
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.mootly-content p,
.mootly-content li {
  margin: 0 0 12px;
  color: #c8cdd8;
  line-height: 1.65;
  font-size: 15px;
}

.mootly-content ul {
  margin: 0 0 12px;
  padding-left: 1.2rem;
}

.mootly-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.mootly-pill {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 600;
  color: #e8eaef;
}

.mootly-cta {
  margin: 40px 0 48px;
  text-align: center;
}

.mootly-cta p {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 18px;
}

.mootly-cta .ghost-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 24px;
  text-decoration: none;
}
