/* AI Website Builder page */

.aiw-hero {
  padding: 4.5rem 0 0;
  text-align: center;
  background: linear-gradient(1deg, #eff6ff 0%, #fefefe 100%);
}

.aiw-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.375rem);
  max-width: 52rem;
  margin-inline: auto;
  line-height: 1.3;
}

.aiw-hero p {
  font-size: 1.125rem;
  max-width: 40rem;
  margin: 1rem auto 1.5rem;
}

.aiw-hero__visual {
  margin-top: 2rem;
}

.aiw-hero__image--mobile {
  display: none;
}

@media (max-width: 899px) {
  .aiw-hero {
    padding-top: 3rem;
  }

  .aiw-hero h1 {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
  }

  .aiw-hero__image--desktop {
    display: none;
  }

  .aiw-hero__image--mobile {
    display: block;
    margin-inline: auto;
  }
}

.aiw-how {
  padding: 4rem 0 2rem;
  text-align: center;
  background: var(--white);
}

.aiw-how h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 44rem;
  margin-inline: auto;
}

.aiw-how .eyebrow {
  margin-bottom: 0.75rem;
}

.aiw-steps {
  padding: 1rem 0 3rem;
}

.aiw-steps__grid {
  display: grid;
  gap: 2rem;
}

.aiw-steps__item {
  text-align: center;
}

.aiw-steps__item img {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.aiw-steps__item h2 {
  font-size: 1.1875rem;
  margin-bottom: 0.75rem;
}

.aiw-steps__item p {
  font-size: 1rem;
  color: var(--text);
  max-width: 20rem;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .aiw-steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.aiw-testimonial-banner img {
  margin-inline: auto;
}

.aiw-testimonial-banner__desktop {
  display: block;
}

.aiw-testimonial-banner__mobile {
  display: none;
}

@media (max-width: 899px) {
  .aiw-testimonial-banner__desktop {
    display: none;
  }

  .aiw-testimonial-banner__mobile {
    display: block;
    max-width: 320px;
    margin-inline: auto;
  }
}

.aiw-templates {
  padding: 5rem 0 0;
  text-align: center;
  background: var(--blue);
  color: var(--white);
}

.aiw-templates h2 {
  color: var(--white);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 48rem;
  margin-inline: auto;
}

.aiw-templates p {
  max-width: 42rem;
  margin-inline: auto 1rem;
  color: rgba(255, 255, 255, 0.95);
}

.aiw-templates__image--mobile {
  display: none;
}

@media (max-width: 899px) {
  .aiw-templates__image--desktop {
    display: none;
  }

  .aiw-templates__image--mobile {
    display: block;
    margin-inline: auto;
  }
}

.aiw-entrepreneurs {
  padding: 5rem 0;
  text-align: center;
  background: var(--blue-light);
}

.aiw-entrepreneurs h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  max-width: 48rem;
  margin-inline: auto;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}
