/* Hero – Glas-Overlay & Layering 
.start-hero .start-hero-overlay{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  padding:3rem 2rem;
  max-width:1000px; min-width:800px; margin:0 auto;
}
.start-hero .uk-cover-container::before{
  content:""; position:absolute; inset:0;
  background:linear-gradient(rgba(31,42,56,.55),rgba(31,42,56,.35));
  z-index:1;
}
.start-hero .uk-container, .start-hero .start-hero-overlay{ position:relative; z-index:2 }

*/