/* Malavia Beta Zero — public release/support surfaces */

.fz-policy-page {
  width: min(100%, 780px);
  margin-inline: auto;
  padding-bottom: 28px;
}
.fz-policy-page > header {
  padding: 12px 0 20px;
  border-bottom: 1px solid #2a3038;
}
.fz-policy-page > header h1 {
  margin: 2px 0 8px;
  color: #f2ede4;
  font-size: clamp(30px,8vw,46px);
  line-height: 1.2;
}
.fz-policy-page > header p {
  margin: 0;
  color: #a5adb5;
  line-height: 1.9;
}
.fz-policy-page > header small {
  display: block;
  margin-top: 9px;
  color: #747d87;
}
.fz-policy-page > section {
  padding: 18px 0;
  border-bottom: 1px solid #252b32;
}
.fz-policy-page > section h2 {
  margin: 0 0 7px;
  color: #e9e3da;
  font-size: 17px;
}
.fz-policy-page > section p {
  margin: 0 0 7px;
  color: #abb2b9;
  font-size: 13px;
  line-height: 2;
}
.fz-policy-page > section p:last-child { margin-bottom: 0; }
.fz-policy-page > footer {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  flex-wrap: wrap;
}
.site-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.site-footer-links a {
  color: #8e969f;
  text-decoration: none;
  font-size: 11px;
}
.site-footer-links a:hover,
.site-footer-links a:focus-visible { color: #ffd36d; }

@media (max-width: 640px) {
  .fz-policy-page > header { padding-top: 4px; }
  .fz-policy-page > section { padding: 15px 0; }
  .site-footer .container { justify-content: center; text-align: center; }
  .site-footer-links { justify-content: center; }
}
