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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

@media (max-width: 600px) {
  .container {
    padding: 24px 20px 48px;
  }
}

.logo {
  margin-bottom: 32px;
}

.logo a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}

.logo a span {
  color: #F5A623;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.last-updated {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 36px;
  margin-bottom: 12px;
}

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

ul {
  margin-bottom: 16px;
  padding-left: 24px;
}

ul li {
  margin-bottom: 6px;
  color: #333;
}

a {
  color: #F5A623;
  text-decoration: underline;
}

a:hover {
  color: #D4900E;
}

.contact-info {
  margin-top: 36px;
  padding: 20px 24px;
  background: #f9f9f9;
  border-radius: 8px;
  border-left: 3px solid #F5A623;
}

.contact-info p {
  margin-bottom: 4px;
}

.contact-info p:last-child {
  margin-bottom: 0;
}

.back-link {
  display: inline-block;
  margin-top: 48px;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.15s;
}

.back-link:hover {
  background: #eee;
  color: #1a1a1a;
}

.intro {
  font-size: 17px;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.7;
}
