:root {
    --hk-red: #fd5056;
    --hk-red-dark: #e04046;
    --hk-red-light: #fff1f2;
    --hk-red-border: #fecdd3;
    --hk-red-gradient: linear-gradient(135deg, #fd5056 0%, #ff6b70 100%);
    --hk-black: #111827;
    --hk-text-dark: #111827;
    --hk-text-body: #374151;
    --hk-text-muted: #6b7280;
    --hk-bg-white: #ffffff;
    --hk-bg-light: #f9fafb;
    --hk-border-light: #e5e7eb;
    --hk-border-card: #e5e7eb;
    --hk-radius-sm: 6px;
    --hk-radius-md: 12px;
    --hk-radius-lg: 16px;
    --hk-shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.05);
    --hk-shadow-card: 0 10px 30px rgba(0, 0, 0, 0.06);
    --hk-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hk-luxe-root {
    font-family: 'Poppins', sans-serif;
    color: var(--hk-text-body);
    background-color: var(--hk-bg-white);
    overflow-x: hidden;
    line-height: 1.7;
}

.hk-luxe-hero-title,
.hk-main-heading,
.hk-table-event-name,
.hk-focal-header h3,
.hk-trust-top h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.hk-strip-num,
.hk-unit-num,
.hk-node-count,
.hk-day-badge .day-num {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.04em;
}

.hk-lead-paragraph {
    font-family: 'Playfair Display', serif;
    font-size: 1.22rem;
    font-style: italic;
    color: #1f2937;
    line-height: 1.7;
    margin-bottom: 20px;
}

.hk-master-table,
.hk-day-schedule-grid,
.hk-form-field .form-control {
    font-family: 'Inter', sans-serif;
}

.hk-luxe-hero {
    position: relative;
    padding: 44px 0 42px;
    background-color: #080c14;
    color: #ffffff;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hk-hero-dual-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hk-hero-bg-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.hk-panel-primary {
    left: 0;
    width: 68%;
    opacity: 0.95;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    animation: hkKenBurnsPrimary 30s ease-in-out infinite alternate;
    will-change: transform;
}

.hk-panel-secondary {
    right: 0;
    width: 68%;
    opacity: 0.95;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    animation: hkKenBurnsSecondary 30s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes hkKenBurnsPrimary {
    0% { transform: scale(1.0) translate(0, 0); }
    50% { transform: scale(1.06) translate(-10px, -5px); }
    100% { transform: scale(1.03) translate(5px, -8px); }
}

@keyframes hkKenBurnsSecondary {
    0% { transform: scale(1.05) translate(0, 0); }
    50% { transform: scale(1.0) translate(10px, 5px); }
    100% { transform: scale(1.07) translate(-5px, 8px); }
}

.hk-hero-ember-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.hk-hero-shimmer-beam {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(253, 80, 86, 0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 3;
    animation: hkShimmerOrbit 22s ease-in-out infinite alternate;
}

@keyframes hkShimmerOrbit {
    0% { transform: translate(-10%, -10%) scale(0.9); opacity: 0.4; }
    50% { transform: translate(5%, 5%) scale(1.1); opacity: 0.8; }
    100% { transform: translate(15%, -5%) scale(1.0); opacity: 0.5; }
}

.hk-hero-dual-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 45%, rgba(253, 80, 86, 0.22) 0%, rgba(255, 140, 50, 0.12) 35%, transparent 70%),
                linear-gradient(90deg, rgba(8, 12, 20, 0.68) 0%, rgba(8, 12, 20, 0.22) 50%, rgba(8, 12, 20, 0.68) 100%),
                linear-gradient(180deg, rgba(8, 12, 20, 0.35) 0%, transparent 45%, rgba(8, 12, 20, 0.88) 100%);
    z-index: 4;
}

.hk-luxe-hero-left {
    position: relative;
    z-index: 5;
}

.hk-luxe-hero-eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.hk-eyebrow-tag {
    display: inline-flex;
    align-items: center;
    background: var(--hk-red-light);
    border: 1px solid var(--hk-red);
    color: var(--hk-red);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 999px;
}

.hk-eyebrow-date {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.hk-luxe-hero-title {
    font-size: clamp(2.3rem, 4.4vw, 3.8rem);
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hk-luxe-hero-title span {
    display: block;
}

.hk-title-accent {
    color: var(--hk-red);
}

.hk-luxe-hero-lead {
    font-size: 1.05rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-bottom: 22px;
    line-height: 1.65;
}

.hk-luxe-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hk-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--hk-red-gradient);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 13px 26px;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.3);
    transition: var(--hk-transition);
}

.hk-btn-red:hover {
    background: linear-gradient(135deg, #e04046 0%, #fd5056 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(253, 80, 86, 0.55);
}

.hk-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 13px 24px;
    border-radius: 999px;
    text-decoration: none;
    transition: var(--hk-transition);
    backdrop-filter: blur(8px);
}

.hk-btn-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.hk-focal-summary-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hk-focal-badge {
    display: inline-block;
    color: var(--hk-red);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.hk-focal-header h3 {
    font-size: 1.45rem;
    color: #ffffff;
    margin-bottom: 0;
}

.hk-focal-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 18px 0;
}

.hk-focal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.hk-focal-cell {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hk-focal-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hk-focal-val {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.hk-focal-val.red {
    color: var(--hk-red);
}

.hk-focal-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--hk-red-gradient);
    color: #ffffff !important;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: var(--hk-transition);
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.3);
}

.hk-focal-btn:hover {
    background: linear-gradient(135deg, #e04046 0%, #fd5056 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(253, 80, 86, 0.55);
}

.hk-luxe-hero-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hk-strip-cell {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hk-strip-num {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--hk-red);
    line-height: 1;
}

.hk-strip-text strong {
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 2px;
}

.hk-strip-text span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
}

.hk-sticky-subnav {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--hk-border-light);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 99;
    padding: 8px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: var(--hk-transition);
}

.hk-subnav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hk-subnav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hk-subnav-links::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.hk-subnav-link {
    color: #4b5563;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 6px 0;
    position: relative;
    transition: var(--hk-transition);
    display: inline-block;
}

.hk-subnav-link:hover {
    color: var(--hk-red);
}

.hk-subnav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hk-red-gradient);
    color: #ffffff !important;
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(253, 80, 86, 0.25);
    flex-shrink: 0;
}

.hk-subnav-cta:hover {
    background: linear-gradient(135deg, #e04046 0%, #fd5056 100%);
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(253, 80, 86, 0.4);
}

#overview {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    background: #ffffff;
}

.hk-overview-aura {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(60px);
    opacity: 0.75;
    animation: hkAuraPulse 9s ease-in-out infinite alternate;
}

.hk-overview-aura.left {
    top: -140px;
    left: -140px;
    background: radial-gradient(circle, rgba(253, 80, 86, 0.22) 0%, rgba(245, 158, 11, 0.16) 45%, transparent 70%);
}

.hk-overview-aura.right {
    top: -140px;
    right: -140px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.22) 0%, rgba(253, 80, 86, 0.18) 45%, transparent 70%);
    animation-delay: -4.5s;
}

@keyframes hkAuraPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.15);
        opacity: 0.88;
    }
}

