.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 24px 80px;
}

.legal-header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eee;
}

.legal-header h1 {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.legal-effective {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.legal-body {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-top: 8px;
}

.legal-section h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 24px;
  margin-bottom: 10px;
}

.legal-section p {
  margin-bottom: 12px;
}

.legal-section ul {
  margin: 12px 0 16px;
  padding-left: 24px;
}

.legal-section li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.legal-section li strong {
  color: #1a1a1a;
}

.legal-section a {
  color: #8B6DC0;
  text-decoration: none;
  font-weight: 500;
}

.legal-section a:hover {
  text-decoration: underline;
}

.legal-highlight {
  background: #faf8fd;
  border-left: 3px solid #8B6DC0;
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  margin: 16px 0;
}

.legal-highlight p {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0;
}

.legal-contact {
  background: #f8f8fa;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 16px 0;
}

.legal-contact p {
  margin-bottom: 4px;
  color: #333;
}

.legal-contact p:last-child {
  margin-bottom: 0;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 16px 0;
  border-radius: 12px;
  border: 1px solid #eee;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.legal-table th {
  background: #f8f8fa;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #eee;
}

.legal-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
}

.legal-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 600px) {
  .legal-page {
    padding: 100px 16px 60px;
  }

  .legal-header h1 {
    font-size: 28px;
  }

  .legal-section h2 {
    font-size: 18px;
  }

  .legal-highlight {
    padding: 16px;
  }

  .legal-highlight p {
    font-size: 12px;
  }

  .legal-table {
    font-size: 13px;
  }

  .legal-table th,
  .legal-table td {
    padding: 10px 12px;
  }
}
