.banner {
  background-color: #f9f5f0;
  padding: 60px 0 30px;
  color: #a68554;
  text-align: center;
}

.section-label {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #a68554;
}

.page-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}

.content {
  display: flex;
  gap: 40px;
  margin: 60px auto;
  max-width: 1100px;
}

.sidebar {
  flex: 1;
  max-width: 200px;
  background: #f9f5f0;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

.sidebar li {
  margin-bottom: 15px;
  font-weight: 500;
}

.sidebar li.active,
.sidebar li a:hover {
  color: #a68554;
  font-weight: bold;
}

.policy-text {
  flex: 3;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.policy-text h3 {
  margin-top: 30px;
  color: #a68554;
  border-bottom: 1px solid #e3d5c1;
  padding-bottom: 8px;
}

.policy-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-top: 10px;
}

.policy-text ul {
  margin-left: 20px;
  margin-top: 10px;
  color: #555;
}

.updated {
  font-size: 0.9rem;
  font-style: italic;
  color: #777;
  margin-bottom: 15px;
  text-align: right;
}