.hk-why-section-wrap {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.hk-snake-wave-section {
    position: relative;
    padding: 15px 0 20px;
    background: var(--hk-bg-light);
    overflow: hidden;
}

.hk-snake-wave-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hk-snake-svg {
    width: 100%;
    height: 155px;
    display: block;
    min-width: 1300px;
}

.hk-snake-ribbon-fill {
    transition: var(--hk-transition);
}

.hk-snake-dotted-edge {
    animation: hkSnakeDottedMarch 12s linear infinite;
}

@keyframes hkSnakeDottedMarch {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 320;
    }
}

.hk-snake-curved-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.12em;
    fill: #ffffff;
    text-transform: uppercase;
    user-select: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.hk-editorial-section {
    padding: 90px 0;
    background-color: var(--hk-bg-white);
}

.hk-bg-light {
    background-color: var(--hk-bg-light);
    border-top: 1px solid var(--hk-border-light);
    border-bottom: 1px solid var(--hk-border-light);
}

.hk-section-title-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hk-section-eyebrow {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--hk-red);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 auto 10px;
}

.hk-why-left .hk-section-eyebrow,
.hk-editorial-prose .hk-section-eyebrow,
.text-start .hk-section-eyebrow {
    text-align: left;
    margin: 0 0 10px 0;
}

.hk-peacock-title-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.hk-peacock-motif {
    width: 74px;
    height: 74px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.95;
    filter: drop-shadow(0 3px 10px rgba(253, 80, 86, 0.28));
    transition: transform 0.4s ease;
}

.hk-peacock-motif.left {
    transform: scaleX(1);
}

.hk-peacock-motif.right {
    transform: scaleX(-1);
}

.hk-peacock-title-flex:hover .hk-peacock-motif.left {
    transform: scaleX(1) translateY(-3px) rotate(-5deg);
}

.hk-peacock-title-flex:hover .hk-peacock-motif.right {
    transform: scaleX(-1) translateY(-3px) rotate(5deg);
}

@media (max-width: 768px) {
    .hk-peacock-title-flex {
        gap: 10px;
    }

    .hk-peacock-motif {
        width: 44px;
        height: 44px;
    }
}

.hk-main-heading {
    font-size: clamp(1.75rem, 2.7vw, 2.5rem);
    color: var(--hk-black);
    margin-bottom: 12px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.hk-text-red {
    color: var(--hk-red);
}

@media (min-width: 992px) {
    .hk-section-title-wrap .hk-main-heading {
        white-space: nowrap;
    }
}

.hk-red-divider-line {
    width: 60px;
    height: 3px;
    background: var(--hk-red);
    margin: 14px auto 16px;
    border-radius: 2px;
}

.hk-section-desc {
    font-size: 1.05rem;
    color: var(--hk-text-muted);
    max-width: 950px;
    margin: 0 auto;
}

.hk-quote-banner {
    background: var(--hk-red-light);
    border-left: 3px solid var(--hk-red);
    padding: 18px 22px;
    border-radius: 0 var(--hk-radius-sm) var(--hk-radius-sm) 0;
    margin: 28px 0;
}

.hk-quote-banner strong {
    display: block;
    font-size: 0.95rem;
    color: var(--hk-black);
    margin-bottom: 4px;
}

.hk-quote-banner p {
    font-size: 0.92rem;
    font-style: italic;
    color: #4b5563;
    margin-bottom: 0;
    line-height: 1.6;
}

.hk-visual-frame {
    position: relative;
}

.hk-visual-frame img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: var(--hk-radius-lg);
    box-shadow: var(--hk-shadow-card);
}

.hk-visual-tag {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: var(--hk-radius-md);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--hk-border-light);
    margin-top: -25px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.hk-visual-tag span {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--hk-black);
}

.hk-pillars-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.hk-inline-pillar {
    border-left: 2px solid var(--hk-border-light);
    padding-left: 18px;
}

.hk-inline-pillar h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--hk-black);
    margin-bottom: 6px;
}

.hk-inline-pillar p {
    font-size: 0.88rem;
    color: var(--hk-text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

#four-kumbhas {
    padding: 48px 0 55px;
}

#four-kumbhas .hk-section-title-wrap {
    margin-bottom: 32px;
    max-width: 100%;
    width: 100%;
}

#four-kumbhas .hk-section-desc {
    max-width: 100%;
    width: 100%;
    line-height: 1.7;
}

.hk-teerth-card {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    position: relative;
}

.hk-teerth-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.hk-teerth-card.highlight {
    border: 2px solid var(--hk-red);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(253, 80, 86, 0.16), 0 2px 6px rgba(0, 0, 0, 0.02);
}

.hk-teerth-card.highlight:hover {
    box-shadow: 0 20px 45px rgba(253, 80, 86, 0.26);
    transform: translateY(-10px);
}

.hk-teerth-img-box {
    position: relative;
    width: 100%;
    height: 205px;
    overflow: hidden;
    background: #111827;
}

.hk-teerth-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.hk-teerth-card:hover .hk-teerth-img {
    transform: scale(1.08);
}

.hk-teerth-img-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 40%, rgba(17, 24, 39, 0.65) 100%);
    pointer-events: none;
    z-index: 1;
}

.hk-teerth-current-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #fd5056 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.45);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hk-teerth-sub-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(17, 24, 39, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 11px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hk-teerth-state-pill {
    position: absolute;
    bottom: 12px;
    left: 14px;
    background: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 4px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hk-teerth-content {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hk-teerth-city {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.hk-teerth-meta-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: var(--hk-radius-sm);
    border: 1px solid #f1f5f9;
}

.hk-teerth-card.highlight .hk-teerth-meta-row {
    background: #fff5f5;
    border-color: #fee2e2;
}

.hk-teerth-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    line-height: 1.4;
}

.hk-teerth-meta-item.river {
    font-weight: 700;
    color: var(--hk-red);
}

.hk-teerth-meta-item.river i {
    color: var(--hk-red);
    margin-top: 2px;
    font-size: 0.85rem;
}

.hk-teerth-meta-item.astro {
    font-weight: 500;
    color: #4b5563;
}

.hk-teerth-meta-item.astro i {
    color: #d97706;
    margin-top: 2px;
    font-size: 0.85rem;
}

.hk-teerth-desc {
    font-size: 0.85rem;
    color: var(--hk-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
}

.hk-teerth-card-footer {
    padding-top: 12px;
    border-top: 1px dashed var(--hk-border-light);
    margin-top: auto;
}

.hk-teerth-featured-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--hk-red);
    background: #fff1f2;
    padding: 6px 10px;
    border-radius: 4px;
    width: 100%;
    justify-content: center;
    border: 1px solid #fecdd3;
}

.hk-teerth-cycle-pill {
    display: block;
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--hk-text-muted);
    text-align: center;
    background: #f8fafc;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #f1f5f9;
}

#snan-dates {
    position: relative;
    padding: 60px 0 70px;
    background: radial-gradient(circle at 10% 20%, rgba(253, 80, 86, 0.07) 0%, transparent 45%),
                radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.08) 0%, transparent 45%),
                linear-gradient(135deg, #fff5f5 0%, #ffffff 38%, #fffbf5 75%, #fff1f2 100%);
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
}

.hk-dates-aura-left {
    position: absolute;
    top: 20%;
    left: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 80, 86, 0.18) 0%, rgba(245, 158, 11, 0.1) 50%, transparent 70%);
    filter: blur(55px);
    pointer-events: none;
    z-index: 1;
    animation: hkAuraPulse 8s ease-in-out infinite alternate;
}

