body {
  background: linear-gradient(135deg, #fff 60%, #ffeaea 100%);
  color: #2d2d2d;
  font-family: "Futura PT", Arial, sans-serif;
  min-height: 100vh;
}
.card {
  border: none;
  border-radius: 18px;
  box-shadow:
    0 6px 36px 0 rgba(200, 0, 2, 0.07),
    0 1.5px 12px 0 rgba(200, 0, 2, 0.06);
}
.terms-content h3 {
  color: #c90002;
  font-size: 1.22rem;
  margin-top: 2.1rem;
  margin-bottom: 1rem;
}
.terms-content p {
  font-size: 1.04rem;
  margin-bottom: 1.1rem;
}
.terms-content ul,
.terms-content ol {
  margin-bottom: 1.3rem;
}
.brand-logo {
  height: 88px;
  margin-bottom: 2px;
  filter: drop-shadow(0 4px 16px #c9000242);
}
.fw-bolder.fs-2 {
  font-size: 2rem !important;
  letter-spacing: -1px;
  color: #c90002;
}
.card-body {
  padding: 3rem 2.5rem 2.2rem 2.5rem;
}
.text-muted {
  color: #8c8c8c !important;
}
@media (max-width: 576px) {
  .card-body {
    padding: 1.3rem 0.5rem;
  }
  .fw-bolder.fs-2 {
    font-size: 1.15rem !important;
  }
  .brand-logo {
    height: 54px;
  }
}
