


.top-video-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.90) 0%,
        rgba(0, 0, 0, 0.60) 35%,
        rgba(0, 0, 0, 0.25) 70%,
        rgba(0, 0, 0, 0.00) 100%
    );
}


.cookie-banner{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  background:#111; color:#fff; padding:14px 16px;
  box-shadow:0 -8px 24px rgba(0,0,0,.25);
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.cookie-banner__inner{ display:flex; gap:14px; align-items:center; justify-content:space-between; }
.cookie-banner__text{ font-size:14px; line-height:1.35; }
.cookie-banner__text a{ color:#aa904d; }
.cookie-banner__actions{ display:flex; gap:10px; white-space:nowrap; }

