/* Redesigned Premium Hero Section - Exact Match Mockup Layout */
.desktop-only-inline {
    display: inline !important;
}
.mobile-only-inline {
    display: none !important;
}

.hero-booking-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #0f0f0f;
    padding-top: 80px; /* Navbar offset */
}

/* Fullscreen Background Video */
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Soft dark overlay that spans the whole screen for text contrast */
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 12, 10, 0.8) 0%, rgba(15, 12, 10, 0.65) 50%, rgba(15, 12, 10, 0.35) 100%);
    z-index: 1;
}

.hero-mobile-bullets,
.hero-bottom-strip {
    display: none;
}

/* Flex Container for side-by-side */
.hero-booking-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 3rem 1.5rem 3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

/* Left Column: Headline, Subtitle, Gold Boxes, Action Buttons */
.hero-text-content {
    flex: 1;
    max-width: 600px;
}

/* Elegant luxury serif title to match mockup perfectly */
.hero-main-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0.01em;
    margin-bottom: 1.2rem;
}

.gold-text {
    color: #C5A059;
}

.italic-serif {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
    font-size: 4rem;
    letter-spacing: 0;
    display: inline-block;
}

.title-underline {
    width: 80px;
    height: 1px;
    background-color: #C5A059;
    margin-bottom: 2rem;
}

.hero-main-desc {
    font-family: 'HvDTrial Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #e5e0d8;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 2.2rem;
}

/* Horizontal Gold Feature Boxes */
.hero-feature-boxes {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    max-width: 520px;
}

.hf-box {
    flex: 1;
    border: 1px solid rgba(197, 160, 89, 0.25); /* Thinner border */
    border-radius: 6px;
    padding: 0.9rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(15, 12, 10, 0.45);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hf-box:hover {
    border-color: rgba(197, 160, 89, 0.7);
    background: rgba(197, 160, 89, 0.08);
    transform: translateY(-2px);
}

.hf-box-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    color: #C5A059;
}

