.legal-page {
  margin: 0 auto;
  max-width: 900px;
  background: #fff;
  color: #353535;
  font-family: Roboto, system-ui, sans-serif;
  line-height: 1.55;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.legal-brand img {
  max-width: 180px;
  height: auto;
  display: block;
  filter: hue-rotate(-25deg) saturate(1.25) brightness(0.95);
}

.legal-back {
  color: #8B2942 !important;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.legal-back:hover {
  color: #A83A56 !important;
}

.legal-main {
  padding: 28px 20px 48px;
  flex: 1;
}

.legal-main h1 {
  font-family: Ovo, Georgia, serif;
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 400;
  color: #8B2942;
  margin: 0 0 8px;
}

.legal-lead {
  margin: 0 0 28px;
  color: #666;
}

.legal-main h2 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
  color: #3A1020;
}

.legal-main h3 {
  font-size: 1rem;
  margin: 18px 0 8px;
}

.legal-main p,
.legal-main ul {
  margin: 0 0 12px;
}

.legal-main ul {
  padding-left: 1.2em;
}

.legal-main a {
  color: #8B2942 !important;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 18px 16px;
  background: #3A1020;
}

.legal-footer a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}

.legal-footer a:hover {
  color: #f3d0da !important;
}

@media (max-width: 600px) {
  .legal-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
