/*!
 * custom-style-homepage.css
 * ─────────────────────────────────────────────────────────────────────────────
 * Homepage — Hotel Vila Rica Campinas
 * Base: custom-style-codex.css  (codex snapshot)
 * Purpose: Next-generation task sandbox. All T4+ visual restructuring and
 *          subsequent planned tasks (T5, T6…) are developed here first before
 *          being promoted to the production stylesheet.
 * Homepage — served as the actual WordPress front page
 * ─────────────────────────────────────────────────────────────────────────────
 */

:root {
    --hvr-primary: #7D0000;
    --hvr-secondary: #9B2A2C;
    --hvr-white: #FFFFFF;
    --hvr-dark: #1A1A1A;
    --hvr-glass-bg: rgba(255, 255, 255, 0.1);
    --hvr-glass-border: rgba(255, 255, 255, 0.15);
    --hvr-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

/* Custom smooth transitions for header bar and components */
.site-header,
.ast-primary-header-bar,
.main-header-bar,
.main-header-menu,
.main-header-menu .menu-item > a,
.site-title a,
.ast-mobile-menu-trigger,
.ast-custom-button,
.site-logo-img img,
.custom-logo-link img,
img.custom-logo {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Ensure logo size remains elegant and doesn't layout shift */
body.home .site-header .site-logo-img img,
body.home .site-header .custom-logo-link img,
body.home .site-header img.custom-logo {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Reset logo wrappers to prevent clipping and align them to center */
body.home .site-header .site-branding,
body.home .site-header .site-logo-img,
body.home .site-header .custom-logo-link {
    max-height: none !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Make header position fixed/absolute on the home page so it floats over the hero/media block */
body.home .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Inner elements reset: transparent, zero padding/margin, height 100% to match site-header */
body.home .site-header .ast-main-header-wrap,
body.home .site-header .ast-primary-header-bar,
body.home .site-header .main-header-bar {
    background-color: transparent !important;
    background: transparent !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* --- STATE A: Initial Top Position (Home Page Only - 150px, Wine Background) --- */
body.home:not(.hvr-scrolled) .site-header {
    background-color: var(--hvr-primary) !important; /* #7D0000 */
    min-height: 150px !important;
    height: 150px !important;
    padding-top: 35px !important; /* 35px space at the top */
    border-bottom: none !important;
    box-shadow: none !important;
}

body.home:not(.hvr-scrolled) .site-logo-img img,
body.home:not(.hvr-scrolled) .custom-logo-link img {
    max-height: 100px !important;
    height: auto !important;
}

/* Text and Links: White in Top State */
body.home:not(.hvr-scrolled) .main-header-menu .menu-item > a,
body.home:not(.hvr-scrolled) .site-title a,
body.home:not(.hvr-scrolled) .ast-mobile-menu-trigger,
body.home:not(.hvr-scrolled) .ast-header-search,
body.home:not(.hvr-scrolled) .ast-custom-button {
    color: var(--hvr-white) !important;
}

/* Hover: Invert to secondary wine */
body.home:not(.hvr-scrolled) .main-header-menu .menu-item:hover > a,
body.home:not(.hvr-scrolled) .site-title a:hover {
    color: var(--hvr-secondary) !important;
}

/* --- STATE B: Scrolled / Inverted Color State (110px, White Background) --- */
body.home.hvr-scrolled .site-header {
    background-color: var(--hvr-white) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08) !important;
    min-height: 110px !important;
    height: 110px !important;
    padding-top: 35px !important; /* Keep 35px top padding in scrolled menu */
}

body.home.hvr-scrolled .site-logo-img img,
body.home.hvr-scrolled .custom-logo-link img {
    max-height: 60px !important;
    height: auto !important;
}

/* Align navigation links and logo vertically center in the remaining height */
body.home .site-header .ast-builder-grid-row {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

body.home .site-header .site-header-primary-section-left,
body.home .site-header .site-header-primary-section-right,
body.home .site-header .ast-builder-layout-element {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

body.home .site-header .main-header-bar-navigation,
body.home .site-header .ast-primary-header-bar-navigation,
body.home .site-header .main-header-menu {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

body.home .site-header .main-header-menu .menu-item {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

body.home .site-header .main-header-menu .menu-item > a,
body.home .site-header .main-header-menu .menu-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Text and Links: Dark Wine Color when Scrolled */
body.home.hvr-scrolled .main-header-menu .menu-item > a,
body.home.hvr-scrolled .site-title a,
body.home.hvr-scrolled .ast-mobile-menu-trigger,
body.home.hvr-scrolled .ast-header-search,
body.home.hvr-scrolled .ast-custom-button {
    color: var(--hvr-primary) !important;
}

/* Hover: Bright Secondary Wine Color when Scrolled */
body.home.hvr-scrolled .main-header-menu .menu-item:hover > a,
body.home.hvr-scrolled .site-title a:hover {
    color: var(--hvr-secondary) !important;
}

/* --- REMOVE EMPTY SPACE ABOVE HERO & ALIGN TO MENU --- */
body.home #content,
body.home .site-content,
body.home .ast-container,
body.home #primary,
body.home main,
body.home article,
body.home .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
}

/* Hide empty or layout-injected paragraphs at the root level of content containers on home page */
body.home .ast-container > p,
body.home #content > p,
body.home .site-content > p,
body.home #primary > p,
body.home main > p,
body.home article > p,
body.home .entry-content > p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Suppress WordPress-injected blank elements and paragraphs */
body.home p:empty,
body.home br,
body.home .entry-content p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

body.home .entry-content p {
    margin: 0 !important;
    padding: 0 !important;
}

body.home .hvr-hub-section {
    padding-top: 180px !important; /* Matches transparent header height overlay */
}

body.home .hvr-hero-section {
    padding-top: 60px !important; /* Normal padding as it is now the second section */
}

/* Ensure current active page link is styled bold */
.main-header-menu .current-menu-item > a {
    font-weight: 700 !important;
}

/* --- UI Utilities for Glassmorphism & Micro-animations --- */
.glass-panel {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
}

.glass-panel-dark {
    background: rgba(26, 26, 26, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

/* Pulsing action animation utility */
@keyframes hvr-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(155, 42, 44, 0.4);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(155, 42, 44, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(155, 42, 44, 0);
    }
}

.hvr-pulse-button {
    animation: hvr-pulse 2s infinite;
}

/* --- FLOATING WHATSAPP BUTTON (BOTTOM LEFT) --- */

.hvr-floating-whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    z-index: 999999;
}

.hvr-whats-inner-wrapper {
    width: 100%;
    height: 100%;
    animation: hvrWhatsFloatPulse 4s ease-in-out infinite;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hvr-floating-whatsapp a {
    display: block;
    width: 100%;
    height: 100%;
}

.hvr-floating-whatsapp .iconBg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4), 0 0 10px rgba(37, 211, 102, 0.2);
    transition: box-shadow 0.3s ease;
}

.hvr-floating-whatsapp img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}

/* Hover effects */
.hvr-floating-whatsapp:hover .hvr-whats-inner-wrapper {
    transform: scale(1.12) translateY(-4px);
    animation-play-state: paused;
}

.hvr-floating-whatsapp:hover .iconBg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), 0 0 20px rgba(37, 211, 102, 0.6);
}

@keyframes hvrWhatsFloatPulse {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-8px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

/* --- STICKY CTA FLOATING RESERVATION BUTTON --- */

.hvr-sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    background-color: var(--hvr-primary);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    box-shadow: var(--hvr-shadow);
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    
    /* Subtle Floating & Pulsing animation */
    animation: hvrFloat 3.5s ease-in-out infinite, hvrPulseGlow 2.5s infinite;
}

/* Floating animation */
@keyframes hvrFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Pulsing wine glow in collapsed state */
@keyframes hvrPulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(125, 0, 0, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(125, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(125, 0, 0, 0);
    }
}

/* Expanded state: hover or active (modal open) */
.hvr-sticky-cta:hover,
.hvr-sticky-cta.hvr-active {
    width: 210px;
    animation: hvrFloat 3.5s ease-in-out infinite; /* keep floating but stop pulsing */
    box-shadow: 0 10px 30px rgba(125, 0, 0, 0.25) !important;
}

/* Inversion style upon clicking/active */
.hvr-sticky-cta.hvr-active {
    background-color: var(--hvr-white) !important;
    border-color: var(--hvr-primary) !important;
}

/* Content layout */
.hvr-cta-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

/* Icon wrapper and positioning */
.hvr-cta-icon-wrapper {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hvr-cta-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1); /* Ensure it's white initially */
    transition: all 0.4s ease;
}

/* Invert icon color to wine #7D0000 in active state */
.hvr-sticky-cta.hvr-active .hvr-cta-icon {
    filter: brightness(0) invert(9%) sepia(98%) saturate(3828%) hue-rotate(352deg) brightness(79%) contrast(116%) !important;
}

/* CTA text styling */
.hvr-cta-text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease;
    margin-left: 0;
    font-size: 16px;
    font-weight: 700;
}

/* Show text in hover or active state */
.hvr-sticky-cta:hover .hvr-cta-text,
.hvr-sticky-cta.hvr-active .hvr-cta-text {
    opacity: 1;
    width: auto;
    margin-left: 12px;
}

/* Color inversion for text in active state: solid wine with gold outline shadow */
.hvr-sticky-cta.hvr-active .hvr-cta-text {
    background: var(--hvr-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 4px rgba(191, 149, 63, 0.4);
    animation: none;
}

/* Spotlight overlay */
.hvr-cta-spotlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.35) 0%, transparent 60%);
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.hvr-sticky-cta:hover .hvr-cta-spotlight {
    opacity: 1;
}

/* --- RESERVA MODAL STYLING (GLASSMORPHISM & WINE COLOR ACCENTS) --- */

.hvr-reserva-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hvr-reserva-modal.hvr-show {
    opacity: 1;
    pointer-events: auto;
}

/* Modal box - Frosted glass */
.hvr-modal-glass-container {
    background: rgba(26, 26, 26, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    width: 90%;
    max-width: 440px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    color: var(--hvr-white);
    transform: scale(0.9) translateY(30px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hvr-reserva-modal.hvr-show .hvr-modal-glass-container {
    transform: scale(1) translateY(0);
}

/* Modal Title */
.hvr-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.hvr-modal-header h3 {
    margin: 0;
    font-size: 22px;
    font-family: 'Outfit', sans-serif;
    color: var(--hvr-white);
    letter-spacing: 0.5px;
}

.hvr-modal-close-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 32px;
    cursor: pointer;
    line-height: 0.8;
    transition: color 0.2s;
    padding: 0;
}

.hvr-modal-close-btn:hover {
    color: var(--hvr-secondary);
}

/* Form */
.hvr-form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hvr-form-group label {
    font-size: 11px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.hvr-form-group input,
.hvr-form-group select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px;
    color: var(--hvr-white);
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

.hvr-form-group input:focus,
.hvr-form-group select:focus {
    border-color: #BF953F; /* Gold highlight focus */
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 10px rgba(191, 149, 63, 0.25);
}

/* Datepicker specific styles */
.hvr-form-group input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(50%) saturate(1000%) hue-rotate(20deg); /* Style date picker indicator white/gold tint */
    cursor: pointer;
}

/* Button CTA submit */
.hvr-btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--hvr-primary) 0%, var(--hvr-secondary) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--hvr-white);
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(125, 0, 0, 0.35);
}

.hvr-btn-submit:hover {
    background: linear-gradient(135deg, var(--hvr-secondary) 0%, #B83A3C 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(125, 0, 0, 0.45);
}

/* Divider styling */
.hvr-modal-divider {
    text-align: center;
    margin: 25px 0;
    position: relative;
}

.hvr-modal-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1;
}

