/* ===== PRODUCT TOUR PREMIUM FINAL — CLEAN ===== */

body.single-product{
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(210,181,57,.22), transparent 62%),
    radial-gradient(700px 320px at 85% 25%, rgba(114,45,114,.12), transparent 64%),
    linear-gradient(180deg, #f7f0d9 0%, #f2e7c4 100%);
  color:#111;
}
.single-product #site-content{max-width:none;padding:0;}
.rtp{padding-top:110px;}
@media (max-width:980px){.rtp{padding-top:94px;}}
.rtp .card{background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.08);border-radius:22px;box-shadow:0 18px 60px rgba(0,0,0,.10);}

/* sections */
.section{padding:30px 0;}
.section__head{text-align:center;margin:0 auto 20px;max-width:760px;}
.section__title{margin:0 0 8px;position:relative;display:inline-block;font-size:clamp(34px,2.2vw,44px);line-height:1.1;font-weight:800;}
.section__title--related{font-size:clamp(30px,2vw,40px);font-weight:700;}
.section__title::after{content:"";display:block;height:4px;width:72px;margin:14px auto 0;border-radius:999px;background:linear-gradient(90deg,rgba(212,181,58,0),rgba(212,181,58,1),rgba(212,181,58,0));}
.section__subtitle{margin:0;color:rgba(17,17,17,.62);font-weight:650;font-size:18px;}

