/* Fotos e movimento sutil nos atalhos turísticos */
.guide-card{position:relative;overflow:hidden;background-size:cover;background-position:center;isolation:isolate;animation:card-enter .65s cubic-bezier(.2,.8,.2,1) both}.guide-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,7,58,.1) 0%,rgba(19,7,58,.88) 88%);z-index:-1}.guide-card>*{position:relative;z-index:1}.guide-card.stay{background-image:url('https://turismo.araruna.pb.gov.br/wp-content/uploads/2025/03/NEGA-JOANA.png')}.guide-card.food{background-image:url('https://turismo.araruna.pb.gov.br/wp-content/uploads/2025/03/CAFE-DA-SERRA.png')}.guide-card.do{background-image:url('https://turismo.araruna.pb.gov.br/wp-content/uploads/2025/06/CAPING.png')}.guide-card:nth-child(2){animation-delay:.12s}.guide-card:nth-child(3){animation-delay:.24s}.guide-card:hover{transform:translateY(-8px) scale(1.015)}.hero-copy{animation:hero-in .7s cubic-bezier(.2,.8,.2,1) both}.hero-art{animation:hero-in .8s .12s cubic-bezier(.2,.8,.2,1) both}@keyframes hero-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes card-enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:780px){.guide-card{min-height:205px;background-position:center 42%}.guide-card:hover{transform:none}.guide-links{gap:18px}}@media(prefers-reduced-motion:reduce){.guide-card,.hero-copy,.hero-art{animation:none}}
