/* HolidayKart — Activities & Package pages (Coastal Editorial) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

.hk-act-page {
    --hk-navy: #012f63;
    --hk-navy-deep: #071525;
    --hk-sand: #f4efe6;
    --hk-cream: #faf7f2;
    --hk-coral: #e8956a;
    --hk-teal: #0d9488;
    --hk-teal-soft: #ccfbf1;
    --hk-sic: #2563eb;
    --hk-sic-soft: #dbeafe;
    --hk-pvt: #c2410c;
    --hk-pvt-soft: #ffedd5;
    --hk-radius: 18px;
    --hk-radius-sm: 12px;
    --hk-shadow: 0 16px 48px rgba(7, 21, 37, 0.1);
    --hk-shadow-soft: 0 8px 24px rgba(7, 21, 37, 0.06);
    font-family: 'DM Sans', system-ui, sans-serif;
    background: var(--hk-sand);
}

/* ── Listing page ── */
.hk-act-hero {
    background: linear-gradient(135deg, var(--hk-navy-deep) 0%, var(--hk-navy) 55%, #1a4a7a 100%);
    padding: 3.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.hk-act-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
}
.hk-act-hero .container { position: relative; z-index: 1; }
.hk-act-hero h1 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}
.hk-act-hero .hk-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
}
.hk-act-hero .hk-breadcrumb li { color: rgba(255,255,255,0.55); }
.hk-act-hero .hk-breadcrumb li a { color: rgba(255,255,255,0.85); text-decoration: none; }
.hk-act-hero .hk-breadcrumb li a:hover { color: #fff; }
.hk-act-hero .hk-breadcrumb li:not(:last-child)::after {
    content: '›';
    margin-left: 0.35rem;
    color: rgba(255,255,255,0.35);
}
.hk-act-hero__lead {
    max-width: 540px;
    font-size: 1rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
.hk-act-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}
.hk-act-legend__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}
.hk-act-legend__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.hk-act-legend__dot--sic { background: #60a5fa; }
.hk-act-legend__dot--pvt { background: #fb923c; }

.hk-filter-card {
    background: #fff;
    border-radius: var(--hk-radius);
    box-shadow: var(--hk-shadow);
    padding: 1.5rem 1.75rem;
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(1, 47, 99, 0.06);
}
.hk-filter-card .form-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7c93;
    margin-bottom: 0.35rem;
}
.hk-filter-card .form-control,
.hk-filter-card .form-select {
    border-radius: 10px;
    border-color: #e2e8f0;
    font-size: 0.9rem;
    padding: 0.6rem 0.85rem;
}
.hk-filter-card .form-control:focus,
.hk-filter-card .form-select:focus {
    border-color: var(--hk-navy);
    box-shadow: 0 0 0 3px rgba(1, 47, 99, 0.1);
}
.hk-btn-filter {
    background: var(--hk-navy);
    border: none;
    border-radius: 10px;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    width: 100%;
    transition: transform 0.15s, box-shadow 0.15s;
}
.hk-btn-filter:hover {
    background: #024a7a;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(1, 47, 99, 0.25);
}

.hk-results-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0 1.5rem;
}
.hk-results-bar p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
}
.hk-results-bar strong { color: var(--hk-navy); }

/* Activity card v2 */
.hk-activity-card {
    background: #fff;
    border-radius: var(--hk-radius);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hk-activity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(1, 47, 99, 0.12);
}
.hk-activity-card__img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}
.hk-activity-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.hk-activity-card:hover .hk-activity-card__img img { transform: scale(1.05); }
.hk-activity-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}
.hk-badge {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    backdrop-filter: blur(8px);
}
.hk-badge--featured { background: rgba(220, 53, 69, 0.92); color: #fff; }
.hk-badge--sic { background: rgba(43, 108, 176, 0.92); color: #fff; }
.hk-badge--pvt { background: rgba(192, 86, 33, 0.92); color: #fff; }
.hk-activity-card__body {
    padding: 1.25rem 1.35rem 1.35rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.hk-activity-card__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
    line-height: 1.3;
}
.hk-activity-card__title a {
    color: var(--hk-navy-deep);
    text-decoration: none;
}
.hk-activity-card__title a:hover { color: var(--hk-navy); }
.hk-activity-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 1rem;
}
.hk-activity-card__meta span { display: inline-flex; align-items: center; gap: 0.35rem; }
.hk-activity-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}
.hk-activity-card__price label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 0.15rem;
}
.hk-activity-card__price strong {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--hk-navy);
}
.hk-activity-card__price .from { font-size: 0.75rem; font-weight: 500; color: #94a3b8; }
.hk-btn-book {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--hk-navy);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.15s, transform 0.15s;
}
.hk-btn-book:hover { background: #024a7a; color: #fff; transform: scale(1.02); }

/* ── Detail page ── */
.hk-detail-hero {
    position: relative;
    min-height: 320px;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
    margin-bottom: 0;
}
.hk-detail-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.hk-detail-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 31, 61, 0.92) 0%, rgba(10, 31, 61, 0.45) 50%, rgba(10, 31, 61, 0.25) 100%);
}
.hk-detail-hero__content {
    position: relative;
    z-index: 1;
    padding: 2.5rem 0 3rem;
    color: #fff;
}
.hk-detail-hero .hk-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
}
.hk-detail-hero .hk-breadcrumb li { color: rgba(255,255,255,0.55); }
.hk-detail-hero .hk-breadcrumb li a { color: rgba(255,255,255,0.85); text-decoration: none; }
.hk-detail-hero .hk-breadcrumb li a:hover { color: #fff; }
.hk-detail-hero .hk-breadcrumb li:not(:last-child)::after {
    content: '›';
    margin-left: 0.35rem;
    color: rgba(255,255,255,0.35);
}
.hk-detail-hero__content h1 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0.75rem 0 1rem;
    letter-spacing: -0.02em;
}
.hk-detail-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}
.hk-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
}
.hk-detail-chip i { opacity: 0.85; }
.hk-detail-chip--price {
    background: rgba(232, 168, 124, 0.25);
    border-color: rgba(232, 168, 124, 0.4);
    font-weight: 600;
}

