/* ==========================================================================
   Holiday Vibez — Compact redesign layer (loaded LAST)
   Shrinks the whole site + styles banner, new cards, new footer, modal.
   ========================================================================== */

/* ---- Global shrink ---- */
html { font-size: 15px; }
body { line-height: 1.6; }
.hv-section { padding: clamp(2.4rem, 4.5vw, 3.6rem) 0; }
.hv-section-sm { padding: clamp(1.6rem, 3vw, 2.4rem) 0; }
.hv-h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.hv-h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); }

/* ---- Logo image ---- */
.hv-logo-img { display: block; }
.hv-logo-img.is-light { filter: brightness(0) invert(1); }

/* ---- Header compaction ---- */
.hv-header { background: #fff; box-shadow: 0 3px 16px rgba(4,17,46,.05); }
.hv-topbar { background: #fff; color: #475569; border-bottom: 1px solid var(--hv-line); font-size: .8rem; padding: .5rem 0; letter-spacing: .015em; }
.hv-topbar a { color: #475569; }
.hv-topbar a:hover { color: var(--hv-primary); }
.hv-header .container { padding-top: 1.1rem; padding-bottom: 1.1rem; }
.hv-nav { gap: .16rem; }
.hv-nav-link { font-size: .92rem; padding: .55rem .72rem; font-weight: 600; color: #111; }
.hv-nav-link:hover { color: var(--hv-primary); background: rgba(0,65,208,.06); }
/* Header CTA icon buttons (call + whatsapp) */
.hv-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; font-size: 1.12rem; line-height: 1; transition: all .2s ease; }
.hv-icon-btn.is-call { color: var(--hv-primary); background: #fff; border: 2px solid var(--hv-primary); }
.hv-icon-btn.is-call:hover { background: var(--hv-primary); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,65,208,.28); }
.hv-icon-btn.is-wa { color: #fff; background: #25d366; border: 2px solid #25d366; box-shadow: 0 8px 20px rgba(37,211,102,.26); }
.hv-icon-btn.is-wa:hover { background: #1ebe5a; border-color: #1ebe5a; transform: translateY(-2px); }
@media (min-width: 1200px) and (max-width: 1399px) { .hv-nav-link { padding: .5rem .55rem; font-size: .88rem; } }
@media (min-width: 1400px) { .hv-nav { gap: .35rem; } }
.hv-venture { font-size: .64rem; padding: .15rem .5rem; }
.hv-mega { padding: 1.2rem 0; }
.hv-mega-col h6 { font-size: .63rem; margin-bottom: .5rem; letter-spacing: .1em; }
.hv-mega-links a { font-size: .78rem; padding: .24rem .35rem; gap: .4rem; font-weight: 400; }
.hv-mega-ico { width: 19px; height: 19px; flex-basis: 19px; font-size: .78rem; }
.hv-mega-foot { margin-top: 1rem; padding-top: 1rem; }
@media (min-width: 992px) { .hv-mega .row { --bs-gutter-x: 1.2rem; } .hv-mega .row > [class*="col-"] { flex: 0 0 20%; max-width: 20%; } }
.hv-header .btn-sm { font-size: .86rem; padding: .58rem 1.1rem; white-space: nowrap; }

/* ==========================================================================
   BANNER (trending carousel)
   ========================================================================== */
.hvb { position: relative; width: 100%; background-size: cover; background-position: center; padding: 38px 0 30px; overflow: hidden; }
.hvb-inner { max-width: 1240px; margin: 0 auto; padding: 0 44px; position: relative; z-index: 2; }
.hvb-head { text-align: center; padding-bottom: 20px; }
.hvb-eye { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.92); font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 16px; border-radius: 50px; margin-bottom: 12px; }
.hvb-h1 { font-size: clamp(20px, 2.8vw, 33px); font-weight: 800; color: #fff; line-height: 1.18; margin: 0 0 6px; }
.hvb-h1 span { color: var(--hv-accent); }
.hvb-sub { font-size: clamp(11px, 1.3vw, 13px); color: rgba(255,255,255,.62); margin: 0; }

.hvb-shell { position: relative; }
.hvb-arr { position: absolute; top: 46%; transform: translateY(-50%); z-index: 6; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,.5); border: 2px solid rgba(255,255,255,.5); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: background .2s, transform .2s; }
.hvb-arr:hover { background: rgba(0,65,208,.85); transform: translateY(-50%) scale(1.08); color: #fff; }
.hvb-arr.prev { left: -10px; } .hvb-arr.next { right: -10px; }
@media (max-width: 680px){ .hvb-arr { width: 34px; height: 34px; } .hvb-arr.prev { left: 2px; } .hvb-arr.next { right: 2px; } }
@media (max-width: 380px){ .hvb-arr { display: none; } }

.hvb-track { display: flex; flex-wrap: nowrap; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 12px 2px 16px; }
.hvb-track::-webkit-scrollbar { display: none; }
.hvb-card { flex: 0 0 calc(25% - 13.5px); min-width: 180px; scroll-snap-align: start; border-radius: 16px; overflow: hidden; position: relative; display: block; text-decoration: none; background: #04112e; height: 410px; box-shadow: 0 8px 26px rgba(0,0,0,.36); transition: transform .28s, box-shadow .28s; }
.hvb-card:hover { transform: translateY(-7px) scale(1.012); box-shadow: 0 20px 46px rgba(0,0,0,.5); }
@media (max-width: 900px){ .hvb-card { flex: 0 0 calc(50% - 9px); height: 390px; } }
@media (max-width: 600px){ .hvb-card { flex: 0 0 100%; min-width: 0; height: 430px; } }
.hvb-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s ease; }
.hvb-card:hover .hvb-img { transform: scale(1.07); }
.hvb-grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.66) 64%, rgba(2,4,28,.97) 100%); }
.hvb-rib { position: absolute; top: 12px; right: 12px; z-index: 4; color: #fff; font-size: 8.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; box-shadow: 0 2px 10px rgba(0,0,0,.3); }
.hvb-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 14px 16px; z-index: 3; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hvb-type { font-size: 9px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; margin-bottom: 7px; backdrop-filter: blur(6px); }
.hvb-type.intl { background: rgba(0,65,208,.78); color: #bfdbfe; }
.hvb-type.dom { background: rgba(4,120,87,.78); color: #a7f3d0; }
.hvb-name { font-size: clamp(13px, 1.6vw, 15.5px); font-weight: 800; color: #fff; line-height: 1.2; margin: 0 0 4px; text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.hvb-dur { font-size: 10.5px; color: rgba(255,255,255,.62); margin: 0 0 7px; }
.hvb-tags { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center; margin-bottom: 9px; }
.hvb-tag { font-size: 8.6px; font-weight: 600; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.86); padding: 3px 7px; border-radius: 20px; }
.hvb-price { display: flex; align-items: baseline; gap: 3px; justify-content: center; margin-bottom: 4px; }
.hvb-price .from { font-size: 9.5px; color: rgba(255,255,255,.5); }
.hvb-price .amt { font-size: clamp(17px, 2vw, 21px); font-weight: 800; color: var(--hv-accent); }
.hvb-price .pp { font-size: 9px; color: rgba(255,255,255,.42); }
.hvb-save { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; margin-bottom: 9px; }
.hvb-old { font-size: 10px; color: rgba(255,255,255,.55); text-decoration: line-through; }
.hvb-off { font-size: 8.6px; font-weight: 800; letter-spacing: .3px; color: #fff; background: linear-gradient(135deg, #f97316, #ea580c); padding: 2px 6px; border-radius: 5px; }
.hvb-book { font-size: 11px; font-weight: 700; background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.26); color: #fff; padding: 7px 16px; border-radius: 22px; width: 100%; max-width: 150px; text-align: center; transition: background .2s, border-color .2s; }
.hvb-card:hover .hvb-book { background: var(--hv-primary); border-color: var(--hv-primary); }
.hvb-dots { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; padding: 16px 0 0; }
.hvb-dot { width: 8px; height: 8px; border-radius: 4px; background: rgba(255,255,255,.25); border: none; cursor: pointer; transition: all .3s; }
.hvb-dot.on { width: 26px; background: var(--hv-accent); }
.hvb-cta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 18px 0 2px; }
.hvb-cta-a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; min-width: 190px; padding: 0 24px; border-radius: 50px; font-size: 12.5px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.hvb-cta-a:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.32); }
.hvb-cta-a.primary { background: var(--hv-grad-gold); color: #1f2937; box-shadow: 0 6px 22px rgba(251,191,36,.5); font-weight: 800; }
.hvb-cta-a.secondary { background: #fff; border: 2px solid #e5e7eb; color: #111827; }
@media (max-width: 680px){ .hvb-inner { padding: 0 20px; } }

/* ==========================================================================
   NEW PACKAGE CARD (.hvc)
   ========================================================================== */
.hvc { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--hv-line); border-radius: 14px; overflow: hidden; box-shadow: var(--hv-shadow-sm); transition: transform .22s, box-shadow .22s; }
.hvc:hover { transform: translateY(-5px); box-shadow: var(--hv-shadow-lg); }
.hvc-media { position: relative; display: block; height: 190px; background-size: cover; background-position: center; }
.hvc-dur { position: absolute; top: 10px; left: 10px; background: rgba(2,4,28,.72); color: #fff; font-size: 10.5px; font-weight: 600; padding: 4px 9px; border-radius: 20px; display: inline-flex; align-items: center; gap: 4px; }
.hvc-badge { position: absolute; top: 10px; right: 10px; background: var(--hv-primary); color: #fff; font-size: 9.5px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; }
.hvc-dots { position: absolute; bottom: 8px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.hvc-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; }
.hvc-dot.on { background: #fff; width: 16px; border-radius: 3px; }
.hvc-body { padding: 12px 13px 13px; display: flex; flex-direction: column; flex: 1; }
.hvc-rate { font-size: 12px; color: var(--hv-muted); margin-bottom: 5px; }
.hvc-rate i { color: var(--hv-accent); }
.hvc-rate strong { color: var(--hv-ink); }
.hvc-rcount { color: var(--hv-muted); }
.hvc-title { font-size: .96rem; font-weight: 700; line-height: 1.3; margin: 0 0 5px; }
.hvc-title a { color: var(--hv-ink); }
.hvc-title a:hover { color: var(--hv-primary); }
.hvc-route { font-size: .78rem; color: var(--hv-muted); margin-bottom: 10px; }
.hvc-pricewrap { border-top: 1px solid var(--hv-line); padding-top: 9px; margin-top: auto; }
.hvc-priceline { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.hvc-old { text-decoration: line-through; color: var(--hv-muted); font-size: .8rem; }
.hvc-save { background: #dcfce7; color: #15803d; font-size: 9.5px; font-weight: 700; padding: 2px 7px; border-radius: 5px; }
.hvc-now { font-weight: 800; color: var(--hv-ink); font-size: 1.25rem; line-height: 1.1; }
.hvc-now span { font-size: .72rem; font-weight: 500; color: var(--hv-muted); }
.hvc-actions { display: flex; gap: 8px; margin-top: 11px; }
.hvc-wa { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 9px; border: 1.5px solid #25d366; color: #25d366; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; transition: background .2s, color .2s; }
.hvc-wa:hover { background: #25d366; color: #fff; }
.hvc-cb { flex: 1; border: none; background: var(--hv-primary); color: #fff; font-weight: 600; font-size: .86rem; border-radius: 9px; padding: .6rem .5rem; display: inline-flex; align-items: center; justify-content: center; gap: 6px; transition: background .2s, transform .15s; }
.hvc-cb:hover { background: #0033a8; transform: translateY(-1px); }

/* ==========================================================================
   Trust strip + destination sections + why
   ========================================================================== */
.hv-trust-strip { background: #fff; border-bottom: 1px solid var(--hv-line); padding: .7rem 0; }
.hv-trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; font-size: .82rem; color: var(--hv-body); font-weight: 500; }
.hv-trust-row i { color: var(--hv-primary); margin-right: .3rem; }

.hv-dest-sec { padding: clamp(2rem, 4vw, 3rem) 0; }
.hv-dest-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.3rem; }
.hv-dest-title { font-size: clamp(2rem, 4.6vw, 2.9rem); font-weight: 600; color: var(--hv-ink); margin: 0; letter-spacing: -.3px; line-height: 1.15; }
.hv-viewall { font-size: .82rem; font-weight: 600; color: var(--hv-primary); border: 1.5px solid var(--hv-primary); border-radius: 50px; padding: .4rem 1.05rem; white-space: nowrap; }
.hv-viewall:hover { background: var(--hv-primary); color: #fff; }

.hv-why { display: flex; gap: .8rem; align-items: flex-start; }
.hv-why-ico { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 11px; background: var(--hv-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.hv-why-t { font-weight: 700; color: var(--hv-ink); font-size: .95rem; }
.hv-why-d { font-size: .82rem; color: var(--hv-muted); }

/* ==========================================================================
   Callback modal
   ========================================================================== */
.hv-modal-content { border: none; background: transparent; box-shadow: none; position: relative; }
.hv-modal-content .hv-form-card { box-shadow: var(--hv-shadow-lg); }
.hv-modal-close { position: absolute; top: 10px; right: 10px; z-index: 5; width: 34px; height: 34px; border-radius: 50%; border: none; background: rgba(255,255,255,.9); color: var(--hv-ink); display: flex; align-items: center; justify-content: center; }
.hv-modal-close:hover { background: #fff; }
/* WhatsApp number for JS */

/* ==========================================================================
   NEW FOOTER (.hvf)
   ========================================================================== */
.hvf { background: var(--hv-primary); color: #fff; font-size: 13px; }
.hvf-top { max-width: 1240px; margin: 0 auto; padding: 48px 24px 36px; display: grid; grid-template-columns: 2.2fr 1.1fr 1.4fr 1.1fr; gap: 38px; align-items: start; }
.hvf-desc { font-size: 12.5px; color: rgba(255,255,255,.72); line-height: 1.75; max-width: 290px; margin: 16px 0 18px; }
.hvf-social { display: flex; gap: 8px; flex-wrap: wrap; }
.hvf-social a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: #fff; font-size: .95rem; transition: background .2s, transform .2s; }
.hvf-social a:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); color: #fff; }
.hvf-callbox { display: flex; gap: 8px; margin-top: 16px; }
.hvf-call { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-weight: 600; font-size: 12.5px; padding: 8px 14px; border-radius: 50px; }
.hvf-call:hover { background: rgba(255,255,255,.22); color: #fff; }
.hvf-wa { width: 38px; height: 38px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; }
.hvf-wa:hover { background: #1ebe5a; color: #fff; }
.hvf-ctitle { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; color: #fff; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.2); }
.hvf-ul { list-style: none; padding: 0; margin: 0; }
.hvf-ul-2 { column-count: 2; column-gap: 14px; }
.hvf-ul a { display: flex; align-items: center; gap: 5px; font-size: 12px; color: rgba(255,255,255,.74); padding: 4px 0; line-height: 1.5; }
.hvf-ul a::before { content: '›'; color: rgba(255,255,255,.4); }
.hvf-ul a:hover { color: #fff; padding-left: 4px; }
.hvf-divider { max-width: 1240px; margin: 0 auto; height: 1px; background: rgba(255,255,255,.14); }
.hvf-offices { max-width: 1240px; margin: 0 auto; padding: 34px 24px 38px; }
.hvf-otitle { font-size: 12px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: #fff; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.hvf-otitle::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.18); }
.hvf-ogrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.hvf-ocard { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; padding: 14px 13px; transition: background .25s, transform .25s; }
.hvf-ocard:hover { background: rgba(255,255,255,.14); transform: translateY(-3px); }
.hvf-ocity { font-size: 12.5px; font-weight: 700; color: #fff; margin-bottom: 11px; display: flex; align-items: center; gap: 5px; }
.hvf-ocity i { color: var(--hv-accent); }
.hvf-orow { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 7px; font-size: 10.5px; color: rgba(255,255,255,.66); line-height: 1.55; }
.hvf-orow i { color: rgba(255,255,255,.5); margin-top: 2px; flex-shrink: 0; }
.hvf-orow a { color: rgba(255,255,255,.74); display: block; }
.hvf-orow a:hover { color: #fff; }
.hvf-owa { color: #6ee7a8 !important; font-weight: 600; margin-top: 2px; }
.hvf-bar { background: rgba(0,0,0,.2); border-top: 1px solid rgba(255,255,255,.12); }
.hvf-bar-in { max-width: 1240px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.hvf-copy { font-size: 12px; color: rgba(255,255,255,.66); }
.hvf-copy strong { color: rgba(255,255,255,.9); }
.hvf-bottom-links { display: flex; gap: 14px; }
.hvf-bottom-links a { font-size: 12px; color: rgba(255,255,255,.66); }
.hvf-bottom-links a:hover { color: #fff; }
@media (max-width: 1080px){ .hvf-top { grid-template-columns: 1fr 1fr; gap: 28px; } .hvf-ogrid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px){ .hvf-top { grid-template-columns: 1fr; } .hvf-ogrid { grid-template-columns: 1fr; } .hvf-bar-in { flex-direction: column; text-align: center; } }

/* ---- Floating buttons: smaller ---- */
.hv-fab { width: 50px; height: 50px; font-size: 1.3rem; }
/* Bigger, transparent radar pulse on mobile — huge reach, fades out so it never hides content */
@media (max-width: 560px) {
  .hv-fab-wa::after, .hv-fab-wa::before { animation-name: hv-pulse-mobile; }
}
@keyframes hv-pulse-mobile { 0% { transform: scale(1); opacity: .55; } 70% { opacity: .14; } 100% { transform: scale(4.2); opacity: 0; } }

/* ==========================================================================
   Form-extras sidebar (.fx) — fills the space under sticky forms everywhere
   ========================================================================== */
.fx-wrap { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }
.fx-card { background: #fff; border: 1px solid var(--hv-line); border-radius: 14px; padding: 15px 16px; box-shadow: var(--hv-shadow-sm); }
.fx-h { font-size: .92rem; font-weight: 700; color: var(--hv-ink); display: flex; align-items: center; gap: 7px; margin-bottom: 11px; }
.fx-h i { color: var(--hv-primary); }

/* Why-book rows */
.fx-why { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; border-bottom: 1px dashed var(--hv-line); font-size: .8rem; line-height: 1.45; }
.fx-why:last-child { border-bottom: none; padding-bottom: 0; }
.fx-why b { color: var(--hv-ink); font-size: .83rem; }
.fx-why-d { color: var(--hv-muted); font-size: .76rem; }
.fx-why-ico { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 8px; background: #eef3ff; color: var(--hv-primary); display: flex; align-items: center; justify-content: center; font-size: .85rem; }

/* Promo */
.fx-promo { background: linear-gradient(135deg, #6d28d9, #9333ea); color: #fff; border-radius: 14px; padding: 16px; }
.fx-promo-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 50px; margin-bottom: 9px; }
.fx-promo p { font-size: .84rem; line-height: 1.55; margin: 0 0 12px; color: #fff; }
.fx-promo-btn { display: flex; align-items: center; justify-content: center; gap: 7px; background: #fff; color: #6d28d9; font-weight: 700; font-size: .82rem; padding: .6rem; border-radius: 9px; transition: transform .15s; }
.fx-promo-btn:hover { color: #6d28d9; transform: translateY(-1px); }

/* Rows (visa) */
.fx-row { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px dashed var(--hv-line); font-size: .8rem; }
.fx-row:last-child { border-bottom: none; }
.fx-row-l { color: var(--hv-muted); }
.fx-row-v { color: var(--hv-ink); font-weight: 600; text-align: right; }

/* Best time */
.fx-season { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; border-bottom: 1px dashed var(--hv-line); font-size: .8rem; line-height: 1.45; }
.fx-season:last-child { border-bottom: none; padding-bottom: 0; }
.fx-season b { color: var(--hv-ink); font-size: .83rem; }
.fx-season-ico { flex: 0 0 26px; font-size: 1.1rem; text-align: center; }

/* Talk to expert */
.fx-talk-sub { font-size: .78rem; color: var(--hv-muted); margin: -4px 0 11px; }
.fx-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: .65rem; border-radius: 9px; font-weight: 600; font-size: .85rem; margin-bottom: 8px; }
.fx-btn:last-child { margin-bottom: 0; }
.fx-btn-call { background: var(--hv-primary); color: #fff; }
.fx-btn-call:hover { background: #0033a8; color: #fff; }
.fx-btn-wa { background: #fff; border: 1.5px solid #25d366; color: #16a34a; }
.fx-btn-wa:hover { background: #f0fdf4; color: #16a34a; }

/* Add-ons */
.fx-addon { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--hv-line); }
.fx-addon:last-child { border-bottom: none; padding-bottom: 0; }
.fx-addon-l { display: flex; align-items: center; gap: 9px; font-size: .8rem; line-height: 1.4; }
.fx-addon-l > i { color: var(--hv-primary); font-size: 1rem; }
.fx-addon-l b { color: var(--hv-ink); font-size: .82rem; }
.fx-add { flex: 0 0 auto; border: 1.5px solid var(--hv-primary); background: #fff; color: var(--hv-primary); font-weight: 700; font-size: .76rem; padding: .35rem .7rem; border-radius: 50px; transition: background .15s, color .15s; }
.fx-add:hover { background: var(--hv-primary); color: #fff; }

/* ==========================================================================
   CORRECTIONS — compact popup form, mobile spacing, yellow badge, View All
   ========================================================================== */

/* ---- Request Callback popup: small & professional ---- */
#hvCallbackModal .modal-dialog { max-width: 460px; }
#hvCallbackModal .hv-form-head { padding: .85rem 1.1rem; }
#hvCallbackModal .hv-form-head h4 { font-size: 1.02rem; }
#hvCallbackModal .hv-form-head p { font-size: .76rem; margin-top: .1rem; }
#hvCallbackModal .hv-form-body { padding: .95rem 1.1rem 1.1rem; }
#hvCallbackModal .hv-form-body .row.g-3 { --bs-gutter-y: .55rem; --bs-gutter-x: .6rem; }
#hvCallbackModal .hv-form-body .form-label { font-size: .76rem; margin-bottom: .18rem; }
#hvCallbackModal .hv-form-body .form-control,
#hvCallbackModal .hv-form-body .form-select { padding: .44rem .6rem; font-size: .85rem; border-radius: 8px; }
#hvCallbackModal .hv-stepper button { height: 36px; width: 30px; font-size: 1rem; }
#hvCallbackModal .hv-stepper input { font-size: .85rem; }
#hvCallbackModal .btn-lg { padding: .58rem 1rem; font-size: .9rem; }
#hvCallbackModal .hv-secure-note { font-size: .68rem; }
#hvCallbackModal .hv-form-body .text-center.small { font-size: .72rem; margin-bottom: .35rem !important; }
#hvCallbackModal .btn-wa { padding: .5rem .9rem; font-size: .85rem; }
#hvCallbackModal .hv-modal-close { width: 30px; height: 30px; top: 8px; right: 8px; }

/* ---- Offer / save badge: visible bright yellow everywhere ---- */
.hv-form-head .hv-chip-gold,
.hv-chip-gold { background: #fbbf24 !important; color: #1f2937 !important; font-weight: 700; }
.hv-price-save, .hv-chip-gold { letter-spacing: .2px; }

/* ---- View All button: standard size (not huge/wide) ---- */
.hv-viewall { padding: .3rem .8rem; font-size: .76rem; font-weight: 600; }
.hv-dest-head { margin-bottom: 2rem; }

/* ---- Mobile: breathing room on the sides + smaller everything ---- */
@media (max-width: 575.98px) {
  html { font-size: 13.5px; }
  .container, .hvf-top, .hvf-offices, .hvf-bar-in { padding-left: 18px; padding-right: 18px; }
  .hvb-inner { padding: 0 18px; }
  .hv-dest-sec { padding: 1.6rem 0; }
  .hv-dest-head { margin-bottom: 1.4rem; }
  .hv-dest-title { font-size: 1.9rem; }
  .hvc-media { height: 168px; }
  .hvc-body { padding: 11px 12px 12px; }
  .hvc-title { font-size: .92rem; }
  .hvc-now { font-size: 1.15rem; }
  .hv-trust-row { gap: .8rem; font-size: .74rem; }
  /* package detail: keep gallery + content off the edges */
  .hv-gallery { gap: .4rem; }
  .hv-overview { gap: .6rem; }
  #hvCallbackModal .modal-dialog { margin: .6rem; }
}

/* Tablet side breathing room */
@media (min-width: 576px) and (max-width: 991.98px) {
  .container { padding-left: 22px; padding-right: 22px; }
}

/* ---- Header "Study Abroad" badge (orange) ---- */
.hv-venture-sa { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; font-size: 1.35rem; color: #ea580c; background: #fff7ed; border: 1.5px solid #fdba74; border-radius: 50%; margin-left: .9rem; }
@media (min-width: 1200px){ .hv-venture-sa { margin-left: 1.6rem; } }
.hv-venture-sa:hover { background: #ffedd5; color: #c2410c; border-color: #fb923c; }

/* ---- Why Holiday Vibez cards ---- */
.hv-whycard { background: #fff; border: 1px solid var(--hv-line); border-radius: 16px; padding: 1.6rem 1.4rem; height: 100%; box-shadow: var(--hv-shadow-sm); transition: transform .25s, box-shadow .25s; }
.hv-whycard:hover { transform: translateY(-5px); box-shadow: var(--hv-shadow-lg); }
.hv-whycard-ico { width: 54px; height: 54px; border-radius: 14px; background: var(--hv-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: var(--hv-shadow-primary); margin-bottom: 1rem; }
.hv-whycard h5 { font-size: 1.05rem; margin-bottom: .4rem; color: var(--hv-ink); }
.hv-whycard p { font-size: .9rem; color: var(--hv-muted); margin: 0; line-height: 1.6; }

/* Credibility stats band (GT-style: big gold line icons + headline numbers) */
.hv-cred { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
@media (max-width: 900px) { .hv-cred { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .hv-cred { grid-template-columns: 1fr; } }
.hv-cred-card { position: relative; overflow: hidden; background: linear-gradient(165deg, #fff4d4 0%, #ffe49b 100%); border: 1px solid #f1d281; border-radius: 20px; padding: 2.3rem 1.5rem 1.9rem; text-align: center; box-shadow: 0 14px 36px rgba(180,120,10,.18); transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s; }
.hv-cred-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, #0041d0, #0052ff); opacity: 0; transition: opacity .3s; }
.hv-cred-card:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(180,120,10,.28); border-color: #e7bd52; }
.hv-cred-card:hover::before { opacity: 1; }
.hv-cred-ico { width: 68px; height: 68px; margin: 0 auto .95rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.75rem; color: #fff; background: linear-gradient(145deg, #0041d0, #0052ff); box-shadow: 0 10px 22px rgba(0,65,208,.32), inset 0 0 0 3px rgba(255,255,255,.35); transition: transform .3s; }
.hv-cred-card:hover .hv-cred-ico { transform: scale(1.07); }
.hv-cred-n { font-size: 2.4rem; font-weight: 800; color: #04112e; line-height: 1; letter-spacing: -1px; }
.hv-cred-l { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; color: var(--hv-primary); margin-top: .5rem; }
.hv-cred-d { position: relative; font-size: .85rem; color: #6f5c28; line-height: 1.6; margin: .85rem 0 0; padding-top: .9rem; }
.hv-cred-d::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 36px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #0041d0, #0052ff); }

/* Trust chips strip — blue buttons */
.hv-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 2rem; }
.hv-trust-item { display: inline-flex; align-items: center; gap: .55rem; background: linear-gradient(135deg, #0041d0, #0052ff); border: none; border-radius: 50px; padding: .66rem 1.3rem; font-size: .85rem; font-weight: 600; color: #fff; box-shadow: 0 8px 20px rgba(0,65,208,.24); transition: transform .25s, box-shadow .25s, filter .25s; }
.hv-trust-item:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0,65,208,.34); filter: brightness(1.08); }
.hv-trust-item i { color: #fdd464; font-size: 1.05rem; }

/* ===== AI Travel Planner (home lead-gen, gold theme) ===== */
.ai-planner { background: linear-gradient(160deg, #fff7e0 0%, #fde68a 45%, #fbbf24 100%); padding: clamp(2.6rem, 5vw, 4rem) 0; }
.ai-head { text-align: center; max-width: 1000px; margin: 0 auto 1.8rem; }
.ai-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #7c4a03; background: rgba(255,255,255,.7); padding: 6px 14px; border-radius: 50px; }
.ai-title { font-size: clamp(1.55rem, 3.5vw, 2.35rem); font-weight: 800; color: #3a2a06; margin: .7rem 0 .5rem; letter-spacing: -.6px; line-height: 1.12; text-wrap: balance; }
@media (min-width: 820px) { .ai-title { white-space: nowrap; } }
.ai-title span { color: var(--hv-primary); }
.ai-sub { font-size: clamp(.95rem, 1.6vw, 1.05rem); color: #6b5a2e; line-height: 1.6; margin: 0; }
.ai-card { background: #fff; border-radius: 20px; box-shadow: 0 24px 60px rgba(124,74,3,.22); padding: clamp(1.3rem, 3vw, 2rem); max-width: 1060px; margin: 0 auto; }
.ai-form { display: grid; grid-template-columns: 1fr 150px; gap: 1rem 1.2rem; align-items: end; }
.ai-form-solo { grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
.ai-field-wide { grid-column: 1 / -1; }
@media (max-width: 640px) { .ai-form { grid-template-columns: 1fr; } }
.ai-offtopic { text-align: center; font-size: .95rem; padding: 14px 16px; }
.ai-field label { display: block; font-size: .82rem; font-weight: 700; color: var(--hv-ink); margin-bottom: .45rem; }
.ai-field label small { color: var(--hv-muted); font-weight: 500; }
.ai-field label i { color: var(--hv-accent-2); }
.ai-field select { width: 100%; border: 1.6px solid var(--hv-line); border-radius: 11px; padding: .75rem .85rem; font-size: 1rem; font-weight: 600; color: var(--hv-ink); background: #fff; }
.ai-field select:focus { outline: none; border-color: var(--hv-primary); }
.ai-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.ai-chip { flex: 1; min-width: 120px; }
.ai-chip input { position: absolute; opacity: 0; }
.ai-chip span { display: flex; align-items: center; justify-content: center; gap: 7px; padding: .7rem .9rem; border: 1.6px solid var(--hv-line); border-radius: 11px; font-weight: 700; color: var(--hv-ink); cursor: pointer; transition: .18s; }
.ai-chip span i { color: var(--hv-accent-2); }
.ai-chip input:checked + span { border-color: var(--hv-primary); background: #eef3ff; color: var(--hv-primary); }
.ai-chip input:checked + span i { color: var(--hv-primary); }
.ai-go { grid-column: 1 / -1; border: none; border-radius: 12px; background: var(--hv-grad); color: #fff; font-weight: 800; font-size: 1.05rem; padding: .9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px; box-shadow: var(--hv-shadow-primary); }
.ai-go:hover { filter: brightness(1.06); }
.ai-go:disabled { opacity: .8; cursor: default; }
.ai-disc { text-align: center; font-size: .78rem; color: #6b5a2e; max-width: 760px; margin: 1.1rem auto 0; line-height: 1.5; }

/* Result */
.ai-result { margin-top: 1.5rem; border-top: 1px solid var(--hv-line); padding-top: 1.5rem; }
.ai-note { background: #eef3ff; border: 1px solid #dbe4ff; border-radius: 10px; padding: 9px 12px; font-size: .85rem; color: var(--hv-primary); margin-bottom: 1rem; }
.ai-err { color: #dc2626; font-size: .82rem; margin-top: .4rem; }
.ai-rec { display: grid; grid-template-columns: 240px 1fr; gap: 1.2rem; border: 1px solid var(--hv-line); border-radius: 16px; overflow: hidden; margin-bottom: 1.4rem; }
@media (max-width: 640px) { .ai-rec { grid-template-columns: 1fr; } }
.ai-rec-media { position: relative; min-height: 170px; background-size: cover; background-position: center; }
.ai-rec-badge { position: absolute; left: 10px; bottom: 10px; font-size: .72rem; font-weight: 800; color: #1f2937; background: var(--hv-accent); padding: 4px 10px; border-radius: 50px; z-index: 2; }
.ai-rec-media.no-img { background: var(--hv-grad); display: flex; align-items: center; justify-content: center; }
.ai-noimg-ico { font-size: 2.8rem; color: rgba(255,255,255,.92); }
.ai-text { width: 100%; border: 1.6px solid var(--hv-line); border-radius: 11px; padding: .8rem .9rem; font-size: 1rem; font-weight: 600; color: var(--hv-ink); }
.ai-text::placeholder { color: #9aa4b8; font-weight: 500; }
.ai-text:focus { outline: none; border-color: var(--hv-primary); box-shadow: 0 0 0 3px rgba(0,65,208,.1); }
.ai-summary { font-size: .92rem; color: var(--hv-ink); margin: .7rem 0 0; font-style: italic; }
.ai-custom { background: #fff8e6; border: 1px solid #ffe6a3; border-radius: 12px; padding: 12px 14px; font-size: .88rem; color: var(--hv-ink); line-height: 1.55; margin-bottom: .5rem; }
.ai-custom i { color: var(--hv-accent-2); }
.ai-rec-body { padding: 16px 18px; }
.ai-rec-top { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: flex-start; }
.ai-rec-region { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--hv-muted); }
.ai-rec-body h3 { font-size: 1.6rem; font-weight: 800; color: var(--hv-ink); margin: 2px 0 0; }
.ai-rec-meta { font-size: .9rem; color: var(--hv-muted); margin: 2px 0 0; }
.ai-cost { text-align: right; }
.ai-cost span { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--hv-muted); }
.ai-cost b { font-size: 1.35rem; font-weight: 800; color: var(--hv-accent-2); line-height: 1.1; }
.ai-cost small { display: block; font-size: .74rem; color: var(--hv-muted); }
.ai-alts { margin-top: .9rem; font-size: .84rem; color: var(--hv-muted); }
.ai-alt { display: inline-block; background: #f4f7ff; color: var(--hv-primary); font-weight: 700; border-radius: 50px; padding: 2px 10px; margin: 0 4px 4px 0; font-size: .8rem; }
.ai-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
@media (max-width: 760px) { .ai-cols { grid-template-columns: 1fr; } }
.ai-h4 { font-size: 1.02rem; font-weight: 800; color: var(--hv-ink); margin: 0 0 .8rem; display: flex; align-items: center; gap: 8px; }
.ai-h4 i { color: var(--hv-primary); }
.ai-day { display: flex; gap: 11px; margin-bottom: .7rem; }
.ai-daynum { flex: 0 0 auto; height: fit-content; background: var(--hv-primary); color: #fff; font-size: .7rem; font-weight: 800; padding: 3px 9px; border-radius: 50px; margin-top: 2px; }
.ai-day b { font-size: .92rem; color: var(--hv-ink); }
.ai-day p { font-size: .84rem; color: var(--hv-muted); margin: 1px 0 0; line-height: 1.5; }
.ai-match { display: flex; gap: 10px; align-items: center; border: 1px solid var(--hv-line); border-radius: 12px; overflow: hidden; text-decoration: none; margin-bottom: .6rem; }
.ai-match-img { flex: 0 0 64px; width: 64px; height: 52px; background-size: cover; background-position: center; }
.ai-match-b { padding: 4px 6px; }
.ai-match-b b { display: block; font-size: .84rem; color: var(--hv-ink); line-height: 1.2; }
.ai-match-b small { font-size: .76rem; color: var(--hv-accent-2); font-weight: 700; }
.ai-viewall { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 700; color: var(--hv-primary); text-decoration: none; }
.ai-lead { margin-top: 1.2rem; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 14px; padding: 1.1rem; }
.ai-lead p { font-size: .86rem; color: var(--hv-muted); margin: 0 0 .8rem; line-height: 1.5; }
.ai-phone { display: flex; margin-bottom: .6rem; }
.ai-phone span { display: flex; align-items: center; background: #fff; border: 1.6px solid #bbf7d0; border-right: none; border-radius: 11px 0 0 11px; padding: 0 .7rem; font-weight: 800; color: var(--hv-ink); }
.ai-phone input { flex: 1; border: 1.6px solid #bbf7d0; border-radius: 0 11px 11px 0; padding: .7rem .8rem; font-size: 1rem; font-weight: 600; min-width: 0; }
.ai-phone input:focus { outline: none; border-color: #16a34a; }
.ai-lead-btn { width: 100%; border: none; border-radius: 11px; background: #25d366; color: #fff; font-weight: 800; font-size: .98rem; padding: .75rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ai-lead-btn:hover { background: #1eb457; }
.ai-thanks { font-weight: 700; color: #15803d; font-size: .95rem; }
.ai-thanks i { font-size: 1.1rem; }
.ai-wa-cont { display: inline-block; margin-top: .5rem; color: #25d366; font-weight: 800; text-decoration: none; }

/* Offer popup (mobile-only lead capture) */
.op-overlay { position: fixed; inset: 0; z-index: 1085; background: rgba(2,4,28,.72); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; padding: 18px; opacity: 0; visibility: hidden; transition: opacity .28s; }
.op-overlay.is-open { opacity: 1; visibility: visible; }
.op-card { position: relative; width: 100%; max-width: 720px; background: #fff; border-radius: 18px; overflow: hidden; display: grid; grid-template-columns: 290px 1fr; box-shadow: 0 30px 70px rgba(2,4,28,.5); transform: translateY(14px) scale(.98); transition: transform .3s; max-height: 94vh; }
.op-overlay.is-open .op-card { transform: none; }
.op-close { position: absolute; top: 10px; right: 12px; z-index: 5; width: 32px; height: 32px; border-radius: 50%; border: none; background: rgba(255,255,255,.9); color: #0d1b3e; font-size: 1.4rem; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.op-close:hover { background: #fff; }
.op-media { position: relative; background-size: cover; background-position: center; min-height: 100%; }
.op-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(0,40,160,.15), rgba(2,4,28,.45)); }
.op-badge { position: absolute; z-index: 2; left: 12px; bottom: 12px; font-size: .72rem; font-weight: 800; color: #1f2937; background: var(--hv-accent); padding: 5px 11px; border-radius: 50px; }
.op-body { padding: 22px 22px 20px; overflow-y: auto; }
.op-eyebrow { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--hv-primary); background: #eef3ff; padding: 4px 10px; border-radius: 50px; }
.op-title { font-size: 1.5rem; font-weight: 800; color: var(--hv-ink); line-height: 1.15; margin: .6rem 0 .4rem; letter-spacing: -.4px; }
.op-title span { color: var(--hv-primary); }
.op-sub { font-size: .88rem; color: var(--hv-muted); line-height: 1.55; margin: 0 0 .9rem; }
.op-deals { display: flex; gap: 8px; margin-bottom: 1rem; }
.op-deal { flex: 1; display: flex; flex-direction: column; border: 1px solid var(--hv-line); border-radius: 10px; overflow: hidden; text-decoration: none; min-width: 0; }
.op-deal-img { height: 42px; background-size: cover; background-position: center; }
.op-deal-txt { padding: 5px 7px; }
.op-deal-txt b { display: block; font-size: .72rem; color: var(--hv-ink); line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.op-deal-txt small { font-size: .68rem; color: var(--hv-accent-2); font-weight: 700; }
.op-phone { display: flex; margin-bottom: .6rem; }
.op-cc { display: flex; align-items: center; background: #f4f7ff; border: 1.6px solid var(--hv-line); border-right: none; border-radius: 11px 0 0 11px; padding: 0 .75rem; font-weight: 800; color: var(--hv-ink); }
.op-phone input { flex: 1; border: 1.6px solid var(--hv-line); border-radius: 0 11px 11px 0; padding: .75rem .85rem; font-size: 1rem; font-weight: 600; color: var(--hv-ink); min-width: 0; }
.op-phone input:focus { outline: none; border-color: var(--hv-primary); }
.op-submit { width: 100%; border: none; border-radius: 11px; background: var(--hv-grad-gold); color: #1f2937; font-weight: 800; font-size: 1rem; padding: .8rem; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 20px rgba(245,158,11,.35); }
.op-submit:hover { filter: brightness(1.03); }
.op-submit:disabled { opacity: .7; cursor: default; }
.op-err { color: #dc2626; font-size: .8rem; margin-top: .5rem; min-height: 1em; }
.op-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: .9rem; }
.op-trust span { font-size: .74rem; color: var(--hv-muted); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.op-trust i { color: #16a34a; }
.op-fine { font-size: .72rem; color: var(--hv-muted); margin: .55rem 0 0; }
.op-thanks { text-align: center; padding: 1rem 0 .5rem; }
.op-thanks i { font-size: 2.6rem; color: #16a34a; }
.op-thanks h4 { font-weight: 800; color: var(--hv-ink); margin: .5rem 0 .3rem; }
.op-thanks p { font-size: .88rem; color: var(--hv-muted); margin: 0; }
@media (max-width: 640px) {
  .op-card { grid-template-columns: 1fr; max-height: 92vh; }
  .op-media { min-height: 120px; }
  .op-title { font-size: 1.3rem; }
  .op-deals { display: none; }
}

/* Header "Services" dropdown */
.hv-has-dd { position: relative; display: inline-flex; align-items: center; }
.hv-dd { position: absolute; top: 100%; left: 0; min-width: 256px; background: #fff; border: 1px solid var(--hv-line); border-radius: 12px; box-shadow: var(--hv-shadow-lg); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; z-index: 1050; }
.hv-has-dd:hover .hv-dd, .hv-has-dd:focus-within .hv-dd { opacity: 1; visibility: visible; transform: translateY(0); }
.hv-dd a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: .9rem; color: var(--hv-ink); text-decoration: none; font-weight: 600; white-space: nowrap; }
.hv-dd a:hover { background: #f4f7ff; color: var(--hv-primary); }
.hv-dd a span { font-size: 1.05rem; width: 1.4rem; text-align: center; }

/* Accreditation — seamless auto-scrolling logo marquee (white bg) */
.hv-accr { background: #fff; padding: clamp(2.4rem, 4vw, 3.4rem) 0; }
.hv-accr-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.hv-accr-track { display: flex; width: max-content; animation: hv-accr-scroll 55s linear infinite; }
.hv-accr-viewport:hover .hv-accr-track { animation-play-state: paused; }
.hv-accr-item { flex: 0 0 auto; width: 140px; height: 96px; margin: 0 14px; display: flex; align-items: center; justify-content: center; }
.hv-accr-item img { max-width: 100%; max-height: 100%; object-fit: contain; filter: grayscale(100%); opacity: .6; transition: filter .3s, opacity .3s, transform .3s; }
.hv-accr-item img:hover { filter: grayscale(0); opacity: 1; transform: scale(1.08); }
@keyframes hv-accr-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 560px) { .hv-accr-item { width: 108px; height: 78px; margin: 0 10px; } }
@media (prefers-reduced-motion: reduce) { .hv-accr-track { animation: none; flex-wrap: wrap; justify-content: center; gap: .5rem; } }

/* ---- Live Updates ---- */
.hv-live { background: var(--hv-grad-dark); position: relative; overflow: hidden; }
.hv-live-eyebrow { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 50px; }
.hv-live-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; display: inline-block; animation: hvLivePulse 1.6s infinite; }
@keyframes hvLivePulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,.6); } 70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.hv-live-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.2rem; margin-top: 1.5rem; }
@media (max-width: 767px) { .hv-live-grid { grid-template-columns: 1fr; } }
.hv-live-main, .hv-live-dest { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 1.8rem; text-align: center; }
.hv-live-num { font-size: clamp(2.6rem, 6vw, 4rem); font-weight: 800; color: #fff; line-height: 1; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.hv-live-main > p { color: #c3d0f7; margin: .6rem 0 0; font-size: .95rem; }
.hv-live-dest-top { color: #c3d0f7; font-size: .85rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.hv-live-place { font-size: 1.6rem; font-weight: 800; color: var(--hv-accent); margin: .3rem 0; transition: opacity .3s; }
.hv-live-num2 { font-size: 2.4rem; font-weight: 800; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.hv-live-sub { color: #9fb0d8; font-size: .8rem; margin-top: .3rem; }
.hv-live-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.5rem; }
.hv-live-badges span { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: .85rem; font-weight: 500; padding: .5rem 1.1rem; border-radius: 50px; }
.hv-live-badges i { color: var(--hv-accent); }
