/*
 * View R Framer hotfix layer.
 * Keep temporary Framer export fixes here so public/*.html is not patched by hand.
 */

/*
 * Target: Home hero AdvancedSwiperCarousel.
 * Reason: wide desktop viewports exposed side slides as clipped overflow.
 * Remove when the carousel is rebuilt in source or re-exported with correct clipping.
 */
.framer-1vn7yo1-container,
.framer-l57pyj-container,
.framer-oop5ca-container,
.framer-bel4an-container,
[class^="swiper-container-carousel_"],
[class*=" swiper-container-carousel_"] {
  overflow: hidden !important;
}

/*
 * Target: Import feature hero description, including current and legacy locale exports.
 * Reason: Framer export used muted gray; design request is #FAFAFA.
 * Remove when Import pages are owned by source components or Framer export is corrected.
 */
.viewr-feature-import-hero-description,
.framer-4K7qc .framer-mnvict > p.framer-text,
.framer-RzqWQ .framer-g39nlk > p.framer-text,
.framer-RzqWQ .framer-g39nlk > p.framer-text span.framer-text {
  --framer-text-color: rgb(250, 250, 250) !important;
  color: #fafafa !important;
}
