/* Roaming4You · Destinations Cards Premium Fix v1.0.0
   Scoped only to /destinos.php. Keeps Home untouched. */

.dest-unlimited-page .dest-unlimited-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.dest-unlimited-page .dest-unlimited-grid > .dest-scenic-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #dfe7f1!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(8,32,76,.055)!important;
  text-decoration:none!important;
  color:#10213a!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
  -webkit-tap-highlight-color:transparent;
}
.dest-unlimited-page .dest-unlimited-grid > .dest-scenic-card:hover{
  transform:translateY(-3px)!important;
  border-color:#cbd9ec!important;
  box-shadow:0 18px 38px rgba(8,32,76,.10)!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-cover{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
  object-position:center!important;
  flex:0 0 auto!important;
  border:0!important;
  border-radius:0!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-body{
  position:relative!important;
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  min-width:0!important;
  padding:15px 16px 17px!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-name{
  display:-webkit-box!important;
  width:100%!important;
  min-height:2.38em!important;
  margin:0 0 9px!important;
  overflow:hidden!important;
  color:#0b2347!important;
  font-size:16px!important;
  font-weight:650!important;
  line-height:1.19!important;
  letter-spacing:-.025em!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-plan{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 10px!important;
  padding:6px 10px!important;
  overflow:hidden!important;
  border:1px solid #bfead9!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#e9fff6,#f2fffb)!important;
  box-shadow:0 8px 18px rgba(15,124,93,.08)!important;
  color:#0f7c5d!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-plan > span{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  background:#16b77d!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-price{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  column-gap:4px!important;
  row-gap:0!important;
  width:100%!important;
  margin:auto 0 0!important;
  color:#0a213f!important;
  font-size:15px!important;
  font-weight:600!important;
  line-height:1.25!important;
  font-variant-numeric:tabular-nums!important;
  overflow:visible!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-price > span,
.dest-unlimited-page .dest-scenic-card .dest-scenic-price > b,
.dest-unlimited-page .dest-scenic-card .dest-scenic-price > em{
  display:inline!important;
  padding:0!important;
  margin:0!important;
  background:none!important;
  border:0!important;
  color:inherit!important;
  font:inherit!important;
  line-height:inherit!important;
}
.dest-unlimited-page .dest-scenic-card .dest-scenic-price > b{font-weight:700!important}
.dest-unlimited-page .dest-scenic-card .dest-scenic-price > em{color:#64748b!important;font-size:.84em!important;font-style:normal!important;font-weight:550!important}
.dest-unlimited-page .dest-scenic-card .dest-scenic-more{display:none!important}
.dest-unlimited-page .dest-scenic-card:hover .dest-scenic-plan{
  border-color:#16b77d!important;
  background:linear-gradient(135deg,#16b77d,#11a26e)!important;
  color:#fff!important;
}
.dest-unlimited-page .dest-scenic-card:hover .dest-scenic-plan > span{background:#fff!important;color:#16b77d!important}

@media(max-width:1100px){
  .dest-unlimited-page .dest-unlimited-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .dest-unlimited-page .dest-unlimited-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .dest-unlimited-page .dest-unlimited-grid > .dest-scenic-card{border-radius:18px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-cover{aspect-ratio:16/10!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-body{padding:12px 12px 14px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-name{min-height:2.4em!important;margin-bottom:8px!important;font-size:14px!important;line-height:1.2!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-plan{margin-bottom:9px!important;padding:5px 8px!important;font-size:9px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-plan > span{width:17px!important;height:17px!important;flex-basis:17px!important;font-size:10px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-price{font-size:13px!important;line-height:1.22!important}
}
@media(max-width:390px){
  .dest-unlimited-page .dest-unlimited-grid{gap:8px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-body{padding:11px 10px 13px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-name{font-size:13.5px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-plan{font-size:8.5px!important;padding:5px 7px!important;gap:5px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-price{font-size:12.5px!important}
}
@media(max-width:340px){
  .dest-unlimited-page .dest-unlimited-grid{grid-template-columns:1fr!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-name{min-height:0!important;font-size:15px!important}
  .dest-unlimited-page .dest-scenic-card .dest-scenic-price{font-size:14px!important}
}
@media(prefers-reduced-motion:reduce){
  .dest-unlimited-page .dest-unlimited-grid > .dest-scenic-card{transition:none!important}
  .dest-unlimited-page .dest-unlimited-grid > .dest-scenic-card:hover{transform:none!important}
}
