/* Page-specific styles for clients/index.html */

.page-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 563px;
  padding: 320px 30px 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-hero--tall {
  padding: 440px 30px 40px;
}

.page-hero__banner {
  background: rgba(236, 32, 40, 0.82);
  padding: 18px 40px;
  text-align: center;
  max-width: 528px;
  width: 100%;
}

.page-hero__banner h1 {
  margin: 0;
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  color: var(--color-white);
  font-weight: 700;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

@media (max-width: 800px) {
  .page-hero {
    height: auto;
    padding: 60px 30px;
  }

  .page-hero--tall {
    padding: 60px 30px;
  }
}

/* Full-width bands */

.band {
  background: var(--color-navy);
  padding: 40px 30px;
  text-align: center;
}

.band__text {
  max-width: 900px;
  margin: 0 auto;
  color: var(--color-white);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}

.band--navy h3 {
  margin: 0;
  color: var(--color-white);
}

.band--cta {
  background: var(--color-red-accent);
}

.band--cta p {
  margin: 0;
  color: var(--color-white);
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 700;
}

/* Logo grid */

.logo-section {
  padding: 50px 30px;
}

.logo-section__category {
  text-align: center;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  margin: 50px 0 30px;
}

.logo-section__category:first-child {
  margin-top: 0;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px 50px;
  margin: 0 auto 20px;
  max-width: 1100px;
}

.logo-grid img {
  max-height: 55px;
  max-width: 160px;
  width: auto;
  height: auto;
}

/* Testimonials */

.testimonials {
  padding: 50px 30px;
  max-width: 700px;
}

.testimonial {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.testimonial:last-child {
  border-bottom: 0;
}

.testimonial__logo {
  max-height: 50px;
  max-width: 180px;
  width: auto;
  height: auto;
  margin: 0 auto 15px;
  display: block;
}

.testimonial__quote {
  color: var(--color-gray-text);
  font-style: italic;
  font-size: var(--font-size-p);
  line-height: var(--line-height-p);
  margin: 0 0 12px;
}

.testimonial__author {
  margin: 0;
  font-weight: 700;
  color: var(--color-black);
}

.testimonial__author span {
  font-weight: 400;
  color: var(--color-gray-text);
}

/* Let's Connect */

.connect-section {
  padding: 60px 30px;
  text-align: center;
}

.connect-section h2 {
  margin-bottom: 20px;
}

.connect-section p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: var(--color-gray-text);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}
