/* Fidelivra projects adaptation: preserve the original Framer layout and motion. */
body[data-fid-page="projects"] {
  overflow-x: hidden !important;
}

body[data-fid-page="projects"] [data-framer-name="Top product"] [data-framer-name="Main preview"] img,
body[data-fid-page="projects"] [data-framer-name="Top product"] [data-framer-name="Image 1"] img {
  object-position: center !important;
}

body[data-fid-page="projects"] [data-framer-name="Section/What you get"] img,
body[data-fid-page="projects"] [data-framer-name="Section/Features"] img,
body[data-fid-page="projects"] [data-framer-name="Compare table"] img,
body[data-fid-page="projects"] [data-framer-name="Section/Guarantee"] img {
  object-fit: cover !important;
}

body[data-fid-page="projects"] [data-framer-name="Section/Big review"] [data-framer-name="Play Button"],
body[data-fid-page="projects"] [data-framer-name="Section/Guarantee"] [data-framer-name="Badge"] {
  display: none !important;
}

body[data-fid-page="projects"] [data-framer-name="Section/Big review"] video {
  object-fit: cover !important;
}

body[data-fid-page="projects"] [data-framer-name="Section/Big review"] [data-framer-name="Stat Value"] h2 {
  font-size: clamp(38px, 5vw, 70px) !important;
  letter-spacing: -.04em !important;
}

body[data-fid-page="projects"] [data-framer-name="Compare table"] [data-framer-name="column 2 - Auria membership"] {
  background: rgba(206, 248, 158, .36) !important;
}

@media (max-width: 809.98px) {
  body[data-fid-page="projects"] [data-framer-name="Top product"] [data-framer-name="Hero Title"] h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 1.02 !important;
  }

  body[data-fid-page="projects"] [data-framer-name="Section/Big review"] [data-framer-name="Stat Value"] h2 {
    font-size: 42px !important;
  }
}
