.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container {
  display: contents;
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-hero-parallax {
  align-items: flex-start;
  justify-content: center;
}
 
/*
 * The hero background image previously had a fixed pixel width and height which
 * caused blurry scaling on high‑DPI and small screens. To make the hero
 * image responsive, allow it to fill its container and scale its height
 * automatically while maintaining its aspect ratio.
 */
.home-image1 {
  width: 100%;
  height: auto;
  object-fit: cover;
}
 
.home-hero-parallax-overlay {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-hero-title {
  width: 915px;
  height: 308px;
}
 
/*
 * Remove the fixed height on the first comparison card. Allow the card
 * to grow naturally based on its contents so that images and lists are not
 * cropped on smaller screens or stretched on larger ones.
 */
.home-comparison-card1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
 
/*
 * The comparison card thumbnails were hard‑coded to fixed dimensions,
 * leading to distortion and blurriness on different viewports. Allow
 * these images to resize with their parent containers instead.
 */
.home-image2 {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
 
/*
 * Remove the fixed height on the second comparison card as well. This
 * enables responsive sizing and prevents content clipping or excessive
 * whitespace when resizing the viewport.
 */
.home-comparison-card2 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
 
/*
 * Similarly update the premium feature card image to scale fluidly.
 */
.home-image3 {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon36 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text27 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
