* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #fafafa;
  color: #1a1a1a;
  font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
}

.legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.legal-nav a {
  text-decoration: none;
  color: #dd2d4a;
  font-weight: 800;
  font-size: 16px;
}

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

.legal-nav .legal-nav-links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}

.legal-nav .legal-nav-links a { color: #999; font-weight: 700; }
.legal-nav .legal-nav-links a:hover { color: #dd2d4a; }
.legal-nav .legal-nav-links a.active { color: #dd2d4a; }

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

.legal-header h1 {
  font-size: clamp(28px, 6vw, 40px);
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.legal-header .legal-date {
  font-size: 13px;
  color: #999;
  font-weight: 700;
}

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

.legal-section h2 {
  font-size: 18px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding-top: 4px;
}

.legal-section h2 .num {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #dd2d4a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 13px;
  font-weight: 900;
  margin-right: 8px;
  vertical-align: middle;
}

.legal-section p {
  color: #444;
  font-size: 15px;
  margin-bottom: 10px;
}

.legal-section ul {
  padding-left: 20px;
  color: #444;
  font-size: 15px;
}

.legal-section ul li {
  margin-bottom: 6px;
}

.legal-section ul li strong {
  color: #1a1a1a;
  font-weight: 800;
}

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

.legal-table th {
  background: #f4f4f4;
  text-align: left;
  padding: 10px 12px;
  font-weight: 800;
  color: #1a1a1a;
  border: 1px solid #e8e8e8;
}

.legal-table td {
  padding: 9px 12px;
  color: #444;
  border: 1px solid #e8e8e8;
  vertical-align: top;
}

.legal-table tr:nth-child(even) td { background: #fafafa; }

.legal-table a {
  color: #dd2d4a;
  text-decoration: none;
  font-weight: 700;
}

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

.legal-highlight {
  background: #fff8f8;
  border-left: 3px solid #dd2d4a;
  padding: 14px 16px;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  color: #555;
  margin: 12px 0;
}

.legal-contact {
  margin-top: 48px;
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: center;
}

.legal-contact p { font-size: 15px; color: #666; margin-bottom: 6px; }
.legal-contact a {
  color: #dd2d4a;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
}
.legal-contact a:hover { text-decoration: underline; }

.legal-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 32px 0;
}
