@font-face {
  font-family: 'BebasNeue';
  src: url('BebasNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", Helvetica, Arial, sans-serif;
  background: #f6f1e7;
  color: #111;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.logo {
  width: 120px;
  margin-bottom: 24px;
}

h1 {
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.tagline {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}

.links {
  margin-top: 40px;
}

.links a {
  text-decoration: none;
  color: #ff6a00;
  font-weight: 500;
}

footer {
  margin-top: 80px;
  font-size: 14px;
  color: #888;
}

.legal-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: left;
}

.legal-page h1 {
  font-family: 'BebasNeue', sans-serif;
  font-size: 56px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 8px;
  color: #111;
}

.legal-page .effective-date {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.legal-page h2 {
  font-family: 'BebasNeue', sans-serif;
  font-size: 32px;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #ff6a00;
}

.legal-page h3 {
  font-family: 'BebasNeue', sans-serif;
  font-size: 24px;
  letter-spacing: 1.5px;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #333;
}

.legal-page p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #333;
}

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

.legal-page li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #333;
}

.legal-page strong {
  color: #111;
  font-weight: 600;
}

.legal-page .back-link {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.legal-page .back-link a {
  text-decoration: none;
  color: #ff6a00;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.2s;
}

.legal-page .back-link a:hover {
  color: #cc5500;
}
