/* REPO Serramenti — override landing one-page */

:root {
  --repo-blue: #008afe;
  --repo-blue-dark: #0066c4;
}

.cr-hero--repo .cr-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(0, 20, 45, 0.88) 0%,
    rgba(0, 80, 140, 0.62) 50%,
    rgba(0, 0, 0, 0.48) 100%
  );
}

.cr-hero--repo .cr-hero__badge {
  background: rgba(0, 138, 254, 0.18);
  border: 1px solid rgba(0, 138, 254, 0.35);
  color: #b8dcff;
}

.cr-hero--repo .cr-hero__brand img {
  max-width: min(100%, 420px);
  height: auto;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
}

.cr-hero--repo .cr-hero__title span {
  color: var(--repo-blue);
}

.cr-chapter--ecosistema .cr-ecosystem__brand--highlight {
  padding-top: 18px;
}

.site-footer .footer-logo img {
  max-width: 260px;
  width: 100%;
  height: auto;
}
