.terms-hero {
  padding: 180px 0 70px;
  text-align: center;
  position: relative;
}

.terms-hero .hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.terms-hero .section-subtitle {
  color: #8c79cf;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.terms-hero .hero-title {
  display: inline-block;
  margin: 0 auto 24px;
  font-size: 3rem;
  line-height: 1.2;
  background: linear-gradient(to right, #ffffff, #c9b6f8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}

.terms-hero .hero-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #8c79cf, transparent);
  border-radius: 3px;
}

.terms-hero .gradient-text {
  background: linear-gradient(to right, #8c79cf, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.terms-hero .hero-description {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.terms-page {
  padding: 0 20px 100px;
}

.terms-document {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 44px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.84);
}

.terms-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.terms-document p,
.terms-document li {
  font-size: 1rem;
  line-height: 1.75;
}

.terms-document p {
  margin: 0 0 16px;
}

.terms-document strong {
  color: #ffffff;
}

.terms-section {
  margin-top: 34px;
}

.terms-section h2 {
  margin: 0 0 16px;
  font-size: 1.45rem;
  line-height: 1.35;
  color: #ffffff;
}

.terms-section h3 {
  margin: 22px 0 10px;
  font-size: 1.08rem;
  color: #c9b6f8;
}

.terms-document ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.terms-document li {
  margin-bottom: 8px;
}

.terms-acceptance {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.terms-meta {
  margin-top: 38px !important;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
}

@media (max-width: 768px) {
  .terms-hero {
    padding: 140px 0 50px;
  }

  .terms-page {
    padding: 0 14px 70px;
  }

  .terms-document {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .terms-hero .section-subtitle {
    font-size: 1rem;
  }

  .terms-hero .hero-title {
    font-size: 2.1rem;
  }

  .terms-intro {
    grid-template-columns: 1fr;
  }

  .terms-section h2 {
    font-size: 1.22rem;
  }
}