.terms-page .terms-hero__content{
  max-width:720px;
}

.terms-page .terms-block{
  max-width:760px;
}

.terms-page .terms-highlight{
  background:var(--color-surface-accent);
  padding:var(--space-4);
  border-radius:var(--radius-md);
}

.terms-page .terms-warning{
  display:flex;
  justify-content:center;
}

.terms-page .terms-warning__box{
  max-width:680px;
  background:var(--color-surface-card);
  padding:var(--space-5);
  border-radius:var(--radius-md);
  border:1px solid var(--color-border-subtle);
}

.terms-page .terms-cta{
  background:var(--color-accent-teal);
  color:var(--color-text-on-teal);
}

.terms-page .terms-cta__box{
  max-width:600px;
  margin-inline:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}

.terms-page .terms-cta h2,
.terms-page .terms-cta p{
  color:var(--color-text-on-teal);
}

@media(max-width:768px){
  .terms-page .terms-hero__content,
  .terms-page .terms-block{
    max-width:100%;
  }
  .terms-page .terms-warning__box{padding:var(--space-3)}
}
