﻿/* Homepage title accent only. No layout or positioning changes. */
.ecosystem-hero h1 {
  color: #62dfb0;
  background: linear-gradient(92deg, #8af0c8 0%, #48dda9 48%, #39cbd1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 24px rgba(53, 214, 166, 0.16));
  font-size: 32px;
}

@media (max-width: 1280px) {
  .ecosystem-hero h1 {
    font-size: 30px;
  }
}


/* Homepage long-form positioning line: keep the approved desktop copy on one line. */
.ecosystem-hero .product-hero-lead {
  max-width: none;
  font-size: 15px;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .ecosystem-hero .product-hero-lead {
    font-size: 13.5px;
  }
}