.hvr-modal-divider span {
    background: #1F1F1F;
    padding: 0 15px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
}

/* WhatsApp and Phone direct buttons */
.hvr-quick-contacts {
    display: flex;
    gap: 15px;
}

.hvr-contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.hvr-contact-whatsapp {
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25D366;
}

.hvr-contact-whatsapp:hover {
    background: #25D366;
    color: var(--hvr-white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.hvr-contact-phone {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--hvr-white);
}

.hvr-contact-phone:hover {
    background: var(--hvr-white);
    color: var(--hvr-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* Golden text styling */
.golden-shine-text {
    background: linear-gradient(to right, #BF953F 0%, #FCF6BA 25%, #B38728 50%, #FBF5B7 75%, #AA771C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: hvrGoldShine 4s linear infinite;
    text-shadow: 0px 0px 8px rgba(252, 246, 186, 0.2);
}

@keyframes hvrGoldShine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* --- HOMEPAGE LAYOUT STYLES --- */

/* Zero out all Astra page container padding and margins to force full-width bleed */
body.home .site-content .ast-container,
body.home .site-content,
body.home #primary,
body.home main,
body.home article,
body.home .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Hero / Entrance Section (Full width, right after header) */
.hvr-hero-section {
    padding-top: 150px !important; /* exactly header height */
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    background: linear-gradient(135deg, #1A1A1A 0%, #2A080A 100%);
    width: 100% !important;
    max-width: 100% !important;
}

.hvr-hero-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 0 !important; /* full bleed touch */
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: 96vh;
    min-height: 768px;
    max-height: 922px;
}

/* Left Column: Media */
.hvr-hero-media {
    position: relative;
    height: 100%;
}

.hvr-media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hvr-entrance-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hvr-media-wrapper:hover .hvr-entrance-img {
    transform: scale(1.05);
}

.hvr-media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
}

.hvr-media-overlay h2 {
    margin: 0;
    font-size: 28px;
    font-family: 'Outfit', sans-serif;
}

/* Right Column: Map Card */
.hvr-hero-map {
    display: flex;
    height: 100%;
}

.hvr-map-card {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: var(--hvr-white);
    height: 100%;
    border-radius: 0 !important;
    border: none !important;
}

.hvr-map-header {
    margin-bottom: 20px;
}

.hvr-map-header h4 {
    margin: 0 0 5px;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    color: var(--hvr-white);
}

.hvr-map-header p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.hvr-map-stub-container {
    flex: 1;
    background: rgba(0, 0, 0, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.hvr-map-placeholder-content {
    max-width: 280px;
    z-index: 2;
}

.hvr-map-placeholder-icon {
    font-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
    animation: hvrFloat 3s infinite ease-in-out;
}

.hvr-map-placeholder-content h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.hvr-map-placeholder-content p {
    margin: 0 0 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.4;
}

.hvr-btn-map-preview {
    background: transparent;
    border: 1px solid var(--hvr-white);
    color: var(--hvr-white);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.hvr-btn-map-preview:hover {
    background: var(--hvr-white);
    color: var(--hvr-dark);
}

/* Hub Grid (5 Cards Section) - Parallax background with floating glass spheres */
.hvr-hub-section {
    background-size: cover;
    background-position: center var(--hvr-hub-bg-y, 0px);
    background-attachment: scroll;
    position: relative;
    padding: 120px 4%;
    z-index: 1;
}

.hvr-hub-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.65);
    z-index: -1;
}

.hvr-hub-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

/* Spherical / Ellipse Glassmorphic Cards (Horizontal Ellipses) */
.hvr-hub-card {
    grid-column: span 2;
    width: 340px;
    height: 230px;
    border-radius: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /* Premium 3D Glass Sphere Styling */
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.4) 100%) !important;
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(255, 255, 255, 0.15);
    
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Second Row offsets disabled for symmetrical 6-card layout */
/* .hvr-hub-grid > a:nth-child(4) {
    grid-column: 2 / span 2;
}

.hvr-hub-grid > a:nth-child(5) {
    grid-column: 4 / span 2;
} */

/* Responsive grid layout */
@media (max-width: 1100px) {
    .hvr-hub-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .hvr-hub-card {
        grid-column: auto !important;
        width: 300px;
        height: 200px;
    }
    .hvr-hub-grid > a:nth-child(4),
    .hvr-hub-grid > a:nth-child(5) {
        grid-column: auto !important;
    }
}

.hvr-hub-card p {
    margin: 0;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-family: 'Outfit', sans-serif;
}

/* Card hover animation */
.hvr-hub-card:hover {
    transform: translateY(-12px) scale(1.05);
    border-color: rgba(0, 243, 255, 0.5) !important;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(0, 243, 255, 0.1) 100%) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 243, 255, 0.3), inset 0 0 25px rgba(255, 255, 255, 0.2);
}

/* Kinetic Wavy Typography (Frontier_WD style) */
.hvr-wavy-text {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.hvr-wavy-line {
    display: flex;
    justify-content: center;
    gap: 1px;
}

.hvr-wavy-char {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.hvr-hub-card:hover .hvr-wavy-char {
    animation: hvrKineticWave 0.9s ease-in-out infinite;
    animation-delay: calc(var(--char-idx) * 0.07s);
}

@keyframes hvrKineticWave {
    0%, 100% {
        transform: translateY(0) scale(1);
        color: #FFFFFF;
    }
    50% {
        transform: translateY(-10px) scale(1.18);
        color: #00F3FF; /* cyan glow accent at wave peak */
        text-shadow: 0 0 10px rgba(0, 243, 255, 0.8), 0 0 20px rgba(0, 243, 255, 0.4);
    }
}

/* Scroll storytelling section stubs */
.hvr-section-stub {
    min-height: 480px;
    margin: 60px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(26, 26, 26, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.hvr-stub-content {
    max-width: 650px;
    padding: 40px;
}

.hvr-stub-content h2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    color: var(--hvr-white);
    letter-spacing: 0.5px;
}

.hvr-stub-divider {
    width: 60px;
    height: 3px;
    background-color: var(--hvr-primary);
    margin: 0 auto 24px;
}

.hvr-stub-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 0;
}

/* Responsive grid layouts */
@media (max-width: 1024px) {
    .hvr-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hvr-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hvr-hub-card {
        grid-column: span 1 !important;
    }
    
    /* Tablet offsets disabled for symmetrical 6-card layout */
    /* .hvr-hub-grid > a:nth-child(4) {
        grid-column: span 1 !important;
    }
    
    .hvr-hub-grid > a:nth-child(5) {
        grid-column: span 2 !important;
    } */
}

@media (max-width: 768px) {
    .hvr-hub-grid {
        grid-template-columns: 1fr;
    }
    .hvr-hub-card {
        grid-column: span 1 !important;
    }
    .hvr-hub-grid > a:nth-child(5) {
        grid-column: span 1 !important;
    }
    .hvr-hero-section {
        padding-top: 100px;
    }
}/* --- HERO MEDIA SLIDER STYLES --- */
.hvr-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    aspect-ratio: auto !important;
}

.hvr-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.hvr-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.hvr-slide.active {
    opacity: 1;
    z-index: 2;
}

.hvr-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Dots navigation */
.hvr-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.45);
    padding: 8px 16px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hvr-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hvr-slider-dot.active,
.hvr-slider-dot:hover {
    background-color: var(--hvr-white);
    transform: scale(1.25);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* --- LEAFLET MAP & LAYER TOGGLES STYLING --- */
.hvr-leaflet-map-container {
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

/* Custom Leaflet permanent tooltips for areas of interest */
.hvr-map-permanent-tooltip {
    background: rgba(26, 26, 26, 0.9) !important;
    border: 1.5px solid var(--hvr-gold, #BF953F) !important;
    border-radius: 6px !important;
    color: var(--hvr-gold, #BF953F) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    padding: 4px 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45) !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 90px !important;
    width: max-content !important;
    min-width: 60px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.hvr-map-permanent-tooltip .travel-time-info {
    font-size: 10px !important;
    color: #00F3FF !important; /* cyan for details */
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 4px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: normal;
    animation: hvrFadeIn 0.3s ease-in-out;
}

@keyframes hvrFadeIn {
    from { opacity: 0; transform: translateY(2px); }
    to { opacity: 1; transform: translateY(0); }
}

.hvr-map-permanent-tooltip::before {
    border-top-color: var(--hvr-gold, #BF953F) !important;
    border-bottom-color: var(--hvr-gold, #BF953F) !important;
    border-left-color: var(--hvr-gold, #BF953F) !important;
    border-right-color: var(--hvr-gold, #BF953F) !important;
}

/* Specific overrides for the first map widget (#hvr-leaflet-map) */
#hvr-leaflet-map .hvr-map-permanent-tooltip {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    font-size: 6.3px !important; /* 30% smaller font size compared to current 9px */
}

#hvr-leaflet-map .hvr-map-permanent-tooltip::before {
    display: none !important;
}

#hvr-leaflet-map .hvr-marker-pin.hotel-pin {
    background: var(--hvr-primary, #7D0000) !important;
    box-shadow: 0 0 18px rgba(125, 0, 0, 0.8) !important;
}

#hvr-leaflet-map .hvr-marker-pin.hotel-pin::after {
    border-color: var(--hvr-primary, #7D0000) !important;
}

/* Hotel polygon permanent tooltip style override (transparent background, raw text, menu coloring, 11px font size) */
.hvr-hotel-polygon-tooltip {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    color: var(--hvr-primary, #7D0000) !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

.hvr-hotel-polygon-tooltip::before {
    display: none !important;
}

/* Shining and pulsating SVG path for the Hotel Vila Rica polygon shape */
.hvr-hotel-polygon {
    animation: hvrPolygonPulse 3s infinite ease-in-out;
    filter: drop-shadow(0 0 8px rgba(125, 0, 0, 0.7));
}

@keyframes hvrPolygonPulse {
    0% {
        stroke-width: 2.5px;
        fill-opacity: 0.15;
        stroke-opacity: 0.8;
    }
    50% {
        stroke-width: 4px;
        fill-opacity: 0.35;
        stroke-opacity: 1;
        filter: drop-shadow(0 0 15px rgba(125, 0, 0, 0.95));
    }
    100% {
        stroke-width: 2.5px;
        fill-opacity: 0.15;
        stroke-opacity: 0.8;
    }
}

.hvr-map-layer-toggles {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.hvr-map-layer-toggles::-webkit-scrollbar {
    height: 3px;
}
.hvr-map-layer-toggles::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.hvr-map-layer-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--hvr-white);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hvr-map-layer-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.25);
}

.hvr-map-layer-btn.active {
    background: #00F3FF !important;
    border-color: #00F3FF !important;
    color: var(--hvr-dark) !important;
    box-shadow: 0 0 12px rgba(0, 243, 255, 0.4) !important;
}

/* Custom Marker styles */
.hvr-custom-marker {
    background: transparent;
    border: none;
}

.hvr-marker-pin {
    width: 32px;
    height: 32px;
    border-radius: 50% 50% 50% 0;
    background: rgba(10, 10, 10, 0.85) !important;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    border: 2px solid #00F3FF !important;
    box-shadow: 0 0 10px rgba(0, 243, 255, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #00F3FF !important;
}

.hvr-marker-pin span {
    transform: rotate(45deg);
    font-size: 14px;
    display: block;
    line-height: 1;
}

/* Hotel Pin (Neon Cyan Accent with White Border) */
.hvr-marker-pin.hotel-pin {
    background: #00F3FF !important;
    border-color: var(--hvr-white) !important;
    color: var(--hvr-dark) !important;
    box-shadow: 0 0 18px rgba(0, 243, 255, 0.8) !important;
}

/* Pulse effect for the Hotel Pin */
.hvr-marker-pulse-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
}

.hvr-marker-pin.hotel-pin::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid #00F3FF;
    opacity: 0;
    animation: hvrPinPulse 2.5s infinite;
}

@keyframes hvrPinPulse {
    0% { transform: scale(0.6); opacity: 0; }
    50% { opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

.hvr-marker-pin:hover {
    transform: rotate(-45deg) scale(1.15) !important;
    background: #00F3FF !important;
    color: var(--hvr-dark) !important;
    box-shadow: 0 0 20px #00F3FF !important;
    z-index: 999;
}

/* Custom Tooltips / Popups Glassmorphism - Holographic Neon Border */
.leaflet-popup-content-wrapper {
    background: rgba(10, 10, 10, 0.9) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid #00F3FF !important;
    color: var(--hvr-white) !important;
    border-radius: 12px !important;
    padding: 6px !important;
    box-shadow: 0 0 25px rgba(0, 243, 255, 0.4) !important;
}

.leaflet-popup-tip {
    background: rgba(10, 10, 10, 0.9) !important;
    border-left: 1px solid #00F3FF !important;
    border-bottom: 1px solid #00F3FF !important;
}

.hvr-popup-content h5 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #00F3FF !important;
    text-shadow: 0 0 5px rgba(0, 243, 255, 0.6);
}

.hvr-popup-content p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}

.hvr-popup-content .hvr-popup-category {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 243, 255, 0.6);
    margin-bottom: 5px;
    font-weight: 600;
}

/* Holographic Hover Tooltips */
.hvr-hologram-tooltip {
    background: rgba(10, 10, 10, 0.85) !important;
    border: 1px solid #00F3FF !important;
    box-shadow: 0 0 10px rgba(0, 243, 255, 0.4) !important;
    color: #00F3FF !important;
    border-radius: 4px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 4px 8px !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

.leaflet-tooltip-top.hvr-hologram-tooltip::before {
    border-top-color: #00F3FF !important;
}
.leaflet-tooltip-bottom.hvr-hologram-tooltip::before {
    border-bottom-color: #00F3FF !important;
}
.leaflet-tooltip-left.hvr-hologram-tooltip::before {
    border-left-color: #00F3FF !important;
}
.leaflet-tooltip-right.hvr-hologram-tooltip::before {
    border-right-color: #00F3FF !important;
}

/* --- PERMANENT HOLOGRAM TOOLTIPS STYLING --- */
.hvr-hologram-tooltip-permanent {
    background: rgba(10, 10, 10, 0.9) !important;
    border: 1.5px solid var(--hvr-primary, #7D0000) !important;
    box-shadow: 0 0 12px rgba(125, 0, 0, 0.5) !important;
    color: var(--hvr-primary, #7D0000) !important;
    border-radius: 6px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 10px !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 100px !important;
    width: max-content !important;
    min-width: 80px !important;
}

.hvr-hologram-tooltip-permanent::before {
    border-top-color: var(--hvr-primary, #7D0000) !important;
    border-bottom-color: var(--hvr-primary, #7D0000) !important;
    border-left-color: var(--hvr-primary, #7D0000) !important;
    border-right-color: var(--hvr-primary, #7D0000) !important;
}

/* --- FACILIDADES SECTION STYLING --- */
.hvr-facilidades-section {
    background: linear-gradient(135deg, #1A1A1A 0%, #220507 100%);
    padding: 80px 4%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hvr-facilidades-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 60px;
    align-items: stretch;
}

/* Left Panel styling */
.hvr-facilidades-info {
    padding: 45px;
    color: var(--hvr-white);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hvr-facilidades-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00F3FF; /* Cyan glow accent matches map hologram */
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.hvr-facilidades-info h2 {
    margin: 0 0 15px 0;
    font-size: 36px;
    font-family: 'Outfit', sans-serif;
}

.hvr-facilidades-info p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.hvr-facilidades-hint {
    font-size: 13px !important;
    color: rgba(0, 243, 255, 0.7) !important;
    font-weight: 600;
    margin: 20px 0 0 0 !important;
}

/* Right 3-Column Grid */
.hvr-facilidades-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card and Circle Styling */
.hvr-facility-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hvr-facility-circle-wrapper {
    position: relative;
    margin-bottom: 15px;
    /* Float micro-animation on rest */
    animation: hvrCircleFloat 4s ease-in-out infinite;
}

/* Stagger float animation for cards */
.hvr-facilidades-grid .hvr-facility-card:nth-child(2n) .hvr-facility-circle-wrapper {
    animation-delay: 0.5s;
}
.hvr-facilidades-grid .hvr-facility-card:nth-child(3n) .hvr-facility-circle-wrapper {
    animation-delay: 1s;
}
.hvr-facilidades-grid .hvr-facility-card:nth-child(4n) .hvr-facility-circle-wrapper {
    animation-delay: 1.5s;
}

@keyframes hvrCircleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.hvr-facility-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hvr-facility-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.hvr-facility-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
    line-height: 1.4;
}

/* Hover effects: glowing, spotlight, color changes */
.hvr-facility-card:hover .hvr-facility-circle {
    transform: scale(1.1);
    border-color: #00F3FF; /* Cyan hologram glow */
    background: rgba(0, 243, 255, 0.12);
    box-shadow: 0 0 25px rgba(0, 243, 255, 0.4);
}

.hvr-facility-card:hover .hvr-facility-circle img {
    transform: scale(1.08);
}

.hvr-facility-card:hover .hvr-facility-label {
    color: #00F3FF;
    text-shadow: 0 0 8px rgba(0, 243, 255, 0.3);
}

/* Spotlight overlay inside circles */
.hvr-facility-spotlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--fx, 50%) var(--fy, 50%), rgba(255, 255, 255, 0.25) 0%, transparent 60%);
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.hvr-facility-card:hover .hvr-facility-spotlight {
    opacity: 1;
}

/* --- FACILITY DRAWER PANEL STYLING (GLASSMORPHISM) --- */
.hvr-facility-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hvr-facility-drawer-overlay.hvr-show {
    opacity: 1;
    pointer-events: auto;
}

.hvr-drawer-glass-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 460px;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.6);
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.hvr-facility-drawer-overlay.hvr-show .hvr-drawer-glass-container {
    transform: translateX(0);
}

.hvr-drawer-close-btn {
    position: absolute;
    top: 20px;
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--hvr-white);
    font-size: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    line-height: 1;
}

.hvr-drawer-close-btn:hover {
    background: #00F3FF;
    color: var(--hvr-dark);
    border-color: #00F3FF;
    box-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
}

/* On tablets/mobiles close button sits inside */
@media (max-width: 768px) {
    .hvr-drawer-close-btn {
        left: auto;
        right: 20px;
        top: 20px;
        z-index: 10;
    }
    
    .hvr-facilidades-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .hvr-facilidades-info {
        display: contents;
    }

    .hvr-facilidades-default-content {
        order: 1;
        padding: 30px;
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 12px;
        box-sizing: border-box;
    }
    
    .hvr-facilidades-grid {
        order: 2;
        grid-template-columns: repeat(2, 1fr);
    }

    .hvr-facilidades-details-card {
        order: 3;
        position: relative;
        transform: translateY(20px) !important;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        padding: 0 30px;
        margin-top: 0;
        overflow: hidden;
        transition: all 0.4s ease;
        width: 100%;
        box-sizing: border-box;
    }

    .hvr-facilidades-details-card.hvr-active {
        transform: translateY(0) !important;
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        padding: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .hvr-facilidades-grid {
        grid-template-columns: 1fr;
    }
}

.hvr-drawer-content {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.hvr-drawer-img-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.hvr-drawer-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hvr-drawer-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 20, 20, 1) 0%, transparent 100%);
}

.hvr-drawer-details {
    padding: 30px;
    color: var(--hvr-white);
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hvr-drawer-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00F3FF;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.hvr-drawer-details h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    font-family: 'Outfit', sans-serif;
}

.hvr-drawer-details p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* --- HORIZONTAL EXTENDED MAP SECTION --- */
.hvr-extended-location-section {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: #111111 !important;
    padding: 0 !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.hvr-extended-map-container-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
}

.hvr-extended-leaflet-map-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.hvr-extended-leaflet-map-container {
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Extended Map Floating Header */
.hvr-extended-map-header {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 90%;
    max-width: 1200px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(10, 10, 10, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 243, 255, 0.2) !important;
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 243, 255, 0.1);
}

@media (max-width: 768px) {
    .hvr-extended-map-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding: 15px 20px;
    }
}

.hvr-extended-map-title h2 {
    color: #FFFFFF !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.hvr-extended-map-title p {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.hvr-ext-map-tag {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00F3FF;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.hvr-extended-map-toggles-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

@media (max-width: 768px) {
    .hvr-extended-map-toggles-wrapper {
        align-items: flex-start;
        width: 100%;
    }
}

.hvr-extended-map-main-toggles,
.hvr-extended-map-sub-toggles {
    display: flex;
    gap: 8px;
}

.hvr-ext-map-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
}

.hvr-ext-map-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
}

.hvr-ext-map-btn.active {
    background: #00F3FF !important;
    border-color: #00F3FF !important;
    color: #1A1A1A !important;
    box-shadow: 0 0 15px rgba(0, 243, 255, 0.5) !important;
}

.hvr-ext-sub-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hvr-ext-sub-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

.hvr-ext-sub-btn.active {
    background: #00F3FF !important;
    border-color: #00F3FF !important;
    color: #1A1A1A !important;
    box-shadow: 0 0 8px rgba(0, 243, 255, 0.3) !important;
}

/* Bidirectional Route Animation Styles */
@keyframes hvrFlowForward {
    from { stroke-dashoffset: 40; }
    to { stroke-dashoffset: 0; }
}

@keyframes hvrFlowBackward {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: 40; }
}

.hvr-route-flow-forward {
    stroke-dasharray: 6, 14;
    animation: hvrFlowForward 1.5s linear infinite;
}

.hvr-route-flow-backward {
    stroke-dasharray: 6, 14;
    animation: hvrFlowBackward 1.5s linear infinite;
}

.hvr-marker-pin.destination-pin {
    background: rgba(10, 10, 10, 0.9) !important;
    border-color: #00F3FF !important;
    color: #00F3FF !important;
    box-shadow: 0 0 12px rgba(0, 243, 255, 0.6) !important;
}

.hvr-marker-pin.destination-pin:hover {
    background: #00F3FF !important;
    color: #1A1A1A !important;
    box-shadow: 0 0 20px #00F3FF !important;
}

/* Stacking Details Card inside Left Block */
.hvr-facilidades-details-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(15, 15, 15, 0.95) !important;
    border-radius: 12px;
    border: 1px solid rgba(0, 243, 255, 0.2);
    
    /* Animation: slide in from the bottom border */
    transform: translateY(102%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.hvr-facilidades-details-card.hvr-active {
    transform: translateY(0);
    opacity: 1;
}

.hvr-details-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    cursor: pointer;
    z-index: 12;
    transition: color 0.3s ease;
    line-height: 1;
}

.hvr-details-close-btn:hover {
    color: #00F3FF;
}

.hvr-details-bg-img-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    border-radius: 12px;
}

.hvr-details-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.hvr-facilidades-details-card.hvr-active .hvr-details-bg-img {
    opacity: 0.15; /* subtle background details visual */
}

.hvr-details-bg-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(15, 15, 15, 0.85) 100%);
}

.hvr-details-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
}

.hvr-details-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00F3FF;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

#hvr-details-title {
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
    margin: 0 0 10px 0;
    color: #FFFFFF;
}

.hvr-details-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* =========================================================================
   --- OMNIBEES BOOKING ENGINE & ACOMODAÇÕES (CONFORTO) STYLING ---
   ========================================================================= */

.hvr-conforto-section {
    background: linear-gradient(135deg, #220507 0%, #1A1A1A 100%);
    padding: 80px 4%;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hvr-conforto-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hvr-conforto-header {
    padding: 40px;
    text-align: center;
    color: #FFFFFF;
}

.hvr-conforto-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00F3FF;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.hvr-conforto-header h2 {
    margin: 0 0 15px 0;
    font-size: 36px;
    font-family: 'Outfit', sans-serif;
}

.hvr-conforto-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.6;
}

/* Booking Search / Filter Bar */
.hvr-booking-filter-wrapper {
    padding: 24px 30px;
}

.hvr-booking-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}

.hvr-filter-item {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hvr-filter-item.action-btn {
    flex: 0 0 auto;
    min-width: 160px;
}

.hvr-filter-item label {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hvr-filter-item label i {
    color: #00F3FF;
}

.hvr-filter-input-wrapper {
    position: relative;
    width: 100%;
}

.hvr-filter-input-wrapper input[type="text"],
.hvr-filter-input-wrapper select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: 'Outfit', sans-serif !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    height: 48px !important;
}

.hvr-filter-input-wrapper input[type="text"]:focus,
.hvr-filter-input-wrapper select:focus {
    outline: none !important;
    border-color: #00F3FF !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 0 10px rgba(0, 243, 255, 0.25) !important;
}

.hvr-filter-input-wrapper select option {
    background-color: #1A1A1A !important;
    color: #FFFFFF !important;
}

.hvr-btn-submit {
    width: 100%;
    height: 48px;
    background: linear-gradient(135deg, #7D0000 0%, #9B2A2C 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(125, 0, 0, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.hvr-btn-submit:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #9B2A2C 0%, #B83A3C 100%) !important;
    box-shadow: 0 6px 20px rgba(155, 42, 44, 0.5), 0 0 10px rgba(255, 255, 255, 0.1) !important;
}

.hvr-btn-submit:active {
    transform: translateY(0);
}

/* Spinner & Loading */
.sk-chase-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 60px 0;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #00F3FF;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    box-shadow: 0 0 8px #00F3FF;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
        transform: scale(1.0);
    }
}

.sk-loading-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Outfit', sans-serif;
    margin: 0;
}

