/* =========================
   About Home
========================= */

.about-home {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(224, 31, 38, 0.08) 0%, rgba(224, 31, 38, 0) 24%),
    linear-gradient(180deg, #f8f8f9 0%, #eef1f4 100%);
  overflow: hidden;
}

.about-home::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(224, 31, 38, 0.08);
  filter: blur(60px);
  pointer-events: none;
}

.about-home::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(15, 17, 21, 0.04);
  filter: blur(52px);
  pointer-events: none;
}

.about-home .container {
  position: relative;
  z-index: 1;
}

.about-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.about-home__media {
  position: relative;
}

.about-home__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #dfe3e8;
  box-shadow:
    0 24px 60px rgba(15, 17, 21, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.about-home__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 17, 21, 0.04) 0%, rgba(15, 17, 21, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

.about-home__image-wrap::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(224, 31, 38, 0.16);
  filter: blur(34px);
  pointer-events: none;
  z-index: 1;
}

.about-home__image-wrap img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.about-home__content {
  display: grid;
  gap: 18px;
}

.about-home__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(224, 31, 38, 0.08);
  border: 1px solid rgba(224, 31, 38, 0.14);
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-home__title {
  color: var(--color-heading);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.about-home__text {
  display: grid;
  gap: 16px;
  max-width: 62ch;
}

.about-home__text p {
  color: var(--color-text-soft);
  font-size: 1rem;
  line-height: 1.9;
  margin: 0;
}

.about-home__actions {
  padding-top: 6px;
}

.about-home__btn {
  min-width: 170px;
}

@media (max-width: 1100px) {
  .about-home__grid {
    gap: 32px;
  }

  .about-home__image-wrap img {
    min-height: 460px;
  }
}

@media (max-width: 980px) {
  .about-home__grid {
    grid-template-columns: 1fr;
  }

  .about-home__image-wrap {
    border-radius: 24px;
  }

  .about-home__image-wrap img {
    min-height: 380px;
  }

  .about-home__title {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .about-home__content {
    gap: 16px;
  }

  .about-home__image-wrap {
    border-radius: 20px;
  }

  .about-home__image-wrap img {
    min-height: 300px;
  }

  .about-home__text p {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .about-home__btn {
    width: 100%;
  }

  .about-home__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    margin-inline: auto;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(224, 31, 38, 0.08);
    border: 1px solid rgba(224, 31, 38, 0.14);
    color: var(--color-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .about-home__title {
    color: var(--color-heading);
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    max-width: 12ch;
    margin-inline: auto;
    text-align: center;
  }
}

/* fundo compartilhado com faq */

.home-light-band {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(224, 31, 38, 0.08) 0%, rgba(224, 31, 38, 0) 24%),
    linear-gradient(180deg, #f8f8f9 0%, #eef1f4 100%);
  overflow: hidden;
}

.home-light-band::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(224, 31, 38, 0.08);
  filter: blur(60px);
  pointer-events: none;
}

.home-light-band::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(15, 17, 21, 0.04);
  filter: blur(52px);
  pointer-events: none;
}

.home-light-band .about-home,
.home-light-band .faq-home,
.home-light-band .reviews-home {
  position: relative;
  z-index: 1;
  background: transparent;
}

.home-light-band .about-home::before,
.home-light-band .about-home::after,
.home-light-band .faq-home::before,
.home-light-band .faq-home::after,
.home-light-band .reviews-home::before,
.home-light-band .reviews-home::after {
  display: none;
}