* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  background-color: #0d1f1f;
  color: #e0e0e0;
  line-height: 1.6;
}

.legal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background-color: #112929;
}

.legal-logo {
  height: 40px;
}

.legal-back {
  color: #00e016;
  text-decoration: none;
  font-size: 16px;
}

.legal-back:hover {
  text-decoration: underline;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.legal-content h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.legal-updated {
  color: #888;
  font-size: 14px;
  margin-bottom: 30px;
}

.legal-content h2 {
  font-size: 20px;
  font-weight: 500;
  color: #00e016;
  margin-top: 30px;
  margin-bottom: 10px;
}

.legal-content p,
.legal-content li {
  font-size: 16px;
  font-weight: 300;
}

.legal-content ul {
  padding-left: 20px;
}

.legal-content a {
  color: #00e016;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  color: #ccc;
}

.form-consent input {
  margin-top: 3px;
  flex-shrink: 0;
}

.form-consent a {
  color: #00e016;
}

.credit-disclaimer {
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-left: 3px solid #00e016;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  color: #bbb;
}

.credit-disclaimer strong {
  color: #fff;
  font-weight: 400;
}

.footer-legal-links {
  margin-top: 10px;
}

.footer-legal-links a {
  color: #00e016;
  text-decoration: none;
  font-size: 14px;
}

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

@media (max-width: 600px) {
  .legal-content h1 {
    font-size: 24px;
  }

  .legal-header {
    padding: 15px;
  }
}
