/* ==========================================================================
   Holiday Vibez — Mega-menu hub landing pages (.hub)
   ========================================================================== */
.hub-hero { position: relative; background-size: cover; background-position: center; padding: 64px 20px 60px; text-align: center; color: #fff; }
.hub-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,40,160,.86), rgba(0,20,70,.82)); }
.hub-hero-in { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; }
.hub-hero .eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.26); padding: 6px 16px; border-radius: 50px; margin-bottom: 14px; }
.hub-hero h1 { font-size: clamp(28px, 4.5vw, 44px); font-weight: 800; color: #fff; margin: 0 0 14px; letter-spacing: -.6px; line-height: 1.14; }
.hub-hero p { font-size: clamp(14px, 1.7vw, 16px); color: rgba(255,255,255,.9); line-height: 1.65; margin: 0 auto 22px; max-width: 720px; }
.hub-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 26px; }
.hub-hero-cta .btn { font-size: 14px; font-weight: 700; padding: .7rem 1.5rem; border-radius: 50px; }
.hub-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hub-stat { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: 10px 18px; min-width: 110px; }
.hub-stat .n { font-size: 1.25rem; font-weight: 800; color: #fff; line-height: 1; }
.hub-stat .l { font-size: .72rem; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; }

.hub-intro { max-width: 980px; margin: 0 auto; padding: 30px 20px 6px; text-align: center; }
.hub-intro p { font-size: 15px; color: var(--hv-body); line-height: 1.8; margin: 0; }

.hub-wrap { max-width: 1180px; margin: 0 auto; padding: 24px 20px 20px; }
.hub-group { margin-top: 34px; }
.hub-group-h { display: flex; align-items: center; gap: 9px; font-size: 1.35rem; font-weight: 800; color: var(--hv-ink); margin: 0 0 16px; }
.hub-group-h i { color: var(--hv-primary); }
.hub-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .hub-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .hub-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.hub-tile { position: relative; display: block; height: 184px; border-radius: 14px; overflow: hidden; box-shadow: var(--hv-shadow-sm); transition: transform .22s, box-shadow .22s; text-align: left; border: none; padding: 0; width: 100%; cursor: pointer; background: var(--hv-grad); }
.hub-tile:hover { transform: translateY(-5px); box-shadow: var(--hv-shadow-lg); }
.hub-tile.has-img { background-size: cover; background-position: center; }
.hub-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(2,4,28,.2) 45%, rgba(2,4,28,.85) 100%); }
.hub-tile.no-img::after { background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(2,4,28,.5)); }
.hub-tile-ico { position: absolute; top: 12px; right: 12px; z-index: 2; font-size: 1.3rem; color: rgba(255,255,255,.6); }
.hub-tile-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 13px 14px; color: #fff; }
.hub-tile-name { font-size: 1.02rem; font-weight: 800; line-height: 1.2; text-shadow: 0 1px 6px rgba(0,0,0,.5); }
.hub-tile-blurb { font-size: .76rem; color: rgba(255,255,255,.85); margin-top: 2px; }
.hub-tile-meta { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.hub-tile-from { font-size: .8rem; font-weight: 700; color: #fff; background: rgba(0,65,208,.85); padding: 3px 9px; border-radius: 50px; }
.hub-tile-count { font-size: .72rem; color: rgba(255,255,255,.85); }
.hub-tile-go { position: absolute; bottom: 14px; right: 12px; z-index: 2; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; color: #fff; font-size: .85rem; transition: background .2s; }
.hub-tile:hover .hub-tile-go { background: var(--hv-accent); color: #1f2937; }

/* Why band + FAQ reuse hv/pp styles; small hub-specific spacing */
.hub-section { padding: clamp(2.4rem, 4vw, 3.4rem) 0; }
.hub-faq { max-width: 860px; margin: 0 auto; }
.hub-faq .pp-faq-item { background: #fff; border: 1px solid var(--hv-line); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; }
.hub-faq .pp-faq-q { display: flex; justify-content: space-between; gap: 10px; cursor: pointer; }
.hub-faq .pp-faq-q span { font-weight: 700; color: var(--hv-ink); font-size: .98rem; }
.hub-faq .pp-faq-q i { color: var(--hv-primary); transition: transform .2s; }
.hub-faq .pp-faq-item.open .pp-faq-q i { transform: rotate(180deg); }
.hub-faq .pp-faq-a { display: none; font-size: .9rem; color: var(--hv-muted); line-height: 1.7; padding-top: 10px; }
.hub-faq .pp-faq-item.open .pp-faq-a { display: block; }
