.terms-page {
  background: #fff;
  font-family: "Albert Sans", sans-serif;
}

.terms-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 40vh;
  min-height: 330px;
  padding: 100px 0 20px;
  overflow: hidden;
  background-image: url("../../images/restart_2026/event banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.terms-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgb(10 3 25 / 94%) 0%,
    rgb(10 3 25 / 92%) 80%,
    rgb(10 3 25 / 89%) 100%
  );
}

.terms-hero-content {
  position: relative;
  z-index: 1;
  width: 90%;
  padding: 0 40px;
}

.terms-hero h1 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.terms-section {
  padding: 80px 20px;
  background: #fff;
}

.legal-document > .page-title-area {
  display: none;
}

.legal-document > .feature-typo {
  padding: 80px 20px;
  background: #fff;
}

.legal-document > .feature-typo > .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.legal-document .feature-typo .row {
  display: block;
  margin: 0;
}

.legal-document .feature-typo [class*="col-"] {
  width: 100%;
  padding: 0;
}

.legal-document .full-intro-head {
  text-align: left !important;
}

.legal-document .full-intro-head span {
  display: none;
}

.legal-document .full-intro-head h1 {
  margin: 0 0 35px;
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.legal-document .f-h1-head h4 {
  margin: 40px 0 18px;
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.legal-document .f-h1-head p,
.legal-document .f-h1-head li {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}

.legal-document .f-h1-head p {
  margin: 0 0 18px;
}

.legal-document .f-h1-head ul {
  margin: 0 0 18px;
  padding-left: 28px;
}

.legal-document .f-h1-head li {
  margin-bottom: 8px;
}

.terms-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.terms-title {
  margin: 0 0 35px;
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.terms-heading {
  margin: 40px 0 18px;
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.terms-text,
.terms-list {
  margin: 0 0 18px;
  color: #555;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}

.terms-text a {
  color: #133061;
  text-underline-offset: 3px;
}

.terms-list {
  padding-left: 28px;
}

.terms-list li {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .terms-hero h1 {
    font-size: 38px;
  }

  .terms-title {
    font-size: 34px;
  }

  .legal-document .full-intro-head h1 {
    font-size: 34px;
  }

  .terms-heading {
    font-size: 24px;
  }

  .legal-document .f-h1-head h4 {
    font-size: 24px;
  }

  .terms-text,
  .terms-list {
    font-size: 16px;
  }

  .legal-document .f-h1-head p,
  .legal-document .f-h1-head li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .terms-hero {
    height: 40vh;
    min-height: 300px;
    padding: 80px 0 20px;
  }

  .terms-hero-content {
    width: 94%;
    padding: 40px 20px;
  }

  .terms-hero h1 {
    font-size: 26px;
    line-height: 1.4;
  }

  .terms-section {
    padding: 50px 18px;
  }

  .legal-document > .feature-typo {
    padding: 50px 18px;
  }

  .terms-title {
    font-size: 28px;
  }

  .legal-document .full-intro-head h1 {
    font-size: 28px;
  }

  .terms-heading {
    font-size: 21px;
  }

  .legal-document .f-h1-head h4 {
    font-size: 21px;
  }

  .terms-text,
  .terms-list {
    font-size: 15px;
    line-height: 1.8;
  }

  .legal-document .f-h1-head p,
  .legal-document .f-h1-head li {
    font-size: 15px;
    line-height: 1.8;
  }
}