/* Rooms Grid */
.hvr-rooms-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.hvr-room-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 30px;
    padding: 24px !important;
    align-items: stretch;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
}

.hvr-room-card:hover {
    transform: translateY(-5px);
    border-color: rgba(155, 42, 44, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 15px rgba(155, 42, 44, 0.15) !important;
}

/* Room Images Slider */
.hvr-room-slider-column {
    position: relative;
    width: 100%;
    min-height: 280px;
    border-radius: 10px;
    overflow: hidden;
}

.hvr-room-payment-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background: rgba(125, 0, 0, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.hvr-room-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hvr-room-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.hvr-room-slide.active {
    opacity: 1;
    z-index: 2;
}

/* Dots for room card images */
.hvr-room-slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hvr-room-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hvr-room-slider-dot.active,
.hvr-room-slider-dot:hover {
    background-color: #00F3FF;
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(0, 243, 255, 0.8);
}

/* Details Column */
.hvr-room-details-column {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.hvr-room-details-column h3 {
    margin: 0 0 8px 0;
    font-size: 26px;
    font-family: 'Outfit', sans-serif;
    color: #FFFFFF;
}

.hvr-room-max-guests {
    font-size: 12.5px;
    color: rgba(0, 243, 255, 0.8);
    font-family: 'Outfit', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hvr-room-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 20px 0;
}

/* Room Amenities icon list */
.hvr-room-amenities {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.hvr-amenity-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
}

.hvr-amenity-icon:hover {
    color: #00F3FF;
    background: rgba(0, 243, 255, 0.08);
    border-color: rgba(0, 243, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 243, 255, 0.25);
    transform: translateY(-2px);
}

/* Rates Grid styling */
.hvr-room-rates-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
}

.hvr-rate-row {
    display: grid;
    grid-template-columns: 1fr 180px 140px;
    gap: 20px;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hvr-rate-row:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.hvr-rate-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hvr-rate-name {
    margin: 0;
    font-size: 14.5px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Outfit', sans-serif;
}

.hvr-rate-conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hvr-rate-conditions span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    gap: 4px;
}

.hvr-rate-conditions span i {
    font-size: 10px;
    color: #00F3FF;
}

/* Badges for rates */
.hvr-rate-conditions .badge-package {
    background: rgba(0, 243, 255, 0.1);
    border: 1px solid rgba(0, 243, 255, 0.25);
    color: #00F3FF !important;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}

.hvr-rate-conditions .badge-package i {
    color: #00F3FF !important;
}

.hvr-rate-conditions .badge-alert {
    background: rgba(255, 77, 79, 0.1);
    border: 1px solid rgba(255, 77, 79, 0.25);
    color: #FF4D4F !important;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}

.hvr-rate-conditions .badge-alert i {
    color: #FF4D4F !important;
}

/* Rates Pricing */
.hvr-rate-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.hvr-price-duration {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Outfit', sans-serif;
    margin-bottom: 2px;
}

.hvr-price-before {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
    font-family: 'Outfit', sans-serif;
}

.hvr-price-current {
    font-size: 20px;
    font-weight: 700;
    color: #D4AF37; /* Gold contrast color for price values */
    font-family: 'Outfit', sans-serif;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.25);
}

/* Rate Action book CTA */
.hvr-rate-action {
    width: 100%;
}

.hvr-btn-book {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #7D0000 0%, #9B2A2C 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(125, 0, 0, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
}

.hvr-btn-book:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #9B2A2C 0%, #B83A3C 100%) !important;
    box-shadow: 0 6px 20px rgba(155, 42, 44, 0.5), 0 0 10px rgba(255, 255, 255, 0.1) !important;
}

/* Error State styling */
.hvr-error-panel {
    padding: 30px;
    text-align: center;
    color: #FF4D4F;
    border: 1px solid rgba(255, 77, 79, 0.15) !important;
}

/* --- NO AVAILABILITY GLASS PANEL (LOW CONTRAST GRAYED OUT STYLE) --- */
.hvr-no-avail-panel.grayed-out-style {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 30px;
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3) !important;
    max-width: 800px;
    margin: 30px auto;
    
    /* Grayscale & soft opacity visuals */
    filter: saturate(40%);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.hvr-no-avail-panel.grayed-out-style:hover {
    filter: saturate(80%);
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.hvr-no-avail-icon {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 20px;
}

.hvr-no-avail-panel h3 {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Outfit', sans-serif;
    margin: 0 0 10px 0;
}

.hvr-no-avail-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 580px;
}

.hvr-no-avail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.hvr-no-avail-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-sizing: border-box;
}

/* WhatsApp referral with low-contrast green styling */
.btn-whats-alt {
    background: rgba(37, 211, 102, 0.12) !important;
    border: 1px solid rgba(37, 211, 102, 0.25) !important;
    color: rgb(37, 211, 102) !important;
}

.btn-whats-alt:hover {
    background: rgb(37, 211, 102) !important;
    color: #121212 !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transform: translateY(-1.5px);
}

/* Alternate dates with low-contrast gray/white styling */
.btn-dates-alt {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.btn-dates-alt:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #FFFFFF !important;
    transform: translateY(-1.5px);
}

/* UI responsive overrides */
@media (max-width: 1024px) {
    .hvr-room-card {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .hvr-room-slider-column {
        height: 240px;
        min-height: 240px;
    }
    
    .hvr-rate-row {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 16px;
    }
    
    .hvr-rate-pricing {
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .hvr-booking-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hvr-filter-item {
        flex: 1 1 100%;
    }
    
    .hvr-filter-item.action-btn {
        flex: 1 1 100%;
    }
    
    .hvr-no-avail-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .hvr-no-avail-btn {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================================
   --- EVENTOS SECTION & STORYTELLING SCROLL ---
   ========================================================================= */

.hvr-eventos-section {
    padding: 80px 4%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    background: linear-gradient(180deg, rgba(26, 12, 12, 0.4) 0%, rgba(15, 10, 10, 0.75) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hvr-eventos-intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 40px;
    text-align: center;
    border-radius: 20px;
    background: rgba(30, 20, 20, 0.45);
    border: 1px solid rgba(255, 179, 0, 0.1) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(125, 0, 0, 0.1);
}

.hvr-eventos-main-title {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    margin: 10px 0 20px 0;
}

.hvr-eventos-intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 500;
}

.hvr-eventos-storytelling {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.hvr-event-row {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.hvr-event-row.hvr-row-reverse {
    flex-direction: row-reverse;
}

.hvr-event-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 30px;
    border-radius: 16px;
    background: rgba(30, 18, 18, 0.55);
    border: 1px solid rgba(255, 179, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(125, 0, 0, 0.1);
}

.hvr-event-gallery-col {
    flex: 1.2;
}

.hvr-event-title {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    margin: 0;
    line-height: 1.3;
}

.hvr-event-description {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* Photo Gallery Collage (Bento Grid 12 Columns) */
.hvr-event-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 15px;
    width: 100%;
}

.hvr-gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    aspect-ratio: 4 / 3;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease,
                opacity 0.6s ease,
                filter 0.6s ease;
    will-change: transform, opacity;
}

.hvr-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Span utilities for bento grid placement */
.hvr-span-12 { grid-column: span 12; aspect-ratio: 21 / 9; }
.hvr-span-8 { grid-column: span 8; }
.hvr-span-6 { grid-column: span 6; }
.hvr-span-4 { grid-column: span 4; }

/* Scroll Reveal Base - Dynamic Cinematic Sweep */
.hvr-reveal-left, .hvr-reveal-right, .hvr-reveal-bottom {
    opacity: 0;
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), 
                opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.hvr-reveal-left {
    transform: translateX(-120px) scale(0.9) rotate(-2deg);
}

.hvr-reveal-right {
    transform: translateX(120px) scale(0.9) rotate(2deg);
}

.hvr-reveal-bottom {
    transform: translateY(100px) scale(0.95);
}

.hvr-revealed {
    opacity: 1 !important;
    transform: translate(0) scale(1) rotate(0deg) !important;
}

@media (max-width: 991px) {
    .hvr-eventos-section {
        padding: 60px 4%;
        gap: 60px;
    }
    .hvr-eventos-intro {
        padding: 30px 20px;
    }
    .hvr-event-row, .hvr-event-row.hvr-row-reverse {
        flex-direction: column;
        gap: 35px;
    }
    .hvr-event-text-col, .hvr-event-gallery-col {
        width: 100%;
    }
    .hvr-event-gallery {
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 12px;
    }
    .hvr-span-12, .hvr-span-8, .hvr-span-6, .hvr-span-4 {
        grid-column: span 12;
        aspect-ratio: 16 / 10;
    }
}

/* =========================================================================
   --- METALLIC SHINING TEXT OVERRIDES ---
   ========================================================================= */

.hvr-conforto-header h2,
.hvr-facilidades-info h2,
.hvr-extended-map-title h2,
.hvr-stub-content h2,
.hvr-drawer-details h3,
.hvr-eventos-main-title,
.hvr-event-title,
#hvr-details-title,
#hvr-drawer-title {
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #FFFFFF 0%, #D8D8D8 30%, #FFFFFF 50%, #D8D8D8 70%, #FFFFFF 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.15) !important;
    animation: hvrShine 6s linear infinite !important;
    font-weight: 700 !important;
}

/* Lighter text for facility card labels with a soft metallic silver text color */
.hvr-facility-label {
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #FFFFFF 0%, #E8E8E8 50%, #FFFFFF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
    font-weight: 700 !important;
}

/* Ensure hover state stays bright and clear */
.hvr-facility-card:hover .hvr-facility-label {
    color: #00F3FF !important;
    background: none !important;
    -webkit-text-fill-color: #00F3FF !important;
    text-shadow: 0 0 8px rgba(0, 243, 255, 0.5) !important;
}

@keyframes hvrShine {
    to { background-position: 200% center; }
}

/* =========================================================================
   --- AGENDA CULTURAL EXTERNAL FEED STYLES ---
   ========================================================================= */

.hvr-agenda-section {
    padding: 100px 8%;
    background: radial-gradient(circle at 50% 50%, rgba(26, 12, 12, 0.98) 0%, rgba(10, 5, 5, 1) 100%);
    border-top: 1px solid rgba(255, 179, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hvr-agenda-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hvr-agenda-header {
    text-align: center;
    padding: 40px 30px;
    border-radius: 16px;
    background: rgba(30, 18, 18, 0.45);
    border: 1px solid rgba(255, 179, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hvr-agenda-header p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

.hvr-agenda-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 30px;
    width: 100%;
}

.hvr-agenda-card {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    border-radius: 16px;
    background: rgba(30, 18, 18, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease;
    will-change: transform;
}

.hvr-agenda-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 243, 255, 0.4);
    box-shadow: 0 15px 40px rgba(0, 243, 255, 0.2), 0 0 20px rgba(0, 243, 255, 0.1);
}

.hvr-agenda-thumb-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.hvr-agenda-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hvr-agenda-card:hover .hvr-agenda-thumb {
    transform: scale(1.06);
}

.hvr-agenda-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(18, 10, 10, 0.85);
    border: 1px solid rgba(0, 243, 255, 0.3);
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.hvr-agenda-date-badge .day {
    font-size: 18px;
    font-weight: 700;
    color: #00F3FF;
    line-height: 1.1;
    font-family: 'Outfit', sans-serif;
}

.hvr-agenda-date-badge .month {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    font-weight: 600;
}

.hvr-agenda-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hvr-agenda-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: rgba(0, 243, 255, 0.85);
    margin-bottom: 12px;
}

.hvr-agenda-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hvr-agenda-meta i {
    font-size: 13px;
}

.hvr-agenda-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF !important;
    margin: 0 0 15px 0 !important;
    font-family: 'Outfit', sans-serif;
    transition: color 0.3s ease;
}

.hvr-agenda-card:hover .hvr-agenda-title {
    color: #00F3FF !important;
    text-shadow: 0 0 8px rgba(0, 243, 255, 0.3);
}

.hvr-agenda-org {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
}

.hvr-agenda-org i {
    font-size: 13px;
}

.hvr-agenda-empty {
    text-align: center;
    padding: 40px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.hvr-agenda-empty a {
    color: #00F3FF;
    text-decoration: underline;
}

.hvr-agenda-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* --- AGENDA CATEGORIES & GROUPING --- */
.hvr-agenda-categories-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}

.hvr-agenda-category-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.hvr-agenda-category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 5px;
}

.hvr-agenda-category-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e63946; /* Harmonized dark-reddish/crimson color */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    font-family: 'Outfit', sans-serif;
    text-shadow: 0 0 10px rgba(230, 57, 70, 0.25);
}

.hvr-agenda-category-line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(230, 57, 70, 0.4) 0%, rgba(230, 57, 70, 0.05) 100%);
}

.hvr-category-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}

