/* Final refinements loaded after the main stylesheet. */
.impact-quote span,
.impact-quote strong {
  display: block;
}

.impact-quote strong {
  margin-top: 5px;
  color: var(--blue);
}

.analysis-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 8px 18px rgba(25, 63, 99, .18);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 850;
}

.analysis-grid h3 {
  margin-top: 12px;
}

/* Ritmo mais compacto entre os blocos. */
.section,
.section-soft,
.section-dark {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section-intro {
  margin-bottom: 34px;
}

.truth-copy {
  padding-top: 22px;
}

.audience .split-heading {
  gap: 54px;
}

.carousel-heading {
  margin-bottom: 24px;
}

.check-list .audience-callout {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  color: var(--ink);
  background: var(--ice);
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.4;
}

.check-list .audience-callout strong {
  color: var(--blue);
}

/* Os arquivos são grandes; estes ajustes evitam o aspecto lavado na renderização. */
.home-backdrop,
.mobile-home-visual > img:first-child {
  filter: saturate(1.12) contrast(1.055) brightness(1.01);
  image-rendering: auto;
}

.consultation-photo,
.mobile-consultation-photo {
  filter: saturate(1.07) contrast(1.045) brightness(1.01);
  image-rendering: auto;
}

.transformation-card img,
.photo-carousel img,
.why-image img,
.authority-portrait img {
  filter: saturate(1.06) contrast(1.035) brightness(1.01);
  image-rendering: auto;
}

@media (max-width: 640px) {
  .section,
  .section-soft,
  .section-dark,
  .transformation-strip,
  .deliverables,
  .authority,
  .why-section,
  .gallery,
  .hard-truth,
  .reviews,
  .final-cta,
  .faq {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .audience .split-heading {
    gap: 14px;
  }

  .audience h2 {
    margin-bottom: 0;
  }

  .section-intro,
  .carousel-heading {
    margin-bottom: 20px;
  }

  .truth-copy {
    padding-top: 4px;
  }

  .truth-copy strong {
    margin-top: 16px;
  }

  .mobile-home-visual {
    margin: 72px 0 20px;
    overflow: visible;
  }

  .mobile-home-visual .mobile-live-seal {
    position: absolute;
    z-index: 8;
    top: -58px;
    right: auto;
    bottom: auto;
    left: 50%;
    display: grid;
    width: 116px;
    height: 116px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    color: #fff;
    background: radial-gradient(circle at 30% 24%, #d9687f 0, var(--blue) 44%, #9f2844 100%);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .82), 0 0 24px 10px rgba(255, 246, 232, .9), 0 16px 34px rgba(23, 50, 77, .24);
    font-size: inherit;
    transform: translateX(-50%) rotate(3deg);
  }

  .mobile-home-visual .mobile-live-seal::before {
    inset: 8px;
    border-color: rgba(255, 255, 255, .72);
  }

  .mobile-home-visual .mobile-live-seal strong {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: .045em;
  }

  .mobile-home-visual .mobile-consultation-photo {
    bottom: 18px;
  }

  .impact-quote {
    padding: 17px 14px;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .impact-quote strong {
    margin-top: 7px;
  }

  .check-list {
    gap: 0;
  }

  .check-list div {
    border-radius: 0;
    border-bottom: 0;
    box-shadow: none;
  }

  .check-list div:first-child {
    border-radius: 12px 12px 0 0;
  }

  .check-list div:last-of-type {
    border-bottom: 1px solid var(--line);
    border-radius: 0 0 12px 12px;
  }

  .check-list .audience-callout {
    margin-top: 16px;
    padding: 15px 16px;
    font-size: 18px;
    text-align: center;
  }

  .analysis-intro {
    margin-bottom: 14px;
  }

  .analysis-grid {
    gap: 0;
  }

  .analysis-grid article {
    border-radius: 0;
    border-bottom: 0;
  }

  .analysis-grid article:first-child {
    border-radius: 12px 12px 0 0;
  }

  .analysis-grid article:last-child {
    border-bottom: 1px solid var(--line);
    border-radius: 0 0 12px 12px;
  }

  .analysis-grid span {
    width: 36px;
    height: 36px;
    margin-inline: auto;
    color: #fff;
    background: var(--navy);
  }

  .analysis-grid h3 {
    margin: 9px 0 3px;
  }

  .hard-truth {
    padding-bottom: 27px;
  }

  .reviews {
    padding-top: 28px;
  }
}
