body.kimberly-terms-page {
  background: linear-gradient(180deg, #f4f8fd, #ffffff);
  color: #1f2a34;
}

body.kimberly-terms-page .hero-lite {
  background:
    linear-gradient(130deg, #1f4a86, #2e6fb5),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.07) 0,
      rgba(255, 255, 255, 0.07) 9px,
      rgba(0, 0, 0, 0.06) 9px,
      rgba(0, 0, 0, 0.06) 18px
    );
  color: #fff;
  text-align: center;
  padding: 24px 14px;
  border-bottom: 4px solid #d8ab47;
}

body.kimberly-terms-page .hero-lite h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

body.kimberly-terms-page .hero-lite p {
  margin: 10px 0 0;
  color: #edf4ff;
}

body.kimberly-terms-page .terms-main {
  width: min(960px, calc(100% - 16px));
  margin: 14px auto 24px;
}

body.kimberly-terms-page .terms-card {
  background: #fff;
  border: 1px solid #d9e5f2;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(43, 32, 27, 0.08);
  padding: 16px;
  text-align: left;
}

body.kimberly-terms-page .terms-card h2 {
  margin: 0 0 10px;
  color: #1f4a86;
}

body.kimberly-terms-page .terms-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
}

body.kimberly-terms-page .acceptance-note {
  margin-top: 14px;
  border-top: 1px solid #deebf8;
  padding-top: 12px;
}

body.kimberly-terms-page a {
  color: #1f4a86;
}

@media (max-width: 640px) {
  body.kimberly-terms-page .terms-card {
    padding: 12px;
  }
}