.hvr-btn-expand-category {
    background: rgba(230, 57, 70, 0.1);
    border: 1px solid rgba(230, 57, 70, 0.4);
    color: #e63946;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: 'Outfit', sans-serif;
    outline: none;
}

.hvr-btn-expand-category:hover:not(.disabled-btn) {
    background: rgba(230, 57, 70, 0.25);
    border-color: rgba(230, 57, 70, 0.8);
    color: #ff4d5a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
}

.hvr-btn-expand-category.disabled-btn {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.2);
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

@media (max-width: 767px) {
    .hvr-agenda-section {
        padding: 60px 4%;
    }
    .hvr-agenda-grid {
        grid-template-columns: 1fr;
    }
    .hvr-agenda-categories-wrapper {
        gap: 40px;
    }
}

/* --- PREMIUM GOLD SHINING PACOTES SECTION --- */
.hvr-pacotes-section {
    position: relative;
    padding: 80px 5%;
    background: radial-gradient(circle at top, rgba(26, 21, 10, 0.95) 0%, rgba(10, 8, 4, 0.98) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    color: #fff;
    overflow: hidden;
}

.hvr-pacotes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.8) 50%, rgba(212, 175, 55, 0) 100%);
}

.hvr-pacotes-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hvr-pacotes-header {
    text-align: center;
    margin-bottom: 50px;
}

