.policy-section {
  padding: 4rem 0;
  min-height: calc(100vh - 300px);
}

.policy-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgba(124, 58, 237, 0.2);
}

.policy-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.policy-date {
  color: var(--gray-text);
  font-size: 1rem;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto;
}

.policy-content h2 {
  font-size: 2rem;
  color: var(--light-text);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(124, 58, 237, 0.2);
}

.policy-content h3 {
  font-size: 1.5rem;
  color: var(--accent-color);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.policy-content p {
  color: var(--gray-text);
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.policy-content ul,
.policy-content ol {
  color: var(--gray-text);
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.policy-content li {
  margin-bottom: 0.75rem;
}

.policy-content strong {
  color: var(--light-text);
  font-weight: 600;
}

.policy-content a {
  color: var(--accent-color);
  text-decoration: none;
  transition: var(--transition);
}

.policy-content a:hover {
  color: var(--light-text);
  text-decoration: underline;
}

.highlight-box {
  background: rgba(124, 58, 237, 0.1);
  border-left: 4px solid var(--accent-color);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 8px;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

.contact-box {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.contact-box h3 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .policy-title {
    font-size: 2rem;
  }

  .policy-content h2 {
    font-size: 1.5rem;
  }

  .policy-content h3 {
    font-size: 1.25rem;
  }
}
