@import url(/assets/theme/theme.css);

.terms-header {
  background-color: rgb(19, 18, 19);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px 0 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.terms-header-blob {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.05);
  filter: blur(100px);
  z-index: 0;
  top: -300px;
  right: -200px;
}

.terms-header-content {
  position: relative;
  z-index: 2;
}

.terms-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.terms-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.terms-description {
  font-size: 1.125rem;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.terms-last-updated {
  font-size: 0.875rem;
  opacity: 0.6;
}

.terms-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: relative;
}

.terms-container h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #f5f5f5;
  letter-spacing: -0.5px;
}

.terms-container h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  color: #f5f5f5;
}

.terms-container p {
  margin-bottom: 1.25rem;
  opacity: 0.9;
}

.terms-container ul, .terms-container ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.terms-container li {
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.terms-container a {
  color: #3b82f6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.terms-container a:hover {
  color: #60a5fa;
}

.terms-navigation {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.terms-navigation-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #f5f5f5;
}

.terms-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-navigation-list li {
  margin-bottom: 0.5rem;
}

.terms-navigation-list a {
  display: block;
  padding: 0.5rem 0;
  color: rgba(245, 245, 245, 0.7);
  transition: all 0.2s ease;
  text-decoration: none;
}

.terms-navigation-list a:hover {
  color: #3b82f6;
  padding-left: 0.5rem;
}

.terms-footer {
  background-color: rgba(59, 130, 246, 0.05);
  padding: 2rem 0;
  text-align: center;
  margin-top: 3rem;
}

.terms-footer p {
  font-size: 0.9375rem;
  opacity: 0.7;
}

.terms-footer .contact-button {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
}

.terms-footer .contact-button:hover {
  background-color: #3b82f6;
  color: #f5f5f5;
}

.blob-terms {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.05);
  filter: blur(100px);
  z-index: 0;
}

.blob-terms-1 {
  top: 30%;
  right: -300px;
}

.blob-terms-2 {
  bottom: 10%;
  left: -300px;
}

@media (max-width: 768px) {
  .terms-title {
    font-size: 2rem;
  }
  
  .terms-description {
    font-size: 1rem;
  }
  
  .terms-container {
    padding: 2rem 1.5rem;
  }
  
  .terms-container h2 {
    font-size: 1.5rem;
  }
  
  .terms-container h3 {
    font-size: 1.125rem;
  }
}