/* Roaming4You · AEO Conversion Premium v1.0.3
   Scoped to Destinos guide badges and the Greece/Belgium/Canada premium summary. */

/* DESTINOS: keep guide badge compact and readable. New file name avoids stale v33 cache. */
.dest-unlimited-grid .dest-scenic-card > .r4-guide-badge{
  top:9px!important;
  left:9px!important;
  right:auto!important;
  width:max-content!important;
  max-width:calc(100% - 18px)!important;
  min-width:0!important;
  min-height:0!important;
  padding:5px 9px!important;
  gap:4px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  white-space:nowrap!important;
  flex-wrap:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  border-radius:999px!important;
  border:1px solid rgba(230,182,66,.42)!important;
  background:rgba(255,250,236,.96)!important;
  box-shadow:0 5px 14px rgba(67,48,8,.12)!important;
  color:#7a5200!important;
  font-size:9px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  text-transform:uppercase!important;
  transform:none!important;
}
.dest-unlimited-grid .dest-scenic-card > .r4-guide-badge:after{
  inset:0!important;
  border-radius:inherit!important;
  opacity:.6!important;
}

/* PREMIUM TRIP SUMMARY */
.r4y-premium-answer{
  padding-top:2px;
}
.r4y-premium-answer-shell{
  position:relative;
  overflow:hidden;
  border:1px solid #dfe8f2;
  border-radius:28px;
  background:
    radial-gradient(circle at 95% 0%,rgba(19,117,205,.10),transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 20px 55px rgba(11,35,71,.08);
  padding:28px;
}
.r4y-premium-answer-shell:before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#0b4ea2,#087fc2 48%,#13a97c);
}
.r4y-premium-answer-head{
  max-width:850px;
  margin-bottom:22px;
}
.r4y-premium-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0c5d99;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.r4y-premium-kicker i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#11aa78;
  box-shadow:0 0 0 5px rgba(17,170,120,.10);
}
.r4y-premium-answer-head h2{
  margin:9px 0 8px;
  color:#09254b;
  font-size:clamp(28px,3vw,40px);
  line-height:1.08;
  letter-spacing:-.025em;
}
.r4y-premium-answer-head p{
  margin:0;
  max-width:760px;
  color:#5e7082;
  font-size:15px;
  line-height:1.7;
}
.r4y-premium-answer-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.45fr);
  gap:16px;
  align-items:stretch;
}
.r4y-premium-route-card{
  position:relative;
  overflow:hidden;
  min-height:100%;
  border-radius:22px;
  padding:22px;
  background:linear-gradient(145deg,#082d5d 0%,#0a5591 58%,#087668 100%);
  color:#fff;
  box-shadow:0 14px 34px rgba(7,54,103,.18);
}
.r4y-premium-route-card:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-72px;
  bottom:-96px;
  border-radius:50%;
  border:34px solid rgba(255,255,255,.055);
}
.r4y-premium-card-label{
  display:inline-block;
  color:#0c6f9d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.r4y-premium-route-card .r4y-premium-card-label{
  position:relative;
  z-index:1;
  color:#aee9ff;
}
.r4y-premium-route-card h3{
  position:relative;
  z-index:1;
  margin:9px 0 8px;
  color:#fff;
  font-size:24px;
  line-height:1.22;
  letter-spacing:-.015em;
}
.r4y-premium-route-card > p{
  position:relative;
  z-index:1;
  margin:0;
  color:#d9edf8;
  font-size:14px;
  line-height:1.65;
}
.r4y-premium-use{
  position:relative;
  z-index:1;
  margin-top:20px;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.18);
}
.r4y-premium-use span{
  display:block;
  color:#9ed9ee;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.r4y-premium-use strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:14px;
  line-height:1.55;
}
.r4y-premium-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.r4y-premium-detail{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:12px;
  align-items:start;
  border:1px solid #e2eaf2;
  border-radius:18px;
  background:#fff;
  padding:15px;
  box-shadow:0 8px 22px rgba(10,38,72,.045);
}
.r4y-premium-detail:last-child:nth-child(odd){
  grid-column:1/-1;
}
.r4y-premium-detail-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(145deg,#eef7ff,#e8f8f2);
  color:#0a6895;
  font-size:17px;
  font-weight:900;
  border:1px solid #d7e9f3;
}
.r4y-premium-detail[data-icon="wifi"] .r4y-premium-detail-icon:before{content:"⌁"}
.r4y-premium-detail[data-icon="qr"] .r4y-premium-detail-icon:before{content:"▦"}
.r4y-premium-detail[data-icon="bolt"] .r4y-premium-detail-icon:before{content:"↯"}
.r4y-premium-detail[data-icon="chat"] .r4y-premium-detail-icon:before{content:"✓"}
.r4y-premium-detail[data-icon="signal"] .r4y-premium-detail-icon:before{content:"◉"}
.r4y-premium-detail small{
  display:block;
  margin-bottom:3px;
  color:#6d8294;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.r4y-premium-detail h3{
  margin:0 0 4px;
  color:#0b2c54;
  font-size:14px;
  line-height:1.35;
}
.r4y-premium-detail p{
  margin:0;
  color:#5f7181;
  font-size:12.5px;
  line-height:1.55;
}
.r4y-premium-faq{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e2eaf2;
}
.r4y-premium-faq-head{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:18px;
  align-items:end;
  margin-bottom:12px;
}
.r4y-premium-faq-head h3{
  margin:4px 0 0;
  color:#0a2a50;
  font-size:20px;
}
.r4y-premium-faq-head p{
  margin:0;
  color:#697b8b;
  font-size:13px;
  line-height:1.55;
  text-align:right;
}
.r4y-premium-faq-list{
  display:grid;
  gap:9px;
}
.r4y-premium-faq-list details{
  border:1px solid #e1e9f1;
  border-radius:15px;
  background:#fff;
  overflow:hidden;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.r4y-premium-faq-list details[open]{
  border-color:#c8ddeb;
  box-shadow:0 8px 20px rgba(12,52,89,.05);
}
.r4y-premium-faq-list summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 15px;
  list-style:none;
  cursor:pointer;
  color:#14385d;
  font-size:13.5px;
  font-weight:800;
}
.r4y-premium-faq-list summary::-webkit-details-marker{display:none}
.r4y-premium-faq-list summary i{
  position:relative;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#eff6fb;
}
.r4y-premium-faq-list summary i:before,
.r4y-premium-faq-list summary i:after{
  content:"";
  position:absolute;
  left:7px;
  top:11px;
  width:10px;
  height:2px;
  border-radius:2px;
  background:#246a9b;
}
.r4y-premium-faq-list summary i:after{
  transform:rotate(90deg);
  transition:transform .18s ease;
}
.r4y-premium-faq-list details[open] summary i:after{transform:rotate(0)}
.r4y-premium-faq-list details > p{
  margin:0;
  padding:0 54px 15px 15px;
  color:#5b6e7f;
  font-size:13px;
  line-height:1.65;
}

