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

body {
  font-family: 'Poppins', sans-serif;
  background: #f6f4ef;
  color: #2f2f2f;
  line-height: 1.8;
}

[data-header] {
  width: 100%;
  border: 0;
  display: block;
  position: sticky;
  top: 0;
  z-index: 999;
  overflow: visible;
}

.site-header {
  width: 100%;
  padding: 18px 20px;
  background: rgba(246, 244, 239, 0.92);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.site-logo {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

.site-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.policy-container {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.policy-content {
  max-width: 900px;
  background: #ffffff;
  padding: 50px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.policy-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #1f3a33;
}

.updated {
  color: #777;
  margin-bottom: 30px;
}

.policy-content h2 {
  margin-top: 35px;
  margin-bottom: 10px;
  color: #1f3a33;
  font-size: 24px;
}

.policy-content p {
  margin-bottom: 18px;
}

.policy-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.policy-content li {
  margin-bottom: 10px;
}

.site-footer {
  background: #f0e6dc;
  padding: 34px 20px;
  text-align: center;
  color: #666;
}

.ssl-note {
  margin-top: 8px;
  color: #6E5646;
  font-size: 14px;
  font-weight: 600;
}

.payment-note {
  margin-top: 6px;
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .policy-content {
    padding: 30px 24px;
  }

  .policy-content h1 {
    font-size: 32px;
  }

  .policy-content h2 {
    font-size: 22px;
  }
}