.hvr-pacotes-main-title {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #f3e5ab 0%, #d4af37 50%, #aa7c11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
    display: block;
    width: 100%;
}

.hvr-pacotes-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto;
}

.hvr-gold-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    margin: 15px auto 25px auto;
}

.hvr-pacotes-category-wrapper {
    margin-bottom: 60px;
}

.hvr-pacotes-category-title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #e5c158;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hvr-pacotes-category-title::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.4) 0%, rgba(212, 175, 55, 0.05) 100%);
}

.hvr-pacotes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hvr-package-card {
    background: rgba(18, 15, 10, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hvr-package-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.15);
}

.hvr-package-img-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.hvr-package-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hvr-package-card:hover .hvr-package-img {
    transform: scale(1.08);
}

.hvr-package-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #aa7c11 0%, #d4af37 100%);
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hvr-package-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hvr-package-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.hvr-package-price-box {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.hvr-package-price-val {
    font-size: 24px;
    font-weight: 800;
    color: #e5c158;
}

.hvr-package-price-info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.hvr-package-divider {
    height: 1px;
    background: rgba(212, 175, 55, 0.15);
    margin: 15px 0;
}

.hvr-package-inclusions {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.hvr-package-inclusions li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
    text-align: left;
}

.hvr-package-inclusions li i {
    color: #d4af37;
    font-size: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

.hvr-btn-package-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #aa7c11 0%, #d4af37 50%, #aa7c11 100%);
    background-size: 200% auto;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(170, 124, 17, 0.3);
}

.hvr-btn-package-book:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

@media (max-width: 991px) {
    .hvr-pacotes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .hvr-pacotes-grid {
        grid-template-columns: 1fr;
    }
    .hvr-pacotes-section {
        padding: 60px 4%;
    }
    .hvr-pacotes-main-title {
        font-size: 28px;
    }
}

/* Banner Card Styling */
.hvr-pacotes-banner-row {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}

.hvr-package-banner-card {
    background: rgba(18, 15, 10, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-sizing: border-box;
}

.hvr-package-banner-card:hover {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.15);
}

.hvr-banner-main-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.hvr-package-banner-img-wrapper {
    width: 35%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.hvr-package-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hvr-package-banner-card:hover .hvr-package-banner-img {
    transform: scale(1.04);
}

.hvr-package-banner-content {
    width: 65%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    text-align: left;
}

.hvr-package-banner-badge-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.hvr-banner-badge-gold {
    background: linear-gradient(135deg, #aa7c11 0%, #d4af37 100%);
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hvr-banner-badge-outline {
    border: 1px solid #d4af37;
    color: #e5c158;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hvr-package-banner-title {
    font-size: 22px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    margin: 0 0 15px 0;
}

.hvr-package-banner-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 20px;
}

.hvr-package-banner-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    gap: 20px;
}

.hvr-package-banner-price-info {
    font-size: 14px;
    color: #e5c158;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hvr-package-banner-price-info i {
    font-size: 16px;
}

.hvr-btn-banner-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid #d4af37;
    color: #e5c158 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

.hvr-btn-banner-more:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #fff !important;
    border-color: #fff;
}

/* Collapsible Detailed Conditions Area */
.hvr-banner-details-drawer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(10, 8, 4, 0.8);
    border-top: 0 solid rgba(212, 175, 55, 0.2);
    box-sizing: border-box;
}

.hvr-banner-details-drawer.is-open {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    padding: 30px;
}

.hvr-drawer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    text-align: left;
    box-sizing: border-box;
}

.hvr-drawer-left h4 {
    font-size: 16px;
    font-weight: 700;
    color: #e5c158;
    margin: 0 0 15px 0;
}

.hvr-drawer-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hvr-drawer-left ul li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.hvr-drawer-left li i {
    color: #d4af37;
    font-size: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

.hvr-drawer-right h4 {
    font-size: 16px;
    font-weight: 700;
    color: #e5c158;
    margin: 0 0 15px 0;
}

.hvr-drawer-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-left: 1px solid rgba(212, 175, 55, 0.15);
    padding-left: 40px;
    box-sizing: border-box;
}

.hvr-drawer-right p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .hvr-banner-main-row {
        flex-direction: column;
    }
    .hvr-package-banner-img-wrapper {
        width: 100%;
        height: 220px;
    }
    .hvr-package-banner-content {
        width: 100%;
        padding: 25px;
    }
    .hvr-drawer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .hvr-drawer-right {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(212, 175, 55, 0.15);
        padding-top: 25px;
    }
}



/* T4 Codex accommodations layout overrides */
.hvr-conforto-section .hvr-rooms-wrapper {
    margin-top: 28px;
}

.hvr-conforto-section .hvr-rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

.hvr-conforto-section .hvr-room-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
    height: 100%;
    padding: 20px !important;
    box-sizing: border-box;
}