.hk-dates-aura-right {
    position: absolute;
    bottom: 15%;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(253, 80, 86, 0.14) 50%, transparent 70%);
    filter: blur(55px);
    pointer-events: none;
    z-index: 1;
    animation: hkAuraPulse 8s ease-in-out infinite alternate;
    animation-delay: -4s;
}

.hk-dates-side-motif {
    position: absolute;
    width: 260px;
    height: 340px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.14;
    filter: drop-shadow(0 4px 15px rgba(253, 80, 86, 0.2));
}

.hk-dates-side-motif.left {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.hk-dates-side-motif.right {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.hk-dates-side-motif img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hk-kalash-float {
    animation: hkKalashFloating 7s ease-in-out infinite alternate;
}

.hk-kalash-float.reverse {
    transform: scaleX(-1);
    animation: hkKalashFloatingRev 7s ease-in-out infinite alternate;
    animation-delay: -3.5s;
}

@keyframes hkKalashFloating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(-16px) rotate(2deg);
    }
}

@keyframes hkKalashFloatingRev {
    0% {
        transform: scaleX(-1) translateY(0px) rotate(0deg);
    }
    100% {
        transform: scaleX(-1) translateY(-16px) rotate(-2deg);
    }
}

#snan-dates .hk-section-title-wrap {
    margin-bottom: 34px;
    max-width: 100%;
    width: 100%;
}

#snan-dates .hk-section-desc {
    max-width: 100%;
    width: 100%;
    line-height: 1.7;
}

.hk-master-table-container {
    background: #ffffff;
    border: 1px solid #fee2e2;
    border-radius: var(--hk-radius-lg);
    box-shadow: 0 16px 40px rgba(253, 80, 86, 0.08), 0 4px 14px rgba(0, 0, 0, 0.03);
    overflow-x: auto;
}

.hk-master-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.hk-master-table th {
    background: var(--hk-black);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 18px 24px;
    border: 0;
    border-bottom: 2px solid var(--hk-red);
    white-space: nowrap;
}

.hk-master-table th:first-child {
    min-width: 250px;
}

.hk-master-table th:nth-child(2) {
    min-width: 170px;
}

.hk-master-table th:nth-child(3) {
    min-width: 160px;
}

.hk-master-table th:nth-child(4) {
    min-width: 320px;
}

.hk-master-table td {
    padding: 18px 22px;
    vertical-align: middle;
    border-bottom: 1px solid var(--hk-border-light);
    font-size: 0.92rem;
    color: #374151;
}

.hk-table-event-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--hk-black);
}

.hk-table-event-name.royal {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hk-royal-badge {
    color: var(--hk-red);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hk-date-val {
    font-weight: 700;
    color: var(--hk-black);
    white-space: nowrap;
}

.hk-date-val.royal {
    color: var(--hk-red);
    font-size: 1.05rem;
}

.hk-category-pill {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 4px;
}

.hk-category-pill.parv {
    background: #f3f4f6;
    color: #4b5563;
}

.hk-category-pill.royal {
    background: var(--hk-red-light);
    color: var(--hk-red);
    border: 1px solid var(--hk-red-border);
}

.hk-category-pill.final {
    background: #f3f4f6;
    color: var(--hk-black);
    border: 1px solid #d1d5db;
}

.hk-row-royal {
    background-color: #fff9f9;
}

.hk-row-royal td:first-child {
    border-left: 4px solid var(--hk-red);
}

.hk-table-btn {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--hk-red);
    background: var(--hk-red-light);
    padding: 6px 14px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: var(--hk-transition);
}

.hk-table-btn:hover {
    background: var(--hk-red);
    color: #ffffff !important;
}

.hk-table-btn.royal {
    background: var(--hk-red-gradient);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(253, 80, 86, 0.3);
}

.hk-table-btn.royal:hover {
    background: linear-gradient(135deg, #e04046 0%, #fd5056 100%);
    box-shadow: 0 6px 18px rgba(253, 80, 86, 0.45);
}

#puja-services {
    padding: 55px 0 65px;
}

#puja-services .hk-section-title-wrap {
    margin-bottom: 34px;
    max-width: 100%;
    width: 100%;
}

#puja-services .hk-section-desc {
    max-width: 100%;
    width: 100%;
    line-height: 1.7;
}

.hk-puja-luxe-card {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    position: relative;
}

.hk-puja-luxe-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
    border-color: #cbd5e1;
}

.hk-puja-img-box {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
    background: #111827;
}

.hk-puja-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.hk-puja-luxe-card:hover .hk-puja-img {
    transform: scale(1.08);
}

.hk-puja-img-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 40%, rgba(17, 24, 39, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
}

.hk-puja-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(17, 24, 39, 0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hk-puja-badge i {
    color: #f59e0b;
}

.hk-puja-loc {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.hk-puja-loc i {
    color: var(--hk-red);
}

.hk-puja-content {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hk-puja-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.hk-puja-desc {
    font-size: 0.84rem;
    color: var(--hk-text-muted);
    line-height: 1.55;
    margin-bottom: 14px;
}

.hk-puja-points {
    list-style: none;
    padding: 10px 12px;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #f8fafc;
    border-radius: var(--hk-radius-sm);
    border: 1px solid #f1f5f9;
}

.hk-puja-points li {
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
    position: relative;
    padding-left: 14px;
    line-height: 1.4;
}

.hk-puja-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hk-red);
}

.hk-puja-footer {
    margin-top: auto;
}

.hk-puja-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--hk-red);
    background: #fff1f2;
    border: 1px solid #fecdd3;
    padding: 9px 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: var(--hk-transition);
}

.hk-puja-action-btn:hover {
    background: var(--hk-red);
    color: #ffffff;
    border-color: var(--hk-red);
}

.hk-itineraries-section {
    padding: 50px 0 60px;
    background: radial-gradient(circle at 88% 12%, rgba(253, 80, 86, 0.12) 0%, transparent 45%),
                radial-gradient(circle at 12% 88%, rgba(245, 158, 11, 0.1) 0%, transparent 45%),
                linear-gradient(150deg, #fff0f1 0%, #fff8ee 45%, #fff1f3 100%);
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    position: relative;
}

.hk-itineraries-section .hk-section-title-wrap {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}

.hk-itineraries-section .hk-section-desc {
    max-width: 100%;
    width: 100%;
    line-height: 1.7;
}

.hk-itin-nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px;
}

.hk-itin-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hk-itin-tab-tag {
    font-size: 0.82rem;
    font-weight: 800;
    background: #fff1f2;
    color: var(--hk-red);
    padding: 4px 10px;
    border-radius: 6px;
    transition: all 0.25s ease;
    letter-spacing: 0.02em;
}

.hk-itin-tab-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    transition: color 0.25s ease;
}

.hk-itin-tab-btn:hover {
    transform: translateY(-2px);
    border-color: var(--hk-red);
    background: #fffafa;
    box-shadow: 0 6px 18px rgba(253, 80, 86, 0.12);
}

