body {
  margin: 0;
  padding: 0;
  background: #f3efe6;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8;
}

.site-nav {
  padding: 40px 20px 30px;
  text-align: center;
}

.site-nav a {
  color: #b8860b;
  text-decoration: none;
  margin: 0 22px;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  text-decoration: underline;
}

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

.home-title {
  color: #c49a2c;
  font-size: 64px;
  margin: 40px 0 30px;
  font-weight: 700;
  line-height: 1.15;
}

.page-title {
  color: #333;
  font-size: 30px;
  margin: 24px 0 18px;
  font-weight: 700;
  line-height: 1.2;
}

.divider {
  width: 92px;
  height: 2px;
  background: #c49a2c;
  margin: 30px auto;
}

.main-text {
  font-size: 18px;
  line-height: 1.9;
  max-width: 760px;
}

.quote {
  font-size: 1.15rem;
  max-width: 760px;
  margin: 0 auto 32px;
  color: #3a3a3a;
  font-style: italic;
  line-height: 1.9;
}

.disclaimer {
  font-size: 15px;
  color: #666;
  margin-top: 65px;
  line-height: 1.7;
}

.support-box {
  max-width: 760px;
  margin: 50px auto 0;
  padding: 30px;
  border: 1px solid rgba(184, 134, 11, 0.35);
  background: rgba(255, 255, 255, 0.35);
}

.support-box p {
  font-size: 18px;
  margin: 18px auto;
  line-height: 1.8;
}

.support-box a {
  color: #8a6500;
  font-weight: bold;
  text-decoration: none;
}

.support-box a:hover {
  text-decoration: underline;
}

.home-star {
  width: 70px;
  height: auto;
  margin: 20px auto;
  display: block;
}

@media (max-width: 768px) {

  .home-title {
    font-size: 46px;
  }

  .page-title {
    font-size: 30px;
  }

  .main-text {
    font-size: 18px;
    line-height: 1.85;
  }

  .quote {
    font-size: 1rem;
  }

  .site-nav a {
    display: inline-block;
    margin: 10px 14px;
  }
}