/* gallery */
.rtp-gallery{position:relative;overflow:hidden;padding:12px;margin-bottom:18px;}
.rtp-gallery .swiper-wrapper{align-items:stretch;}
.rtp-gallery .swiper-slide{height:auto;display:flex;background:transparent;}
.rtp-gallery__img{width:100%;height:430px!important;object-fit:cover!important;object-position:center!important;border-radius:18px;display:block;transition:transform .8s ease,filter .8s ease;cursor:zoom-in;}
.rtp-gallery .swiper-slide:hover .rtp-gallery__img{transform:scale(1.04);filter:contrast(1.05) saturate(1.08);}
@media (max-width:980px){
  .rtp-gallery,.rtp-gallery.card{padding:4px!important;background:linear-gradient(135deg,#080808 0%,#111 64%,rgba(210,181,57,.28) 100%)!important;border:1px solid rgba(210,181,57,.70)!important;border-radius:18px!important;box-shadow:0 16px 38px rgba(0,0,0,.14),0 0 20px rgba(210,181,57,.10)!important;}
  .rtp-gallery .swiper-slide{background:#090909!important;border-radius:14px!important;overflow:hidden!important;transition:opacity .36s ease,transform .36s ease!important;}
  .rtp-gallery .swiper-slide:not(.swiper-slide-active){opacity:.55;}
  .rtp-gallery .swiper-slide.swiper-slide-active{opacity:1;}
  .rtp-gallery__img{height:320px!important;border-radius:14px!important;background:#090909!important;}
}
@media (max-width:640px){.rtp-gallery__img{height:240px!important;}}
.rtp-gbtn{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:999px;border:1px solid rgba(212,181,58,.70);background:rgba(12,12,12,.44);backdrop-filter:blur(10px);cursor:pointer;z-index:10;}
.rtp-gbtn:hover{background:rgba(212,181,58,.28);}
.rtp-gbtn--prev{left:14px;}
.rtp-gbtn--next{right:14px;}
.rtp-gbtn--prev::before,
.rtp-gbtn--next::before{content:"";display:block;width:12px;height:12px;margin:auto;border-right:3px solid #fff;border-bottom:3px solid #fff;}
.rtp-gbtn--prev::before{transform:rotate(135deg);}
.rtp-gbtn--next::before{transform:rotate(-45deg);}
@media (max-width:640px){.rtp-gbtn{width:42px;height:42px;border-width:1px;}}

/* lightbox */
.rtp-lightbox{position:fixed;inset:0;z-index:1000002!important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.92)!important;padding:24px;}
.rtp-lightbox.is-open{display:flex!important;}
.rtp-lightbox__img{display:block;object-fit:contain;max-width:min(1500px,94vw)!important;max-height:88vh!important;border-radius:14px;opacity:1;transition:opacity .24s ease,transform .24s ease!important;background:#070707;}
.rtp-lightbox.is-fading .rtp-lightbox__img{opacity:.18;transform:scale(.985);}
.rtp-lightbox__close{position:absolute;top:16px;right:18px;width:40px;height:40px;border-radius:999px;border:0;background:rgba(255,255,255,.15);color:#fff;font-size:20px;cursor:pointer;z-index:1000003!important;}
.rtp-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:999px;border:1px solid rgba(212,181,58,.7);background:rgba(10,10,10,.44);cursor:pointer;z-index:1000003!important;display:grid;place-items:center;}
.rtp-lightbox__nav--prev{left:16px;}
.rtp-lightbox__nav--next{right:16px;}
.rtp-lightbox__nav::before{content:"";display:block;width:12px;height:12px;margin:auto;border-right:3px solid #fff;border-bottom:3px solid #fff;}
.rtp-lightbox__nav--prev::before{transform:rotate(135deg);}
.rtp-lightbox__nav--next::before{transform:rotate(-45deg);}
@media (max-width:640px){
  .rtp-lightbox{padding:8px!important;}
  .rtp-lightbox__img{max-width:98vw!important;max-height:88dvh!important;border-radius:12px;}
  .rtp-lightbox__nav{width:44px!important;height:44px!important;background:rgba(10,10,10,.58)!important;}
  .rtp-lightbox__nav--prev{left:8px!important;}
  .rtp-lightbox__nav--next{right:8px!important;}
}

/* top layout */
.rtp-topgrid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start;}
.rtp-left{min-width:0;}
@media (max-width:980px){.rtp-topgrid{grid-template-columns:1fr;gap:14px;}}

/* title area */
.rtp-head{padding:8px 0;}
.rtp-crumbs{margin:0 0 10px;color:rgba(17,17,17,.60);font-weight:700;}
.rtp-crumbs a{color:rgba(17,17,17,.76);text-decoration:none;}
.rtp-crumbs span{margin:0 6px;opacity:.55;}
.rtp-title{margin:0 0 4px;font-size:clamp(32px,3.2vw,54px);line-height:1.04;font-weight:900;}
.rtp-title-stars{margin:0 0 10px;color:#D2B539;letter-spacing:4px;font-size:18px;font-weight:1000;}
.rtp-badges{display:flex;gap:10px;flex-wrap:wrap;}
.rtp-badge{display:inline-flex;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(212,181,58,.12);border:1px solid rgba(212,181,58,.35);font-weight:900;font-size:12px;letter-spacing:.6px;text-transform:uppercase;}

/* tabs */
.rtp-tabs{margin-top:14px;overflow:hidden;position:relative;}
.rtp-tabs__nav{display:flex;gap:8px;padding:12px;background:rgba(255,255,255,.74);border-bottom:1px solid rgba(0,0,0,.08);overflow:auto;}
.rtp-tab{border:1px solid rgba(0,0,0,.10);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;white-space:nowrap;cursor:pointer;transition:all .22s ease!important;}
.rtp-tab.is-active,
.rtp-tab:hover{background:linear-gradient(180deg,#ffe37a 0%,#d2b539 100%)!important;color:#111!important;border-color:rgba(210,181,57,.95)!important;box-shadow:0 12px 24px rgba(210,181,57,.30)!important;}
@media (hover:none),(pointer:coarse),(max-width:980px){
  .rtp-tab:hover:not(.is-active),
  .rtp-tab:focus:not(.is-active){background:#fff!important;color:#111!important;border-color:rgba(0,0,0,.10)!important;box-shadow:none!important;transform:none!important;}
}
.rtp-tabs__panels{padding:16px;touch-action:pan-y;cursor:grab;}
.rtp-tabs__panels:active{cursor:grabbing;}
.rtp-panel{display:none;}
.rtp-panel.is-active{display:block!important;}
.rtp-list{margin:0;padding:0;list-style:none;display:grid;gap:10px;}
.rtp-list li{padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);font-weight:600;}
.rtp-list--places li,
.rtp-list--includes li{border-color:rgba(212,181,58,.30);}

/* DESLIZA premium */
.rtp-swipe-hint{display:none!important;}
@media (max-width:980px){
  .rtp-tabs{overflow:visible!important;padding-top:0!important;}
  .rtp-tabs.card{overflow:visible!important;border:1px solid rgba(210,181,57,.22)!important;box-shadow:0 16px 38px rgba(0,0,0,.08),0 0 0 1px rgba(255,255,255,.24) inset!important;}
  .rtp-tabs__nav{position:relative!important;z-index:5!important;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,248,229,.88))!important;}
  .rtp-tabs__panels{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,250,235,.92))!important;}
  .rtp-tabs::before{display:none!important;content:none!important;}
  .rtp-tabs::after{
    content:"DESLIZA"!important;
    position:absolute!important;
    top:-21px!important;
    right:12px!important;
    z-index:50!important;
    width:100px!important;
    height:22px!important;
    box-sizing:border-box!important;
    padding:0 33px 0 12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border-radius:999px!important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 12h13M13 6.5 18.5 12 13 17.5' stroke='%23111111' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
      linear-gradient(180deg,#ffe47a 0%,#D2B539 100%)!important;
    background-repeat:no-repeat,no-repeat!important;
    background-size:18px 18px,100% 100%!important;
    background-position:right 9px center,center!important;
    color:#111!important;
    border:1px solid rgba(210,181,57,.95)!important;
    box-shadow:0 7px 16px rgba(210,181,57,.24),0 0 0 1px rgba(255,255,255,.24) inset!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:1000!important;
    letter-spacing:.55px!important;
    white-space:nowrap!important;
    pointer-events:none!important;
    opacity:1!important;
    transform:none!important;
    translate:0 0;
    animation:routesSwipePillMove 1.25s ease-in-out infinite!important;
    will-change:translate,filter,box-shadow;
  }
}
@media (min-width:981px){
  .rtp-tabs::before,
  .rtp-tabs::after{display:none!important;}
}
@keyframes routesSwipePillMove{
  0%,100%{translate:0 0;filter:brightness(1);}
  45%{translate:8px 0;filter:brightness(1.06);box-shadow:0 9px 22px rgba(210,181,57,.34),0 0 10px rgba(210,181,57,.18),0 0 0 1px rgba(255,255,255,.28) inset;}
}

/* schedule table */
.rtp-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.rtp-table{
  min-width:560px;
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(212,181,58,.45);
  background:#fff;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
}
.rtp-table th,
.rtp-table td{padding:12px;text-align:center;border-bottom:1px solid rgba(0,0,0,.06);}
.rtp-table th{background:linear-gradient(135deg,rgba(114,45,114,.13),rgba(212,181,58,.20));font-weight:900;}
.rtp-table th:first-child,
.rtp-table td:first-child{width:16%;}
.rtp-table th:nth-child(2),
.rtp-table th:nth-child(3),
.rtp-table th:nth-child(4),
.rtp-table td:nth-child(2),
.rtp-table td:nth-child(3),
.rtp-table td:nth-child(4){width:28%;}

.rtp-note{margin:12px 0 0;color:rgba(17,17,17,.74);font-weight:700;}
.rtp-note--strong{
  color:#111!important;
  font-weight:900!important;
  text-transform:uppercase;
  letter-spacing:.02em;
}

/* quick cards */
.rtp-quick{margin-top:14px;}
.rtp-quick__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
@media (max-width:980px){.rtp-quick__grid{grid-template-columns:1fr 1fr;}}
.rtp-quick__item{display:flex;gap:10px;padding:12px;border-radius:18px;background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.06);}
.rtp-ico{font-size:24px;line-height:1;}
.rtp-quick__item b{display:block;font-weight:900;}
.rtp-quick__item small{color:rgba(17,17,17,.66);font-weight:700;}

/* booking */
.rtp-book{position:sticky;top:108px;overflow:hidden;border:1px solid rgba(210,181,57,.34)!important;box-shadow:0 20px 48px rgba(0,0,0,.10),0 0 0 1px rgba(255,255,255,.30) inset;}
@media (max-width:980px){.rtp-book{position:relative;top:auto;}}
.rtp-book__top{padding:18px 18px 12px;background:linear-gradient(140deg,rgba(114,45,114,.14),rgba(212,181,58,.12));border-bottom:1px solid rgba(0,0,0,.06);}
.rtp-book__from{font-weight:1000;letter-spacing:1px;text-transform:uppercase;font-size:22px;color:#7a5d00;}
.rtp-book__prices{display:flex;gap:12px;margin-top:10px;}
.rtp-book__p{flex:1;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);}
.rtp-book__p strong{display:block;font-size:18px;font-weight:1000;}
.rtp-book__p span{display:block;color:rgba(17,17,17,.68);font-weight:800;font-size:12px;}
.rtp-book__body{padding:16px 18px 18px;}
.rtp-book__title{margin:0 0 10px;font-size:42px;line-height:1;font-weight:900;text-align:center;color:#D2B539;text-shadow:0 6px 18px rgba(212,181,58,.26);}

/* aviso privados: oculto al inicio, visible solo cuando intenta con 1 pasajero */
.rtp-private-notice{
  display:none;
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(180, 25, 25, .35);
  background: rgba(255, 235, 235, .96);
  color: #8f1111;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}
.rtp-private-notice.is-visible{display:block;}
@media (max-width: 640px){
  .rtp-private-notice{
    font-size: 16px;
  }
}

.rtp-form-ui{display:grid;gap:12px;}
.rtp-field-row{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:12px;}
.rtp-field-row>label{margin:0;font-weight:900;color:#111;}
.rtp-field-input{position:relative;}
.rtp-field-input input,
.rtp-field-input select{width:100%;min-height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;padding:10px 12px;max-width:100%;}

/* fix recorte modalidad */
#routes_modality{
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
  font-size:14px;
  text-overflow:ellipsis;
}
.rtp-field-row--modality .rtp-field-input{
  width:100%;
  min-width:0;
}
.rtp-field-row--modality .rtp-field-input select{
  min-width:0 !important;
  width:100% !important;
}

.rtp-field-input--date{position:relative;cursor:pointer;}
.rtp-field-input--date::before,
.rtp-field-input--date::after{display:none!important;content:none!important;}
.rtp-field-input--date input[type="date"]{
  cursor:pointer;
  padding-right:58px!important;
  position:relative;
  z-index:2;
}
.rtp-field-input--date input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0; /* ocultamos icono nativo para no duplicar */
  cursor:pointer;
}
.rtp-field-input--date input[type="date"]::-webkit-clear-button{display:none;}
.rtp-date-badge{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:36px;
  height:34px;
  border-radius:8px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(210,181,57,.75);
  box-shadow:0 7px 16px rgba(210,181,57,.20);
  pointer-events:none; /* mantiene un solo control visual */
  z-index:3;
}
.rtp-date-badge__month{width:100%;display:block;padding:1px 0;background:linear-gradient(180deg,#722D72 0%,#8b3a8b 100%);color:#fff;font-size:8px;line-height:1.1;font-weight:1000;text-align:center;}
.rtp-date-badge__day{display:block;color:#111;font-size:16px;line-height:1.15;font-weight:1000;text-align:center;}

.rtp-pax-row{display:grid;grid-template-columns:1fr 150px!important;align-items:center;gap:12px;}
.rtp-pax-left{display:grid;gap:4px;}
.rtp-pax-main{display:inline-flex;align-items:center;gap:8px;font-weight:900;}
.rtp-help{position:relative;display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:999px;font-size:11px;font-weight:1000;background:rgba(114,45,114,.12);color:#722d72;cursor:help;}
.rtp-help::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);width:max-content;max-width:220px;padding:8px 10px;border-radius:10px;font-size:12px;font-weight:700;background:#111;color:#fff;opacity:0;pointer-events:none;transition:.2s ease;white-space:normal;}
.rtp-help:hover::after,
.rtp-help:focus::after{opacity:1;}
.rtp-pax-price{color:rgba(17,17,17,.78);font-weight:800;}
.rtp-stepper{display:flex;align-items:center;gap:8px;justify-self:start!important;}
.rtp-stepper button{width:34px;height:34px;border-radius:999px;border:1px solid rgba(212,181,58,.65);background:linear-gradient(180deg,#ffe892 0%,#D2B539 100%);color:#111;font-weight:1000;cursor:pointer;}
.rtp-stepper input{width:64px!important;text-align:center!important;color:#111!important;font-weight:1000!important;background:#fff!important;border:1px solid rgba(0,0,0,.12)!important;border-radius:14px!important;opacity:1!important;min-height:44px!important;line-height:44px!important;padding:0!important;-moz-appearance:textfield;appearance:textfield;}
.rtp-stepper input::-webkit-outer-spin-button,
.rtp-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.rtp-book__form .single_add_to_cart_button{width:100%;margin-top:14px!important;border:1px solid rgba(210,181,57,.85)!important;border-radius:14px!important;min-height:52px!important;padding:14px 18px;font-weight:1000!important;letter-spacing:.6px;background:linear-gradient(180deg,#ffe37a 0%,#d2b539 100%)!important;color:#111!important;box-shadow:0 14px 30px rgba(210,181,57,.30)!important;transition:transform .15s ease,filter .2s ease;}
.rtp-book__form .single_add_to_cart_button:hover{transform:translateY(-2px);filter:brightness(1.05);}
.rtp-book__form .single_add_to_cart_button:active{transform:translateY(1px);}
.rtp-book__total{margin:10px 0 14px!important;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:16px!important;background:linear-gradient(180deg,#fff6cf 0%,#f1da77 100%)!important;border:1px solid rgba(210,181,57,.85)!important;font-weight:1000;font-size:20px;box-shadow:0 10px 24px rgba(210,181,57,.24)!important;}
.rtp-book__total strong{font-size:42px!important;font-weight:1000!important;color:#111!important;}
.rtp-book__trust{margin-top:12px;display:grid;gap:8px;color:rgba(17,17,17,.76);font-weight:850;font-size:18px;}
.rtp-book__wa{margin-top:14px;width:100%;justify-content:center;display:inline-flex;border-radius:999px;background:linear-gradient(180deg,#ffe47a 0%,#D2B539 100%)!important;color:#111!important;font-weight:1000;box-shadow:0 14px 34px rgba(210,181,57,.28)!important;animation:routesWhatsAppGoldFinal 1.7s ease-in-out infinite!important;}
@keyframes routesWhatsAppGoldFinal{
  0%,100%{transform:scale(1);box-shadow:0 14px 34px rgba(210,181,57,.28),0 0 0 0 rgba(210,181,57,.17),0 0 0 1px rgba(255,255,255,.16) inset;}
  50%{transform:scale(1.032);box-shadow:0 18px 44px rgba(210,181,57,.36),0 0 0 8px rgba(210,181,57,.08),0 0 22px rgba(210,181,57,.20),0 0 0 1px rgba(255,255,255,.22) inset;}
}
@media (max-width:980px){
  .rtp-field-row{grid-template-columns:1fr!important;gap:6px!important;}
  .rtp-field-row>label{font-size:15px;}
  .rtp-pax-row{grid-template-columns:1fr auto;gap:10px;}
  .rtp-book__title{font-size:36px;}
  .rtp-book__form .single_add_to_cart_button{font-size:17px!important;}
  .rtp-book__total strong{font-size:28px!important;}
}

/* related tours */
.rt-related{padding-top:32px;padding-bottom:18px;}
.rt-related__swiper{position:relative;}
.rt-nav{position:absolute;top:36%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(212,181,58,.70);background:rgba(10,10,10,.45);cursor:pointer;z-index:20;}
.rt-nav--prev{left:8px;}
.rt-nav--next{right:8px;}
.rt-nav--prev::before,
.rt-nav--next::before{content:"";display:block;width:10px;height:10px;margin:auto;border-right:3px solid #fff;border-bottom:3px solid #fff;}
.rt-nav--prev::before{transform:rotate(135deg);}
.rt-nav--next::before{transform:rotate(-45deg);}
.rt-related .swiper-slide{height:auto;}
.rt-related .tour-card{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(212,181,58,.22);background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.06);height:100%;display:flex;flex-direction:column;}
.rt-related .tour-card__media{position:relative;display:block;overflow:hidden;border-radius:22px 22px 0 0;}
.rt-related .tour-card__img{height:300px;background:var(--bg) center/cover no-repeat;transition:transform .8s ease,filter .8s ease;}
.rt-related .tour-card__from{position:absolute;left:14px;top:14px;z-index:6;background:#D5C082;color:#111;border:1px solid rgba(212,181,58,.65);padding:8px 12px;border-radius:999px;font-weight:900;}
.rt-related .tour-card__body{padding:12px 14px 14px;background:#D5C082;flex:1;display:flex;flex-direction:column;}
.rt-related .tour-card__rating{color:#D2B539;letter-spacing:2px;font-weight:1000;font-size:18px;}
.rt-related .tour-card__title{margin:8px 0 10px;font-size:19px;font-weight:750;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px;}
.rt-related .tour-card__meta{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 12px;color:rgba(17,17,17,.60);font-weight:800;font-size:13px;margin-top:auto;}
.rt-related .tour-card:hover{box-shadow:0 18px 42px rgba(212,181,58,.20);}
.rt-related .tour-card:hover .tour-card__img{transform:scale(1.07);filter:brightness(1.08) saturate(1.10);}
.rt-related .tour-card:hover .tour-card__body{background:linear-gradient(135deg,#D2B539 0%,#f0d45e 100%);}
.rt-related .tour-card:hover .tour-card__title,
.rt-related .tour-card:hover .tour-card__meta,
.rt-related .tour-card:hover .tour-card__rating{color:#fff!important;}
.rt-related .tour-card:hover .tour-card__from{color:#fff;background:linear-gradient(135deg,#D2B539 0%,#f0d45e 100%);animation:pricePulse 1.1s ease-in-out infinite;}
@keyframes pricePulse{
  0%,100%{transform:scale(1);box-shadow:0 8px 22px rgba(212,181,58,.20);}
  50%{transform:scale(1.04);box-shadow:0 14px 30px rgba(212,181,58,.30);}
}
@media (max-width:980px){
  .section__title--related{font-size:34px;font-weight:700;}
  .section__subtitle{font-size:14px;}
  .rt-related .tour-card__img{height:260px;}
  .rt-related .tour-card__title{font-size:18px;font-weight:700;min-height:44px;}
  .rt-related .tour-card__meta{font-size:12px;}
  .rt-nav{top:45%;width:40px;height:40px;}
}

/* includes bar */
.section--why-marquee-only{margin:0!important;padding:14px 0!important;}
.why-marquee{position:relative;overflow:hidden;border-radius:0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:linear-gradient(135deg,#722D72 0%,#8b3a8b 35%,#D2B539 100%);border:0!important;box-shadow:none!important;transform:none!important;}
.why-marquee::before,
.why-marquee::after{display:none!important;}
.why-marquee__head{padding:24px 16px 8px!important;text-align:center;}
.why-marquee__title{margin:0;color:#fff;font-size:clamp(28px,2vw,40px);line-height:1.1;font-weight:700;}
.why-marquee__title--fine{font-weight:650;}
.why-marquee__slider{width:min(1280px,100%);margin:0 auto;padding:10px 14px 18px!important;}
.why-marquee__item{min-height:200px;border-radius:22px;padding:18px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.05));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;transition:.22s ease;}
.why-marquee__icon{width:74px;height:74px;border-radius:999px;display:grid;place-items:center;font-size:34px;color:#fff;background:#D2B539;border:2px solid #722D72;box-shadow:0 0 0 0 rgba(212,181,58,.0);}
.why-marquee__label{margin:0;color:#fff;font-size:20px;line-height:1.25;font-weight:850;text-align:center;}
.why-marquee__item:hover{transform:none;}
.why-marquee__item:hover .why-marquee__icon{transform:scale(1.08);border:3px solid #ffd44d;box-shadow:0 0 0 6px rgba(212,181,58,.24);}
.why-marquee__item:hover .why-marquee__label{transform:scale(1.03);}
.why-marquee__pagination{margin-top:10px!important;display:flex;justify-content:center;gap:8px;}
.why-marquee__pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:999px;opacity:1;background:rgba(255,255,255,.45);}
.why-marquee__pagination .swiper-pagination-bullet-active{width:30px;background:linear-gradient(90deg,#f5d968,#722D72);}
@media (max-width:980px){
  .why-marquee{border-left:0!important;}
  .why-marquee__title{font-size:24px;font-weight:650;}
  .why-marquee__slider{width:100%;padding:8px 12px 14px!important;}
  .why-marquee__item{min-height:180px;border-radius:16px;}
  .why-marquee__icon{width:58px;height:58px;font-size:28px;}
  .why-marquee__label{font-size:16px;font-weight:800;}
}

/* helpers */
.rtp-gbtn.is-hidden,
.rt-nav.is-hidden{display:none!important;}

@media (prefers-reduced-motion:reduce){
  .rtp-book__wa,
  .rtp-tabs::before,
  .rtp-tabs::after{animation:none!important;}
  .rtp-lightbox__img,
  .rtp-gallery__img,
  .rtp-gallery .swiper-slide{transition:none!important;}
}

/* Móvil: badges */
@media (max-width: 640px) {
  .rtp-badges {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 8px !important;
  }

  .rtp-badge {
    justify-content: center !important;
    text-align: center !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
}

.rtp-inline-error{
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(180, 25, 25, .35);
  background: rgba(255, 235, 235, .95);
  color: #8f1111;
  font-weight: 800;
  line-height: 1.35;
}

/* BADGES DEL TÍTULO - FIX DEFINITIVO MÓVIL */
.rtp-badges{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:10px !important;
  margin-top:10px !important;
}
.rtp-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:38px !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  line-height:1 !important;
  white-space:nowrap !important;
  text-align:center !important;
  font-size:13px !important;
  font-weight:900 !important;
}
.rtp-badge::before{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  transform:translateY(0) !important;
}
.rtp-badge i,
.rtp-badge svg,
.rtp-badge .icon{
  width:14px !important;
  height:14px !important;
  min-width:14px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  transform:translateY(0) !important;
}
@media (max-width: 640px){
  .rtp-badges{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    padding-bottom:2px !important;
  }

  .rtp-badges::-webkit-scrollbar{
    display:none !important;
  }

  .rtp-badge{
    flex:0 0 auto !important;
    min-height:34px !important;
    padding:7px 10px !important;
    font-size:11px !important;
    gap:5px !important;
  }

  .rtp-badge i,
  .rtp-badge svg,
  .rtp-badge .icon{
    width:12px !important;
    height:12px !important;
    min-width:12px !important;
  }
}