.hk-detail-body { padding: 2.5rem 0 4rem; }
.hk-section-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--hk-navy-deep);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hk-section-title::before {
    content: '';
    width: 4px;
    height: 1.1em;
    background: var(--hk-coral);
    border-radius: 2px;
}

.hk-about-box {
    background: var(--hk-cream);
    border-radius: var(--hk-radius);
    padding: 1.75rem;
    line-height: 1.75;
    color: #475569;
    border: 1px solid rgba(1, 47, 99, 0.06);
}

.hk-routes-preview { margin-bottom: 2.5rem; }
.hk-route-timeline { display: flex; flex-direction: column; gap: 1rem; }
.hk-route-item {
    display: flex;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 12px;
    padding: 1.15rem 1.25rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hk-route-item:hover {
    border-color: var(--hk-navy);
    box-shadow: 0 4px 16px rgba(1, 47, 99, 0.08);
}
.hk-route-item__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef4fb, #dce8f5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hk-navy);
    flex-shrink: 0;
    font-size: 1.1rem;
}
.hk-route-item__title { font-weight: 600; color: var(--hk-navy-deep); margin-bottom: 0.2rem; }
.hk-route-item__path { font-size: 0.8rem; color: #64748b; margin-bottom: 0.5rem; }
.hk-route-spots { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hk-route-spot {
    font-size: 0.7rem;
    background: #f0fdf4;
    color: #166534;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    border: 1px solid #bbf7d0;
}
.hk-route-item__price {
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
    align-self: center;
    min-width: 110px;
}
.hk-route-price-stack {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-end;
}
.hk-price-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    white-space: nowrap;
}
.hk-price-tag--sic { background: #e8f4fd; color: #012f63; }
.hk-price-tag--pvt { background: #fff3e0; color: #c05621; }
.hk-route-item__price small { display: block; font-size: 0.65rem; color: #94a3b8; text-transform: uppercase; }
.hk-route-item__price strong { font-size: 1rem; color: var(--hk-teal); }

.hk-inc-exc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
@media (max-width: 767px) { .hk-inc-exc { grid-template-columns: 1fr; } }
.hk-inc-exc__box {
    border-radius: 12px;
    padding: 1.35rem;
    height: 100%;
}
.hk-inc-exc__box--in { background: #f0fdf4; border: 1px solid #bbf7d0; }
.hk-inc-exc__box--ex { background: #fef2f2; border: 1px solid #fecaca; }
.hk-inc-exc__box h5 { font-size: 0.95rem; font-weight: 600; margin-bottom: 1rem; }
.hk-inc-exc__box ul { list-style: none; padding: 0; margin: 0; }
.hk-inc-exc__box li {
    font-size: 0.875rem;
    padding: 0.35rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

/* Booking sidebar */
.hk-booking-card {
    background: #fff;
    border-radius: var(--hk-radius);
    box-shadow: var(--hk-shadow);
    overflow: hidden;
    border: 1px solid rgba(1, 47, 99, 0.06);
}
.hk-booking-card__head {
    background: linear-gradient(135deg, var(--hk-navy) 0%, #1a4a7a 100%);
    color: #fff;
    padding: 1.35rem 1.5rem;
}
.hk-booking-card__head h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}
.hk-booking-card__head p {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    opacity: 0.8;
}
.hk-booking-card__body { padding: 1.5rem; }
.hk-booking-card .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}
.hk-field-hint {
    font-size: 0.72rem;
    color: #64748b;
    margin: -0.15rem 0 0.65rem;
    line-height: 1.45;
}
.hk-booking-card .form-control,
.hk-booking-card .form-select {
    border-radius: 10px;
    border-color: #e2e8f0;
    font-size: 0.9rem;
}
.hk-booking-card .form-control:focus,
.hk-booking-card .form-select:focus {
    border-color: var(--hk-navy);
    box-shadow: 0 0 0 3px rgba(1, 47, 99, 0.1);
}

.hk-route-pick {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.hk-route-pick__option {
    display: block;
    border: 2px solid #e8eef5;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    cursor: pointer;
    transition: all 0.2s;
    background: #fafbfc;
}
.hk-route-pick__option:hover { border-color: #b8cce0; }
.hk-route-pick__option.is-selected {
    border-color: var(--hk-navy);
    background: linear-gradient(135deg, #f8fbff, #eef4fb);
    box-shadow: 0 4px 12px rgba(1, 47, 99, 0.1);
}
.hk-route-pick__option input { margin-right: 0.5rem; }
.hk-route-pick__title { font-weight: 600; color: var(--hk-navy-deep); font-size: 0.9rem; }
.hk-route-pick__path { font-size: 0.75rem; color: #64748b; margin-top: 0.15rem; }
.hk-route-pick__price { font-size: 0.78rem; font-weight: 600; color: #64748b; margin-top: 0.35rem; }
.hk-route-pick__price .route-price-pvt { color: var(--hk-teal); font-weight: 700; }

.hk-spot-pick { margin-top: 0.75rem; }
.hk-spot-pick__label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--hk-navy);
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}
.hk-spot-chip {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.15s;
    background: #fff;
}
.hk-spot-chip:hover { border-color: var(--hk-teal); }
.hk-spot-chip:has(input:checked) {
    border-color: var(--hk-teal);
    background: #f0fdfa;
}
.hk-spot-chip input { flex-shrink: 0; }
.hk-spot-chip__name { flex: 1; font-size: 0.85rem; font-weight: 500; }
.hk-spot-chip__price { font-size: 0.8rem; font-weight: 700; color: var(--hk-teal); }

.hk-price-bar {
    background: linear-gradient(135deg, #f8fafc, #eef4fb);
    border-radius: 12px;
    padding: 1rem 1.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
    border: 1px solid #e2e8f0;
}
.hk-price-bar span,
.hk-price-bar #package-price-label { font-size: 0.85rem; color: #64748b; font-weight: 600; }
.hk-price-bar strong { font-size: 1.2rem; color: var(--hk-navy); white-space: nowrap; }

.hk-booking-actions { display: flex; gap: 0.65rem; }
.hk-btn-confirm {
    flex: 1;
    background: var(--hk-navy);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s;
}
.hk-btn-confirm:hover { background: #024a7a; color: #fff; }
.hk-btn-cart {
    flex: 1;
    background: var(--hk-coral);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s;
}
.hk-btn-cart:hover { background: #d4956a; color: #fff; }

.hk-help-card {
    background: var(--hk-sand);
    border-radius: var(--hk-radius);
    padding: 1.35rem;
    margin-top: 1.25rem;
    border: 1px solid rgba(1, 47, 99, 0.06);
}
.hk-help-card h5 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.85rem; color: var(--hk-navy-deep); }

.hk-mode-pill {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    vertical-align: middle;
}
.hk-mode-pill--sic { background: var(--hk-sic); color: #fff; }
.hk-mode-pill--pvt { background: var(--hk-pvt); color: #fff; }

.hk-service-pick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}
@media (max-width: 480px) {
    .hk-service-pick { grid-template-columns: 1fr; }
}
.hk-service-pick__option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.9rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
    margin: 0;
    min-height: 100%;
}
.hk-service-pick__option input { position: absolute; opacity: 0; pointer-events: none; }
.hk-service-pick__option.is-selected {
    border-color: var(--hk-teal);
    background: rgba(13, 148, 136, 0.06);
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.12);
}
.hk-service-pick__icon { font-size: 1.15rem; color: var(--hk-teal); }
.hk-service-pick__title { font-weight: 700; font-size: 0.84rem; color: var(--hk-navy-deep); }
.hk-service-pick__price { font-size: 0.76rem; color: #64748b; font-weight: 600; }

.hk-empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--hk-cream);
    border-radius: var(--hk-radius);
    border: 2px dashed #e2e8f0;
}
.hk-empty-state i { font-size: 3rem; color: #cbd5e1; margin-bottom: 1rem; }

/* ── v4 Activity detail & cards ── */
.hk-act-detail-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.hk-act-detail-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.hk-act-detail-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 21, 37, 0.15) 0%, rgba(7, 21, 37, 0.55) 45%, rgba(7, 21, 37, 0.92) 100%),
        radial-gradient(ellipse at 80% 20%, rgba(13, 148, 136, 0.25), transparent 50%);
}
.hk-act-detail-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 3rem 0 2.5rem;
    color: #fff;
}
.hk-act-detail-hero .hk-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
}
.hk-act-detail-hero .hk-breadcrumb li { color: rgba(255,255,255,0.55); }
.hk-act-detail-hero .hk-breadcrumb li a { color: rgba(255,255,255,0.85); text-decoration: none; }
.hk-act-detail-hero .hk-breadcrumb li a:hover { color: #fff; }
.hk-act-detail-hero .hk-breadcrumb li:not(:last-child)::after {
    content: '›';
    margin-left: 0.35rem;
    color: rgba(255,255,255,0.35);
}
.hk-act-detail-hero__inner h1 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0.75rem 0 1rem;
    max-width: 720px;
}
.hk-act-detail-hero__modes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}
.hk-act-facts {
    background: #fff;
    border-bottom: 1px solid rgba(1, 47, 99, 0.08);
    box-shadow: var(--hk-shadow-soft);
    margin-bottom: 2rem;
}
.hk-act-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
@media (max-width: 991px) {
    .hk-act-facts__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .hk-act-facts__grid { grid-template-columns: 1fr; }
}
.hk-act-fact {
    padding: 1.15rem 1.35rem;
    border-right: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}
.hk-act-facts__grid .hk-act-fact:last-child { border-right: none; }
@media (max-width: 575px) {
    .hk-act-fact { border-right: none; border-bottom: 1px solid #f1f5f9; }
    .hk-act-facts__grid .hk-act-fact:last-child { border-bottom: none; }
}
.hk-act-fact__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--hk-cream);
    color: var(--hk-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.hk-act-fact__label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    font-weight: 600;
}
.hk-act-fact__value {
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--hk-navy-deep);
}
.hk-act-fact--price .hk-act-fact__value {
    color: var(--hk-teal);
    font-size: 1.05rem;
}

.hk-content-panel {
    background: #fff;
    border-radius: var(--hk-radius);
    border: 1px solid rgba(1, 47, 99, 0.06);
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--hk-shadow-soft);
}
.hk-route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}
.hk-route-card {
    background: var(--hk-cream);
    border: 1px solid #e8eef5;
    border-radius: var(--hk-radius-sm);
    padding: 1.15rem;
    transition: border-color 0.2s, transform 0.2s;
}
.hk-route-card:hover {
    border-color: var(--hk-teal);
    transform: translateY(-2px);
}
.hk-route-card__head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.hk-route-card__pin {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--hk-teal-soft);
    color: var(--hk-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hk-route-card__title {
    font-weight: 700;
    color: var(--hk-navy-deep);
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}
.hk-route-card__path {
    font-size: 0.78rem;
    color: #64748b;
}
.hk-route-card__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #e2e8f0;
}

.hk-book-wizard { display: flex; flex-direction: column; gap: 0; }
.hk-book-step {
    padding: 1.25rem 0;
    border-bottom: 1px solid #f1f5f9;
}
.hk-book-step:last-of-type { border-bottom: none; padding-bottom: 0; }
.hk-book-step__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}
.hk-book-step__num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--hk-navy);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hk-book-step__title {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--hk-navy-deep);
    margin: 0;
}
.hk-booking-card--wizard .hk-booking-card__body { padding: 0 1.5rem 1.5rem; }
.hk-booking-card--wizard .hk-booking-card__head {
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hk-activity-card--v4 {
    border-radius: var(--hk-radius);
    border: none;
    box-shadow: var(--hk-shadow-soft);
}
.hk-activity-card--v4 .hk-activity-card__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 21, 37, 0.75) 0%, transparent 55%);
    pointer-events: none;
}
.hk-activity-card__price-dual {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
}
.hk-activity-card__price-dual span {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
}
.hk-activity-card__price-dual .sic { background: var(--hk-sic-soft); color: var(--hk-sic); }
.hk-activity-card__price-dual .pvt { background: var(--hk-pvt-soft); color: var(--hk-pvt); }
.hk-activity-card__overlay-price {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    color: #fff;
}
.hk-activity-card__overlay-price strong {
    font-size: 1.15rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hk-activity-card__overlay-price small {
    display: block;
    font-size: 0.65rem;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.hk-service-pick__option.is-selected--sic {
    border-color: var(--hk-sic);
    background: var(--hk-sic-soft);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.15);
}
.hk-service-pick__option.is-selected--pvt {
    border-color: var(--hk-pvt);
    background: var(--hk-pvt-soft);
    box-shadow: 0 4px 14px rgba(194, 65, 12, 0.15);
}
.hk-service-pick__option.is-selected--sic .hk-service-pick__icon { color: var(--hk-sic); }
.hk-service-pick__option.is-selected--pvt .hk-service-pick__icon { color: var(--hk-pvt); }

.hk-route-pick__option {
    position: relative;
    padding-left: 2.75rem;
}
.hk-route-pick__option input[type="radio"] {
    position: absolute;
    left: 1rem;
    top: 1.15rem;
    margin: 0;
}
.hk-route-pick__option.is-selected {
    border-color: var(--hk-teal);
    background: linear-gradient(135deg, #f0fdfa, #fff);
}

.hk-detail-layout { padding-bottom: 4rem; }
.hk-booking-sticky { top: 96px !important; }

@media (max-width: 991px) {
    .hk-act-detail-hero { min-height: 280px; }
    .hk-booking-sticky { position: relative !important; top: 0 !important; }
}

/* ── v5 Compact booking UX ── */
.hk-act-detail-hero { min-height: 300px; }
.hk-act-detail-hero__inner { padding: 2rem 0 1.75rem; }
.hk-detail-layout { padding-top: 1.5rem; padding-bottom: 2.5rem; }

.hk-content-panel--compact {
    padding: 1.15rem 1.25rem;
    margin-bottom: 1rem;
}
.hk-section-title--sm {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}
.hk-section-title--sm::before { height: 0.9em; }
.hk-about-text {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #475569;
}

.hk-booking-card--compact .hk-booking-card__head {
    padding: 1rem 1.15rem 0.75rem;
}
.hk-booking-card--compact .hk-booking-card__head h4 {
    font-size: 1rem;
    margin: 0;
}
.hk-booking-card--compact .hk-booking-card__head p {
    font-size: 0.75rem;
    margin-top: 0.2rem;
}
.hk-booking-card--compact .hk-booking-card__body {
    padding: 0 1.15rem 1.15rem;
}

.hk-book-field { margin-bottom: 0.85rem; }
.hk-book-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.hk-segment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 3px;
    border: 1px solid #e2e8f0;
}
.hk-segment__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.55rem 0.4rem;
    border-radius: 8px;
    cursor: pointer;
    margin: 0;
    transition: background 0.15s, box-shadow 0.15s;
}
.hk-segment__btn input { position: absolute; opacity: 0; pointer-events: none; }
.hk-segment__btn.is-active {
    background: #fff;
    box-shadow: 0 2px 8px rgba(7, 21, 37, 0.08);
}
.hk-segment__title {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--hk-navy-deep);
}
.hk-segment__price {
    font-size: 0.68rem;
    color: #64748b;
    margin-top: 0.1rem;
}
.hk-segment__btn.is-active .hk-segment__title { color: var(--hk-navy); }