.hf-box span {
    font-family: 'D-DIN', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffffff;
    line-height: 1.3;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.btn-book-primary {
    background: #C5A059;
    color: #ffffff !important;
    padding: 0.95rem 2rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1.5px solid #C5A059;
    cursor: pointer;
    font-family: 'HvDTrial Brandon Grotesque', sans-serif;
    letter-spacing: 0.08em;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
}

.btn-book-primary:hover {
    background: transparent;
    color: #C5A059 !important;
    border-color: #C5A059;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.3);
}

.btn-watch-video {
    background: transparent;
    color: #ffffff !important;
    padding: 0.95rem 2rem;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'HvDTrial Brandon Grotesque', sans-serif;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.btn-watch-video:hover {
    background: #ffffff;
    color: #0f2537 !important;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
}

/* Right Column: Booking Form Card */
.hero-booking-form-wrapper {
    width: 420px;
    flex-shrink: 0;
}

.hero-booking-card {
    background: #FAF8F5; /* Warm off-white ivory background as in mockup */
    border-radius: 16px;
    padding: 2.2rem;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    color: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.hero-booking-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'D-DIN', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0.5rem;
}

.card-title-underline {
    width: 40px;
    height: 2px;
    background-color: #C5A059;
    margin-bottom: 1.5rem;
}

.h-booking-form .form-group {
    margin-bottom: 1.1rem;
}

.h-booking-form label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'D-DIN', sans-serif;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon i,
.input-with-icon svg {
    position: absolute;
    right: 0.95rem;
    color: #a0aec0;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.input-with-icon input,
.input-with-icon.time-trigger-box {
    width: 100%;
    padding: 0.8rem 0.95rem;
    padding-right: 2.2rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #2d3748;
    background: #ffffff;
    transition: all 0.2s ease;
    font-family: 'HvDTrial Brandon Grotesque', 'Brandon Grotesque', sans-serif;
}

.input-with-icon input:focus {
    outline: none;
    border-color: #C5A059;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.1);
}

.time-trigger-box {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-input-row {
    display: flex;
    gap: 0.4rem;
}

.country-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 0;
    min-width: 100px;
}

.country-select-wrapper select {
    appearance: none;
    background: transparent;
    border: none;
    padding: 0.8rem 1.6rem 0.8rem 0.6rem;
    font-size: 0.85rem;
    color: #2d3748;
    cursor: pointer;
    width: 100%;
    font-family: 'HvDTrial Brandon Grotesque', 'Brandon Grotesque', sans-serif;
}

.country-select-wrapper select:focus {
    outline: none;
}

/* Removed .flag-icon style */

.country-select-wrapper .dropdown-icon {
    position: absolute;
    right: 0.4rem;
    color: #a0aec0;
    width: 14px;
    height: 14px;
    pointer-events: none;
}

.phone-input-flex {
    flex: 1;
}

/* Warm Gold/Brown button styling as in mockup */
.btn-confirm-booking {
    width: 100%;
    background: #8C6D45; /* Dark gold/brown background */
    color: #ffffff;
    padding: 0.95rem;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'D-DIN', sans-serif;
    letter-spacing: 0.05em;
}

.btn-confirm-booking:hover {
    background: #765C38;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(140, 109, 69, 0.25);
}

.btn-confirm-booking i {
    width: 16px;
    height: 16px;
}

.spam-notice {
    text-align: center;
    font-size: 0.7rem;
    color: #718096;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.spam-notice i {
    width: 12px;
    height: 12px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-booking-section {
        height: auto;
        padding-bottom: 4rem;
    }
    .hero-booking-container {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }
    .hero-text-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-feature-boxes {
        width: 100%;
        max-width: 100%;
    }
    .hero-actions {
        justify-content: center;
    }
    .hero-booking-form-wrapper {
        width: 100%;
        max-width: 400px;
    }
    .title-underline {
        margin: 0 auto 1.5rem auto;
    }
}

@media (max-width: 768px) {
    .hero-booking-form-wrapper {
        display: none !important; /* Hide redundant card to save massive vertical space */
    }
    .hero-booking-section {
        min-height: 90vh !important;
        height: auto !important;
        padding-top: 90px !important;
        padding-bottom: 2rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .hero-booking-container {
        padding: 0.75rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    /* Removed card container; text sits directly on background video */
    .hero-text-content {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: none !important;
        padding: 0 1.2rem !important;
        box-shadow: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        position: relative !important;
    }

    .hero-main-title {
        color: #ffffff !important; /* High contrast white text directly on video */
        font-family: var(--font-reviews) !important;
        font-size: 1.8rem !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        margin-bottom: 0.5rem !important;
        text-transform: none !important;
        letter-spacing: -0.01em !important;
        text-align: center !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
    }

    .hero-main-title .gold-text.italic-serif {
        color: #C5A059 !important; /* Premium brand gold */
        font-family: var(--font-heading) !important;
        font-size: 1.85rem !important;
        font-style: italic !important;
        font-weight: 700 !important;
        display: inline-block !important;
    }

    .title-underline {
        display: none !important; /* Hide old underline rule */
    }

    /* Premium Gold-bordered Pill for subtitle */
    .hero-main-desc {
        background-color: rgba(197, 160, 89, 0.2) !important;
        border: 1px solid #C5A059 !important;
        color: #ffffff !important;
        font-family: var(--font-reviews) !important;
        font-weight: 700 !important;
        font-size: 0.8rem !important;
        padding: 0.55rem 1.1rem !important;
        border-radius: 50px !important;
        display: inline-block !important;
        margin: 0.75rem 0 1rem 0 !important;
        letter-spacing: 0.01em !important;
        text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
        text-align: center !important;
    }

    /* Mobile Only Trust Bullets (high contrast directly on video) */
    .hero-mobile-bullets {
        display: block !important;
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 0 1.25rem 0 !important;
        width: 100% !important;
        text-align: left !important;
        padding-left: 1.2rem !important;
        max-width: 320px !important;
    }

    .hero-mobile-bullets li {
        font-family: var(--font-reviews) !important;
        font-size: 0.88rem !important;
        color: #ffffff !important; /* White text for contrast */
        font-weight: 600 !important;
        margin-bottom: 0.45rem !important;
        position: relative !important;
        padding-left: 1.1rem !important;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6) !important;
    }

    .hero-mobile-bullets li::before {
        content: "•" !important;
        color: #C5A059 !important; /* Gold bullet point */
        font-size: 1.25rem !important;
        position: absolute !important;
        left: 0 !important;
        top: -1px !important;
    }

    /* Solid black overlay on mobile video */
    .hero-bg-overlay {
        background: rgba(0, 0, 0, 0.72) !important;
    }

    /* Mobile only single paragraph style */
    .hero-mobile-summary-para {
        font-family: var(--font-reviews) !important;
        font-size: 0.92rem !important;
        color: #ffffff !important;
        line-height: 1.6 !important;
        margin: 0.8rem 0 1.5rem 0 !important;
        text-align: center !important;
        max-width: 340px !important;
        text-shadow: 0 1px 4px rgba(0,0,0,0.6) !important;
        font-weight: 500 !important;
        display: block !important;
    }

    /* Inline display utilities inside media query */
    .desktop-only-inline {
        display: none !important;
    }
    .mobile-only-inline {
        display: inline !important;
    }

    /* Buttons over video - Side-by-side & Compact */
    .hero-actions {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 0.75rem !important;
        margin-top: 0 !important;
        margin-bottom: 1.25rem !important;
        max-width: 320px !important; /* Centered compact width */
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    .btn-book-primary {
        background: linear-gradient(135deg, #C5A059 0%, #b38e4b 100%) !important; /* Brand gold gradient */
        color: #ffffff !important;
        flex: 1 !important;
        border-radius: 12px !important; /* Premium Squircle */
        padding: 0.88rem 0.5rem !important;
        font-weight: 800 !important;
        font-size: 0.82rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.35rem !important;
        border: none !important;
        box-shadow: 0 4px 15px rgba(197, 160, 89, 0.35) !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        letter-spacing: 0.04em !important;
    }

    .btn-watch-video {
        background-color: rgba(255, 255, 255, 0.08) !important; /* Premium glassmorphism */
        color: #ffffff !important; 
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
        flex: 1 !important;
        border-radius: 12px !important; /* Premium Squircle */
        padding: 0.88rem 0.5rem !important;
        font-weight: 800 !important;
        font-size: 0.82rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.35rem !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        box-sizing: border-box !important;
        text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
        white-space: nowrap !important;
        letter-spacing: 0.04em !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
    }

    /* Bottom strip (matching mockup) */
    .hero-bottom-strip {
        display: block !important;
        width: 100% !important;
        background-color: #fff1f2 !important; /* Soft rose/pink */
        color: #9f1239 !important; /* Crimson text */
        font-weight: 700 !important;
        font-size: 0.85rem !important;
        padding: 0.6rem 0 !important;
        border-radius: 12px !important;
        text-align: center !important;
        box-sizing: border-box !important;
        border: 1px solid #ffe4e6 !important;
    }
}

/* Fullscreen Centered Date Calendar Modal */
#date-cal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(15, 12, 10, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 999999 !important;
    display: none; /* Managed by JS */
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#date-cal[style*="display: flex"],
#date-cal[style*="display:flex"] {
    display: flex !important;
}

/* Modal Content Card */
.date-cal-content {
    background: #ffffff !important;
    width: 90% !important;
    max-width: 480px; /* Increased width */
    padding: 2.5rem !important; /* Increased padding */
    border-radius: 20px !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    box-sizing: border-box !important;
    animation: dateCalReveal 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes dateCalReveal {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* FMR Treatment Card Hover Transition */
.signature-card:hover .after-img {
    opacity: 1 !important;
}


/* ============================================================
   MOBILE HERO RE-DESIGN (MOCKUP EXACT MATCH IN GOLD THEME)
   ============================================================ */
@media (max-width: 768px) {
    /* Hide desktop hero content explicitly on mobile */
    .hero-text-content.desktop-only-view-block {
        display: none !important;
    }

    /* Set hero booking section padding to accommodate the bottom panel */
    .hero-booking-section {
        padding-bottom: 125px !important;
    }

    .hero-text-content-mobile {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }

    /* Top Badge Pill */
    .m-hero-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        background-color: rgba(197, 160, 89, 0.15) !important; /* Gold tint background */
        border: 1px solid rgba(197, 160, 89, 0.3) !important;
        color: #C5A059 !important; /* Gold text */
        font-family: var(--font-reviews) !important;
        font-weight: 700 !important;
        font-size: 0.75rem !important;
        padding: 0.45rem 1rem !important;
        border-radius: 50px !important;
        margin-bottom: 1rem !important;
        letter-spacing: 0.05em !important;
    }
    .m-hero-badge .badge-icon {
        width: 14px !important;
        height: 14px !important;
    }

    /* Mobile Hero Title */
    .m-hero-title {
        font-family: 'Cormorant Garamond', Georgia, serif !important;
        font-size: 2.35rem !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        line-height: 1.2 !important;
        text-transform: none !important;
        letter-spacing: 0.01em !important;
        margin: 0 0 1rem 0 !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
    }
    .m-gold-text {
        color: #C5A059 !important;
        font-family: 'Cormorant Garamond', Georgia, serif !important;
        text-transform: none !important;
    }
    .m-italic-serif {
        font-style: italic !important;
        font-weight: 500 !important;
    }

    /* Gold Accent Underline with Dot */
    .m-hero-accent-line {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        margin-bottom: 1rem !important;
    }
    .m-hero-accent-line .accent-bar {
        width: 40px !important;
        height: 2px !important;
        background-color: #C5A059 !important;
    }
    .m-hero-accent-line .accent-dot {
        width: 4px !important;
        height: 4px !important;
        border-radius: 50% !important;
        background-color: #C5A059 !important;
    }

    /* Mobile Description Paragraph */
    .m-hero-desc {
        font-family: var(--font-reviews) !important;
        font-size: 0.9rem !important;
        color: rgba(255, 255, 255, 0.95) !important;
        line-height: 1.6 !important;
        margin: 0 0 1.5rem 0 !important;
        max-width: 330px !important;
        text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
        text-align: center !important;
    }

    /* Stacked Premium Buttons */
    .m-hero-actions {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.8rem !important;
        max-width: 320px !important;
        box-sizing: border-box !important;
    }

    /* Primary Gold Button */
    .m-btn-primary {
        background: linear-gradient(135deg, #C5A059 0%, #b38e4b 100%) !important;
        color: #ffffff !important;
        border-radius: 12px !important;
        padding: 0.95rem 1.25rem !important;
        font-weight: 800 !important;
        font-size: 0.85rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; /* Arrow pushed to right */
        text-decoration: none !important;
        box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3) !important;
        transition: all 0.2s ease !important;
        border: none !important;
        box-sizing: border-box !important;
        font-family: var(--font-reviews) !important;
    }
    .m-btn-primary .m-btn-left {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }
    .m-btn-primary .m-btn-icon {
        width: 18px !important;
        height: 18px !important;
    }
    .m-btn-primary .m-btn-arrow {
        width: 16px !important;
        height: 16px !important;
    }

    /* Secondary Glassmorphic Button */
    .m-btn-secondary {
        background-color: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
        border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
        border-radius: 12px !important;
        padding: 0.95rem 1.25rem !important;
        font-weight: 800 !important;
        font-size: 0.85rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; /* Arrow pushed to right */
        text-decoration: none !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.2s ease !important;
        box-sizing: border-box !important;
        font-family: var(--font-reviews) !important;
    }
    .m-btn-secondary .m-btn-left {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }
    .m-btn-secondary .m-btn-icon {
        width: 18px !important;
        height: 18px !important;
    }
    .m-btn-secondary .m-btn-arrow {
        width: 16px !important;
        height: 16px !important;
    }

    /* Bottom Stats Strip Card Panel */
    .m-hero-bottom-panel {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        border-radius: 30px 30px 0 0 !important;
        padding: 1.25rem 0.5rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.06) !important;
        z-index: 5 !important;
        box-sizing: border-box !important;
        border-top: 1px solid rgba(0,0,0,0.02) !important;
    }
    .m-hbp-column {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 4px !important;
    }
    .m-hbp-icon-circle {
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        background-color: rgba(197, 160, 89, 0.12) !important; /* Soft gold background circle */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 6px !important;
    }
    .m-hbp-icon {
        width: 16px !important;
        height: 16px !important;
        color: #C5A059 !important; /* Gold icon */
    }
    .m-hbp-text {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .m-hbp-title {
        font-family: var(--font-reviews) !important;
        font-weight: 800 !important;
        font-size: 0.72rem !important;
        color: #0f2537 !important;
        line-height: 1.2 !important;
    }
    .m-hbp-subtitle {
        font-family: var(--font-reviews) !important;
        font-weight: 500 !important;
        font-size: 0.65rem !important;
        color: #718096 !important;
        margin-top: 1px !important;
        line-height: 1.2 !important;
    }
    .m-hbp-divider {
        width: 1px !important;
        height: 35px !important;
        background-color: rgba(0, 0, 0, 0.08) !important;
        align-self: center !important;
    }
}
