.terms-content {
  padding: 2rem 0;
  line-height: 1.7;
  color: #333;
}

.terms-header {
  background: radial-gradient(72.1% 88.98% at 50.1% 50%, rgb(220, 253, 188) 0%, var(--primary-color) 100%);
  color: white;
  padding: 3rem 0;
  margin-bottom: 2rem;
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.terms-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="40%"><stop offset="0%" style="stop-color:rgba(255,255,255,.1)"/><stop offset="100%" style="stop-color:rgba(255,255,255,0)"/></radialGradient></defs><ellipse cx="50" cy="10" rx="50" ry="10" fill="url(%23a)"/></svg>') no-repeat center center;
  background-size: cover;
  opacity: 0.1;
}

.terms-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.terms-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.terms-section {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
}

.terms-section:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.terms-section-title {
  color: #2c3e50;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.terms-section-icon {
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
}

.terms-subsection-title {
  color: #34495e;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ecf0f1;
}

.terms-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
}

.terms-list {
  margin: 1rem 0;
  padding-left: 0;
}

.terms-list-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-left: 3px solid var(--primary-color);
  list-style: none;
  position: relative;
  transition: all 0.3s ease;
}

.terms-list-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.terms-list-item::before {
  content: '▶';
  color: var(--primary-color);
  font-weight: bold;
  position: absolute;
  left: 0.5rem;
  font-size: 0.8rem;
}

.terms-list-item-text {
  margin-left: 1.5rem;
}

.welcome-intro {
  background: radial-gradient(72.1% 88.98% at 50.1% 50%, rgba(220, 253, 188, 0.15) 0%, rgba(var(--primary-color-rgb), 0.15) 100%);
  border: 1px solid rgba(var(--primary-color-rgb), 0.3);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  position: relative;
}

.welcome-intro::before {
  /* content: '📋'; */
  position: absolute;
  top: -12px;
  left: 25px;
  background: var(--primary-color);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.important-notice {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.law-jurisdiction {
  background: #2c3e50;
  color: white;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 2rem 0;
}

.contact-info {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-top: 2rem;
}

.contact-item {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-link {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #2980b9;
  text-decoration: underline;
}

.effective-date {
  background: #27ae60;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.legal-entity {
  font-style: italic;
  background: #f8f9fa;
  padding: 1rem;
  border-left: 4px solid var(--primary-color);
  border-radius: 0 8px 8px 0;
  margin: 1rem 0;
}

.conduct-rules {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1rem 0;
}

.conduct-title {
  color: #856404;
  font-weight: 600;
  margin-bottom: 1rem;
}

.liability-warning {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .terms-header {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }
  
  .terms-title {
    font-size: 1.8rem;
  }
  
  .terms-section {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }
  
  .terms-section-title {
    font-size: 1.4rem;
  }
  
  .terms-subsection-title {
    font-size: 1.1rem;
  }
  
  .terms-text {
    font-size: 0.95rem;
  }
  
  .contact-info {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .terms-header {
    padding: 1.5rem 0.5rem;
  }
  
  .terms-title {
    font-size: 1.5rem;
  }
  
  .terms-section {
    padding: 1rem;
  }
  
  .terms-section-title {
    font-size: 1.2rem;
    flex-direction: column;
    text-align: center;
    gap: 0.3rem;
  }
  
  .terms-list-item {
    padding: 0.8rem;
  }
  
  .welcome-intro {
    padding: 1.5rem 1rem;
  }
}