.hk-route-compact {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.hk-route-compact__item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
    background: #fff;
    transition: border-color 0.15s, background 0.15s;
}
.hk-route-compact__item:hover { border-color: #cbd5e1; }
.hk-route-compact__item.is-selected {
    border-color: var(--hk-navy);
    background: #f8fafc;
}
.hk-route-compact__item input[type="radio"] {
    flex-shrink: 0;
    margin: 0;
}
.hk-route-compact__main {
    flex: 1;
    min-width: 0;
}
.hk-route-compact__title {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hk-navy-deep);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hk-route-compact__path {
    display: block;
    font-size: 0.7rem;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hk-route-compact__price {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--hk-teal);
    white-space: nowrap;
    flex-shrink: 0;
}
.hk-route-compact__hint {
    font-size: 0.68rem;
    font-weight: 600;
    color: #94a3b8;
}

.hk-spot-pick--compact { margin-bottom: 0.85rem; }
.hk-spot-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.hk-spot-inline__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 0.72rem;
    cursor: pointer;
    background: #fff;
    margin: 0;
}
.hk-spot-inline__chip:has(input:checked) {
    border-color: var(--hk-teal);
    background: var(--hk-teal-soft);
}
.hk-spot-inline__chip input { margin: 0; }
.hk-spot-inline__chip em {
    font-style: normal;
    font-weight: 700;
    color: var(--hk-teal);
    font-size: 0.68rem;
}

