/* Legal pages (Terms & Privacy) specific styles */

body {
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.content {
  margin-top: 30px;
}

h1 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #ededed 0%, #f3c11b 50%, #fbb040 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
}

.meta {
  color: #777777;
  font-size: 14px;
  margin-bottom: 40px;
}

h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #f3c11b;
  margin-bottom: 16px;
}

p {
  margin-bottom: 16px;
  color: #ededed;
}

strong {
  color: #f3c11b;
  font-weight: 600;
}

ul,
ol {
  margin: 16px 0;
  padding-left: 24px;
  color: #ededed;
}

li {
  margin-bottom: 8px;
}

a {
  color: #f3c11b;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #fbb040;
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ededed;
  text-decoration: none;
  transition: all 0.2s ease;
}

.back-link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #f3c11b;
  text-decoration: none;
}
