/* Homepage QA overrides: keep original content, normalize spacing/visibility. */
body {
  overflow-x: hidden;
}

.sr-nav + section {
  padding-top: 0;
}

.sr-footer {
  margin-top: 0;
}

.sr-final-cta {
  padding-top: clamp(5.5rem, 8vw, 8rem);
  padding-bottom: clamp(5.75rem, 8vw, 8.5rem);
}

section[style*="opacity:0"],
section[style*="opacity: 0"],
section [style*="opacity:0"],
section [style*="opacity: 0"],
.sr-final-cta [style*="opacity: 0"],
.sr-final-cta [style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}

.sr-footer__bottom {
  align-items: flex-start;
}

@media (max-width: 760px) {
  .sr-di-section,
  .sr-market-section,
  .sr-life-section {
    padding-top: 4.75rem;
    padding-bottom: 5.25rem;
  }

  .sr-shot-caption {
    justify-content: flex-start;
  }

  .sr-footer__inner {
    padding-top: 3.5rem;
  }
}
