/* Terms & Conditions page */

.terms-page {
  background: #fff;
  min-height: auto;
}

.terms-page .hero-nav {
  padding: 24px 0 0;
}

.terms-page .hero-menu-btn span {
  background: #111;
}

.terms-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 32px;
}

.terms-updated-label {
  margin: 0 0 4px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.terms-updated-date {
  margin: 0 0 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.terms-title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
  color: #111;
  letter-spacing: -0.02em;
}

.terms-main {
  padding: 0 0 80px;
}

.terms-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.terms-section {
  margin-bottom: 40px;
}

.terms-section-title {
  margin: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.terms-subsection-title {
  margin: 24px 0 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

.terms-content p {
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #374151;
}

.terms-content ul {
  margin: 0 0 14px;
  padding: 0 0 0 20px;
  list-style: disc;
}

.terms-content li {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #374151;
}

.terms-content a {
  color: #e63946;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-content a:hover {
  color: #c1121f;
}

@media (max-width: 640px) {
  .terms-hero {
    padding: 32px 20px 24px;
  }

  .terms-content {
    padding: 0 20px;
  }

  .terms-section-title {
    font-size: 16px;
  }
}
