/**
 * Sue a Contractor page – v2 styles
 * Uses v2 design tokens (main.css variables)
 */

/* ----- Hero ----- */
.sac-hero {
  padding: var(--section-padding);
  background: var(--bg-secondary);
}

.sac-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
}

.sac-hero__subtitle {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-red);
  margin-bottom: 0.5rem;
}

.sac-hero__title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #231F20;
}

@media (min-width: 768px) {
  .sac-hero__title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .sac-hero__title {
    font-size: 3.5rem;
  }
}

.sac-hero__lead {
  font-size: 1.125rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 1.5rem;
}

.sac-hero__logo {
  height: 30px;
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .sac-hero__inner {
    align-items: center;
    text-align: center;
  }
  .sac-hero .col-md-7 {
    order: -1;
  }
}

/* ----- Shared section styles ----- */
.sac-section {
  padding: var(--section-padding);
  background: #fff;
}

.sac-section__subtitle {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary-red);
  margin-bottom: 0.5rem;
  display: block;
}

.sac-section__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #0F283C;
}

@media (min-width: 768px) {
  .sac-section__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {
  .sac-section__title {
    font-size: 3rem;
  }
}

/* ----- How to sue ----- */
.sac-how__header {
  margin-bottom: 1.5rem;
}

.sac-how__img {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sac-how__body p,
.sac-what__text p,
.sac-home__body p {
  margin-bottom: 1rem;
}

.sac-how__body p:last-child,
.sac-what__text p:last-child,
.sac-home__body p:last-child {
  margin-bottom: 0;
}

/* ----- Home improvement CTA ----- */
.sac-home__cta {
  margin-top: 2rem;
}

.sac-home__header .sac-section__title {
  margin-bottom: 0;
}

.sac-home__header {
  margin-bottom: 1rem;
}
