.shada-wrap{
max-width: 1120px;
margin: 0 auto;
padding: 34px 16px 28px;
font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: #fff;
}

/** .shada-eventi-shell,
.shada-detail-shell{
  background: radial-gradient(1200px 700px at 20% -10%, rgba(120,140,255,.25), transparent 60%),
              radial-gradient(900px 600px at 110% 10%, rgba(255,120,190,.18), transparent 55%),
              #0f1115;
  overflow: hidden;
  min-height: 100vh;
} **/

    .shada-eventi-shell{
    background: transparent;
    overflow: visible;
    min-height: auto;
    }

    .shada-detail-shell{
    background: radial-gradient(1200px 700px at 20% -10%, rgba(120,140,255,.25), transparent 60%),
                radial-gradient(900px 600px at 110% 10%, rgba(255,120,190,.18), transparent 55%),
                #0f1115;
    overflow: hidden;
    min-height: 100vh;
    }

    .shada-title{
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
    }

    .shada-subtitle{
    color: rgba(255,255,255,.72);
    margin: 0 0 22px;
    line-height: 1.45;
    font-size: 13px;
    }


.shada-wrap *{ box-sizing: border-box; }

.shada-title{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.shada-subtitle{
  margin: 0 0 18px;
  color: #9aa3b2;
  line-height: 1.35;
  font-size: 14px;
}

.shada-carousel{
    --card-w: clamp(260px, 70vw, 360px);
    --media-h: 315px;
    --gap: 20px;
    --panel-h: 180px;
  --radius: 18px;
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  padding: 8px 8px 18px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  align-items: stretch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.25) transparent;
}

.shada-carousel::-webkit-scrollbar{ height: 10px; }
.shada-carousel::-webkit-scrollbar-track{ background: transparent; }
.shada-carousel::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.22);
  border-radius: 999px;
}

.shada-carousel::before,
.shada-carousel::after{
  content: "";
  flex: 0 0 4px;
}

.shada-poster{
flex: 0 0 auto;
width: var(--card-w);
height: calc(var(--media-h) + var(--panel-h));
background: #111;
border: 1px solid rgba(255,255,255,.10);
border-radius: 18px;
overflow: hidden;
scroll-snap-align: start;
box-shadow: 0 18px 45px rgba(0,0,0,.38);
position: relative;
display: grid;
grid-template-rows: var(--media-h) var(--panel-h);
}

@media (max-width: 767px){
.shada-carousel{
    --card-w: 78vw;
    --media-h: 280px;
    --panel-h: 120px;
}
}

.shada-media{
  position: relative;
  background: #2a2f3a;
  overflow: hidden;
}

.shada-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.shada-media-link{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.shada-media::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 100%);
  pointer-events: none;
}

.shada-panel{
padding: 16px 16px 14px;
background: #090909;
border-top: 1px solid rgba(255,255,255,.08);
display: grid;
grid-template-rows: auto auto auto 1fr;
gap: 8px;
}