.hk-itin-tab-btn.active {
    background: var(--hk-red);
    border-color: var(--hk-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(253, 80, 86, 0.3);
}

.hk-itin-tab-btn.active .hk-itin-tab-tag {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.hk-itin-tab-btn.active .hk-itin-tab-title {
    color: #ffffff;
}

.hk-itin-content-panel {
    display: none;
}

.hk-itin-content-panel.active {
    display: block;
    animation: hkItinSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes hkItinSlideIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hk-itin-overview-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border: 1px solid #fee2e2;
    border-radius: var(--hk-radius-lg);
    padding: 14px 10px;
    margin-bottom: 28px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.hk-itin-overview-item {
    background: transparent;
    border: none;
    border-right: 1px solid #f1f5f9;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: none;
    min-width: 0;
}

.hk-itin-overview-item:last-child {
    border-right: none;
}

.hk-itin-overview-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff1f2;
    color: var(--hk-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    flex-shrink: 0;
}

.hk-itin-overview-meta {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    min-width: 0;
}

.hk-itin-overview-item .label {
    display: block;
    font-size: 0.68rem;
    color: var(--hk-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: left;
}

.hk-itin-overview-item .val {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--hk-black);
    line-height: 1.3;
    white-space: normal;
    text-align: left;
    word-break: normal;
}

.hk-itin-overview-item .val.red {
    color: var(--hk-red);
}

.hk-day-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

.hk-day-timeline::before {
    content: "";
    position: absolute;
    left: 70px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: linear-gradient(180deg, var(--hk-red) 0%, #cbd5e1 30%, #cbd5e1 70%, var(--hk-red) 100%);
    z-index: 1;
}

.hk-day-node {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 22px;
    position: relative;
    z-index: 2;
}

.hk-day-badge {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    padding: 16px 12px;
    text-align: center;
    height: fit-content;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.hk-day-badge.royal {
    border-color: #fecdd3;
    background: linear-gradient(145deg, #fff5f5 0%, #ffffff 100%);
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.12);
}

.hk-day-badge .day-num {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--hk-black);
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.hk-day-badge.royal .day-num {
    color: var(--hk-red);
}

.hk-day-badge .day-phase {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--hk-text-muted);
}

.hk-day-card {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    padding: 22px 24px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hk-day-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    border-color: #cbd5e1;
}

.hk-day-node.highlight .hk-day-card {
    border-left: 4px solid var(--hk-red);
}

.hk-day-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.hk-day-card-header h4 {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 0;
}

.hk-day-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hk-day-tags span {
    font-size: 0.72rem;
    font-weight: 600;
    background: #f8fafc;
    border: 1px solid var(--hk-border-light);
    padding: 2px 8px;
    border-radius: 20px;
    color: #4b5563;
}

.hk-day-desc {
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 14px;
}

.hk-day-schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px;
}

.hk-day-sched-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
    padding: 7px 10px;
}

.hk-sched-time {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--hk-black);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2px 6px;
    border-radius: 4px;
    flex-shrink: 0;
}

.hk-sched-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hk-itin-inclusions-strip {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--hk-border-light);
}

.hk-inc-box {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.hk-inc-box h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 16px;
}

.hk-inc-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hk-inc-box li {
    font-size: 0.86rem;
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.45;
}

