.alt-offerte-box{background:transparent;margin-top:2.5rem;margin-bottom:2rem;position:relative}.alt-offerte-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;text-align:left}.alt-offerte-wrapper{position:relative;overflow:hidden}.alt-offerte-slider{display:flex;gap:1.5rem;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1.2rem;scrollbar-width:none}.alt-offerte-slider::-webkit-scrollbar{display:none}.alt-offerte-card{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1.2rem);scroll-snap-align:start;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 3px 8px rgba(0,0,0,.06);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.alt-offerte-card:hover{transform:translateY(-3px);box-shadow:0 8px 14px rgba(0,0,0,.1)}.alt-offerte-img-wrap{position:relative;overflow:hidden;border-radius:12px 12px 0 0;height:200px;background:#f1f5f9}.alt-offerte-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.alt-offerte-card:hover .alt-offerte-img-wrap img{transform:scale(1.04)}.alt-offerte-badge{position:absolute;top:10px;left:10px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:2}.alt-offerte-info{padding:1rem 1.25rem}.alt-offerte-info h4{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.alt-offerte-info p{color:#334155;font-size:.95rem;margin-bottom:.25rem}.alt-offerte-luogo{font-size:.9rem;color:#64748b}.alt-offerte-arrow{position:absolute;top:45%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:1px solid #e2e8f0;border-radius:50%;width:38px;height:38px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.15);z-index:10}.alt-offerte-arrow:hover{background:#fff}.alt-offerte-arrow.left{left:10px}.alt-offerte-arrow.right{right:10px}.alt-offerte-arrow svg{width:22px;height:22px;stroke:#334155}.alt-offerte-arrow:hover svg{stroke:#fff}.alt-offerte-viewall{display:inline-block;margin-top:1.25rem;color:#2563eb;font-weight:600;font-size:.9375rem;text-decoration:none}.alt-offerte-viewall:hover{text-decoration:underline}@media (min-width:992px){.alt-offerte-arrow{display:flex}}@media (max-width:1200px){.alt-offerte-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 1rem)}}@media (max-width:992px){.alt-offerte-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}}@media (max-width:600px){.alt-offerte-card{flex:0 0 100%;width:100%;min-width:100%}.alt-offerte-arrow{display:none}}