/* IT Tutor Pro — /affiliate-tos-page/ (matches live: image hero + prose) */

.ittp-aff-tos {
  font-family: var(--ittp-font-family);
  color: var(--ittp-text);
  background: #fff;
}

.ittp-aff-tos__hero {
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #0b1f33;
  overflow: hidden;
}

.ittp-aff-tos__hero-img {
  display: block;
  width: 100%;
  height: clamp(12rem, 28vw, 22rem);
  object-fit: cover;
  object-position: center center;
}

.ittp-aff-tos__content {
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(3rem, 7vw, 5rem);
}

.ittp-aff-tos__inner {
  width: min(100%, 56rem);
}

.ittp-aff-tos__title {
  margin: 0 0 1.25rem;
  font-family: var(--ittp-font-family);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #6ec1e4;
  line-height: 1.2;
}

.ittp-aff-tos__body {
  color: #6b7280;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ittp-aff-tos__body > *:first-child {
  margin-top: 0;
}

.ittp-aff-tos__body > *:last-child {
  margin-bottom: 0;
}

.ittp-aff-tos__body p {
  margin: 0 0 1.1rem;
}

.ittp-aff-tos__body a {
  color: var(--ittp-brand);
  font-weight: 650;
}

@media (max-width: 640px) {
  .ittp-aff-tos__hero-img {
    height: 10.5rem;
  }
}