.hk-inc-box li i {
    color: var(--hk-red);
    font-size: 0.95rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.hk-inc-cta-panel {
    background: linear-gradient(145deg, #fff5f5 0%, #ffffff 100%);
    border: 1px solid #fecdd3;
    border-radius: var(--hk-radius-lg);
    padding: 28px 26px;
    color: var(--hk-black);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(253, 80, 86, 0.05);
}

.hk-inc-cta-panel h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 8px;
}

.hk-inc-cta-panel p {
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hk-inc-cta-panel .hk-btn-red {
    border-radius: 30px;
    width: fit-content;
}

@media (max-width: 991px) {
    .hk-itin-overview-strip {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .hk-itin-overview-item {
        border-right: none;
    }

    .hk-day-timeline::before {
        display: none;
    }

    .hk-day-node {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hk-day-badge {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        text-align: left;
    }

    .hk-day-badge .day-num {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hk-itin-nav-bar {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 8px;
        padding: 4px 12px 12px;
        margin-left: -12px;
        margin-right: -12px;
        justify-content: flex-start;
        scrollbar-width: none;
        width: auto;
    }

    .hk-itin-nav-bar::-webkit-scrollbar {
        display: none;
    }

    .hk-itin-tab-btn {
        flex: 0 0 auto;
        scroll-snap-align: start;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 10px;
        border: 1.5px solid #e2e8f0;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        min-height: auto;
    }

    .hk-itin-tab-tag {
        font-size: 0.74rem;
        font-weight: 800;
        padding: 3px 8px;
        border-radius: 6px;
    }

    .hk-itin-tab-title {
        font-size: 0.92rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .hk-itin-tab-btn.active {
        background: var(--hk-red);
        border-color: var(--hk-red);
        box-shadow: 0 6px 18px rgba(253, 80, 86, 0.32);
    }

    .hk-itin-tab-btn.active .hk-itin-tab-tag {
        background: rgba(255, 255, 255, 0.22);
        color: #ffffff;
    }

    .hk-itin-tab-btn.active .hk-itin-tab-title {
        color: #ffffff;
    }

    .hk-itin-overview-icon {
        display: none !important;
    }

    .hk-itin-overview-strip {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        background: transparent;
        border: none;
        padding: 0;
        margin-bottom: 18px;
        box-shadow: none;
    }

    .hk-itin-overview-item {
        background: #ffffff;
        border: 1px solid #fee2e2;
        border-radius: 12px;
        padding: 12px 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        width: 100%;
        box-sizing: border-box;
    }

    .hk-itin-overview-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .hk-itin-overview-item .label {
        font-size: 0.68rem;
        font-weight: 800;
        color: var(--hk-red);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
        line-height: 1.2;
        text-align: left;
        display: block;
        width: 100%;
    }

    .hk-itin-overview-item .val {
        font-size: 0.88rem;
        font-weight: 700;
        color: #1e293b;
        line-height: 1.35;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        text-align: left;
        display: block;
        width: 100%;
    }

    .hk-itin-overview-item .val.red {
        color: var(--hk-red);
    }

    .hk-day-card {
        padding: 16px 16px;
    }

    .hk-day-schedule-grid {
        grid-template-columns: 1fr;
    }

    .hk-sched-text {
        white-space: normal;
    }

    .hk-inc-cta-panel .hk-btn-red {
        width: 100%;
        justify-content: center;
    }
}

.hk-weather-section {
    position: relative;
    overflow: hidden;
    background-color: #f8fafc;
}

.hk-weather-fog-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(65deg, transparent 0%, rgba(0, 0, 0, 0.15) 14%, rgba(0, 0, 0, 0.85) 35%, #000000 55%);
    mask-image: linear-gradient(65deg, transparent 0%, rgba(0, 0, 0, 0.15) 14%, rgba(0, 0, 0, 0.85) 35%, #000000 55%);
}

.hk-weather-fog-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    opacity: 0.92;
}

.hk-weather-fog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.2) 0%, rgba(248, 250, 252, 0.05) 50%, rgba(248, 250, 252, 0.25) 100%);
}

@media (max-width: 991px) {
    .hk-weather-fog-bg {
        width: 100%;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000000 25%);
        mask-image: linear-gradient(180deg, transparent 0%, #000000 25%);
        opacity: 0.4;
    }
}

.hk-season-bar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.hk-season-box {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.hk-season-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
    border-color: #cbd5e1;
}

.hk-season-box.winter {
    background: radial-gradient(circle at 100% 0%, rgba(224, 242, 254, 0.7) 0%, transparent 55%),
                linear-gradient(155deg, #f0f9ff 0%, #ffffff 50%, #f8fafc 100%);
    border-color: #bae6fd;
    box-shadow: 0 4px 16px rgba(186, 230, 253, 0.2);
}

.hk-season-box.spring {
    background: radial-gradient(circle at 100% 0%, rgba(220, 252, 231, 0.65) 0%, transparent 55%),
                linear-gradient(155deg, #f0fdf4 0%, #ffffff 50%, #f8fafc 100%);
    border-color: #bbf7d0;
    box-shadow: 0 4px 16px rgba(187, 247, 208, 0.2);
}

.hk-season-box.highlight {
    border: 2px solid var(--hk-red);
    background: radial-gradient(circle at 100% 0%, rgba(253, 80, 86, 0.14) 0%, transparent 60%),
                radial-gradient(circle at 0% 100%, rgba(245, 158, 11, 0.1) 0%, transparent 60%),
                linear-gradient(155deg, #fff5f5 0%, #ffffff 45%, #fff1f2 100%);
    box-shadow: 0 10px 30px rgba(253, 80, 86, 0.14);
}

.hk-season-box.highlight:hover {
    box-shadow: 0 18px 40px rgba(253, 80, 86, 0.24);
    transform: translateY(-6px);
}

.hk-season-box.summer {
    background: radial-gradient(circle at 100% 0%, rgba(254, 215, 170, 0.65) 0%, transparent 55%),
                linear-gradient(155deg, #fffbeb 0%, #ffffff 50%, #fff7ed 100%);
    border-color: #fed7aa;
    box-shadow: 0 4px 16px rgba(254, 215, 170, 0.2);
}

.hk-season-month {
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 10px;
    display: block;
}

.hk-season-box.highlight .hk-season-month {
    color: var(--hk-red);
}

.hk-season-temp-wrap {
    margin-bottom: 8px;
}

.hk-temp-main {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--hk-black);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.hk-temp-sep {
    font-weight: 400;
    color: #9ca3af;
    margin: 0 4px;
}

.hk-temp-gauge-wrap {
    margin-bottom: 14px;
}

.hk-temp-gauge-track {
    position: relative;
    width: 100%;
    height: 5px;
    background: #e2e8f0;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 5px;
}

.hk-temp-gauge-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 99px;
}

.hk-temp-gauge-bar.winter {
    background: linear-gradient(90deg, #60a5fa, #38bdf8);
}

.hk-temp-gauge-bar.spring {
    background: linear-gradient(90deg, #34d399, #fbbf24);
}

.hk-temp-gauge-bar.peak {
    background: linear-gradient(90deg, #fbbf24, #fd5056);
}

.hk-temp-gauge-bar.summer {
    background: linear-gradient(90deg, #f97316, #ef4444);
}

.hk-temp-gauge-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748b;
}

.hk-season-desc {
    font-size: 0.84rem;
    color: #4b5563;
    line-height: 1.55;
    margin-bottom: 14px;
    flex-grow: 1;
}

.hk-season-footer {
    padding-top: 10px;
    border-top: 1px dashed var(--hk-border-light);
    margin-top: auto;
}

.hk-season-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 3px 9px;
    border-radius: 4px;
    color: #475569;
}

.hk-season-tag.red {
    background: #fff1f2;
    border-color: #fecdd3;
    color: var(--hk-red);
    font-weight: 700;
}

.hk-divider-line {
    height: 1px;
    background: var(--hk-border-light);
    margin: 40px 0;
}

.hk-snan-ritual-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0 115px;
    background-color: #111827;
    border-top: 2px solid var(--hk-red);
    border-bottom: 2px solid var(--hk-red);
}

.hk-snan-bg-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.hk-snan-bg-photo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

.hk-snan-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        rgba(17, 24, 39, 0.94) 0%, 
        rgba(17, 24, 39, 0.88) 35%, 
        rgba(17, 24, 39, 0.72) 70%, 
        rgba(17, 24, 39, 0.58) 100%
    );
}

.hk-snan-ritual-section .hk-main-heading span:first-child {
    color: #ffffff;
}

.hk-snan-ritual-section .hk-section-desc {
    color: #cbd5e1;
}

.hk-ritual-strip-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.hk-snan-ritual-section .hk-ritual-node {
    border-top: 2px solid var(--hk-red);
    padding-top: 16px;
    transition: var(--hk-transition);
}

.hk-snan-ritual-section .hk-node-count {
    font-size: 2rem;
    font-weight: 800;
    color: var(--hk-red);
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.hk-snan-ritual-section .hk-ritual-node h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.hk-snan-ritual-section .hk-ritual-node p {
    font-size: 0.84rem;
    color: #cbd5e1;
    line-height: 1.55;
    margin-bottom: 0;
}

.hk-ghats-section {
    padding: 60px 0 70px;
    background: radial-gradient(circle at 15% 15%, #fff2f2 0%, #fffbf8 50%, #fff4f4 100%), linear-gradient(135deg, #fff3f4 0%, #fffdfa 50%, #fff1f2 100%);
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    position: relative;
    overflow: hidden;
}

.hk-ghats-bg-watermark {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    width: 620px;
    height: 620px;
    background: url('/assets/images/special-pages/haridwar-kumbh/haridwar-ghats-mandala-watermark.svg') no-repeat center center;
    background-size: contain;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}

.hk-ghats-section .container {
    position: relative;
    z-index: 1;
}

.hk-ghats-title-wrap {
    max-width: 100% !important;
    margin-bottom: 36px;
}

.hk-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, var(--hk-red) 0%, #dc2626 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(253, 80, 86, 0.28);
}

.hk-ghats-section .hk-section-desc {
    max-width: 100% !important;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #4b5563;
}

.hk-ghats-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hk-ghat-tab {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--hk-radius-md);
    padding: 15px 20px;
    text-align: left;
    color: var(--hk-black);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    width: 100%;
}

.hk-tab-num {
    font-size: 1.15rem;
    font-weight: 800;
    color: #94a3b8;
    transition: color 0.3s ease;
    flex-shrink: 0;
    width: 24px;
}

.hk-ghat-tab-text {
    flex-grow: 1;
    min-width: 0;
}

.hk-ghat-tab strong {
    display: block;
    font-size: 0.96rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 2px;
    transition: color 0.3s ease;
}

.hk-ghat-tab span {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.35;
}

.hk-ghat-tab:hover {
    background: #fffafa;
    border-color: var(--hk-red);
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(253, 80, 86, 0.08);
}

.hk-ghat-tab:hover .hk-tab-num {
    color: var(--hk-red);
}

.hk-ghat-tab.active {
    background: #fff5f5;
    border-color: var(--hk-red);
    border-left: 4px solid var(--hk-red);
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.12);
}

.hk-ghat-tab.active .hk-tab-num {
    color: var(--hk-red);
    opacity: 1;
}

.hk-ghat-tab.active strong {
    color: var(--hk-red);
}

.hk-ghat-display-card {
    background: #ffffff;
    border: 1px solid #fee2e2;
    border-radius: var(--hk-radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.hk-ghat-photo-wrap {
    position: relative;
    overflow: hidden;
}

.hk-ghat-photo-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.4s ease, opacity 0.25s ease;
}

.hk-ghat-display-card:hover .hk-ghat-photo-wrap img {
    transform: scale(1.02);
}

.hk-ghat-photo-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(17, 24, 39, 0.85);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 14px;
    border-radius: 30px;
    backdrop-filter: blur(8px);
}

.hk-ghat-info-pane {
    padding: 26px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hk-ghat-info-pane h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.hk-ghat-info-pane p {
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.68;
    margin-bottom: 20px;
}

.hk-ghat-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: #fff8f8;
    border: 1px solid #fecdd3;
    border-radius: 10px;
    padding: 14px 18px;
}

.hk-ghat-meta-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.hk-ghat-meta-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--hk-red);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
    line-height: 1.2;
}

.hk-ghat-meta-val {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .hk-ghats-menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 8px;
        padding: 4px 4px 12px;
        margin-bottom: 16px;
        scrollbar-width: none;
    }

    .hk-ghats-menu::-webkit-scrollbar {
        display: none;
    }

    .hk-ghat-tab {
        flex: 0 0 auto;
        scroll-snap-align: start;
        padding: 10px 16px;
        border-radius: 10px;
        border: 1.5px solid #e2e8f0;
        gap: 10px;
        width: auto;
    }

    .hk-ghat-tab span {
        display: none;
    }

    .hk-ghat-tab strong {
        font-size: 0.88rem;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .hk-tab-num {
        font-size: 0.88rem;
        width: auto;
    }

    .hk-ghat-tab.active {
        background: var(--hk-red);
        border-color: var(--hk-red);
        border-left: 1.5px solid var(--hk-red);
        transform: none;
    }

    .hk-ghat-tab.active .hk-tab-num {
        color: #ffffff;
    }

    .hk-ghat-tab.active strong {
        color: #ffffff;
    }

    .hk-ghat-photo-wrap img {
        height: 240px;
    }

    .hk-ghat-info-pane {
        padding: 18px 20px;
    }

    .hk-ghat-info-pane h3 {
        font-size: 1.2rem;
    }

    .hk-ghat-info-pane p {
        font-size: 0.88rem;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .hk-ghat-meta-grid {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px 14px;
    }
}

.hk-reasons-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
}

.hk-reason-item {
    border-left: 2px solid var(--hk-red);
    padding-left: 14px;
}

.hk-reason-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--hk-black);
    margin-bottom: 4px;
}

