*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  background: #f5f7fa;
  color: #1e2741;
  line-height: 1.6;
}

.legal-header {
  background: #fff;
  border-bottom: 1px solid #d7e0e6;
  padding: 20px 5%;
  text-align: center;
}

.legal-logo {
  display: inline-block;
  height: 42px;
  width: auto;
}

.legal-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 5% 64px;
  background: #fff;
}

.legal-content p {
  margin: 0 0 12px;
  text-align: left;
  color: #1e2741;
  font-size: 0.95rem;
}

.legal-content p b { font-weight: 700; }

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 0.9rem;
}

.legal-content th,
.legal-content td {
  padding: 14px 16px;
  border: 1px solid #d7e0e6;
  vertical-align: top;
  text-align: left;
}

.legal-content th {
  background: #eb3e1c;
  color: #fff;
  font-weight: 700;
}

.legal-content tr:nth-child(even) td { background: #f5f7fa; }

.legal-content a {
  color: #cf2057;
  text-decoration: underline;
}

.legal-footer {
  max-width: 820px;
  margin: 0 auto 48px;
  padding: 0 5%;
  text-align: center;
}

.legal-footer a {
  color: #eb3e1c;
  font-weight: 600;
  text-decoration: none;
}

.legal-footer a:hover { text-decoration: underline; }

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  margin-top: 16px;
  font-size: 0.85rem;
}

.legal-nav a {
  color: #5f687a;
  text-decoration: none;
}

.legal-nav a:hover { color: #eb3e1c; }

@media (max-width: 640px) {
  .legal-content { padding: 28px 5% 48px; }
  .legal-content table { font-size: 0.82rem; }
  .legal-content th, .legal-content td { padding: 10px 12px; }
}