.hvr-conforto-section .hvr-room-details-column {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.hvr-conforto-section .hvr-room-details-column h3 {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 10px;
}

.hvr-conforto-section .hvr-room-max-guests {
    margin-bottom: 12px;
}

.hvr-conforto-section .hvr-room-desc {
    display: -webkit-box;
    min-height: 92px;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hvr-conforto-section .hvr-room-amenities {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.hvr-conforto-section .hvr-room-rates-container {
    gap: 10px;
    margin-top: 0;
    padding-top: 16px;
}

.hvr-conforto-section .hvr-rate-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    padding: 14px;
}

.hvr-conforto-section .hvr-rate-pricing {
    align-items: flex-start;
}

.hvr-conforto-section .hvr-price-current {
    font-size: 19px;
}

.hvr-conforto-section .hvr-rate-action {
    width: 100%;
}

.hvr-conforto-section .hvr-room-slider-column,
.hvr-conforto-section .hvr-room-image-footer {
    flex: 0 0 auto;
    width: 100%;
    height: 220px;
    min-height: 220px;
    margin-top: auto;
    border-radius: 8px;
}

@media (max-width: 1180px) {
    .hvr-conforto-section .hvr-rooms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .hvr-conforto-section .hvr-rooms-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hvr-conforto-section .hvr-room-card {
        padding: 18px !important;
    }

    .hvr-conforto-section .hvr-room-details-column h3 {
        font-size: 21px;
    }

    .hvr-conforto-section .hvr-room-desc {
        min-height: 0;
        -webkit-line-clamp: 5;
    }

    .hvr-conforto-section .hvr-room-slider-column,
    .hvr-conforto-section .hvr-room-image-footer {
        height: 210px;
        min-height: 210px;
    }
}


/* =============================================================================
   Homepage stylesheet zone — New work goes BELOW this line only
   ============================================================================= */

/* ─── T4 Room Cards: Two-Variant Layout System (Homepage layer) ────────────────
   Featured card (index 0): full 3-column span, horizontal (image | info).
   Standard cards (index 1+): 3-column grid, equal height via flex-grow spacer.
   ─────────────────────────────────────────────────────────────────────────── */

/* Tighten section vertical rhythm */
.hvr-conforto-section {
    padding: 60px 4%;
}

/* ── Grid container overrides ─────────────────────────────────────────────── */
.hvr-conforto-section .hvr-rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;   /* rows size independently so featured doesn't force height */
}

/* ── Base card reset (both variants) ─────────────────────────────────────── */
.hvr-conforto-section .hvr-room-card {
    /* flex column is set per variant below */
    padding: 0 !important;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}

/* ══ FEATURED CARD (Superior Casal — index 0) ════════════════════════════════
   Article: flex column
     ├── .hvr-featured-top  (flex row: image 260px left | info right)
     └── .hvr-rates-horizontal  (all packages in one tight row, full width)  */
.hvr-conforto-section .hvr-room-card--featured {
    grid-column: 1 / -1;           /* span all 3 columns */
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

/* Top half: image + info side by side */
.hvr-conforto-section .hvr-featured-top {
    display: flex;
    flex-direction: row;
    min-height: 0;
    flex: 1 1 auto;
}

/* Left: image carousel — fixed width, full height of top half */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-featured-image {
    position: relative;
    flex: 0 0 260px;
    width: 260px;
    min-height: 200px;
    height: 200px;
    overflow: hidden;
}
.hvr-conforto-section .hvr-room-card--featured .hvr-room-slider-wrapper {
    position: absolute;
    inset: 0;
}

/* Right: details column */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-details-column {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding: 16px 20px 14px;
    min-width: 0;
}

/* Featured: room name — prominent but not oversized */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-details-column h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.2px;
    color: #fff;
    transition: color 0.25s ease;
}
.hvr-conforto-section .hvr-room-card--featured:hover .hvr-room-details-column h3 {
    color: rgba(220, 120, 120, 1);
}

/* Featured: description — 3 lines max, keeps top half compact */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.68);
    margin-bottom: 10px;
}

/* ── Bottom: packages row spanning full card width ────────────────────────── */
.hvr-conforto-section .hvr-rates-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;          /* force single row; scroll on overflow */
    gap: 8px;
    padding: 10px 14px 14px;
    border-top: 1px solid rgba(155, 42, 44, 0.22);
    overflow-x: auto;
    scrollbar-width: none;      /* Firefox: hide scrollbar */
}
.hvr-conforto-section .hvr-rates-horizontal::-webkit-scrollbar { display: none; }


/* Each compact rate pill — fills horizontal strip equally */
.hvr-conforto-section .hvr-rate-compact {
    flex: 1 1 0;              /* all pills share remaining width equally */
    min-width: 150px;         /* minimum before scroll kicks in */
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(125, 0, 0, 0.07);
    border: 1px solid rgba(155, 42, 44, 0.15);
    border-radius: 8px;
    padding: 10px 12px;
    transition: background 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box;
}
.hvr-conforto-section .hvr-rate-compact:hover {
    background: rgba(125, 0, 0, 0.16);
    border-color: rgba(155, 42, 44, 0.35);
}

