.term-hero {
  position: relative;
  background-color: #e7f4fd;
  padding-top: 100px;
  padding-bottom: 60px; 
  min-height: auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
  text-align: center;
}

.term-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.term-hero-logo {
  width: 220px !important;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.term-hero-title {
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

.term-hero-bg {
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}

.term-hero-bg img {
  width: 100%;
  max-width: 500px;
  height: auto;
  opacity: 0.3;
  display: block;
  transform: scaleX(-1);
}

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

.terms-container {
  max-width: 1160px; 
  margin: 0 auto;
  padding: 40px 24px;
  text-align: left !important;
  color: #1b1b1b; 
  font-family: "Host Grotesk", sans-serif;
}

.terms-header-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.terms-effective-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
  font-weight: 400;
}

.terms-intro {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 15px;
}

.terms-text-content {
  font-size: 15px;
  line-height: 1.6;
  text-align: justify; 
}

.terms-text-content p {
  margin-bottom: 16px;
}

.terms-text-content strong {
  font-weight: 600; 
}

.section-heading {
  font-size: 18px;
  font-weight: 450;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #000;
}

.terms-list {
  padding-left: 20px;
  margin-bottom: 16px;
}

.terms-list > li {
  list-style-type: decimal;
  margin-bottom: 12px;
  padding-left: 8px;
}

.terms-list > li > ol {
  padding-left: 20px;
  margin-top: 8px;
}
.terms-list > li > ol > li {
  list-style-type: lower-alpha; 
  margin-bottom: 6px;
}

.terms-list > li > ol > li > ol {
  padding-left: 20px;
  margin-top: 6px;
}
.terms-list > li > ol > li > ol > li {
  list-style-type: lower-roman; 
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .term-hero { padding-top: 90px; }
  .term-hero-title { font-size: 20px; padding: 0 10px; }
  .terms-container { padding: 30px 20px; }
  .terms-text-content { text-align: left; } 
}