.hk-price-bar--compact {
    margin: 0.85rem 0;
    padding: 0.75rem 0.9rem;
}
.hk-booking-actions--stack {
    flex-direction: column;
}
.hk-booking-actions--stack .hk-btn-confirm,
.hk-booking-actions--stack .hk-btn-cart {
    width: 100%;
}
.hk-help-card--compact {
    padding: 0.75rem;
    margin-top: 0.75rem;
}

/* Activity detail — transfer layout supplements */
.activity-booking-page .activity-service-pick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s, background 0.2s;
}
.activity-booking-page .activity-service-pick input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.activity-booking-page .activity-service-pick.is-active {
    border-color: #2563eb;
    background: #eff6ff;
}
.activity-booking-page .activity-service-pick__main {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.activity-booking-page .activity-service-pick__main small {
    color: #64748b;
    font-size: 11px;
}
.activity-booking-page .activity-service-pick__price {
    font-weight: 700;
    font-size: 13px;
    color: #0f172a;
    white-space: nowrap;
}
.activity-booking-page .activity-service-pick-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.activity-booking-page .activity-option-pick-row .activity-service-pick {
    flex: 1 1 0;
    min-width: 160px;
    justify-content: flex-start;
}
.activity-booking-page .activity-option-pick .activity-service-pick__main {
    width: 100%;
}
@media (min-width: 768px) {
    .activity-booking-page .activity-option-pick-row {
        flex-wrap: nowrap;
    }
}
@media (max-width: 575.98px) {
    .activity-booking-page .activity-service-pick-row {
        flex-direction: column;
    }
    .activity-booking-page .activity-service-pick-row .activity-service-pick {
        flex: 1 1 auto;
    }
}
.activity-booking-page .activity-spot-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    background: #f8fafc;
}
.activity-booking-page .activity-spot-chip:has(input:checked) {
    border-color: #2563eb;
    background: #eff6ff;
}
.activity-booking-page .activity-spot-chip input {
    margin: 0;
}
.activity-booking-page .activity-spot-chip em {
    font-style: normal;
    font-weight: 600;
    color: #2563eb;
    font-size: 11px;
}
.activity-booking-page .js-activity-route-card.is-selected .gyg-btn-continue {
    background: #16a34a;
    border-color: #16a34a;
}
.activity-booking-page .js-activity-route-card.is-selected .gyg-btn-continue::after {
    content: ' ✓';
}

