/* Policy pages — first paint matches site-policy-page.css (no layout pop-in) */
.lang-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 6px auto 24px;
  max-width: 760px;
  padding: 0 20px;
}

.lang-btn {
  padding: 10px 22px;
  border-radius: 20px;
  border: 2px solid #fc5603;
  background: transparent;
  color: #d84315;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

.lang-btn.active {
  background: #fc5603;
  border-color: #fc5603;
  color: #fff;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 6px 20px 28px;
}

.hero {
  box-shadow: 0 10px 32px rgba(252, 86, 3, 0.25);
}

.policy-section {
  border: 1px solid rgba(252, 86, 3, 0.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.policy-footer {
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
  font-size: 0.9rem;
  color: #54656f;
  line-height: 1.45;
  padding: 20px 24px;
}
