/* =========================================================
   MERSAD LEGAL PAGES
   ========================================================= */

.mersad-legal-page {
  min-height: 100vh;
  padding: 132px 0 100px;
  color: #d6d6d3;
  background: #070707;
  font-family: "Inter", Arial, sans-serif;
}

.mersad-legal-page *,
.mersad-legal-page *::before,
.mersad-legal-page *::after {
  box-sizing: border-box;
}

.mersad-legal-container {
  width: min(calc(100% - 48px), 880px);
  margin-inline: auto;
}

.mersad-legal-header {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.mersad-legal-kicker {
  margin: 0 0 14px;
  color: #a4a4a0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mersad-legal-header h1 {
  margin: 0;
  color: #f2f2ef;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.mersad-legal-updated {
  margin: 18px 0 0;
  color: #858581;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.mersad-legal-content {
  padding-top: 46px;
}

.mersad-legal-content h2 {
  margin: 48px 0 16px;
  color: #eeeeeb;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.mersad-legal-content p {
  margin: 0 0 18px;
  color: #adadaa;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
}

.mersad-legal-content a {
  color: #d3f200;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mersad-legal-content strong,
.mersad-legal-content b {
  font-weight: 400;
}

@media (max-width: 700px) {
  .mersad-legal-page {
    padding: 110px 0 75px;
  }

  .mersad-legal-container {
    width: min(calc(100% - 28px), 880px);
  }

  .mersad-legal-header {
    padding-bottom: 30px;
  }

  .mersad-legal-content {
    padding-top: 34px;
  }

  .mersad-legal-content h2 {
    margin-top: 39px;
    font-size: 21px;
  }

  .mersad-legal-content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
