.background-2026{
    background-image: url("/img/background_section-2026_2160x1080.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* fallback di default */
    min-height: 100vh;
    width: 100%;
    z-index: -1;
  }


  .btn-link-26,
  .btn-submit-26 {
    width: 13rem;
    /*padding: 0.5rem 1.5rem; */
    color: var(--color-primary);
    background-color: #ffe165;
  }
  
  .btn-link-26:hover{
    width: 13rem;
    /*padding: 0.5rem 1.5rem; */
    color: #FFF !important;
    background-color: var(--color-primary);
  }
  .btn-submit-26:hover {
    width: 13rem;
    /*padding: 0.5rem 1.5rem; */
    color: #FFF !important;
    background-color: var(--color-primary);
  }






/*section video best-of*/
/* Contenitore responsive */
.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: transparent; /* opzionale*/
  }
  
  /* Iframe come video "cover" */
  .video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: none;
    pointer-events: none; /* opzionale */
  }
  
  /* Desktop: copertura totale */
  @media (min-width: 1024px) {
    .video-wrapper {
      height: 100vh;
      aspect-ratio: unset;
    }
  }

  @media (min-width: 1025px) {
    .background-2026 {
      background-attachment: fixed;
    }
  }