/* Spot add-ons panel — below route cards */
.activity-booking-page .activity-spot-panel {
    margin: 0 0 1.5rem;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
}
.activity-booking-page .activity-spot-panel.is-open {
    max-height: 800px;
    opacity: 1;
    transform: translateY(0);
    padding: 1.25rem;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
}
.activity-booking-page .activity-spot-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}
.activity-booking-page .activity-spot-panel__hint {
    font-size: 12px;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 4px 10px;
    white-space: nowrap;
}
.activity-booking-page .activity-spot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 12px;
}
.activity-booking-page .activity-spot-tile {
    position: relative;
    display: block;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    user-select: none;
}
.activity-booking-page .activity-spot-tile:hover {
    border-color: #94a3b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.activity-booking-page .activity-spot-tile.is-selected {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
}
.activity-booking-page .activity-spot-tile__img-wrap {
    aspect-ratio: 1 / 1;
    width: 100%;
    background: #e2e8f0;
    overflow: hidden;
}
.activity-booking-page .activity-spot-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.activity-booking-page .activity-spot-tile__body {
    padding: 10px 10px 12px;
    text-align: center;
}
.activity-booking-page .activity-spot-tile__name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 4px;
}
.activity-booking-page .activity-spot-tile__price {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #2563eb;
}
.activity-booking-page .activity-spot-tile__check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}
.activity-booking-page .activity-spot-tile.is-selected .activity-spot-tile__check {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 575px) {
    .activity-booking-page .activity-spot-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .activity-booking-page .activity-spot-panel__head {
        flex-direction: column;
    }
}