.shada-name{
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.shada-date{
  color: rgba(255,255,255,.78);
  font-size: 12.5px;
  margin: 0;
}

.shada-detail{
  color: #9aa3b2;
  font-size: 12.5px;
  margin: 0;
  line-height: 1.25;
  min-height: 1em;
}

.shada-links{
display: flex;
justify-content: center;
align-items: flex-end;
padding-top: 10px;
margin-top: auto;
border-top: 1px solid rgba(255,255,255,.10);
}
@media (max-width: 767px){
.shada-carousel{
    --card-w: 82vw;
    --media-h: 300px;
    --panel-h: 185px;
}
}


.shada-open-modal{
appearance: none !important;
border: 1px solid rgba(255,255,255,.22) !important;
background: #fff !important;
color: #050505 !important;
text-decoration: none !important;
font-size: 12px !important;
font-weight: 700 !important;
letter-spacing: .04em;
text-transform: uppercase;
cursor: pointer;
line-height: 1;
padding: 9px 18px !important;
border-radius: 999px !important;
font-family: "Montserrat", sans-serif !important;
box-shadow: none !important;
}

.shada-open-modal:hover{
background: #d9a441 !important;
color: #000 !important;
text-decoration: none !important;
}

.shada-open-modal:hover{
  opacity: 1;
  text-decoration: underline;
}

.shada-error{
  background: #2b1212;
  color: #ffd2d2;
  border: 1px solid #6d2a2a;
  padding: 12px 14px;
  border-radius: 10px;
}

.shada-empty{
  color: #9aa3b2;
  padding: 10px 0;
}

.shada-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.82);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.shada-modal.is-open{
  display: flex;
}

    .shada-modal-box{
    width: 100%;
    max-width: 460px;
    max-height: calc(100vh - 36px);
    background: #141821;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    }

    .shada-modal-head{
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #141821;
    }

.shada-modal-title{
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.shada-modal-close{
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

    .shada-modal-body{
    padding: 18px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    }
.shada-form-group{
  margin-bottom: 14px;
}

.shada-form-group label{
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #d5dbea;
}

.shada-form-group input[type="text"],
.shada-form-group input[type="email"],
.shada-form-group input[type="date"],
.shada-form-group select{
  width: 100%;
  height: 44px;
  border-radius: 12px;
    background: #fff !important;
    color: #050505 !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    -webkit-text-fill-color: #050505 !important;
  padding: 0 14px;
  outline: none;
  font-size: 14px;
}

.shada-form-group input[type="text"]:focus,
.shada-form-group input[type="email"]:focus{
  border-color: rgba(255,255,255,.35);
}

    @media (max-width: 767px){
        .shada-modal{
            align-items: flex-start;
            padding: 14px;
        }
        .shada-modal-box{
            max-height: calc(100dvh - 28px);
            border-radius: 16px;
        }
        .shada-modal-body{
            padding: 16px;
        }
        .shada-modal-title{
            font-size: 16px;
        }
        .shada-form-group label,
        .shada-check{
            font-size: 12px;
            line-height: 1.35;
        }
        }

.shada-check{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #d5dbea;
}

.shada-check input{
  margin-top: 3px;
}

    .shada-submit{
    width: auto;
    min-width: 190px;
    height: auto;
    appearance: none !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    background: #fff !important;
    color: #050505 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    padding: 12px 24px !important;
    border-radius: 999px !important;
    font-family: "Montserrat", sans-serif !important;
    box-shadow: none !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    }

    .shada-submit:hover{
    background: #d9a441 !important;
    color: #000 !important;
    text-decoration: none !important;
    }

    .shada-submit[disabled]{
    opacity: .6;
    cursor: not-allowed;
    }

.shada-response{
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.4;
  min-height: 18px;
}

.shada-response.success{
  color: #9af0b3;
}

.shada-response.error{
  color: #ffb1b1;
}

.shada-detail-container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px 60px;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #fff;
}

.shada-back-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 14px;
  opacity: .9;
}

.shada-back-link:hover{
  opacity: 1;
  text-decoration: underline;
}

.shada-detail-card{
display: grid;
grid-template-columns: 1fr;
gap: 0;
background: rgba(20,24,33,.92);
border: 1px solid rgba(255,255,255,.10);
border-radius: 22px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,.35);
margin-bottom: 28px;

}

.shada-detail-image{
  background: #11151d;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shada-detail-image img{
  width: 100%;
  max-height: 6200px;
  object-fit: contain;
  border-radius: 14px;
  display: block;
}

.shada-detail-content{
  padding: 28px 26px;
}

.shada-detail-title{
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
}

.shada-detail-meta{
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.shada-detail-meta-item{
  color: #d5dbea;
  font-size: 15px;
  line-height: 1.4;
}

.shada-detail-meta-item strong{
  color: #fff;
}

.shada-detail-text{
  color: #dbe2f0;
  font-size: 15px;
}

.shada-detail-section{
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.shada-detail-section h3{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

.shada-inline-form-card{
  background: rgba(20,24,33,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  padding: 26px;
}

.shada-inline-form-title{
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
}

.shada-inline-form-subtitle{
  margin: 0 0 18px;
  color: #9aa3b2;
  line-height: 1.45;
  font-size: 14px;
}

@media (max-width: 900px){
  .shada-detail-card{
    grid-template-columns: 1fr;
  }

  .shada-detail-title{
    font-size: 26px;
  }

  .shada-inline-form-card{
    padding: 20px;
  }
}

    .shada-cta-lista-mobile{
    display: none;
    margin: 16px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(90deg, #7b61ff 0%, #ff4fb3 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    }

    @media (max-width: 900px){
    .shada-cta-lista-mobile{
        display: flex;
    }
    }

@media (min-width: 1100px){
  .shada-carousel{
    --card-w: 340px;
  }
}
