/* ═══════════════════════════════════════════════════
   HolidayBliss Component – holidaybliss.css v1.0
   holidaybliss.org
═══════════════════════════════════════════════════ */
:root {
  --hb-primary:   #e85d26;
  --hb-secondary: #1a3c5e;
  --hb-accent:    #f5a623;
  --hb-green:     #27ae60;
  --hb-red:       #e74c3c;
  --hb-white:     #ffffff;
  --hb-light:     #f8f9fa;
  --hb-border:    #dee2e6;
  --hb-text:      #2c3e50;
  --hb-muted:     #6c757d;
  --hb-radius:    12px;
  --hb-shadow:    0 4px 20px rgba(0,0,0,0.1);
  --hb-font:      'Poppins', 'Segoe UI', Arial, sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.hb-destination-page,.hb-destinations-page{font-family:var(--hb-font);color:var(--hb-text);line-height:1.6}

/* CONTAINER */
.hb-container{max-width:1200px;margin:0 auto;padding:0 20px}

/* STICKY LOGO BAR */
.hb-sticky-logo{position:sticky;top:0;z-index:999;background:var(--hb-secondary);box-shadow:0 2px 12px rgba(0,0,0,.3)}
.hb-logo-inner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 20px;flex-wrap:nowrap}
.hb-logo-link{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:1;min-width:0}
.hb-logo{height:42px;width:auto;object-fit:contain;flex-shrink:0}
.hb-brand-text,.hb-brand-name{color:var(--hb-white);font-weight:700;font-size:1.25rem;letter-spacing:-.5px}
.hb-brand-name{color:var(--hb-secondary)}
.hb-cta-btn{background:var(--hb-primary);color:#fff;padding:10px 22px;border-radius:30px;text-decoration:none;font-weight:600;font-size:.9rem;letter-spacing:.3px;transition:all .3s ease;white-space:nowrap;flex-shrink:0;max-width:100%;box-sizing:border-box;text-align:center}
.hb-cta-btn:hover{background:#c74a1a;transform:scale(1.04);color:#fff}

/* PULSE ANIMATION */
.hb-pulse{animation:hbPulse 2s infinite}
@keyframes hbPulse{0%,100%{box-shadow:0 0 0 0 rgba(232,93,38,.4)}50%{box-shadow:0 0 0 10px rgba(232,93,38,0)}}

/* PAGE HEADER (list page) */
.hb-page-header{background:linear-gradient(135deg,var(--hb-secondary) 0%,#2d6a9f 100%);padding:60px 20px 40px;text-align:center;color:#fff}
.hb-page-header .hb-logo-bar{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}
.hb-page-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}
.hb-page-subtitle{font-size:1.1rem;opacity:.85}

/* HERO */
.hb-hero{min-height:520px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}
.hb-hero-nophoto{background:linear-gradient(135deg,var(--hb-secondary),#2d6a9f);display:flex;align-items:center;justify-content:center;padding:80px 20px;min-height:300px}
.hb-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.1) 60%);display:flex;align-items:flex-end;width:100%}
.hb-hero-overlay .hb-container{padding-bottom:40px;width:100%}
.hb-hero-content{color:#fff;max-width:700px}
.hb-hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.5);margin-bottom:8px}
.hb-hero-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:14px}
.hb-hero-offers{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.hb-offer-hero-badge{background:var(--hb-primary);color:#fff;padding:5px 14px;border-radius:20px;font-size:.85rem;font-weight:600}
.hb-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hb-btn-hero-primary{background:var(--hb-primary);color:#fff;padding:13px 30px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s;display:inline-block}
.hb-btn-hero-primary:hover{background:#c74a1a;transform:translateY(-2px)}
.hb-btn-hero-outline{background:transparent;color:#fff;padding:13px 28px;border-radius:30px;border:2px solid #fff;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}
.hb-btn-hero-outline:hover{background:#fff;color:var(--hb-secondary)}

/* OFFERS STRIP */
.hb-offers-strip{background:linear-gradient(90deg,#fff8f0,#fff3e0);border-top:3px solid var(--hb-accent);border-bottom:3px solid var(--hb-accent);padding:20px 0}
.hb-offers-scroll{display:flex;gap:16px;overflow-x:auto;padding:4px 0;scrollbar-width:thin;scrollbar-color:var(--hb-accent) #f0f0f0}
.hb-offer-card{min-width:220px;background:#fff;border:2px solid var(--hb-accent);border-radius:var(--hb-radius);padding:16px;text-align:center;flex-shrink:0;position:relative}
.hb-offer-badge{display:inline-block;background:var(--hb-primary);color:#fff;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}
.hb-offer-title{font-weight:600;font-size:.9rem;margin-bottom:6px;color:var(--hb-secondary)}
.hb-offer-discount{font-size:1.3rem;font-weight:800;color:var(--hb-primary);margin-bottom:4px}
.hb-offer-expiry{font-size:.75rem;color:var(--hb-muted);margin-bottom:8px}
.hb-offer-cta{display:inline-block;background:var(--hb-primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .3s}
.hb-offer-cta:hover{background:#c74a1a}

/* MAIN LAYOUT */
.hb-main-layout{display:grid;grid-template-columns:1fr 340px;gap:32px;padding:40px 20px;align-items:start}
@media(max-width:900px){.hb-main-layout{grid-template-columns:1fr}}

/* SECTIONS */
.hb-section{margin-bottom:40px}
.hb-section-title{font-size:1.5rem;font-weight:700;color:var(--hb-secondary);padding-bottom:12px;border-bottom:3px solid var(--hb-primary);margin-bottom:20px;display:inline-block}

/* DURATION TABS */
.hb-duration-tabs{display:flex;gap:10px;flex-wrap:wrap}
.hb-dur-tab{display:flex;flex-direction:column;align-items:center;padding:12px 20px;border:2px solid var(--hb-border);border-radius:var(--hb-radius);text-decoration:none;color:var(--hb-text);transition:all .3s;min-width:110px;text-align:center}
.hb-dur-tab:hover{border-color:var(--hb-primary);color:var(--hb-primary)}
.hb-dur-active{border-color:var(--hb-primary);background:var(--hb-primary);color:#fff}
.hb-dur-active:hover{color:#fff}
.hb-dur-nd{font-size:1.1rem;font-weight:700}
.hb-dur-name{font-size:.75rem;opacity:.85;margin-top:2px}

/* OVERVIEW & DESCRIPTION */
.hb-overview,.hb-description{line-height:1.8;font-size:1rem}
.hb-overview p,.hb-description p{margin-bottom:12px}

/* VIDEO */
.hb-video-wrap{position:relative;padding-top:56.25%;border-radius:var(--hb-radius);overflow:hidden}
.hb-video-wrap iframe{position:absolute;inset:0;width:100%;height:100%}
.hb-video-small.hb-video-wrap{padding-top:56.25%}

/* ITINERARY */
.hb-itinerary{display:flex;flex-direction:column;gap:10px}
.hb-day-card{border:1px solid var(--hb-border);border-radius:var(--hb-radius);overflow:hidden;cursor:pointer;transition:box-shadow .3s}
.hb-day-card:hover{box-shadow:var(--hb-shadow)}
.hb-day-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--hb-light);user-select:none}
.hb-day-badge{background:var(--hb-primary);color:#fff;padding:3px 12px;border-radius:20px;font-size:.8rem;font-weight:700;white-space:nowrap}
.hb-day-title{flex:1;font-weight:600;font-size:1rem}
.hb-day-toggle{color:var(--hb-muted);font-size:.85rem;transition:transform .3s}
.hb-day-body{padding:16px 18px;border-top:1px solid var(--hb-border)}
.hb-day-body p{line-height:1.75;margin-bottom:12px}
.hb-day-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.hb-meta-pill{background:var(--hb-light);border:1px solid var(--hb-border);border-radius:20px;padding:4px 12px;font-size:.82rem;color:var(--hb-text)}

/* GENERIC ACCORDION (matches day card style) */
.hb-accordion{display:flex;flex-direction:column;gap:10px}
.hb-acc-card{border:1px solid var(--hb-border);border-radius:var(--hb-radius);overflow:hidden;cursor:pointer;transition:box-shadow .3s,border-color .3s}
.hb-acc-card:hover{box-shadow:var(--hb-shadow);border-color:var(--hb-primary)}
.hb-acc-card:hover .hb-acc-header{background:linear-gradient(90deg,#fff8f0,var(--hb-light))}
.hb-acc-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--hb-light);user-select:none;transition:background .3s}
.hb-acc-icon{font-size:1.1rem;flex-shrink:0;width:28px;text-align:center}
.hb-acc-title{flex:1;font-weight:600;font-size:1rem;color:var(--hb-text)}
.hb-acc-toggle{color:var(--hb-primary);font-size:.9rem;flex-shrink:0;transition:transform .3s;display:inline-block}
.hb-acc-body{padding:18px 20px;border-top:1px solid var(--hb-border);display:none}
.hb-acc-body.hb-acc-open{display:block}
.hb-acc-card:has(.hb-acc-open) .hb-acc-header{background:linear-gradient(90deg,#fff3e8,var(--hb-light));border-left:3px solid var(--hb-primary)}
.hb-acc-card:has(.hb-acc-open) .hb-acc-toggle{transform:rotate(180deg)}
.hb-acc-body p,.hb-acc-body li{line-height:1.8;font-size:.95rem}
.hb-acc-body ul,.hb-acc-body ol{padding-left:1.4rem;margin-top:6px}
.hb-acc-body ul li{margin-bottom:6px;list-style:disc}
.hb-acc-body table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:6px}
.hb-acc-body table th{background:var(--hb-secondary);color:#fff;padding:10px 14px;text-align:left}
.hb-acc-body table td{padding:9px 14px;border-bottom:1px solid var(--hb-border)}
.hb-acc-body table tr:last-child td{border-bottom:none}
.hb-acc-body table tr:nth-child(even){background:var(--hb-light)}
.hb-acc-inc-exc{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media(max-width:600px){.hb-acc-inc-exc{grid-template-columns:1fr}}

/* INCLUSIONS / EXCLUSIONS */
.hb-inc-exc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
@media(max-width:600px){.hb-inc-exc-grid{grid-template-columns:1fr}}
.hb-inc-box,.hb-exc-box{border-radius:var(--hb-radius);padding:20px}
.hb-inc-box{background:#f0fff4;border:1px solid #c3e6cb}
.hb-exc-box{background:#fff5f5;border:1px solid #f5c6cb}
.hb-inc-title{color:var(--hb-green);font-size:1rem;font-weight:700;margin-bottom:12px}
.hb-exc-title{color:var(--hb-red);font-size:1rem;font-weight:700;margin-bottom:12px}
.hb-checklist{list-style:none;display:flex;flex-direction:column;gap:8px}
.hb-checklist li{display:flex;align-items:flex-start;gap:8px;font-size:.9rem}
.hb-check-icon{font-weight:700;flex-shrink:0;margin-top:2px}
.hb-inc-box .hb-check-icon{color:var(--hb-green)}
.hb-exc-list .hb-check-icon{color:var(--hb-red)}

/* PRICING TABLE */
.hb-pricing-table-wrap{overflow-x:auto;border-radius:var(--hb-radius);border:1px solid var(--hb-border)}
.hb-pricing-table{width:100%;border-collapse:collapse;min-width:600px}
.hb-pricing-table thead{background:var(--hb-secondary);color:#fff}
.hb-pricing-table th{padding:14px 16px;text-align:left;font-weight:600;font-size:.9rem}
.hb-pricing-table td{padding:12px 16px;border-bottom:1px solid var(--hb-border)}
.hb-pricing-table tr:last-child td{border-bottom:none}
.hb-pricing-table tr:nth-child(even){background:var(--hb-light)}
.hb-price-cell{font-weight:700;color:var(--hb-primary);font-size:1.05rem}
.hb-price-notes{font-size:.85rem;color:var(--hb-muted)}
.hb-price-cta{margin-top:16px;text-align:center}

/* GALLERY */
.hb-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}
.hb-gallery-item{border-radius:8px;overflow:hidden;aspect-ratio:4/3}
.hb-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s;cursor:pointer}
.hb-gallery-item img:hover{transform:scale(1.05)}

/* VIDEO REVIEWS */
.hb-video-reviews{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.hb-video-review-card{border-radius:var(--hb-radius);overflow:hidden;background:var(--hb-light);border:1px solid var(--hb-border)}
.hb-video-reviewer{padding:12px 14px}
.hb-video-reviewer strong{display:block;font-size:.95rem;color:var(--hb-secondary)}
.hb-video-reviewer span{font-size:.82rem;color:var(--hb-muted)}

/* TESTIMONIALS CAROUSEL */
.hb-carousel{position:relative;overflow:hidden;border-radius:var(--hb-radius)}
.hb-carousel-track{display:flex;transition:transform .4s ease}
.hb-testimonial-card{min-width:100%;padding:30px;background:var(--hb-light);border:1px solid var(--hb-border);border-radius:var(--hb-radius)}
.hb-test-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.hb-test-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--hb-primary)}
.hb-test-avatar-placeholder{width:56px;height:56px;border-radius:50%;background:var(--hb-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}
.hb-test-info strong{display:block;font-size:1rem;color:var(--hb-secondary)}
.hb-test-info span{font-size:.85rem;color:var(--hb-muted)}
.hb-stars{color:var(--hb-accent);font-size:1rem;letter-spacing:2px}
.hb-test-text{font-style:italic;line-height:1.8;color:var(--hb-text);font-size:1rem}
.hb-carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0}
.hb-carousel-btn{background:var(--hb-secondary);color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:1.1rem;cursor:pointer;transition:background .3s}
.hb-carousel-btn:hover{background:var(--hb-primary)}
.hb-carousel-dots{display:flex;gap:8px}
.hb-dot{width:10px;height:10px;border-radius:50%;background:var(--hb-border);cursor:pointer;transition:background .3s}
.hb-dot-active,.hb-dot:hover{background:var(--hb-primary)}

/* SIDEBAR */
.hb-sidebar-col{display:flex;flex-direction:column;gap:20px}
.hb-sidebar-card{background:#fff;border:1px solid var(--hb-border);border-radius:var(--hb-radius);overflow:hidden;box-shadow:var(--hb-shadow)}
.hb-sidebar-img-card{border:none}
.hb-sidebar-img{width:100%;display:block;border-radius:var(--hb-radius)}
.hb-book-widget{padding:24px;background:linear-gradient(135deg,var(--hb-secondary),#1e4f78)}
.hb-book-widget-logo{text-align:center;margin-bottom:12px}
.hb-sidebar-logo{height:50px;width:auto;object-fit:contain}
.hb-book-title{color:#fff;font-size:1.2rem;font-weight:700;text-align:center;margin-bottom:4px}
.hb-book-subtitle{color:rgba(255,255,255,.8);font-size:.85rem;text-align:center;margin-bottom:16px}
.hb-book-meta{background:rgba(255,255,255,.1);border-radius:8px;padding:12px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}
.hb-book-meta-item{display:flex;justify-content:space-between;align-items:center}
.hb-meta-label{color:rgba(255,255,255,.7);font-size:.82rem}
.hb-meta-value{color:#fff;font-weight:600;font-size:.95rem}
.hb-price-highlight{color:var(--hb-accent);font-size:1.1rem}
.hb-price-cta-wrap{text-align:center;padding:10px 0}
.hb-price-cta-text{font-size:.95rem;color:var(--hb-muted);margin-bottom:20px;line-height:1.7}
.hb-price-cta-wrap .hb-btn{margin:6px 8px;display:inline-block}
.hb-btn-whatsapp{background:#25D366;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s}
.hb-btn-whatsapp:hover{background:#1ebe5d;color:#fff}
.hb-price-highlight small{font-size:.75rem;color:rgba(255,255,255,.7);font-weight:400}
.hb-btn-block{display:block;text-align:center;width:100%}
.hb-btn-whatsapp{background:#25d366;color:#fff;border-radius:30px;padding:11px 20px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s}
.hb-btn-whatsapp:hover{background:#1da851}
.hb-mt-1{margin-top:10px}
.hb-sidebar-section-title{font-size:1rem;font-weight:700;color:var(--hb-secondary);padding:14px 16px 8px;border-bottom:2px solid var(--hb-primary);margin-bottom:10px}
.hb-sidebar-offer{padding:12px 16px;border-bottom:1px solid var(--hb-light)}
.hb-sidebar-offer:last-child{border-bottom:none}
.hb-offer-badge-sm{font-size:.72rem;padding:2px 8px}
.hb-sidebar-offer-title{font-weight:600;font-size:.9rem;color:var(--hb-text);margin:4px 0 2px}
.hb-sidebar-offer-val{font-size:1.1rem;font-weight:800;color:var(--hb-primary)}
.hb-sidebar-offer-expiry{font-size:.75rem;color:var(--hb-muted);margin-top:2px}
.hb-sidebar-pkg{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--hb-light);text-decoration:none;color:var(--hb-text);transition:background .2s}
.hb-sidebar-pkg:hover{background:var(--hb-light)}
.hb-sidebar-pkg-active{background:#e8f4fd;font-weight:600}
.hb-pkg-nd{background:var(--hb-primary);color:#fff;padding:2px 10px;border-radius:12px;font-size:.8rem;font-weight:700;white-space:nowrap}
.hb-pkg-name{font-size:.88rem;flex:1}

/* BUTTONS */
.hb-btn{display:inline-block;padding:11px 24px;border-radius:30px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;cursor:pointer;border:none;text-align:center}
.hb-btn-primary{background:var(--hb-primary);color:#fff}
.hb-btn-primary:hover{background:#c74a1a;color:#fff;transform:translateY(-1px)}
.hb-btn-outline{background:transparent;color:var(--hb-primary);border:2px solid var(--hb-primary)}
.hb-btn-outline:hover{background:var(--hb-primary);color:#fff}
.hb-btn-lg{padding:14px 30px;font-size:1rem}

/* DESTINATIONS GRID (list page) */
.hb-destinations-grid{padding:40px 20px}
/* ── DROPDOWN FILTER ROW ────────────────────────────────────── */
.hb-dropdown-filter-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;background:#fff8f2;border:1.5px solid #f5d9be;border-radius:12px;padding:18px 20px;margin-bottom:1.5rem}
.hb-filter-wrap{display:flex;flex-direction:column;gap:5px;flex:1;min-width:180px}
.hb-filter-lbl{font-size:11px;font-weight:600;color:var(--hb-muted);letter-spacing:.5px;text-transform:uppercase}
.hb-select-wrap{position:relative}
.hb-filter-select{width:100%;padding:10px 36px 10px 14px;border:1.5px solid #e8d5c0;border-radius:8px;background:#fff;color:var(--hb-text);font-size:.88rem;font-weight:500;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .2s}
.hb-filter-select:focus{outline:none;border-color:var(--hb-primary)}
.hb-select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--hb-primary);font-size:.9rem;pointer-events:none}
.hb-filter-clear-wrap{flex:0 0 auto}
.hb-clear-btn{display:inline-flex;align-items:center;padding:10px 18px;background:#fff;border:1.5px solid var(--hb-primary);color:var(--hb-primary);border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;white-space:nowrap}
.hb-clear-btn:hover{background:var(--hb-primary);color:#fff}
.hb-active-filter{background:#f0f7ff;border:1px solid #c5ddf7;border-radius:8px;padding:9px 16px;margin-bottom:1.25rem;font-size:.88rem;color:#1a4a7a}
.hb-empty-state{text-align:center;padding:4rem 1rem;color:var(--hb-muted)}
.hb-empty-icon{font-size:3.5rem;display:block;margin-bottom:1rem}

/* ── TAG & STATE FILTER BARS ────────────────────────────────── */
.hb-filter-section{margin-bottom:1.25rem}
.hb-filter-label{font-size:11px;font-weight:600;color:var(--hb-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px}
.hb-tag-bar{display:flex;flex-wrap:wrap;gap:8px}
.hb-tag-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border-radius:22px;background:#f4f4f4;color:var(--hb-text);font-size:.82rem;font-weight:500;text-decoration:none;border:1.5px solid #e8e8e8;transition:all .2s;white-space:nowrap}
.hb-tag-btn:hover{background:var(--hb-primary);color:#fff;border-color:var(--hb-primary)}
.hb-tag-active{background:var(--hb-primary)!important;color:#fff!important;border-color:var(--hb-primary)!important}
.hb-state-bar{margin-top:0}
.hb-state-btn{display:inline-flex;align-items:center;padding:5px 12px;border-radius:16px;background:#f9f4ef;color:var(--hb-secondary);font-size:.78rem;font-weight:500;text-decoration:none;border:1.5px solid #edd9c8;transition:all .2s;white-space:nowrap}
.hb-state-btn:hover{background:var(--hb-secondary);color:#fff;border-color:var(--hb-secondary)}
.hb-state-filter-section{margin-top:.5rem}
.hb-active-filter{display:flex;align-items:center;justify-content:space-between;background:#fff8f0;border:1px solid #f5c9a0;border-radius:8px;padding:8px 14px;margin-bottom:1rem;font-size:.88rem;color:var(--hb-secondary)}
.hb-clear-filter{color:var(--hb-primary);font-weight:600;text-decoration:none;margin-left:12px}
.hb-clear-filter:hover{text-decoration:underline}

/* ── PACKAGE GRID & CARDS ───────────────────────────────────── */
.hb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:1.5rem}
.hb-dest-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1.5px solid #f0ebe4;transition:transform .3s,box-shadow .3s;position:relative}
.hb-dest-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,0,0,.13);border-color:#e8b98a}
.hb-featured{border:2px solid var(--hb-accent)!important;background:linear-gradient(180deg,#fffdf9,#fff)}
.hb-featured-badge{position:absolute;top:12px;right:12px;left:auto;background:var(--hb-accent);color:#fff;padding:5px 13px;border-radius:20px;font-size:.78rem;font-weight:700;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,.2)}
.hb-card-img{height:200px;overflow:hidden}
.hb-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.hb-dest-card:hover .hb-card-img img{transform:scale(1.07)}
.hb-card-img-placeholder{height:200px;background:linear-gradient(135deg,#f0ebe4,#e8d5c0);display:flex;align-items:center;justify-content:center;font-size:3rem}
.hb-card-body{padding:16px 18px 18px}
.hb-card-state{font-size:.75rem;color:var(--hb-muted);margin-bottom:5px;font-weight:500}
.hb-card-title{font-size:1.08rem;font-weight:700;color:var(--hb-secondary);margin-bottom:8px;line-height:1.35}
.hb-duration-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}
.hb-pill{background:var(--hb-light);border:1px solid var(--hb-border);border-radius:12px;padding:3px 10px;font-size:.78rem;color:var(--hb-text);font-weight:600}
.hb-card-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:8px}
.hb-tag-chip{font-size:.7rem;padding:3px 9px;background:#f0ebe4;color:var(--hb-primary);border-radius:12px;text-decoration:none;font-weight:500;transition:background .2s}
.hb-tag-chip:hover{background:var(--hb-primary);color:#fff}
.hb-card-desc{color:var(--hb-muted);font-size:.85rem;margin-bottom:14px;line-height:1.6}
.hb-card-footer{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.hb-btn-sm{padding:7px 15px!important;font-size:.8rem!important;border-radius:22px!important}
.hb-empty-state{text-align:center;padding:60px 20px;color:var(--hb-muted)}
.hb-empty-icon{display:block;font-size:3rem;margin-bottom:12px}

/* CTA STRIP */
.hb-cta-strip{background:linear-gradient(135deg,var(--hb-primary),#b84520);padding:40px 20px;margin-top:40px}
.hb-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.hb-cta-text{color:#fff}
.hb-cta-text strong{display:block;font-size:1.4rem;font-weight:700;margin-bottom:4px}
.hb-cta-text span{opacity:.9;font-size:1rem}
.hb-cta-actions{display:flex;gap:12px;flex-wrap:wrap}

/* RESPONSIVE */
@media(max-width:768px){
  .hb-hero-title{font-size:1.8rem}
  .hb-page-title{font-size:1.8rem}
  .hb-cta-inner{flex-direction:column;text-align:center}
  .hb-pricing-table{font-size:.82rem}
  .hb-inc-exc-grid{grid-template-columns:1fr}
  .hb-duration-tabs{flex-direction:column}
  .hb-cta-btn{padding:9px 16px;font-size:.8rem}
  .hb-brand-text,.hb-brand-name{font-size:1.05rem}
  .hb-tag-bar{gap:6px}
  .hb-tag-btn{font-size:.76rem;padding:6px 11px}
  .hb-state-btn{font-size:.72rem;padding:4px 9px}
  .hb-dropdown-filter-row{flex-direction:column;gap:12px;padding:14px}
  .hb-filter-wrap{min-width:100%}
}
@media(max-width:480px){
  .hb-grid{grid-template-columns:1fr}
  .hb-video-reviews{grid-template-columns:1fr}
  .hb-logo-inner{padding:8px 12px;gap:6px}
  .hb-logo{height:34px}
  .hb-cta-btn{padding:8px 12px;font-size:.72rem;letter-spacing:0;border-radius:22px}
  .hb-brand-text,.hb-brand-name{font-size:.92rem}
}
@media(max-width:360px){
  .hb-cta-btn{padding:7px 10px;font-size:.66rem}
}