/* Pill: plan name */
.hvr-conforto-section .hvr-rate-compact .hvr-rate-name {
    font-size: 11.5px;
    font-weight: 700;
    margin: 0 0 2px;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Pill: conditions badges row */
.hvr-conforto-section .hvr-rate-compact .hvr-rate-conditions {
    font-size: 10px;
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
}

/* Pill: price + button row at bottom */
.hvr-rate-compact-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}
.hvr-rate-compact-foot .hvr-rate-pricing {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}
.hvr-rate-compact-foot .hvr-price-duration {
    font-size: 9.5px;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.hvr-rate-compact-foot .hvr-price-current {
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    white-space: nowrap;
}
.hvr-rate-compact-foot .hvr-price-before {
    font-size: 10px;
    color: rgba(255,255,255,0.38);
    text-decoration: line-through;
    white-space: nowrap;
}
.hvr-rate-compact-foot .hvr-btn-book {
    padding: 7px 11px;
    font-size: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ══ STANDARD CARDS (index 1+) ═══════════════════════════════════════════════
   3-column grid, equal height enforced by flex-grow spacer between
   amenities and rates — so all cards in a row bottom-align their rates + image. */
.hvr-conforto-section .hvr-room-card--standard {
    display: flex;
    flex-direction: column;
    height: 100%;               /* fill the implicit grid row */
}

.hvr-conforto-section .hvr-room-card--standard .hvr-room-details-column {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 22px 0;
    min-width: 0;
}

/* Standard: room name */
.hvr-conforto-section .hvr-room-card--standard .hvr-room-details-column h3 {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.2px;
    margin: 0 0 10px;
    transition: color 0.25s ease;
}
.hvr-conforto-section .hvr-room-card--standard:hover .hvr-room-details-column h3 {
    color: rgba(220, 120, 120, 1);
}

/* Standard: description — 4 lines, same height across cards */
.hvr-conforto-section .hvr-room-card--standard .hvr-room-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 13.5px;
    line-height: 1.65;
    color: rgba(255,255,255,0.7);
    margin-bottom: 14px;
    /* fixed minimum height = 4 lines * 1.65 * 13.5px ≈ 89px */
    min-height: calc(4 * 1.65 * 13.5px);
}

/* Flex spacer: pushes rates + image footer to the bottom of every card */
.hvr-room-rates-spacer {
    flex: 1 1 0;
    min-height: 0;
}

/* Standard: rates container */
.hvr-conforto-section .hvr-room-card--standard .hvr-room-rates-container {
    border-top: 1px solid rgba(155, 42, 44, 0.2);
    padding: 14px 22px 0;
    gap: 8px;
}

/* Standard rate row: single column stack */
.hvr-conforto-section .hvr-room-card--standard .hvr-rate-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    background: rgba(125, 0, 0, 0.06);
    border-color: rgba(155, 42, 44, 0.12);
    border-radius: 10px;
    padding: 12px 14px;
}
.hvr-conforto-section .hvr-room-card--standard .hvr-rate-row:hover {
    background: rgba(125, 0, 0, 0.14);
    border-color: rgba(155, 42, 44, 0.3);
}
.hvr-conforto-section .hvr-room-card--standard .hvr-rate-action {
    width: 100%;
}
.hvr-conforto-section .hvr-room-card--standard .hvr-btn-book {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding: 10px 16px;
    letter-spacing: 1.2px;
}
.hvr-conforto-section .hvr-room-card--standard .hvr-rate-pricing {
    align-items: flex-start;
}
.hvr-conforto-section .hvr-room-card--standard .hvr-price-current {
    font-size: 19px;
    font-weight: 800;
    background: linear-gradient(90deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Standard: image footer pinned at bottom */
.hvr-conforto-section .hvr-room-card--standard .hvr-room-image-footer {
    flex: 0 0 auto;
    width: 100%;
    height: 220px;
    min-height: 220px;
    margin-top: 16px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: none;
}

/* Shared: capacity badge pill */
.hvr-conforto-section .hvr-room-max-guests {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 243, 255, 0.07);
    border: 1px solid rgba(0, 243, 255, 0.18);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(0, 243, 255, 0.9);
    margin-bottom: 8px;
    width: fit-content;
}

/* In featured card, tighten the badge further */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-max-guests {
    margin-bottom: 6px;
    font-size: 10.5px;
}

/* Shared: amenity icons row */
.hvr-conforto-section .hvr-room-amenities {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 4px;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */

/* Tablet (2-col grid for standard cards; featured still full-width) */
@media (max-width: 1180px) {
    .hvr-conforto-section .hvr-rooms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    /* featured: widen image slightly on tablet */
    .hvr-conforto-section .hvr-room-card--featured .hvr-room-featured-image {
        flex: 0 0 220px;
        width: 220px;
    }
}

/* Small tablet: stack featured top half (image → info) */
@media (max-width: 720px) {
    .hvr-conforto-section .hvr-featured-top {
        flex-direction: column;
    }
    .hvr-conforto-section .hvr-room-card--featured .hvr-room-featured-image {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
        min-height: 200px;
    }
    /* on small screens allow rate pills to wrap */
    .hvr-conforto-section .hvr-rates-horizontal {
        flex-wrap: wrap;
    }
}

/* Mobile: single column */
@media (max-width: 600px) {
    .hvr-conforto-section .hvr-rooms-grid {
        grid-template-columns: 1fr;
    }
    .hvr-conforto-section .hvr-room-card--standard .hvr-room-image-footer {
        height: 180px;
        min-height: 180px;
    }
}


/* ════════════════════════════════════════════════════════════════════════════
   T2 — HERO: Accordion Map Panel — matches carousel height, 30% peek
   ════════════════════════════════════════════════════════════════════════════ */
.hvr-hero-section { display: flex; justify-content: center; }
.hvr-hero-section .hvr-hero-grid { max-width: 1300px; width: 100%; }

/* Outer wrapper — fills full column height */
.hvr-hero-map--accordion {
    display: flex;
    height: 100%;
    width: 100%;
}

/* Accordion container — flex column, no extra gap/padding (gap built into items) */
.hvr-map-accordion {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
    background: rgba(18, 18, 22, 0.92);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* ── Accordion Items ───────────────────────────────────────────────────────── */
.hvr-accordion-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    /* Smooth transition for both the flex-basis and everything else */
    transition:
        flex-grow   0.65s cubic-bezier(0.25, 1, 0.5, 1),
        flex-basis  0.65s cubic-bezier(0.25, 1, 0.5, 1),
        border-color 0.35s ease,
        box-shadow   0.35s ease;
}

/* EXPANDED: item fills all remaining space */
.hvr-accordion-item.hvr-accordion-item--expanded {
    flex: 1 1 0%;
    border-color: rgba(191, 149, 63, 0.3);
    box-shadow: inset 0 0 0 1px rgba(191, 149, 63, 0.18);
}

/*
 * COLLAPSED: item shows exactly the header PLUS a 30% image peek.
 * Header ≈ 52px, peek ≈ calc(30% of (100vh - header)) but we use a fixed
 * percentage of the accordion height via flex-basis.
 *
 * When one item is expanded and one is collapsed, the collapsed item gets
 * flex-shrink:0 so it keeps its defined size. The peek is achieved by letting
 * the panel still render but be constrained to (flex-basis − header-height).
 */
.hvr-accordion-item.hvr-accordion-item--collapsed {
    flex: 0 0 30%;          /* collapsed = 30% of accordion total height */
    border-color: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.hvr-accordion-item.hvr-accordion-item--collapsed:hover {
    border-color: rgba(191, 149, 63, 0.22);
}
.hvr-accordion-item.hvr-accordion-item--collapsed:hover .hvr-accordion-header {
    background: rgba(40, 35, 25, 0.9);
}

/* ── Header button ─────────────────────────────────────────────────────────── */
.hvr-accordion-header {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(20, 18, 12, 0.92);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 14px 18px;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
    outline: none;
    z-index: 1;
    position: relative;
}

/* No bottom border when collapsed — the image peek is the visual separator */
.hvr-accordion-item.hvr-accordion-item--collapsed .hvr-accordion-header {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

.hvr-accordion-header:hover {
    background: rgba(35, 30, 15, 0.95);
}

/* ── Title & Chevron ──────────────────────────────────────────────────────── */
.hvr-accordion-title {
    font-family: 'Outfit', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.3s ease;
    line-height: 1.4;
    flex: 1 1 auto;
}

.hvr-accordion-item.hvr-accordion-item--expanded .hvr-accordion-title {
    color: #D4A84B;
}

.hvr-accordion-item.hvr-accordion-item--collapsed .hvr-accordion-title {
    color: rgba(255, 255, 255, 0.5);
}

.hvr-accordion-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
    flex-shrink: 0;
    margin-left: 12px;
}

.hvr-accordion-item.hvr-accordion-item--expanded .hvr-accordion-chevron {
    transform: rotate(-135deg);
    border-color: #D4A84B;
}

/* ── Panel (image area) ────────────────────────────────────────────────────── */
.hvr-accordion-panel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-height: 0;
}

/* Image wrapper fills the panel */
.hvr-accordion-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

/* Image fills wrapper — cover so both orientations look fine */
.hvr-acc-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;   /* show top portion (most informative) when peeking */
    display: block;
    transition: transform 0.55s ease, filter 0.45s ease;
}

/* Collapsed: subtle dim + dark gradient veil at the bottom edge of the peek */
.hvr-accordion-item.hvr-accordion-item--collapsed .hvr-accordion-panel::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 55%;
    background: linear-gradient(to bottom,
        transparent 0%,
        rgba(18, 18, 22, 0.70) 60%,
        rgba(18, 18, 22, 0.95) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.hvr-accordion-item.hvr-accordion-item--collapsed .hvr-acc-map-img {
    filter: brightness(0.6) saturate(0.85);
}

.hvr-accordion-item.hvr-accordion-item--collapsed:hover .hvr-acc-map-img {
    filter: brightness(0.72) saturate(0.95);
    transform: scale(1.02);
}

/* "Click to expand" subtle cue on collapsed peek */
.hvr-accordion-item.hvr-accordion-item--collapsed .hvr-accordion-panel::before {
    content: 'Clique para expandir ▾';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Outfit', sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(212, 168, 75, 0.8);
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.hvr-accordion-item.hvr-accordion-item--collapsed:hover .hvr-accordion-panel::before {
    opacity: 1;
}

/* Hover scale on expanded image */
.hvr-accordion-item.hvr-accordion-item--expanded .hvr-acc-map-img:hover {
    transform: scale(1.02);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .hvr-map-accordion {
        flex-direction: row;
    }
    .hvr-accordion-item.hvr-accordion-item--collapsed {
        flex: 0 0 25%;
    }
}
@media (max-width: 600px) {
    .hvr-hero-grid {
        grid-template-columns: 1fr !important;
    }
    .hvr-hero-map--accordion {
        height: 340px;
    }
    .hvr-map-accordion {
        flex-direction: row;
    }
    .hvr-accordion-item.hvr-accordion-item--collapsed {
        flex: 0 0 20%;
    }
}


/* ════════════════════════════════════════════════════════════════════════════
   T3 — ROOM CARDS: 2×2 layout, larger typography, lightbox
   ════════════════════════════════════════════════════════════════════════════ */
.hvr-conforto-section .hvr-rooms-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 28px !important;
}
.hvr-conforto-section .hvr-room-card--featured { grid-column: 1/-1 !important; }
.hvr-conforto-section .hvr-room-card--standard .hvr-room-details-column h3 { font-size: 26px !important; }
.hvr-conforto-section .hvr-room-card--standard .hvr-room-desc {
    font-size: 16px !important;
    -webkit-line-clamp: 3 !important;
    min-height: unset !important;
}
.hvr-conforto-section .hvr-room-card--standard .hvr-room-image-footer {
    height: 260px !important; min-height: 260px !important;
}
.hvr-room-slide { cursor: pointer; }

/* Lightbox */
.hvr-lightbox-overlay {
    position: fixed; inset: 0; z-index: 999999;
    background: rgba(0,0,0,.92);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.hvr-lightbox-overlay.hvr-lb-open { opacity: 1; pointer-events: auto; }
.hvr-lightbox-img {
    max-width: 90vw; max-height: 85vh;
    object-fit: contain; border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0,0,0,.7);
    display: block; transition: opacity .25s ease;
}
.hvr-lb-close {
    position: absolute; top: 20px; right: 28px;
    font-size: 38px; color: rgba(255,255,255,.82);
    cursor: pointer; background: none; border: none;
    font-family: sans-serif; line-height: 1;
    transition: color .2s ease; z-index: 2;
}
.hvr-lb-close:hover { color: #FFD700; }
.hvr-lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(125,0,0,.55); border: none;
    color: #fff; font-size: 26px; padding: 12px 18px;
    border-radius: 4px; cursor: pointer;
    transition: background .2s ease; z-index: 2;
}
.hvr-lb-nav:hover { background: rgba(125,0,0,.9); }
.hvr-lb-nav--prev { left: 16px; }
.hvr-lb-nav--next { right: 16px; }
.hvr-lb-counter {
    position: absolute; bottom: 18px; left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.6);
    font-size: 13px; font-family: 'Outfit',sans-serif;
}


/* ════════════════════════════════════════════════════════════════════════════
   T4 — FACILIDADES: Preserve circle card design; fix image opacity + label size
   The original circle design (120px, border-radius:50%, cyan hover glow) is kept.
   Only non-destructive additions: ensure images always show at full opacity,
   and increase label font-size slightly for legibility.
   ════════════════════════════════════════════════════════════════════════════ */

/* Ensure facility images render at full opacity (no fading from glass effects) */
.hvr-facilidades-grid .hvr-facility-card .hvr-facility-circle img {
    opacity: 1 !important;
    filter: none !important;
}

/* Slightly larger, bolder label text for readability */
.hvr-facilidades-grid .hvr-facility-card .hvr-facility-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

/* Preserve original hover glow — keep cyan theme */
.hvr-facilidades-grid .hvr-facility-card:hover .hvr-facility-label {
    color: #00F3FF !important;
    text-shadow: 0 0 8px rgba(0, 243, 255, 0.35) !important;
}


/* ════════════════════════════════════════════════════════════════════════════
   T5 — RESTAURANTE & BAR SECTION
   ════════════════════════════════════════════════════════════════════════════ */
.hvr-restaurante-section {
    padding: 80px 4%;
    background: linear-gradient(135deg,#1A1A1A 0%,#220507 100%);
    border-top: 1px solid rgba(255,255,255,.05);
    width: 100%; box-sizing: border-box;
}
.hvr-restaurante-container {
    max-width: 1300px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 56px;
}
.hvr-restaurante-header { padding: 36px 40px; border-radius: 12px; }

.hvr-rest-row { display: grid; gap: 32px; align-items: center; }
.hvr-rest-row--img-left  { grid-template-columns: 1.1fr .9fr; }
.hvr-rest-row--img-right { grid-template-columns: .9fr 1.1fr; }
.hvr-rest-row--dual-img  { grid-template-columns: 1fr; gap: 20px; }
.hvr-rest-dual-images { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.hvr-rest-media,.hvr-rest-media--half { border-radius: 12px; overflow: hidden; }
.hvr-rest-img {
    width: 100%; height: 100%; min-height: 280px;
    object-fit: cover; display: block; transition: transform .4s ease;
}
.hvr-rest-img:hover { transform: scale(1.02); }

.hvr-rest-img-placeholder {
    background: rgba(125,0,0,.12);
    border: 2px dashed rgba(191,149,63,.35);
    border-radius: 12px; min-height: 280px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.35);
    font-family: 'Outfit',sans-serif; font-size: 13px; font-style: italic;
    padding: 16px; text-align: center;
}

.hvr-rest-text { display: flex; flex-direction: column; }
.hvr-rest-text--center { text-align: center; align-items: center; }
.hvr-rest-tag {
    display: block; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: #BF953F; font-family: 'Outfit',sans-serif; margin-bottom: 10px;
}
.hvr-rest-title {
    font-size: 28px; font-weight: 800; color: #fff;
    font-family: 'Outfit',sans-serif; margin: 0 0 12px; line-height: 1.25;
}
.hvr-rest-desc {
    font-size: 15px; line-height: 1.7;
    color: rgba(255,255,255,.75);
    font-family: 'Outfit',sans-serif; margin: 0 0 18px;
}
.hvr-rest-highlights { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.hvr-rest-highlights li {
    font-size: 14px; color: rgba(255,255,255,.8);
    font-family: 'Outfit',sans-serif; display: flex; align-items: center; gap: 10px;
}
.hvr-rest-highlights li i { color: #BF953F; flex-shrink: 0; }

.hvr-rest-ctas {
    display: flex; gap: 16px; justify-content: center;
    flex-wrap: wrap; padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.hvr-btn-rest {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 28px; border-radius: 8px;
    font-family: 'Outfit',sans-serif; font-size: 14px; font-weight: 700;
    text-decoration: none; letter-spacing: .5px;
    transition: all .25s ease; cursor: pointer; border: none;
}
.hvr-btn-rest--primary {
    background: linear-gradient(135deg,#7D0000,#9B2A2C);
    color: #fff; box-shadow: 0 4px 16px rgba(125,0,0,.4);
}
.hvr-btn-rest--primary:hover {
    background: linear-gradient(135deg,#9B2A2C,#BF2830);
    box-shadow: 0 8px 28px rgba(125,0,0,.6);
    transform: translateY(-2px); color: #fff; text-decoration: none;
}
.hvr-btn-rest--secondary {
    background: transparent; color: #BF953F; border: 2px solid #BF953F;
}
.hvr-btn-rest--secondary:hover {
    background: rgba(191,149,63,.1); transform: translateY(-2px); text-decoration: none;
}

@media (max-width: 960px) {
    .hvr-rest-row--img-left,.hvr-rest-row--img-right { grid-template-columns: 1fr; }
    .hvr-rest-row--img-right .hvr-rest-text { order: -1; }
    .hvr-rest-dual-images { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .hvr-restaurante-section { padding: 50px 5%; }
    .hvr-rest-title { font-size: 22px; }
    .hvr-restaurante-container { gap: 36px; }
}


/* ════════════════════════════════════════════════════════════════════════════
   INSTAGRAM FEED SECTION
   ════════════════════════════════════════════════════════════════════════════ */

.hvr-instagram-section {
    padding: 80px 4%;
    background: linear-gradient(160deg, #0d0d0d 0%, #1a0305 55%, #0d0d0d 100%);
    border-top: 1px solid rgba(255,255,255,.05);
    width: 100%; box-sizing: border-box;
}
.hvr-instagram-container {
    max-width: 1300px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 36px;
}

/* Header */
.hvr-instagram-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 32px 40px;
    border-radius: 12px;
}
.hvr-instagram-header-left { flex: 1; min-width: 240px; }
.hvr-instagram-header-right { flex-shrink: 0; }

.hvr-instagram-eyebrow {
    display: block;
    font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #E1306C;        /* Instagram gradient red-pink */
    font-family: 'Outfit',sans-serif;
    margin-bottom: 10px;
}
.hvr-instagram-eyebrow .fab { margin-right: 6px; }
.hvr-instagram-title {
    font-size: 30px; font-weight: 800;
    color: #fff; font-family: 'Outfit',sans-serif;
    margin: 0 0 8px; line-height: 1.2;
    background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hvr-instagram-subtitle {
    font-size: 15px; color: rgba(255,255,255,.7);
    font-family: 'Outfit',sans-serif; margin: 0; line-height: 1.6;
}

/* Instagram CTA button */
.hvr-btn-instagram {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 26px;
    border-radius: 8px;
    font-family: 'Outfit',sans-serif; font-size: 14px; font-weight: 700;
    text-decoration: none; letter-spacing: .4px;
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    box-shadow: 0 4px 20px rgba(220,39,67,.4);
    transition: all .25s ease;
    border: none; cursor: pointer;
}
.hvr-btn-instagram:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(220,39,67,.6);
    color: #fff; text-decoration: none;
}
.hvr-btn-instagram--lg {
    padding: 15px 32px;
    font-size: 16px;
    border-radius: 10px;
}

/* Post grid — 3 cols desktop, 2 tablet, 1 mobile */
.hvr-instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/* Individual post */
.hvr-ig-post {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}
.hvr-ig-post-img {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,.05);
    transition: transform .4s ease;
}
.hvr-ig-post:hover .hvr-ig-post-img { transform: scale(1.06); }

/* Hover overlay */
.hvr-ig-post-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.72) 100%);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
}
.hvr-ig-post:hover .hvr-ig-post-overlay { opacity: 1; }

.hvr-ig-post-stats {
    display: flex; gap: 16px;
    color: #fff; font-family: 'Outfit',sans-serif; font-size: 14px; font-weight: 700;
}
.hvr-ig-post-stats span { display: flex; align-items: center; gap: 5px; }
.hvr-ig-post-stats .fas { font-size: 13px; }
.hvr-ig-post-stats .fa-heart { color: #ff4d6d; }
.hvr-ig-post-stats .fa-comment { color: #74b9ff; }

/* Video badge */
.hvr-ig-type-badge {
    position: absolute; top: 10px; right: 10px;
    color: rgba(255,255,255,.9); font-size: 20px;
    text-shadow: 0 1px 4px rgba(0,0,0,.6);
}

/* Placeholder cells */
.hvr-ig-placeholder-cell {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    color: rgba(255,255,255,.12);
}
.hvr-ig-post--placeholder .hvr-ig-post-img {
    background: none;
}

/* Footer */
.hvr-instagram-footer {
    display: flex; justify-content: center; padding-top: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .hvr-instagram-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .hvr-instagram-header { padding: 24px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
    .hvr-instagram-grid { grid-template-columns: repeat(2, 1fr); gap: 5px; }
    .hvr-instagram-title { font-size: 22px; }
}


/* ════════════════════════════════════════════════════════════════════════════
   T3 ADD-ON — Full-width RESERVAR button for unified room cards
   ════════════════════════════════════════════════════════════════════════════ */
.hvr-room-book-action { width: 100%; }
.hvr-btn-book--full {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #7D0000, #9B2A2C);
    color: #fff;
    font-family: 'Outfit',sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(125,0,0,.4);
    transition: all .25s ease;
    border: none; cursor: pointer;
}
.hvr-btn-book--full:hover {
    background: linear-gradient(135deg,#9B2A2C,#BF2830);
    box-shadow: 0 8px 28px rgba(125,0,0,.6);
    transform: translateY(-2px);
    color: #fff; text-decoration: none;
}


/* ════════════════════════════════════════════════════════════════════════════
   T3 CORRECTION — All 4 cards equal width (2 cols × 2 rows), no full-span
   Card structure: image carousel (top) → title → desc → Melhor Tarifa → btn
   ════════════════════════════════════════════════════════════════════════════ */

/* Remove full-width span from featured card — treat all 4 identically */
.hvr-conforto-section .hvr-room-card--featured {
    grid-column: auto !important;
    flex-direction: column !important;
    min-height: 520px;
}

/* Both featured and standard: flex column, image on top, details below */
.hvr-conforto-section .hvr-room-card--featured,
.hvr-conforto-section .hvr-room-card--standard {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

/* Image carousel — top half of card */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-image-footer,
.hvr-conforto-section .hvr-room-card--standard .hvr-room-image-footer {
    flex-shrink: 0;
    height: 260px !important;
    min-height: 260px !important;
    order: 0;
}

/* Details column — lower half, flex-grow to fill remaining space */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-details-column,
.hvr-conforto-section .hvr-room-card--standard .hvr-room-details-column {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 22px 22px !important;
    order: 1;
    gap: 0;
}

/* Featured card title — match standard size */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-details-column h3 {
    font-size: 22px !important;
    margin: 0 0 8px !important;
}

/* Standard title — keep 22px for visual symmetry with 2 cols */
.hvr-conforto-section .hvr-room-card--standard .hvr-room-details-column h3 {
    font-size: 22px !important;
    margin: 0 0 8px !important;
}

/* Description: 3 lines max, consistent across all cards */
.hvr-conforto-section .hvr-room-card--featured .hvr-room-desc,
.hvr-conforto-section .hvr-room-card--standard .hvr-room-desc {
    font-size: 14px !important;
    color: rgba(255,255,255,.7) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 0 0 0 0;
    line-height: 1.55;
}

/* Flex spacer pushes tarifa block to bottom of card */
.hvr-conforto-section .hvr-room-rates-spacer {
    flex: 1 1 auto !important;
    min-height: 8px;
}

/* ── Melhor Tarifa block ─────────────────────────────────────────────── */
.hvr-melhor-tarifa {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 14px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hvr-melhor-tarifa-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #BF953F;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 2px;
}

.hvr-tarifa-incl,
.hvr-tarifa-alert {
    font-size: 11px;
    color: rgba(255,255,255,.6);
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hvr-tarifa-alert {
    color: #ff9f43;
}

.hvr-tarifa-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 4px;
}

.hvr-tarifa-prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}

.hvr-tarifa-nights {
    font-size: 10px;
    color: rgba(255,255,255,.45);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
}

/* Reuse existing price classes: .hvr-price-before and .hvr-price-current */
.hvr-melhor-tarifa .hvr-price-before {
    font-size: 12px !important;
    color: rgba(255,255,255,.4) !important;
    text-decoration: line-through !important;
}

.hvr-melhor-tarifa .hvr-price-current {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #FFD700 !important;
    font-family: 'Outfit', sans-serif !important;
    line-height: 1;
}

/* RESERVAR button inside tarifa row */
.hvr-melhor-tarifa .hvr-rate-action {
    flex-shrink: 0;
}

.hvr-melhor-tarifa .hvr-btn-book {
    padding: 10px 18px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
    white-space: nowrap;
}

/* ── Responsive overrides ──────────────────────────────────────────────── */
@media (max-width: 900px) {
    .hvr-conforto-section .hvr-rooms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
    .hvr-conforto-section .hvr-room-card--featured .hvr-room-image-footer,
    .hvr-conforto-section .hvr-room-card--standard .hvr-room-image-footer {
        height: 200px !important;
        min-height: 200px !important;
    }
    .hvr-melhor-tarifa .hvr-price-current { font-size: 18px !important; }
}

@media (max-width: 600px) {
    .hvr-conforto-section .hvr-rooms-grid {
        grid-template-columns: 1fr !important;
    }
}


/* ════════════════════════════════════════════════════════════════════════════
   MELHOR TARIFA — Right-aligned RESERVAR + animated shine attention effect
   ════════════════════════════════════════════════════════════════════════════ */

/* 1. Give the block its own contained surface + override border-top */
.hvr-melhor-tarifa {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(100, 0, 0, 0.25) 0%,
        rgba(191, 149, 63, 0.15) 50%,
        rgba(100, 0, 0, 0.25) 100%
    ) !important;
    background-size: 200% 200% !important;
    animation: hvr-tarifa-bg-flow 8s ease infinite !important;
    border-top: none !important;
    border: 1px solid rgba(191, 149, 63, 0.3) !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    margin-top: 12px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.hvr-melhor-tarifa:hover {
    border-color: rgba(191, 149, 63, 0.6) !important;
    box-shadow: 0 6px 20px rgba(191, 149, 63, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
}

@keyframes hvr-tarifa-bg-flow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* 2. Sweep shine pseudo-element */
.hvr-melhor-tarifa::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 223, 120, 0.0) 20%,
        rgba(255, 223, 120, 0.25) 50%,
        rgba(255, 223, 120, 0.0) 80%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: hvr-tarifa-shine 4s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
    pointer-events: none;
    z-index: 0;
}

/* All direct children sit above the shine layer */
.hvr-melhor-tarifa > * { position: relative; z-index: 1; }

@keyframes hvr-tarifa-shine {
    0%   { left: -150%; }
    30%  { left: 150%; }
    100% { left: 150%; }
}

/* 3. RESERVAR button — push to the right side of the price row */
.hvr-melhor-tarifa .hvr-rate-action {
    width: auto !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    align-self: center !important;
}

.hvr-melhor-tarifa .hvr-btn-book {
    width: auto !important;
    display: inline-flex !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    white-space: nowrap !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 10px rgba(125, 0, 0, 0.3) !important;
}

.hvr-melhor-tarifa .hvr-tarifa-price-row {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
}

/* ==========================================================================
   HOMEPAGE SECTION TRANSITION FIX
   Keeps the carousel/map section self-contained and shortens it by ~30% so the
   accommodations section begins cleanly without clipping or visual overlap.
   ========================================================================== */
body.home .hvr-hero-section {
    position: relative !important;
    z-index: 1 !important;
    overflow: clip !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@supports not (overflow: clip) {
    body.home .hvr-hero-section {
        overflow: hidden !important;
    }
}

body.home .hvr-hero-section .hvr-hero-grid {
    height: 74vh !important;
    min-height: 592px !important;
    max-height: 710px !important;
    overflow: hidden !important;
    align-items: stretch !important;
}

body.home .hvr-hero-media,
body.home .hvr-hero-map,
body.home .hvr-hero-map--accordion,
body.home .hvr-map-accordion,
body.home .hvr-slider-wrapper,
body.home .hvr-slides,
body.home .hvr-slide {
    min-height: 0 !important;
    max-height: 100% !important;
}

body.home .hvr-map-accordion,
body.home .hvr-slider-wrapper {
    overflow: hidden !important;
}

body.home .hvr-conforto-section {
    position: relative !important;
    z-index: 2 !important;
    clear: both !important;
    margin-top: 0 !important;
    padding-top: 56px !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    body.home .hvr-hero-section .hvr-hero-grid {
        height: 70vh !important;
        min-height: 550px !important;
        max-height: 682px !important;
    }
}

@media (max-width: 600px) {
    body.home .hvr-hero-section .hvr-hero-grid {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    body.home .hvr-hero-map--accordion {
        height: 330px !important;
    }

    body.home .hvr-conforto-section {
        padding-top: 44px !important;
    }
}

/* =========================================================================
   HOMEPAGE HERO ACCORDION AND HUB LINK REFINEMENTS
   ========================================================================= */
body.home .hvr-accordion-item.hvr-accordion-item--collapsed {
    flex-basis: 21% !important;
}

body.home .hvr-hub-card,
body.home .hvr-hub-card:visited,
body.home .hvr-hub-card:hover,
body.home .hvr-hub-card:focus,
body.home .hvr-hub-card:active {
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    border-bottom: 0 !important;
}

body.home .hvr-hub-card *,
body.home .hvr-hub-card *:hover,
body.home .hvr-hub-card *:focus {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    border-bottom: 0 !important;
}

body.home .hvr-hub-card .hvr-wavy-text {
    color: #FFFFFF !important;
}

body.home .hvr-hub-card:not(:hover) .hvr-wavy-char {
    color: #FFFFFF !important;
}

body.home .hvr-hub-card p {
    color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 900px) {
    body.home .hvr-accordion-item.hvr-accordion-item--collapsed {
        flex-basis: 17.5% !important;
    }
}

@media (max-width: 600px) {
    body.home .hvr-accordion-item.hvr-accordion-item--collapsed {
        flex-basis: 14% !important;
    }
}

/* Homepage header color refinement */
body.home:not(.hvr-scrolled) .site-header {
    background-color: #a2020f !important;
}
