/* Ajustes de enquadramento para os assets oficiais da marca. */
.brand {
  width: 112px;
  height: 68px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.92);
}

@media (min-width: 901px) {
  .hero {
    background:
      radial-gradient(circle at 84% 22%, rgba(226, 140, 174, .24), transparent 24%),
      radial-gradient(circle at 74% 78%, rgba(151, 51, 90, .12), transparent 28%),
      linear-gradient(125deg, #fff 0%, #fdf8f6 52%, #f3eee6 100%);
  }

  .hero-grid {
    display: block;
    align-items: center;
    min-height: 720px;
  }

  .hero-copy {
    width: min(100%, 840px);
    padding-left: clamp(42px, 6vw, 100px);
    padding-right: 20px;
  }
}

.about-photo::before {
  inset: 4% 1% 3% 2%;
  border-color: rgba(209, 105, 148, .35);
  border-radius: 32px;
  transform: rotate(-2deg);
}

.about-photo img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 28px;
  filter: none;
}

.footer-grid > div:first-child img {
  width: 160px;
  height: 110px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transform: scale(1.18);
}

.google-reviews-link {
  margin: 24px 0 0;
  text-align: right;
}

.google-reviews-link .button {
  width: auto;
}

.symptom-cta .button {
  flex: none;
  width: auto;
  padding-inline: 20px;
  font-size: .68rem;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hero {
    background:
      radial-gradient(circle at 90% 16%, rgba(226, 140, 174, .2), transparent 30%),
      linear-gradient(145deg, #fff, #f8f0ed);
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .google-reviews-link {
    text-align: left;
  }

  .symptom-cta .button {
    width: 100%;
    font-size: .64rem;
  }
}