.hk-reason-item p {
    font-size: 0.88rem;
    color: var(--hk-text-muted);
    line-height: 1.55;
    margin-bottom: 0;
}

.hk-luxury-trust-card {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    padding: 38px 32px;
    color: var(--hk-text-dark);
    box-shadow: var(--hk-shadow-card);
}

.hk-trust-chip {
    display: inline-block;
    background: var(--hk-red-light);
    color: var(--hk-red);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.hk-trust-top h3 {
    font-size: 1.45rem;
    color: var(--hk-black);
    margin-bottom: 10px;
}

.hk-trust-top p {
    color: var(--hk-text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.hk-trust-metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    border-top: 1px solid var(--hk-border-light);
    border-bottom: 1px solid var(--hk-border-light);
    padding: 20px 0;
    margin-bottom: 24px;
}

.hk-unit-num {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--hk-red);
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.hk-unit-desc {
    font-size: 0.8rem;
    color: #4b5563;
}

.hk-care-section {
    padding: 60px 0 70px;
    background: radial-gradient(circle at 85% 20%, #fff3f3 0%, #fffdfa 50%, #fff4f4 100%), linear-gradient(145deg, #fff5f5 0%, #ffffff 50%, #fff1f2 100%);
    border-top: none;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.hk-royal-border-strip {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #fed7aa 20%, #fd5056 50%, #fed7aa 80%, transparent 100%);
    z-index: 5;
    pointer-events: none;
}

.hk-royal-border-top {
    top: 0;
}

.hk-royal-border-bottom {
    bottom: 0;
}

.hk-royal-crest {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #fd5056 0%, #b91c1c 100%);
    border: 2.5px solid #ffffff;
    box-shadow: 0 0 10px rgba(253, 80, 86, 0.45);
    border-radius: 2px;
}

.hk-royal-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fd5056;
    box-shadow: 0 0 6px rgba(253, 80, 86, 0.4);
}

.hk-royal-dot.left {
    left: calc(50% - 24px);
}

.hk-royal-dot.right {
    left: calc(50% + 19px);
}

.hk-care-bg-skyline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 680px;
    height: 280px;
    background: url('/assets/images/special-pages/haridwar-kumbh/haridwar-temple-skyline-motif.svg') no-repeat bottom right;
    background-size: contain;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.hk-care-section .container {
    position: relative;
    z-index: 1;
}

.hk-care-title-wrap {
    max-width: 100% !important;
    margin-bottom: 36px;
}

.hk-care-section .hk-section-desc {
    max-width: 100% !important;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #4b5563;
}

.hk-care-bays-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff;
    border: 1.5px solid #fee2e2;
    border-radius: var(--hk-radius-lg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.hk-care-bay {
    padding: 34px 28px;
    border-right: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    background: transparent;
    transition: background 0.3s ease;
}

.hk-care-bay:last-child {
    border-right: none;
}

.hk-care-bay:hover {
    background: #fffdfd;
}

.hk-bay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.hk-bay-number {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--hk-red);
    opacity: 0.6;
}

.hk-bay-tag {
    background: #fff1f2;
    color: var(--hk-red);
    border: 1px solid #fecdd3;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 10px;
    border-radius: 20px;
}

.hk-bay-title {
    font-size: 1.22rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.hk-bay-desc {
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 22px;
}

.hk-bay-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hk-bay-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
    color: #374151;
    line-height: 1.45;
}

.hk-bay-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff1f2;
    color: var(--hk-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .hk-care-bays-wrapper {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .hk-care-bay {
        padding: 22px 18px;
        border-right: none;
        border-bottom: 1px solid #fee2e2;
    }

    .hk-care-bay:last-child {
        border-bottom: none;
    }

    .hk-bay-title {
        font-size: 1.12rem;
    }

    .hk-bay-desc {
        font-size: 0.85rem;
        margin-bottom: 16px;
    }

    .hk-bay-feature-list {
        gap: 10px;
    }

    .hk-bay-feature-list li {
        font-size: 0.82rem;
    }
}

.hk-stay-spread {
    background: #ffffff;
    border: 1px solid var(--hk-border-light);
    border-radius: var(--hk-radius-lg);
    overflow: hidden;
    height: 100%;
    transition: var(--hk-transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.hk-stay-spread:hover {
    transform: translateY(-5px);
    box-shadow: var(--hk-shadow-card);
}

.hk-stay-visual {
    position: relative;
}

.hk-stay-visual img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.hk-stay-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(17, 24, 39, 0.85);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.hk-stay-prose {
    padding: 22px;
}

.hk-stay-prose h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--hk-black);
    margin-bottom: 8px;
}

.hk-stay-prose p {
    font-size: 0.88rem;
    color: var(--hk-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.hk-amenity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hk-amenity-tags span {
    display: inline-flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--hk-border-light);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4b5563;
}

.hk-dining-section {
    padding: 60px 0 70px;
    background: radial-gradient(circle at 10% 25%, #fff6ee 0%, #fffbf8 50%, #fff2f2 100%), linear-gradient(135deg, #fff7f2 0%, #ffffff 50%, #fff5f5 100%);
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    position: relative;
    overflow: hidden;
}

.hk-dining-title-wrap {
    max-width: 100% !important;
    margin-bottom: 38px;
}

.hk-dining-section .hk-section-desc {
    max-width: 100% !important;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #4b5563;
}

.hk-dining-visual-wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hk-dining-img-box {
    border: 2px solid #fee2e2;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(253, 80, 86, 0.08);
    overflow: hidden;
}

.hk-dining-img-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hk-dining-visual-wrap:hover .hk-dining-img-box img {
    transform: scale(1.02);
}

.hk-dining-cert-badge {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #fee2e2;
    margin-top: -28px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hk-cert-leaf-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff1f2;
    color: var(--hk-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.hk-dining-cert-badge strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--hk-black);
    margin-bottom: 2px;
}

.hk-dining-cert-badge span {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.35;
}

.hk-dining-points-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hk-dining-point {
    background: #ffffff;
    border: 1px solid #fee2e2;
    border-radius: 12px;
    padding: 13px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}

.hk-dining-point:hover {
    border-color: var(--hk-red);
    transform: translateX(4px);
    box-shadow: 0 4px 14px rgba(253, 80, 86, 0.06);
}

.hk-dp-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff1f2;
    color: var(--hk-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.hk-dining-point h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 2px;
}

.hk-dining-point p {
    font-size: 0.83rem;
    color: #64748b;
    line-height: 1.45;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hk-dining-img-box img {
        height: 280px;
    }

    .hk-dining-prose {
        padding-left: 0;
    }

    .hk-dining-cert-badge {
        margin-left: 10px;
        margin-right: 10px;
        padding: 12px 14px;
        gap: 10px;
    }
}

.hk-akharas-section {
    padding: 65px 0 75px;
    background: radial-gradient(circle at 90% 15%, #fff1f2 0%, #fffcfc 40%, #fff5f5 100%), linear-gradient(180deg, #ffffff 0%, #fffafa 50%, #fff5f5 100%);
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    position: relative;
    overflow: hidden;
}

.hk-akharas-left {
    padding-right: 15px;
}

.hk-akhara-context-text {
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 22px;
}

.hk-peshwai-card {
    background: #ffffff;
    border: 1.5px solid #fee2e2;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(253, 80, 86, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hk-peshwai-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff1f2;
    color: var(--hk-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.hk-peshwai-text strong {
    display: block;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 3px;
}

.hk-peshwai-text span {
    display: block;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.hk-akhara-lineup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hk-akhara-tier {
    background: #ffffff;
    border: 1.5px solid #fee2e2;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}

.hk-akhara-tier:hover {
    border-color: var(--hk-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(253, 80, 86, 0.07);
}

.hk-tier-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.hk-tier-badge-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hk-tier-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hk-red);
}

.hk-tier-dot.shaivite {
    background: #e11d48;
}

.hk-tier-dot.vaishnavite {
    background: #ea580c;
}

.hk-tier-dot.udasi {
    background: #0284c7;
}

.hk-tier-name {
    font-size: 0.94rem;
    font-weight: 800;
    color: #111827;
}

.hk-tier-count {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--hk-red);
    background: #fff1f2;
    border: 1px solid #fecdd3;
    padding: 2px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hk-tier-desc {
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.55;
    margin-bottom: 14px;
}

.hk-akhara-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hk-akhara-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.hk-akhara-tier:hover .hk-akhara-pill {
    background: #fff5f5;
    border-color: #fecdd3;
    color: #991b1b;
}

@media (max-width: 991px) {
    .hk-akharas-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .hk-akhara-tier {
        padding: 16px 18px;
    }
}

.hk-faq-section-luxe {
    padding: 55px 0 60px;
    position: relative;
    background: radial-gradient(circle at 5% 10%, rgba(253, 80, 86, 0.05) 0%, transparent 45%),
                radial-gradient(circle at 95% 90%, rgba(253, 80, 86, 0.06) 0%, transparent 45%),
                linear-gradient(180deg, #ffffff 0%, #fffafa 50%, #fcf5f5 100%);
    border-top: 1px solid var(--hk-border-light);
    border-bottom: 1px solid var(--hk-border-light);
    overflow: hidden;
}

.hk-faq-title-wrap {
    max-width: 100% !important;
    margin-bottom: 34px;
}

.hk-faq-section-luxe .hk-section-desc {
    max-width: 100% !important;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #4b5563;
}

.hk-faq-mandala-watermark {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 550px;
    height: 550px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.16;
    animation: hkMandalaSpin 140s linear infinite;
}

.hk-faq-mandala-watermark.left {
    top: auto;
    bottom: -150px;
    left: -150px;
    right: auto;
    width: 620px;
    height: 620px;
    opacity: 0.13;
    animation: hkMandalaSpinRev 160s linear infinite;
}

.hk-faq-mandala-watermark img {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes hkMandalaSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes hkMandalaSpinRev {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.hk-faq-skyline-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.14;
    background: url('/assets/images/special-pages/haridwar-kumbh/haridwar-temple-skyline-motif.svg') bottom center no-repeat;
    background-size: cover;
}

.hk-faq-accordion-clean {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.hk-faq-item {
    border: 1px solid #e8eaed;
    border-radius: var(--hk-radius-md);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.hk-faq-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.hk-faq-item.is-open {
    border-color: rgba(253, 80, 86, 0.4);
    box-shadow: 0 8px 24px rgba(253, 80, 86, 0.09);
}

.hk-faq-toggle {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    background: #ffffff;
    border: 0;
    text-align: left;
    cursor: pointer;
    transition: var(--hk-transition);
}

.hk-faq-qwrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.hk-faq-qnum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--hk-red);
    background: var(--hk-red-light);
    border: 1px solid var(--hk-red-border);
    padding: 2px 7px;
    border-radius: 4px;
    line-height: 1.2;
    margin-top: 2px;
    flex-shrink: 0;
    letter-spacing: 0.03em;
}

.hk-faq-qtext {
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--hk-black);
    line-height: 1.45;
    transition: var(--hk-transition);
}

.hk-faq-toggle:hover .hk-faq-qtext {
    color: var(--hk-red);
}

.hk-faq-item.is-open .hk-faq-qtext {
    color: var(--hk-red);
}

.hk-faq-icon-pill {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-top: 1px;
}

.hk-faq-icon-pill i {
    font-size: 0.78rem;
    color: #4b5563;
    transition: transform 0.3s ease, color 0.3s ease;
}

.hk-faq-toggle:hover .hk-faq-icon-pill {
    background: var(--hk-red-light);
}

.hk-faq-toggle:hover .hk-faq-icon-pill i {
    color: var(--hk-red);
}

.hk-faq-item.is-open .hk-faq-icon-pill {
    background: var(--hk-red);
}

.hk-faq-item.is-open .hk-faq-icon-pill i {
    transform: rotate(45deg);
    color: #ffffff;
}

.hk-faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 18px 0 51px;
    color: #4b5563;
    font-size: 0.89rem;
    line-height: 1.65;
    background: #ffffff;
    border-top: 1px solid transparent;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, padding 0.35s ease, border-color 0.3s ease;
}

.hk-faq-item.is-open .hk-faq-content {
    max-height: 280px;
    opacity: 1;
    padding: 12px 18px 18px 51px;
    border-top-color: rgba(0, 0, 0, 0.04);
}

.hk-inquiry-section-full {
    padding: 85px 0 95px;
    background: radial-gradient(circle at 12% 20%, #fff1f2 0%, #ffffff 45%, #fff5f5 100%), linear-gradient(135deg, #fff5f5 0%, #ffffff 50%, #fff0f1 100%);
    border-top: 1px solid #fee2e2;
    position: relative;
    overflow: hidden;
}

.hk-inquiry-bg-watermark {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.05;
}

.hk-inquiry-bg-watermark.left {
    top: -100px;
    left: -100px;
}

.hk-inquiry-bg-watermark.right {
    bottom: 0;
    right: 0;
}

.hk-inquiry-content {
    position: relative;
    z-index: 2;
}

.hk-inquiry-kicker {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--hk-red);
    background: #fff1f2;
    border: 1px solid #fecdd3;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.hk-inquiry-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.hk-inquiry-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1.5px solid #fee2e2;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}

.hk-inquiry-benefit-item:hover {
    border-color: var(--hk-red);
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(253, 80, 86, 0.06);
}

.hk-benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff1f2;
    color: var(--hk-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.hk-benefit-text strong {
    display: block;
    font-size: 0.94rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 3px;
}

.hk-benefit-text span {
    display: block;
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.hk-inquiry-direct-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.hk-direct-contact-label {
    font-size: 0.86rem;
    font-weight: 600;
    color: #4b5563;
}

.hk-direct-contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hk-direct-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.86rem;
    color: #111827;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 9px 18px;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hk-direct-contact-link:hover {
    color: var(--hk-red);
    border-color: var(--hk-red);
    background: #fff5f5;
}

.hk-direct-contact-link.whatsapp {
    color: #15803d;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.hk-direct-contact-link.whatsapp:hover {
    background: #dcfce7;
    color: #166534;
}

.hk-inquiry-card {
    background: #ffffff;
    border: 1.5px solid #fee2e2;
    border-top: 4px solid var(--hk-red);
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.hk-inquiry-card-header {
    margin-bottom: 22px;
}

.hk-inquiry-card-header h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 4px;
}

.hk-inquiry-card-header p {
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}

.hk-form-group {
    margin-bottom: 4px;
}

.hk-form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
}

.hk-req {
    color: var(--hk-red);
}

.hk-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.hk-input-icon {
    position: absolute;
    left: 14px;
    color: #94a3b8;
    font-size: 0.88rem;
    pointer-events: none;
}

.hk-form-group .form-control {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    color: #111827;
    padding: 11px 14px 11px 38px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.2s ease;
    height: 44px;
}

.hk-form-group .form-control:focus {
    background: #ffffff;
    border-color: var(--hk-red);
    box-shadow: 0 0 0 3px rgba(253, 80, 86, 0.12);
    outline: none;
}

.hk-form-group .form-control::placeholder {
    color: #94a3b8;
}

.hk-inquiry-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #fd5056 0%, #dc2626 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 13px 24px;
    font-size: 0.96rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(253, 80, 86, 0.28);
    transition: all 0.25s ease;
    cursor: pointer;
    margin-top: 6px;
}

.hk-inquiry-submit-btn:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 8px 24px rgba(253, 80, 86, 0.38);
    transform: translateY(-2px);
}

.hk-inquiry-trust-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.hk-trust-item {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 7px;
}

.hk-trust-item i {
    color: var(--hk-red);
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .hk-inquiry-section-full {
        padding: 45px 0 55px;
    }

    .hk-inquiry-card {
        padding: 22px 18px;
        margin-bottom: 24px;
        border-radius: 14px;
    }

    .hk-inquiry-card-header h3 {
        font-size: 1.15rem;
    }

    .hk-inquiry-benefits {
        gap: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hk-inquiry-benefit-item {
        padding: 12px 14px;
        gap: 12px;
    }

    .hk-benefit-text strong {
        font-size: 0.9rem;
    }

    .hk-benefit-text span {
        font-size: 0.8rem;
    }

    .hk-direct-contact-buttons {
        flex-direction: column;
    }

    .hk-direct-contact-link {
        width: 100%;
        padding: 10px 16px;
    }

    .hk-inquiry-trust-footer {
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
    }

    .hk-faq-content {
        padding: 0 16px 0 16px;
    }

    .hk-faq-item.is-open .hk-faq-content {
        padding: 10px 16px 16px 16px;
        max-height: 420px;
    }
}

.hk-floating-cta-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--hk-border-light);
    padding: 12px 0;
    backdrop-filter: blur(12px);
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hk-floating-cta-bar.is-visible {
    bottom: 0;
}

.hk-floating-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hk-floating-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--hk-black);
    display: block;
}

.hk-floating-sub {
    font-size: 0.78rem;
    color: var(--hk-text-muted);
}

.hk-floating-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hk-floating-btn-alt {
    color: var(--hk-black);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid var(--hk-border-light);
    border-radius: 999px;
    background: #ffffff;
}

.hk-floating-btn-main {
    background: var(--hk-red-gradient);
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(253, 80, 86, 0.25);
    transition: var(--hk-transition);
}

.hk-floating-btn-main:hover {
    background: linear-gradient(135deg, #e04046 0%, #fd5056 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(253, 80, 86, 0.4);
}

@media (max-width: 991px) {
    .hk-luxe-hero {
        padding: 40px 0 35px;
    }

    .hk-panel-primary {
        width: 100%;
        left: 0;
        top: 0;
        height: 55%;
        bottom: auto;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .hk-panel-secondary {
        width: 100%;
        right: 0;
        bottom: 0;
        height: 55%;
        top: auto;
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .hk-hero-dual-overlay {
        background: linear-gradient(180deg, rgba(8, 12, 20, 0.72) 0%, rgba(8, 12, 20, 0.82) 50%, rgba(8, 12, 20, 0.94) 100%);
    }

    .hk-focal-summary-panel {
        margin-top: 28px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .hk-luxe-hero-strip {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 32px;
        padding-top: 20px;
        gap: 16px;
    }

    .hk-itin-nav-bar {
        grid-template-columns: 1fr;
    }

    .hk-itin-overview-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .hk-day-node {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hk-season-bar-grid {
        grid-template-columns: 1fr;
    }

    .hk-inquiry-box {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .hk-luxe-hero {
        padding: 32px 0 35px;
    }

    .hk-luxe-hero-eyebrow {
        gap: 8px;
        margin-bottom: 10px;
    }

    .hk-eyebrow-date {
        font-size: 0.78rem;
        padding: 4px 12px;
    }

    .hk-luxe-hero-title {
        font-size: clamp(1.85rem, 7.2vw, 2.35rem);
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .hk-luxe-hero-lead {
        font-size: 0.92rem;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .hk-luxe-hero-ctas {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .hk-btn-red,
    .hk-btn-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .hk-focal-header h3 {
        font-size: 1.25rem;
    }

    .hk-focal-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px 10px;
    }

    .hk-focal-label {
        font-size: 0.7rem;
    }

    .hk-focal-val {
        font-size: 0.98rem;
    }

    .hk-focal-btn {
        padding: 12px 16px;
        font-size: 0.88rem;
    }

    .hk-luxe-hero-strip {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 24px;
        padding-top: 18px;
    }

    .hk-strip-num {
        font-size: 1.5rem;
    }

    .hk-strip-text strong {
        font-size: 0.85rem;
    }

    .hk-strip-text span {
        font-size: 0.75rem;
    }

    .hk-itin-overview-strip {
        grid-template-columns: 1fr;
    }

    .hk-editorial-section {
        padding: 50px 0;
    }

    .hk-floating-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .hk-floating-actions {
        width: 100%;
        justify-content: center;
    }

    .hk-faq-mandala-watermark,
    .hk-ghats-bg-watermark,
    .hk-hero-shimmer-beam,
    .hk-panel-primary,
    .hk-panel-secondary {
        animation: none !important;
    }
}

.hk-editorial-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 750px;
}

.hk-faq-mandala-watermark,
.hk-ghats-bg-watermark,
.hk-inquiry-bg-watermark,
.hk-care-motif,
.hk-kalash-float {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    pointer-events: none;
}