@media(max-width:900px){
  .r4y-premium-answer-shell{padding:22px}
  .r4y-premium-answer-grid{grid-template-columns:1fr}
  .r4y-premium-route-card{min-height:auto}
}
@media(max-width:680px){
  .dest-unlimited-grid .dest-scenic-card > .r4-guide-badge{
    top:7px!important;
    left:7px!important;
    padding:4px 7px!important;
    font-size:8px!important;
    max-width:calc(100% - 14px)!important;
  }
  .r4y-premium-answer-shell{padding:18px;border-radius:22px}
  .r4y-premium-answer-head h2{font-size:27px}
  .r4y-premium-answer-head p{font-size:14px}
  .r4y-premium-detail-grid{grid-template-columns:1fr}
  .r4y-premium-detail:last-child:nth-child(odd){grid-column:auto}
  .r4y-premium-faq-head{grid-template-columns:1fr;gap:6px}
  .r4y-premium-faq-head p{text-align:left}
}


/* v1.0.4 · Header collision-proof layout (ES/EN/PT/FR, desktop + mobile) */
.r4y-premium-answer .r4y-premium-answer-head{
  display:grid!important;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)!important;
  column-gap:34px!important;
  row-gap:12px!important;
  align-items:end!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0 0 24px!important;
  padding:0!important;
  position:relative!important;
  inset:auto!important;
  float:none!important;
  transform:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.r4y-premium-answer .r4y-premium-answer-head-main{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:760px!important;
  margin:0!important;
  padding:0!important;
  position:static!important;
  float:none!important;
  transform:none!important;
}
.r4y-premium-answer .r4y-premium-kicker{
  position:static!important;
  inset:auto!important;
  float:none!important;
  transform:none!important;
  max-width:100%!important;
}
.r4y-premium-answer .r4y-premium-answer-head h2{
  display:block!important;
  position:static!important;
  inset:auto!important;
  float:none!important;
  clear:both!important;
  width:100%!important;
  max-width:760px!important;
  min-width:0!important;
  margin:10px 0 0!important;
  padding:0!important;
  transform:none!important;
  color:#09254b!important;
  font-size:clamp(27px,3vw,40px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
  z-index:auto!important;
}
.r4y-premium-answer .r4y-premium-answer-intro{
  display:block!important;
  position:static!important;
  inset:auto!important;
  float:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:390px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  color:#5e7082!important;
  font-size:15px!important;
  line-height:1.65!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
  align-self:end!important;
  justify-self:end!important;
  z-index:auto!important;
}
@media(max-width:900px){
  .r4y-premium-answer .r4y-premium-answer-head{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
  }
  .r4y-premium-answer .r4y-premium-answer-head-main,
  .r4y-premium-answer .r4y-premium-answer-head h2,
  .r4y-premium-answer .r4y-premium-answer-intro{
    max-width:100%!important;
    justify-self:stretch!important;
  }
  .r4y-premium-answer .r4y-premium-answer-intro{
    margin-top:2px!important;
  }
}
@media(max-width:680px){
  .r4y-premium-answer .r4y-premium-answer-head{
    margin-bottom:18px!important;
    gap:8px!important;
  }
  .r4y-premium-answer .r4y-premium-answer-head h2{
    font-size:clamp(24px,7.5vw,29px)!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
  }
  .r4y-premium-answer .r4y-premium-answer-intro{
    font-size:14px!important;
    line-height:1.6!important;
  }
}
