.legal-page {
  background: #ffffff;
  color: var(--dayzy-navy);
}

.legal-hero {
  position: relative;
  min-height: 430px;
  padding: 150px 6% 72px;
  background:
    linear-gradient(90deg, rgba(7, 23, 53, 0.9) 0%, rgba(7, 23, 53, 0.68) 48%, rgba(7, 23, 53, 0.22) 100%),
    url("https://images.unsplash.com/photo-1519682577862-22b62b24e493?auto=format&fit=crop&w=2200&q=85");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.legal-hero--privacy {
  background:
    linear-gradient(90deg, rgba(7, 23, 53, 0.9) 0%, rgba(7, 23, 53, 0.68) 48%, rgba(7, 23, 53, 0.22) 100%),
    url("https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=2200&q=85");
  background-size: cover;
  background-position: center;
}

.legal-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -58px;
  width: 116%;
  height: 118px;
  background: #ffffff;
  border-radius: 50% 50% 0 0;
}

.legal-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.legal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--dayzy-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.legal-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255, 122, 151, 0.15);
}

.legal-hero h1 {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 720px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.5;
}

.legal-updated {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.legal-content {
  position: relative;
  z-index: 3;
  padding: 38px 6% 62px;
  background:
    linear-gradient(90deg, #fff3f7, #ffffff 48%, #f8f3ff 100%);
}

.legal-container {
  max-width: 960px;
  margin: 0 auto;
}

.legal-card {
  padding: 36px;
  border: 1px solid var(--dayzy-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(20, 24, 44, 0.08);
}

.legal-card h2 {
  margin: 30px 0 10px;
  color: var(--dayzy-navy);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  margin: 0;
  color: #596579;
  font-size: 16px;
  line-height: 1.75;
}

.legal-card a {
  color: var(--dayzy-purple);
  font-weight: 900;
}

@media (max-width: 820px) {
  .legal-hero {
    min-height: auto;
    padding: 52px 6% 66px;
  }

  .legal-hero::after {
    bottom: -42px;
    height: 82px;
  }

  .legal-hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .legal-hero p {
    font-size: 16px;
    line-height: 1.55;
  }

  .legal-content {
    padding: 30px 6% 42px;
  }

  .legal-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .legal-card h2 {
    margin-top: 24px;
    font-size: 21px;
  }

  .legal-card p {
    font-size: 15px;
    line-height: 1.65;
  }
}
