.terms-page .about-hero-content {
  max-width: 940px;
}

.terms-page .about-hero {
  min-height: 360px;
  padding-top: 92px;
  padding-bottom: 42px;
}

.terms-page .about-hero-glow {
  height: 360px;
}

.terms-page .about-hero .breadcrumbs {
  top: 74px;
}

.terms-page .about-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.terms-page svg {
  width: 1em;
  height: 1em;
  stroke-width: 2.1;
}

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

.terms-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.terms-card-muted {
  background: linear-gradient(145deg, rgba(18, 18, 25, .82), rgba(9, 9, 13, .96));
}

.terms-card h3 {
  margin-top: 10px;
  font-size: 1.24rem;
}

.terms-card-copy {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.terms-card-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: .96rem;
  line-height: 1.78;
}

.terms-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.terms-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  color: #e4e4e7;
  font-size: .88rem;
  font-weight: 700;
}

.terms-list span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: none;
  border-radius: 50%;
  background: rgba(37, 99, 235, .18);
  color: #93c5fd;
  font-size: .75rem;
}

.terms-update {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(96, 165, 250, .18);
  border-radius: 12px;
  background: rgba(37, 99, 235, .08);
  color: #d4d4d8;
  font-size: .94rem;
  line-height: 1.55;
}

.terms-update strong {
  color: #fff;
}

.terms-page .about-cta .btn-hero-primary {
  gap: 8px;
}

.terms-page .about-cta .btn-hero-primary svg {
  flex: none;
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .terms-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .terms-page .about-hero {
    min-height: 320px;
    padding-top: 84px;
    padding-bottom: 34px;
  }

  .terms-page .about-hero-glow {
    height: 320px;
  }

  .terms-page .about-hero .breadcrumbs {
    top: 66px;
  }

  .terms-page .about-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .terms-card {
    padding: 22px;
  }

  .terms-list {
    grid-template-columns: 1fr;
  }
}
