/* Hajj & Umrah package detail (PDP) */
.hud-wrap {
    --hud-brand: #059669;
    --hud-brand-dark: #047857;
    --hud-ink: #0f172a;
    --hud-muted: #64748b;
    max-width: 100%;
    overflow-x: hidden;
}

.hud-hero {
    background: linear-gradient(135deg, #047857 0%, #0d9488 50%, #0369a1 100%);
    color: #fff;
    padding: 1.25rem 0 0;
}
.hud-hero-inner { max-width: 72rem; margin: 0 auto; padding: 0 1rem 1.5rem; }
.hud-breadcrumb { font-size: 0.8rem; color: rgba(255,255,255,.78); margin-bottom: 0.75rem; }
.hud-breadcrumb a { color: rgba(255,255,255,.95); text-decoration: none; }
.hud-breadcrumb a:hover { text-decoration: underline; }
.hud-hero-title { font-size: clamp(1.35rem, 3.5vw, 2.1rem); font-weight: 800; line-height: 1.2; margin: 0 0 0.5rem; }
.hud-hero-meta { font-size: 0.875rem; color: rgba(255,255,255,.9); display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
.hud-hero-meta span { display: inline-flex; align-items: center; gap: 0.35rem; }
.hud-badges { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.65rem; }
.hud-badge-pill { font-size: 0.72rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); }

.hud-step-bar {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.85rem 1rem;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(15,23,42,.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}
.hud-step-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    padding: 0.55rem 1rem;
    border-radius: 0.65rem;
    font-weight: 800;
    font-size: 0.9375rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #059669 0%, #0d9488 100%);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.28);
    transition: transform .15s, box-shadow .15s;
    white-space: nowrap;
}
.hud-step-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(5,150,105,.38); color: #fff; }
.hud-step-cta-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.92; }
.hud-step-cta-action { display: inline-flex; align-items: center; gap: 0.4rem; }
.hud-step--next { color: var(--hud-brand); }
.hud-step--next .hud-step-num { background: #ecfdf5; color: var(--hud-brand-dark); border: 2px solid #6ee7b7; }
.hud-steps { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.75rem; list-style: none; margin: 0; padding: 0; font-size: 0.8125rem; flex: 1 1 14rem; min-width: 0; }
.hud-step { display: inline-flex; align-items: center; gap: 0.4rem; color: #94a3b8; font-weight: 600; }
.hud-step.is-current { color: var(--hud-brand-dark); }
.hud-step.is-done { color: #64748b; }
.hud-step-num {
    width: 1.65rem; height: 1.65rem; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
    font-size: 0.75rem; font-weight: 800; background: #f1f5f9; color: #64748b;
}
.hud-step.is-current .hud-step-num { background: var(--hud-brand); color: #fff; }
.hud-step-arrow { color: #cbd5e1; font-size: 0.7rem; }
@media (max-width: 640px) {
    .hud-step-cta { width: 100%; align-items: center; text-align: center; }
    .hud-step-bar { flex-direction: column; align-items: stretch; }
}

.hud-gallery { display: grid; gap: 0.5rem; margin-top: 1rem; }
@media (min-width: 768px) {
    .hud-gallery { grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, 8.5rem); }
    .hud-gallery-main { grid-row: span 2; min-height: 17.5rem; }
}
.hud-gallery-main, .hud-gallery-thumb { border-radius: 0.75rem; overflow: hidden; border: 2px solid rgba(255,255,255,.22); background: #064e3b; }
.hud-gallery-main img, .hud-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 10rem; }

.hud-body { max-width: 72rem; margin: 0 auto; padding: 1.25rem 1rem 5.5rem; }
@media (min-width: 1024px) { .hud-body { padding-bottom: 2.5rem; } }
.hud-grid { display: grid; gap: 1.5rem; grid-template-columns: minmax(0, 1fr); }
@media (max-width: 1023px) { .hud-sidebar { order: -1; } }
@media (min-width: 1024px) { .hud-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 320px); align-items: start; } }

.hud-main { min-width: 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1.25rem; }
.hud-tabs-wrap { border-bottom: 1px solid #e5e7eb; margin-bottom: 1rem; overflow-x: auto; }
.hud-tabs { display: flex; gap: 0; min-width: max-content; }
.hud-tab {
    border: none; background: transparent; padding: 0.75rem 1rem; font-size: 0.875rem; font-weight: 600;
    color: #64748b; border-bottom: 3px solid transparent; margin-bottom: -1px; cursor: pointer; white-space: nowrap;
}
.hud-tab.is-active { color: var(--hud-brand-dark); border-bottom-color: var(--hud-brand); }
.hud-panel { display: none; }
.hud-panel.is-active { display: block; }

.hud-tab-nav {
    display: flex; justify-content: space-between; align-items: center; gap: 0.75rem;
    margin-top: 1.25rem; padding-top: 1rem; border-top: 1px dashed #e5e7eb;
}
.hud-tab-nav-btn {
    display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.55rem 1rem; border-radius: 0.5rem;
    font-size: 0.875rem; font-weight: 700; cursor: pointer; border: 1px solid #d1d5db; background: #fff; color: #374151;
}
.hud-tab-nav-btn--next { background: var(--hud-brand); border-color: var(--hud-brand); color: #fff; }
.hud-tab-nav-btn--next:hover { background: var(--hud-brand-dark); }
.hud-tab-nav-btn--book { background: linear-gradient(135deg, #059669, #0d9488); border: none; color: #fff; padding: 0.65rem 1.25rem; }

.hud-inc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.65rem; }
@media (min-width: 640px) { .hud-inc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.hud-inc-item {
    display: flex; align-items: center; gap: 0.5rem; padding: 0.65rem; border-radius: 0.65rem;
    background: #f0fdf4; border: 1px solid #bbf7d0; font-size: 0.8125rem; font-weight: 600; color: #166534;
}
.hud-inc-item.is-off { background: #f9fafb; border-color: #e5e7eb; color: #9ca3af; text-decoration: line-through; }

.hud-itin-day { border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1rem; background: #f9fafb; margin-bottom: 0.75rem; }
.hud-itin-day-num {
    width: 2.25rem; height: 2.25rem; border-radius: 999px; background: var(--hud-brand); color: #fff;
    display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.8rem;
}

.hud-sidebar { position: sticky; top: 1rem; }
.hud-book-card {
    background: #fff; border: 1px solid #e5e7eb; border-radius: 1rem; padding: 1.25rem;
    box-shadow: 0 16px 40px rgba(5, 150, 105, 0.12);
}
.hud-book-card-head { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #64748b; margin-bottom: 0.35rem; }
.hud-book-price { font-size: 1.75rem; font-weight: 800; color: var(--hud-brand-dark); line-height: 1.1; }
.hud-book-price-sub { font-size: 0.75rem; color: #64748b; margin-bottom: 1rem; }
.hud-book-field { margin-bottom: 0.85rem; }
.hud-book-field label { display: block; font-size: 0.75rem; font-weight: 700; color: #374151; margin-bottom: 0.3rem; }
.hud-book-field input, .hud-book-field select {
    width: 100%; padding: 0.6rem 0.75rem; border: 1px solid #d1d5db; border-radius: 0.5rem; font-size: 0.9375rem;
}
.hud-pilgrim-stepper { display: flex; border: 1px solid #d1d5db; border-radius: 0.5rem; overflow: hidden; }
.hud-pilgrim-stepper button { width: 2.5rem; border: none; background: #f3f4f6; font-weight: 700; cursor: pointer; }
.hud-pilgrim-stepper input { flex: 1; text-align: center; border: none; font-weight: 700; min-width: 0; }
.hud-book-total { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-top: 1px solid #f3f4f6; margin-top: 0.5rem; font-weight: 700; }
.hud-book-total span:last-child { color: var(--hud-brand-dark); font-size: 1.125rem; }
.hud-btn-continue {
    display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%;
    padding: 0.85rem 1rem; border: none; border-radius: 0.65rem; font-weight: 800; font-size: 1rem;
    background: linear-gradient(135deg, #059669 0%, #0d9488 100%); color: #fff; cursor: pointer;
    text-decoration: none; transition: transform .15s, box-shadow .15s;
}
.hud-btn-continue:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(5,150,105,.35); color: #fff; }
.hud-book-trust { margin-top: 0.85rem; font-size: 0.75rem; color: #64748b; display: flex; flex-direction: column; gap: 0.35rem; }
.hud-book-trust span { display: flex; align-items: center; gap: 0.35rem; }

.hud-float-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: #fff; border-top: 1px solid #e5e7eb; padding: 0.65rem 1rem;
    display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
    box-shadow: 0 -8px 24px rgba(15,23,42,.1);
}
@media (min-width: 1024px) { .hud-float-bar { display: none; } }
.hud-float-price { font-weight: 800; color: var(--hud-brand-dark); font-size: 1.125rem; line-height: 1.1; }
.hud-float-sub { font-size: 0.6875rem; color: #64748b; }
