/* ========================= REFERRAL TERMS ========================= */
.terms {
  background:
    radial-gradient(42% 34% at 50% 0%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 72%),
    #08090a;
}

.terms__inner {
  max-width: var(--size-container);
  margin: 0 auto;
  padding: 12rem 2.25rem 8rem;
}

/* Header */
.terms__header {
  max-width: 42rem;
  margin-bottom: 5rem;
}

.terms__eyebrow {
  font-family: 'Nord', sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.065rem;
  color: var(--accent);
}

.terms__title {
  font-family: 'Tomato Grotesk', sans-serif;
  font-weight: 800;
  font-size: 5rem;
  line-height: 0.92;
  letter-spacing: -0.15rem;
  color: var(--fg);
  margin-top: 0.75rem;
}

.terms__subtitle {
  font-family: 'Test Sohne', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--gray);
  margin-top: 1.25rem;
}

/* Body */
.terms__body {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* Section */
.terms__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.terms__section-number {
  font-family: 'Nord', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: var(--accent);
}

.terms__section-title {
  font-family: 'Test Sohne', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  color: var(--fg);
}

.terms__subsection-title {
  font-family: 'Test Sohne', sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--gray-light);
  margin-top: 0.5rem;
}

.terms__section p {
  font-family: 'Test Sohne', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: var(--gray);
}

/* Responsive */
@media (max-width: 991px) {
  .terms__inner { padding: 10rem 1.5rem 6rem; }
  .terms__title { font-size: clamp(3rem, 8vw, 4.5rem); }
  .terms__header { margin-bottom: 4rem; }
}

@media (max-width: 767px) {
  .terms__inner { padding: 8rem 1.25rem 5rem; }
  .terms__title { font-size: clamp(2.5rem, 10vw, 3.5rem); letter-spacing: -0.08rem; }
  .terms__subtitle { font-size: 1.0625rem; }
  .terms__body { gap: 2.5rem; }
  .terms__section-title { font-size: 1.25rem; }
  .terms__section p { font-size: 1rem; line-height: 1.625rem; }
}
