/* NovaFly selective redesign
   The established glass-and-gold system remains the source of truth.
   Only the hero, destinations and desktop FAQ layout are adapted here. */

/* Header: original dark glass over the hero, white glass over page content. */
html{scroll-padding-top:82px;}
.site-top{position:fixed;top:var(--ticker-height,36px);left:0;right:0;z-index:950;margin-bottom:0;transition:top .28s cubic-bezier(.16,.8,.24,1);}
body.ticker-cleared .site-top{top:0;}
body.ticker-cleared header.main{margin-top:0;}
header.main,
header.main.scrolled,
[data-theme="dark"] header.main,
[data-theme="dark"] header.main.scrolled{
  background:rgba(7,15,28,.93);
  border-color:rgba(255,255,255,.15);
  box-shadow:0 14px 38px rgba(2,8,17,.28),inset 0 1px 0 rgba(255,255,255,.05);
  color:#fff;
  backdrop-filter:blur(18px) saturate(145%);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
}
body.header-past-hero header.main,
body.header-past-hero header.main.scrolled,
[data-theme="dark"] body.header-past-hero header.main,
[data-theme="dark"] body.header-past-hero header.main.scrolled{
  background:rgba(255,255,255,.9);
  border-color:rgba(255,255,255,.94);
  box-shadow:0 14px 38px rgba(17,29,45,.14),inset 0 1px 0 rgba(255,255,255,.92);
  color:#142238;
  backdrop-filter:blur(20px) saturate(155%);
  -webkit-backdrop-filter:blur(20px) saturate(155%);
}
body.header-past-hero header.main,
body.header-past-hero header.main.scrolled{
  width:max-content;
  max-width:calc(100vw - 32px);
  margin:6px auto 0;
  padding:8px 14px;
  border-radius:999px;
}
body.header-past-hero header.main .wrap{
  width:auto;
  max-width:none;
  gap:14px;
}
header.main.scrolled .logo{height:38px;}
header.main .logo .logo-light{display:none!important;}
header.main .logo .logo-dark{display:block!important;}
body.header-past-hero header.main .logo .logo-dark{display:none!important;}
body.header-past-hero header.main .logo .logo-light{display:block!important;}
header.main.scrolled nav.primary a:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);}
header.main .icon-btn{color:#fff;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14);}
body.header-past-hero header.main nav.primary a:hover{background:rgba(14,30,51,.06);border-color:rgba(14,30,51,.1);}
body.header-past-hero header.main .icon-btn{color:#142238;background:rgba(14,30,51,.06);border-color:rgba(14,30,51,.12);}
.head-actions{gap:11px;}
.header-contact{position:relative;display:flex;align-items:center;gap:9px;flex-shrink:0;}
.header-contact-icons{display:flex;align-items:center;gap:5px;}
.header-contact-icon{
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease;
}
.header-contact-icon .icon{width:16px;height:16px;}
.header-contact-icon:hover{transform:translateY(-2px);border-color:rgba(224,190,117,.7);background:rgba(199,154,62,.14);color:var(--gold-light);}
.header-contact-icon.is-whatsapp{color:#fff;}
.header-contact-copy{display:flex;flex-direction:column;gap:1px;color:#fff;line-height:1.08;white-space:nowrap;}
.header-contact-copy span{font-size:8.5px;text-transform:uppercase;letter-spacing:.12em;color:#aeb8c7;font-weight:700;}
.header-contact-copy strong{font-family:'Fraunces',Georgia,serif;font-size:14px;font-weight:590;letter-spacing:.01em;}
.mobile-contact-group{display:block;position:relative;}
.mobile-contact-group summary{
  width:68px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  list-style:none;
  cursor:pointer;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius-full);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.mobile-contact-group summary::-webkit-details-marker{display:none;}
.mobile-contact-group summary .icon{width:16px;height:16px;}
.mobile-contact-group summary .is-whatsapp{color:#fff;}
.mobile-contact-group summary:hover{transform:translateY(-2px);border-color:rgba(224,190,117,.7);background:rgba(199,154,62,.13);box-shadow:0 8px 22px rgba(0,0,0,.14);}
.mobile-contact-group[open] summary{border-color:var(--gold);background:rgba(199,154,62,.16);box-shadow:0 0 0 3px rgba(199,154,62,.1);}
.mobile-contact-menu{display:none;}
.mobile-contact-group[open] .mobile-contact-menu{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  width:268px;
  display:grid;
  gap:8px;
  padding:12px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 0,rgba(199,154,62,.2),transparent 42%),
    linear-gradient(145deg,rgba(9,24,42,.99),rgba(13,34,57,.99));
  border:1px solid rgba(224,190,117,.25);
  border-radius:18px;
  box-shadow:0 26px 65px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);
  z-index:980;
  animation:contact-menu-in .25s cubic-bezier(.16,.8,.24,1) both;
}
.mobile-contact-group[open] .mobile-contact-menu::before{content:"Talk to a travel specialist";display:block;padding:4px 5px 8px;color:#f4e7c7;font:600 14px/1.25 'Fraunces',Georgia,serif;letter-spacing:.01em;}
.mobile-contact-menu a{display:flex;align-items:center;gap:12px;padding:12px;color:#fff;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.055);font-size:13px;font-weight:750;transition:transform .2s ease,background .2s ease,border-color .2s ease;}
.mobile-contact-menu a:hover,.mobile-contact-menu a:focus-visible{transform:translateX(3px);background:rgba(255,255,255,.1);border-color:rgba(224,190,117,.38);}
.mobile-contact-menu .icon{width:20px;height:20px;padding:7px;box-sizing:content-box;border-radius:10px;background:rgba(199,154,62,.14);color:#fff;}
.mobile-contact-menu .is-whatsapp{color:#fff;}
.mobile-contact-menu span{display:flex;flex-direction:column;gap:3px;}
.mobile-contact-menu small{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#aeb9c8;}
body.header-past-hero .mobile-contact-group summary{
  color:#fff;
  background:linear-gradient(145deg,var(--navy),#173b61);
  border-color:rgba(23,59,97,.96);
  box-shadow:0 7px 18px rgba(7,16,29,.2),inset 0 1px 0 rgba(255,255,255,.1);
}
body.header-past-hero .mobile-contact-group summary .is-whatsapp{color:#fff;}
.header-contact-icons,.header-contact-copy{display:none;}
.cta-short{display:none;}
.menu-toggle:hover,.menu-toggle:active,.menu-toggle:focus{transform:none!important;}

@media(min-width:921px){
  header.main .wrap{position:relative;}
  header.main .logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;}
  header.main .navwrap{width:100%;justify-content:space-between;}
  header.main nav.primary{flex:0 1 auto;justify-content:flex-start;}
  header.main .head-actions{margin-left:auto;}
  body.header-past-hero header.main .wrap{
    display:grid;
    grid-template-columns:232px auto 232px;
    grid-template-areas:"nav logo actions";
    align-items:center;
    column-gap:22px;
  }
  body.header-past-hero header.main .logo{
    position:static;
    grid-area:logo;
    height:34px;
    transform:none;
  }
  body.header-past-hero header.main .navwrap{display:contents;}
  body.header-past-hero header.main nav.primary{grid-area:nav;justify-content:flex-start;}
  body.header-past-hero header.main .head-actions{grid-area:actions;margin-left:0;gap:11px;justify-content:flex-end;}
  body.header-past-hero header.main .icon-btn{width:36px;height:36px;}
  body.header-past-hero header.main .mobile-contact-group summary{width:62px;height:36px;}
  body.header-past-hero header.main .btn-book{padding:9px 17px;}
  .hero-hybrid .hero-layout{transform:translateY(-30px);}
}

@media(max-width:920px){
  body.header-past-hero header.main,
  body.header-past-hero header.main.scrolled{
    max-width:calc(100vw - 20px);
    margin:6px auto 0;
    padding:8px 10px;
  }
  body.header-past-hero header.main .wrap{gap:10px;}
  body.header-past-hero header.main .navwrap{width:auto;flex:none;gap:0;}
  body.header-past-hero header.main .head-actions{margin-left:0;gap:7px;}
}

@keyframes contact-menu-in{from{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}

/* Booking-field cues and popular route shortcuts. */
.field-location-icon{width:16px;height:16px;color:var(--form-soft);flex:0 0 16px;}
.airport-pin{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 26px;color:var(--gold-deep);background:rgba(199,154,62,.12);}
.airport-pin svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.form-actions{flex-wrap:nowrap;align-items:center;}
.form-action-context{flex:1;min-width:0;}
.form-actions .popular-routes{display:flex;align-items:center;gap:12px;margin:0;padding:9px 12px;border:1px solid rgba(199,154,62,.25);border-radius:14px;background:linear-gradient(135deg,rgba(199,154,62,.09),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.35);overflow:hidden;}
.form-actions .form-status{min-width:0;margin-top:5px;}
.form-actions .search-btn{flex:0 0 auto;}
.popular-routes-label{font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--form-label);white-space:nowrap;}
.popular-routes-list{display:flex;align-items:center;gap:8px;min-width:0;}
.popular-route{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--form-input-border);border-radius:var(--radius-full);background:var(--form-input-bg);color:var(--form-text);font:700 11.5px/1 'Inter',sans-serif;white-space:nowrap;cursor:pointer;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;}
.popular-route .icon{width:12px;height:12px;color:var(--gold-deep);}
.popular-route:hover{transform:translateY(-2px);border-color:var(--gold);background:var(--form-option-hover);box-shadow:var(--shadow-gold-sm);}
.popular-route:focus-visible{outline:2px solid var(--gold);outline-offset:2px;}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}

/* Folded-world hero expressed in the original NovaFly visual language. */
.hero-hybrid{
  min-height:clamp(720px,calc(100svh - 44px),880px);
  display:block;
  padding:clamp(138px,14vh,172px) 0 132px;
  background:
    radial-gradient(circle at 13% 88%,rgba(63,110,113,.22),transparent 34%),
    linear-gradient(145deg,#07101d 0%,#0e1e33 54%,#081321 100%);
}
.hero-hybrid::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(7,15,28,.04),rgba(7,15,28,.2) 70%,rgba(7,15,28,.72));
  z-index:0;
}
.hero-hybrid .hero-layout{
  position:relative;
  z-index:3;
  max-width:1220px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(430px,.9fr) minmax(520px,1.1fr);
  align-items:center;
  gap:10px;
}
.hero-hybrid .hero-inner{
  width:auto;
  max-width:none;
  margin:0;
  padding:0;
  text-align:left;
}
.hero-hybrid .hero-badge-row{justify-content:flex-start;margin-bottom:25px;}
.hero-hybrid .hero-title,
.hero-hybrid .hero-title.lead{
  max-width:650px;
  margin:0;
  color:#fff;
  font-family:'Fraunces',Georgia,serif;
  font-size:clamp(60px,6.3vw,92px);
  font-weight:560;
  line-height:.91;
  letter-spacing:-.048em;
}
.hero-hybrid .hero-title em{color:#f2e8ce;font-weight:360;}
.hero-hybrid .hero-support{
  max-width:510px;
  margin:27px 0 0;
  color:#c7ced8;
  font-size:clamp(15px,1.2vw,18px);
  line-height:1.65;
}
.hero-support-break{display:block;}
.hero-hybrid .hero-actions{display:flex;align-items:center;gap:15px;margin-top:30px;}
.hero-hybrid .hero-primary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:15px 20px;
  font-size:13px;
}
.hero-hybrid .hero-primary span{transition:transform .25s ease;}
.hero-hybrid .hero-primary:hover span{transform:translate(3px,-3px);}
.hero-hybrid .hero-secondary{
  position:relative;
  overflow:visible;
  padding:11px 2px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#e8edf4;
  font-size:13px;
  font-weight:650;
  letter-spacing:.01em;
}
.hero-hybrid .hero-secondary::after{content:"";position:absolute;left:2px;right:2px;bottom:5px;height:1px;background:linear-gradient(90deg,var(--gold-light),rgba(224,190,117,.16));transform:scaleX(.36);transform-origin:left;transition:transform .38s cubic-bezier(.16,.8,.24,1),opacity .3s ease;opacity:.65;}
.hero-hybrid .hero-secondary span{display:inline-block;margin-left:8px;transition:transform .32s cubic-bezier(.16,.8,.24,1),color .25s ease;}
.hero-hybrid .hero-secondary:hover{border-color:transparent;background:transparent;color:#fff;}
.hero-hybrid .hero-secondary:hover::after{transform:scaleX(1);opacity:1;}
.hero-hybrid .hero-secondary:hover span{transform:translateX(5px);color:var(--gold-light);}
@media (hover:none), (pointer:coarse){
  .hero-hybrid .hero-secondary::after{transform:scaleX(1);opacity:1;}
}
.hero-hybrid .hero-trustline{justify-content:flex-start;margin-top:31px;}
.hero-hybrid .hero-art.hero-bg-wrap{
  position:relative;
  inset:auto;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:-12vw;
}
.hero-hybrid .hero-art::before{
  display:none;
}
.hero-hybrid .hero-art picture{position:relative;display:block;width:min(800px,63vw);filter:drop-shadow(0 35px 48px rgba(0,0,0,.44));}
.hero-hybrid .hero-art img{display:block;width:100%;height:auto;}

/* GSAP is optional; this keeps the first impression graceful if the CDN is unavailable. */
.hero-static-reveal .hero-hybrid .hero-badge-row,
.hero-static-reveal .hero-hybrid .hero-title,
.hero-static-reveal .hero-hybrid .hero-support,
.hero-static-reveal .hero-hybrid .hero-actions,
.hero-static-reveal .hero-hybrid .hero-trustline{animation:hybrid-copy-in .68s cubic-bezier(.16,.8,.24,1) both;}
.hero-static-reveal .hero-hybrid .hero-support{animation-delay:.07s;}
.hero-static-reveal .hero-hybrid .hero-actions{animation-delay:.13s;}
.hero-static-reveal .hero-hybrid .hero-trustline{animation-delay:.19s;}
.hero-static-reveal .hero-hybrid .hero-art{animation:hybrid-art-in .9s cubic-bezier(.16,.8,.24,1) both;}

/* Destinations: the six-continent content and photographic emphasis are retained,
   while every surface, pill and CTA comes from the original site system. */
.hybrid-deals{overflow:hidden;}
.hybrid-deals .section-head{max-width:700px;}
.hybrid-deals .region-tabs{position:relative;z-index:2;}
.hybrid-deals .deals-grid{
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,310px)) minmax(0,390px);
  gap:20px;
  align-items:stretch;
}
.hybrid-deals .deal-card{
  min-width:0;
  min-height:0;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
}
.hybrid-deals .deal-card.hidden{display:none!important;}
.hybrid-deals .deal-card--hybrid-feature{
  grid-column:span 7;
  grid-row:span 2;
}
.hybrid-deals .deal-card--hybrid-side{grid-column:span 5;}
.hybrid-deals .deal-card--hybrid-wide{grid-column:span 6;}
.hybrid-deals .deal-photo-wrap{height:auto;min-height:0;}
.hybrid-deals .deal-card--hybrid-feature .deal-meta{left:28px;bottom:24px;}
.hybrid-deals .deal-card--hybrid-feature .deal-meta h3{font-size:34px;}
.hybrid-deals .deal-card--hybrid-feature .deal-body{
  padding:12px 22px 11px;
  background:
    radial-gradient(circle at 100% 0,rgba(199,154,62,.1),transparent 48%),
    var(--surface);
}
.hybrid-deals .deal-card--hybrid-feature .deal-specs{display:flex;gap:14px;margin-bottom:8px;}
.hybrid-deals .deal-card--hybrid-feature .deal-row{padding-top:8px;}
.hybrid-deals .deal-card--hybrid-feature .deal-price{font-size:28px;}
.hybrid-deals .deal-card--hybrid-wide .deal-meta h3{font-size:27px;}
.hybrid-deals .deal-body{padding:11px 18px 10px;}
.hybrid-deals .deal-specs{gap:10px;font-size:11px;}
.hybrid-deals .deal-row{gap:10px;}
.hybrid-deals .deal-book{padding:9px 16px;}

#contact .section-head{max-width:980px;}
#contact .section-head h2{white-space:nowrap;}

/* Four compact original-style accordions across desktop. */
#faq .faq-list{
  max-width:none;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:start;
  gap:16px;
}
#faq .faq-item{
  min-width:0;
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  background:var(--surface);
  box-shadow:var(--shadow-sm);
  overflow:hidden;
  transition:border-color .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.16,.8,.24,1);
}
#faq .faq-item:hover{border-color:rgba(199,154,62,.52);box-shadow:var(--shadow);transform:translateY(-3px);}
#faq .faq-item.open{border-color:var(--gold);box-shadow:var(--shadow),var(--shadow-gold-sm);transform:none;}
#faq .faq-q{min-height:106px;padding:20px 18px;align-items:flex-start;font-size:15px;line-height:1.42;}
#faq .faq-q .plus{width:29px;height:29px;}
#faq .faq-a p{padding:0 18px 21px;font-size:13.5px;line-height:1.65;}

@media(max-width:1080px){
  .hero-hybrid .hero-layout{grid-template-columns:minmax(390px,.9fr) minmax(430px,1.1fr);}
  .hero-hybrid .hero-title,.hero-hybrid .hero-title.lead{font-size:clamp(58px,7vw,78px);}
  .hero-hybrid .hero-art.hero-bg-wrap{margin-right:-18vw;}
  nav.primary a{padding-inline:11px;}
  .header-contact-copy strong{font-size:13px;}
}

@media(max-width:920px){
  html{scroll-padding-top:78px;}
  header.main.scrolled .logo,header.main .logo{height:30px;}
  header.main .wrap{gap:10px;}
  #themeToggle{display:none;}
  .header-contact{order:2;gap:0;}
  .header-contact-copy{display:none;}
  .header-contact-icons{display:none;}
  .mobile-contact-group{display:block;}
  .mobile-contact-group summary{
    width:62px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:#fff;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.14);
    border-radius:var(--radius-full);
    transition:border-color .22s ease,background .22s ease;
  }
  .mobile-contact-group summary .icon{width:16px;height:16px;}
  .mobile-contact-group summary .is-whatsapp{color:#fff;}
  .mobile-contact-group[open] summary{border-color:rgba(224,190,117,.72);background:rgba(199,154,62,.14);}
  .mobile-contact-group[open] .mobile-contact-menu{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    width:218px;
    display:grid;
    gap:5px;
    padding:8px;
    background:radial-gradient(circle at 88% 0,rgba(199,154,62,.2),transparent 42%),linear-gradient(145deg,rgba(9,24,42,.99),rgba(13,34,57,.99));
    border:1px solid rgba(224,190,117,.25);
    border-radius:18px;
    box-shadow:0 22px 52px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08);
    z-index:980;
  }
  .mobile-contact-menu a{display:flex;align-items:center;gap:11px;padding:10px 11px;color:#fff;border-radius:9px;font-size:12px;font-weight:700;}
  .mobile-contact-menu a:hover,.mobile-contact-menu a:focus-visible{background:rgba(255,255,255,.08);}
  .mobile-contact-menu .icon{width:18px;height:18px;color:var(--gold-light);}
  .mobile-contact-menu .is-whatsapp{color:#fff;}
  .mobile-contact-menu span{display:flex;flex-direction:column;gap:2px;}
  .mobile-contact-menu small{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.1em;color:#9fabbc;}
  .header-flight-cta{order:1;}
  .menu-toggle{order:3;}
  .hero-hybrid{min-height:760px;padding:128px 0 105px;}
  .hero-hybrid .hero-layout{grid-template-columns:.94fr 1.06fr;}
  .hero-hybrid .hero-title,.hero-hybrid .hero-title.lead{font-size:clamp(53px,7.5vw,68px);}
  .hero-hybrid .hero-support{font-size:15px;}
  .hero-hybrid .hero-art.hero-bg-wrap{min-height:430px;margin-right:-24vw;}
  .hero-hybrid .hero-art picture{width:650px;max-width:none;}
  .hybrid-deals .deals-grid{grid-template-rows:none;}
  .hybrid-deals .deal-card,
  .hybrid-deals .deal-card--hybrid-side,
  .hybrid-deals .deal-card--hybrid-wide{grid-column:span 6;grid-row:auto;height:410px;}
  .hybrid-deals .deal-card--hybrid-feature{grid-column:1/-1;grid-row:auto;height:540px;}
  #faq .faq-list{grid-template-columns:repeat(2,minmax(0,1fr));}
  #faq .faq-q{min-height:88px;}
}

@media(max-width:640px){
  .hero-support-break{display:none;}
  .form-actions{flex-direction:column;align-items:stretch;gap:10px;}
  .form-action-context{width:100%;}
  .form-actions .popular-routes{align-items:flex-start;gap:9px;margin:0;padding:9px 10px;overflow:hidden;}
  .popular-routes-label{padding-top:9px;}
  .popular-routes-list{overflow-x:auto;padding:2px 2px 7px;scrollbar-width:thin;overscroll-behavior-inline:contain;}
  .form-actions .search-btn{width:100%;}
  .hero-hybrid{min-height:100svh;padding:108px 0 78px;}
  .hero-hybrid .hero-layout{display:flex;flex-direction:column;gap:4px;}
  .hero-hybrid .hero-inner{width:100%;padding:0 12px;text-align:center;}
  .hero-hybrid .hero-badge-row{justify-content:center;margin-bottom:18px;}
  .hero-hybrid .hero-eyebrow-new{gap:6px;padding:6px 10px;font-size:7.5px;letter-spacing:.09em;white-space:nowrap;}
  .hero-hybrid .hero-title,.hero-hybrid .hero-title.lead{font-size:clamp(39px,11.3vw,48px);line-height:.94;}
  .hero-hybrid .hero-title em{white-space:nowrap;}
  .hero-hybrid .hero-support{max-width:360px;margin:18px auto 0;font-size:13px;line-height:1.5;}
  .hero-hybrid .hero-actions{justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px;}
  .hero-hybrid .hero-primary{padding:13px 18px;font-size:12px;gap:10px;}
  .hero-hybrid .hero-secondary{padding:11px 18px;font-size:12px;}
  .hero-hybrid .hero-trustline{justify-content:center;flex-wrap:nowrap;margin-top:24px;gap:7px;}
  .hero-hybrid .hero-trustline span{gap:4px;font-size:8px;white-space:nowrap;}
  .hero-hybrid .hero-trustline .icon{width:11px;height:11px;}
  .hero-hybrid .hero-trustline .sep{display:none;}
  .hero-hybrid .hero-art.hero-bg-wrap{width:100%;min-height:238px;height:auto;margin:16px 0 -30px;overflow:visible;}
  .hero-hybrid .hero-art picture{width:min(100%,420px);max-width:100%;transform:none;}
  .hero-hybrid .hero-art img{width:100%;height:auto;object-fit:contain;}
  .hero-hybrid .hero-art::before{width:70%;filter:blur(36px);}

  .hybrid-deals .region-tabs{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    width:100%;
    margin-right:0;
    padding:0;
    overflow:visible;
  }
  .hybrid-deals .region-tab{
    width:100%;
    min-width:0;
    min-height:42px;
    padding:9px 8px;
    white-space:nowrap;
  }
  .hybrid-deals .deals-grid{
    display:grid;
    grid-template-columns:none;
    grid-template-rows:425px;
    grid-auto-flow:column;
    grid-auto-columns:min(84vw,365px);
    gap:14px;
    margin-right:-20px;
    padding:0 20px 14px 0;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:inline mandatory;
    scrollbar-width:thin;
  }
  .hybrid-deals .deal-card,
  .hybrid-deals .deal-card--hybrid-feature,
  .hybrid-deals .deal-card--hybrid-side,
  .hybrid-deals .deal-card--hybrid-wide{
    grid-column:auto;
    grid-row:1;
    height:425px;
    min-height:0;
    display:block;
    scroll-snap-align:start;
  }
  .hybrid-deals .deal-card--hybrid-feature .deal-photo-wrap,
  .hybrid-deals .deal-photo-wrap{height:305px;min-height:0;}
  .hybrid-deals .deal-card--hybrid-feature .deal-body,
  .hybrid-deals .deal-body{display:block;padding:11px 18px 10px;background:var(--surface);}
  .hybrid-deals .deal-card--hybrid-feature .deal-specs,
  .hybrid-deals .deal-specs{display:flex;gap:10px;margin-bottom:8px;}
  .hybrid-deals .deal-card--hybrid-feature .deal-meta{left:18px;bottom:14px;}
  .hybrid-deals .deal-card--hybrid-feature .deal-meta h3{font-size:25px;}
  .hybrid-deals .deal-card--hybrid-feature .deal-row{padding-top:8px;}
  .hybrid-deals .deal-card--hybrid-feature .deal-price{font-size:25px;}
  .hybrid-deals .deal-book{min-height:42px;}

  #faq .faq-list{grid-template-columns:1fr;gap:12px;}
  #faq .faq-q{min-height:0;padding:19px 17px;align-items:center;}
}

@media(max-width:480px){
  .hybrid-deals .region-tabs{grid-template-columns:repeat(2,minmax(0,1fr));}
  .head-actions .header-flight-cta{display:inline-flex;}
  header.main .logo,header.main.scrolled .logo{height:25px;}
  header.main .wrap{gap:6px;}
  .head-actions{gap:5px;}
  .mobile-contact-group summary{width:56px;height:32px;gap:6px;}
  .mobile-contact-group summary .icon{width:14px;height:14px;}
  .menu-toggle{width:36px;height:36px;}
  .header-flight-cta{padding:9px 12px;font-size:11px;}
  .cta-full{display:none;}
  .cta-short{display:inline;}
}

@media(max-width:390px){
  .hero-hybrid .hero-actions{flex-direction:column;}
  .hero-hybrid .hero-art picture{width:min(100%,390px);}
  .hybrid-deals .deals-grid{grid-template-rows:405px;grid-auto-rows:405px;}
  .hybrid-deals .deal-card,.hybrid-deals .deal-card--hybrid-feature{height:405px;}
  .hybrid-deals .deal-card--hybrid-feature .deal-photo-wrap,.hybrid-deals .deal-photo-wrap{height:285px;}
}

@media(max-width:340px){
  .head-actions .header-flight-cta{display:none;}
}

@media(max-width:760px){
  #contact .section-head h2{white-space:normal;}
}

@media(prefers-reduced-motion:reduce){
  .hero-static-reveal .hero-hybrid .hero-badge-row,
  .hero-static-reveal .hero-hybrid .hero-title,
  .hero-static-reveal .hero-hybrid .hero-support,
  .hero-static-reveal .hero-hybrid .hero-actions,
  .hero-static-reveal .hero-hybrid .hero-trustline,
  .hero-static-reveal .hero-hybrid .hero-art{animation:none!important;}
}

@keyframes hybrid-copy-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes hybrid-art-in{from{opacity:0;transform:translateX(34px)}to{opacity:1;transform:translateX(0)}}