/* PVT vehicle card picker — appears after route selection */
.activity-booking-page .activity-vehicle-panel {
    margin: 0 0 1.5rem;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
}
.activity-booking-page .activity-vehicle-panel.is-open {
    max-height: 1200px;
    opacity: 1;
    transform: translateY(0);
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.activity-booking-page .activity-vehicle-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1rem;
}
.activity-booking-page .activity-vehicle-panel__hint {
    font-size: 12px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 4px 10px;
    white-space: nowrap;
}
.activity-booking-page .activity-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
}
.activity-booking-page .activity-vehicle-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.activity-booking-page .activity-vehicle-tile:hover {
    border-color: #94a3b8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.activity-booking-page .activity-vehicle-tile.is-selected {
    border-color: #2563eb;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
    background: #f8fafc;
}
.activity-booking-page .activity-vehicle-tile__img-wrap {
    aspect-ratio: 16 / 10;
    width: 100%;
    background: #e2e8f0;
    overflow: hidden;
}
.activity-booking-page .activity-vehicle-tile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.activity-booking-page .activity-vehicle-tile__body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.activity-booking-page .activity-vehicle-tile__type {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}
.activity-booking-page .activity-vehicle-tile__name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}
.activity-booking-page .activity-vehicle-tile__luxury {
    align-self: flex-start;
    font-size: 9px !important;
    margin-top: 2px;
}
.activity-booking-page .activity-vehicle-tile__meta {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}
.activity-booking-page .activity-vehicle-tile__price {
    display: block;
    margin-top: 6px;
}
.activity-booking-page .activity-vehicle-tile__check {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}
.activity-booking-page .activity-vehicle-tile.is-selected .activity-vehicle-tile__check {
    opacity: 1;
    transform: scale(1);
}
.activity-booking-page .activity-vehicle-tile.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.35);
}
.activity-booking-page .activity-vehicle-tile.is-disabled:hover {
    transform: none;
    box-shadow: none;
    border-color: #e2e8f0;
}
@media (max-width: 575px) {
    .activity-booking-page .activity-vehicle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .activity-booking-page .activity-vehicle-panel__head {
        flex-direction: column;
    }
}

