.v2-dest__wrap{position:relative;padding:74px 40px 120px;text-align:center;background:#ffffff;overflow:hidden}.v2-dest__bg{position:absolute;bottom:0;left:0;right:0;height:55%;z-index:0;pointer-events:none}.v2-dest__mountain{display:block}.v2-dest__bg-img{object-fit:cover;object-position:top}.v2-dest__heading{position:relative;z-index:1}.v2-dest__title{font-size:clamp(22px,4vw,34px);font-weight:800;color:var(--v2-verde);margin:0 0 16px;position:relative}.v2-dest__lead{font-size:15px;color:var(--v2-txt);max-width:680px;margin:0 auto 44px;position:relative;line-height:1.6}.v2-dest__card{display:block;text-decoration:none;border-radius:14px;overflow:hidden;position:relative}.v2-dest__card-img{object-fit:cover;object-position:center;transition:transform .4s ease}.v2-dest__card:hover .v2-dest__card-img{transform:scale(1.04)}.v2-dest__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,20,18,.78),rgba(4,20,18,.18) 45%,transparent 75%);transition:background .35s ease}.v2-dest__card:hover .v2-dest__overlay{background:rgba(4,20,18,.85)}.v2-dest__caption{position:absolute;inset:16px;display:flex;flex-direction:column;text-align:left;align-items:flex-start}.v2-dest__name{font-size:18px;font-weight:800;color:#fff;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.4)}.v2-dest__desc{font-size:12.5px;line-height:1.5;color:rgba(255,255,255,.92);margin:10px 0 0;max-width:46ch;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}.v2-dest__card:hover .v2-dest__desc{opacity:1;max-height:140px}.v2-dest__grid-small .v2-dest__card:hover .v2-dest__desc{max-height:90px;-webkit-line-clamp:2}.v2-dest__cta{margin-top:auto;align-self:flex-start;font-size:12px;font-weight:700;color:#fff;background:var(--v2-cian);padding:8px 14px;border-radius:8px;opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}.v2-dest__card:hover .v2-dest__cta{opacity:1;transform:translateY(0)}.v2-dest__grid{display:flex;flex-direction:column;gap:18px;max-width:920px;margin:0 auto;position:relative;z-index:1}.v2-dest__grid-big{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v2-dest__grid-small{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v2-dest__grid-big .v2-dest__card{height:220px}.v2-dest__grid-small .v2-dest__card{height:200px}.v2-dest__scroll{display:none;position:relative;z-index:1}@media (max-width:767px){.v2-dest__wrap{padding:48px 0 80px}.v2-dest__mountain{display:none}.v2-dest__heading{padding:0 20px}.v2-dest__grid{display:none}.v2-dest__scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 16vw 20px 12vw;scrollbar-width:none}.v2-dest__scroll::-webkit-scrollbar{display:none}.v2-dest__scroll .v2-dest__card{scroll-snap-align:center;flex-shrink:0;width:68vw;height:220px;border-radius:12px}.v2-dest__scroll .v2-dest__card:first-child{width:76vw}}