/* Small compatibility layer. Almost all visual settings live in Elementor and remain editable there. */
body.elementor-page { margin: 0; }
.eo-navbar { position: sticky; top: 0; z-index: 999; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.eo-card, .eo-feature-card { transition: transform .22s ease, box-shadow .22s ease; }
.eo-card:hover { transform: translateY(-5px); box-shadow: 0 15px 45px rgba(10,90,20,.10); }
.eo-feature-card:hover { background: rgba(255,255,255,.07); }
.eo-hero-art img { mix-blend-mode: multiply; }
@media (max-width: 1024px) {
  .eo-navbar { position: relative; }
}