/* Inline route-card vehicle showcase — matches the cart's vehicle picker card style */
.activity-booking-page .select-vehicle-grid-inline {
    grid-template-columns: repeat(2, minmax(0, min(355px, calc((100% - 8px) / 2))));
    justify-content: start;
    gap: 8px;
    width: 100%;
    max-width: 718px;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 8px;
    border-width: 1px;
    border-color: #e2e8f0;
    border-radius: 0.375rem;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile:hover {
    border-color: #94a3b8;
    transform: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile.is-selected {
    border-color: #012f63;
    background: #cfe2ff;
    box-shadow: none;
}
/* Checkbox-style indicator on the far left, like the cart's checkbox */
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__check {
    position: static;
    flex: 0 0 auto;
    align-self: flex-start;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1.5px solid #cbd5e1;
    background: #fff;
    color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    font-size: 12px;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile.is-selected .activity-vehicle-tile__check {
    background: #012f63;
    border-color: #012f63;
    color: #fff;
    opacity: 1;
    transform: none;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__img-wrap {
    flex: 0 0 auto;
    width: 72px;
    height: 50px;
    aspect-ratio: auto;
    border-radius: 0.375rem;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__body {
    padding: 0;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}
/* Type + name on a single line, e.g. "Sedan - Honda City" */
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__title {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__type {
    display: inline;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #0f172a;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__type::after {
    content: " - ";
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__name {
    display: inline;
    font-size: 13px;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__meta {
    margin-top: 2px;
    font-size: 12px;
}
.activity-booking-page .select-vehicle-grid-inline .activity-vehicle-tile__price {
    margin-top: 3px;
    font-size: 13px;
}
@media (max-width: 575px) {
    .activity-booking-page .select-vehicle-grid-inline {
        grid-template-columns: 1fr;
    }
}

/* Activity booking page — prevent horizontal scroll without stretching content */
body.activity-booking-page {
    overflow-x: clip;
}

.activity-booking-page .transfer-booking-page,
.activity-booking-page .transfer-booking-section {
    overflow-x: clip;
    max-width: 100%;
}

.activity-booking-page .transfer-booking-section .row > [class*="col-"] {
    min-width: 0;
}

.activity-booking-page .gyg-image-grid-wrap,
.activity-booking-page .car-options-section,
.activity-booking-page .gyg-option-card,
.activity-booking-page .gyg-option-body,
.activity-booking-page .activity-routes-panel {
    max-width: 100%;
}

/* "Your fleet" quantity steppers — aligned in a stepper / label grid */
.activity-booking-page .js-activity-fleet-list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
    row-gap: 8px;
}
.activity-booking-page .activity-fleet-item {
    display: contents;
}
.activity-booking-page .activity-fleet-label {
    justify-self: start;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}
.activity-booking-page .activity-fleet-stepper {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d5dbe3;
    border-radius: 999px;
    padding: 2px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.activity-booking-page .activity-fleet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #012f63;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
}
.activity-booking-page .activity-fleet-btn:hover:not(:disabled) {
    background: #012f63;
    color: #fff;
}
.activity-booking-page .activity-fleet-btn:active:not(:disabled) {
    transform: scale(0.92);
}
.activity-booking-page .activity-fleet-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.activity-booking-page .activity-fleet-qty {
    min-width: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

/* ========== Package detail tabs + option icons ========== */
.hk-pkg-tabs {
    background: #fff;
    border-radius: var(--hk-radius-sm, 12px);
    box-shadow: var(--hk-shadow-soft, 0 8px 24px rgba(7, 21, 37, 0.06));
    border: 1px solid rgba(1, 47, 99, 0.06);
    overflow: hidden;
}
.hk-pkg-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid #e8eef4;
    background: #f8fafc;
    padding: 0 0.5rem;
}
.hk-pkg-tabs__btn {
    appearance: none;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.95rem 1rem;
    position: relative;
    cursor: pointer;
    transition: color 0.15s ease;
}
.hk-pkg-tabs__btn:hover { color: var(--hk-navy, #012f63); }
.hk-pkg-tabs__btn.is-active {
    color: var(--hk-navy, #012f63);
}
.hk-pkg-tabs__btn.is-active::after {
    content: '';
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--hk-navy, #012f63);
}
.hk-pkg-tabs__panel {
    display: none;
    padding: 1.35rem 1.35rem 1.5rem;
}
.hk-pkg-tabs__panel.is-active { display: block; }

.hk-pkg-options__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    padding: 0.25rem 0 1.15rem;
    border-bottom: 1px solid #eef2f7;
    margin-bottom: 1.15rem;
}
.hk-pkg-options__btn {
    appearance: none;
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 72px;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.35rem 0.5rem;
    transition: color 0.15s ease, transform 0.15s ease;
}
.hk-pkg-options__btn i {
    font-size: 1.45rem;
    line-height: 1;
}
.hk-pkg-options__btn:hover { color: var(--hk-navy, #012f63); }
.hk-pkg-options__btn.is-active {
    color: var(--hk-navy, #012f63);
}
.hk-pkg-options__panel { display: none; }
.hk-pkg-options__panel.is-active { display: block; }

.hk-pkg-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}
.hk-pkg-table th,
.hk-pkg-table td {
    padding: 0.75rem 0.85rem;
    border: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
}
.hk-pkg-table thead th {
    background: #f1f5f9;
    color: var(--hk-navy-deep, #071525);
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.hk-pkg-table tbody tr:nth-child(even) { background: #fafbfc; }

.hk-pkg-option-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}
.hk-pkg-option-list li {
    background: #f8fafc;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    padding: 0.85rem 1rem;
}
.hk-pkg-option-list strong {
    display: block;
    color: var(--hk-navy-deep, #071525);
    font-size: 0.92rem;
    margin-bottom: 0.15rem;
}
.hk-pkg-option-list span {
    display: block;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .hk-pkg-tabs__btn {
        flex: 1 1 auto;
        text-align: center;
        padding: 0.8rem 0.55rem;
        font-size: 0.78rem;
    }
    .hk-pkg-options__nav {
        justify-content: space-between;
        gap: 0.5rem;
    }
    .hk-pkg-options__btn { min-width: 64px; }
}

/* ========== Package detail page — scroll layout UX ========== */
.hk-pkg-detail-page .hk-pkg-hero {
    min-height: 340px;
    border-radius: 0 0 28px 28px;
}

.hk-pkg-layout {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background: #f8fafc;
}

/* Sidebar refined spacing */
.package-book-form .mb-3, 
.package-book-form .mb-2,
.package-book-form .form-inner,
.package-book-form .position-relative {
    margin-bottom: 1.25rem !important;
}

.package-book-form .search-field-title {
    display: block;
    margin-bottom: 0.5rem !important;
    font-size: 0.85rem;
}

.gyg-sidebar-card {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}

/* Booking Summary Refinement */
.gyg-sidebar-summary-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem !important;
    margin-top: 1.5rem !important;
    border: 1px dashed #cbd5e1 !important;
}

.gyg-sidebar-summary-box h5 {
    font-size: 0.95rem !important;
    color: var(--hk-navy-deep);
    margin-bottom: 1rem !important;
    display: flex;
    align-items: center;
}

.summary-details .d-flex {
    margin-bottom: 0.75rem !important;
    align-items: flex-start;
}

.summary-details .text-muted {
    font-size: 0.82rem;
    color: #64748b !important;
    min-width: 90px;
}

.summary-details .text-dark {
    font-size: 0.85rem;
    font-weight: 600;
}

.pkg-summary-total-row {
    padding-top: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border-top: 1px solid #e2e8f0;
}

.pkg-summary-total-label {
    font-size: 1rem;
    color: var(--hk-navy-deep);
}

.pkg-summary-total-val {
    font-size: 1.25rem;
    color: var(--hk-navy);
}
.hk-pkg-detail-page .hk-pkg-hero .hk-detail-hero__content {
    padding: 3.25rem 0 3.5rem;
    color: #fff;
}
.hk-pkg-detail-page .hk-pkg-hero .hk-detail-hero__content h1 {
    color: #ffffff !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.hk-pkg-detail-page .hk-pkg-hero .hk-detail-chip,
.hk-pkg-detail-page .hk-pkg-hero .hk-pkg-hero-price {
    color: inherit;
}
.hk-pkg-detail-page .hk-pkg-layout {
    padding-top: 2.75rem !important;
    padding-bottom: 4.5rem !important;
}
.hk-pkg-media,
.hk-pkg-gallery {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(7, 21, 37, 0.1);
    background: #dbe4ee;
}
.hk-pkg-media__single,
.hk-pkg-gallery .swiper-slide a {
    display: block;
}
.hk-pkg-media__single img,
.hk-pkg-gallery img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}
.hk-pkg-jump {
    position: sticky;
    top: 78px;
    z-index: 20;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: rgba(250, 247, 242, 0.92);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(1, 47, 99, 0.08);
    border-radius: 999px;
    padding: 0.4rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(7, 21, 37, 0.06);
}
.hk-pkg-jump::-webkit-scrollbar { display: none; }
.hk-pkg-jump__link {
    flex: 0 0 auto;
    text-decoration: none;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}
.hk-pkg-jump__link:hover { color: var(--hk-navy, #012f63); background: rgba(1, 47, 99, 0.06); }
.hk-pkg-jump__link.is-active {
    color: #fff;
    background: var(--hk-navy, #012f63);
}
.hk-pkg-section {
    scroll-margin-top: 130px;
    margin-bottom: 1.35rem;
}
.hk-pkg-card {
    background: #fff;
    border: 1px solid rgba(1, 47, 99, 0.07);
    border-radius: 18px;
    padding: 1.6rem 1.7rem 1.75rem;
    box-shadow: 0 10px 28px rgba(7, 21, 37, 0.05);
}
.hk-pkg-card__title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--hk-navy-deep, #071525);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}
.hk-pkg-card__subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hk-navy-deep, #071525);
    margin: 0 0 0.9rem;
}
.hk-pkg-prose {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #334155;
}
.hk-pkg-prose p { margin-bottom: 0.85rem; }
.hk-pkg-prose--policies {
    white-space: pre-line;
    font-size: 0.95rem;
    line-height: 1.75;
}

.hk-pkg-detail-page .hk-pkg-options__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    border-bottom: 0;
    margin-bottom: 1.15rem;
    padding-bottom: 0;
}
.hk-pkg-detail-page .hk-pkg-options__btn {
    min-width: 0;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    padding: 0.85rem 0.5rem;
    color: #475569;
}
.hk-pkg-detail-page .hk-pkg-options__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 1.2rem;
    margin-bottom: 0.15rem;
}
.hk-pkg-detail-page .hk-pkg-options__btn.is-active {
    color: var(--hk-navy, #012f63);
    border-color: rgba(1, 47, 99, 0.28);
    background: #eef5fb;
    box-shadow: 0 6px 16px rgba(1, 47, 99, 0.08);
}
.hk-pkg-detail-page .hk-pkg-options__btn.is-active .hk-pkg-options__icon {
    background: var(--hk-navy, #012f63);
    border-color: var(--hk-navy, #012f63);
    color: #fff;
}

.hk-pkg-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 0.65rem;
    background: #fff;
}
.hk-pkg-accordion .accordion-button {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--hk-navy-deep, #071525);
    background: #f8fafc;
    box-shadow: none;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
}
.hk-pkg-accordion .accordion-button:not(.collapsed) {
    background: #eef5fb;
    color: var(--hk-navy, #012f63);
}
.hk-pkg-accordion .accordion-body {
    color: #64748b;
    line-height: 1.75;
    font-size: 0.92rem;
}
.hk-pkg-day-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hk-navy, #012f63);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
}

.hk-pkg-detail-page .hk-inc-exc {
    gap: 1rem;
}
.hk-pkg-detail-page .hk-inc-exc__box {
    border-radius: 14px;
    padding: 1.1rem 1.15rem;
}
.hk-pkg-detail-page .hk-inc-exc__box h5 {
    color: inherit;
}
.hk-pkg-detail-page .hk-inc-exc__box--in h5 { color: #166534; }
.hk-pkg-detail-page .hk-inc-exc__box--ex h5 { color: #b91c1c; }
.hk-pkg-detail-page .hk-inc-exc__box--in li i { color: #16a34a; }
.hk-pkg-detail-page .hk-inc-exc__box--ex li i { color: #dc2626; }

.hk-pkg-detail-page .hk-booking-sticky { top: 96px !important; }

@media (max-width: 991.98px) {
    .hk-pkg-detail-page .hk-pkg-layout { padding-top: 1.75rem !important; }
    .hk-pkg-jump { top: 64px; }
    .hk-pkg-media__single img,
    .hk-pkg-gallery img { height: 260px; }
}
@media (max-width: 575.98px) {
    .hk-pkg-card { padding: 1.2rem 1.1rem 1.3rem; }
    .hk-pkg-card__title { font-size: 1.15rem; }
    .hk-pkg-prose { font-size: 0.95rem; line-height: 1.7; }
    .hk-pkg-detail-page .hk-pkg-options__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.hk-pkg-table--rates {
    border: 1px solid #e2e8f0;
}
.hk-pkg-table--rates thead tr {
    background: #2f353b;
    color: #fff;
}
.hk-pkg-table--rates thead th {
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
}
.hk-pkg-table--rates tbody td {
    padding: 0.75rem 1rem;
    font-size: 0.92rem;
    border-bottom: 1px solid #eef2f6;
}
.hk-pkg-table--rates tbody tr:last-child td {
    border-bottom: none;
}
.hk-pkg-table--rates tbody tr:nth-child(even) {
    background: #fbfcfe;
}
