/* V88: homepage-only trapezium split and complete page ending. */

body.home-showroom .home-landing-cta {
  display: none !important;
}

body.home-showroom main > .consultation-cta {
  display: grid !important;
}

body.home-showroom .site-footer {
  display: block !important;
}

@media (width > 900px) {
  .home-hero {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%) !important;
    background: linear-gradient(
      100deg,
      #f7f4ed 0%,
      #f7f4ed 49.85%,
      #020b1c 50.15%,
      #020b1c 100%
    ) !important;
  }

  .home-hero .ecosystem-visual {
    background: transparent !important;
  }

  .home-hero .hero-copy {
    padding-right: clamp(58px, 6vw, 112px) !important;
  }
}

@media (width <= 900px) {
  .home-hero .ecosystem-visual {
    background:
      radial-gradient(circle at 50% 50%, rgba(49, 215, 255, 0.18), transparent 32%),
      linear-gradient(135deg, rgba(2, 11, 28, 0.98), rgba(6, 26, 58, 0.96)) !important;
  }
}
