:root {
    --primary: #C5A059;
    --secondary: #1A1A1A;
    --accent: #2D5A27;
    --bg-main: #0F0F0F;
    --bg-surface: #161616;
    --bg-section-alt: #1E1E1E;
    --text-primary-dark: #FFFFFF;
    --text-secondary-dark: #B0B0B0;
    --text-muted-dark: #636363;
    --border-color: #2A2A2A;
    --luxury-gold: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    --dark-overlay: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.9) 100%);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.text-muted {
    color: var(--text-secondary-dark) !important;
}

.midnight-luxe-theme {
    background-color: var(--bg-main);
}

* {
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-luxury {
    background: var(--luxury-gold);
    color: #000 !important;
    font-weight: 600;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.btn-luxury:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.5);
    transform: translateY(-2px);
}

.glass-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.section-padding {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
}

/* ===== header ===== */
.brimwelle-header {
    background-color: #0F0F0F !important;
    border-bottom: 1px solid #2A2A2A;
    padding: 1rem 0;
    z-index: 1050;
}

.brimwelle-header .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.brimwelle-header .header-brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #C5A059;
    letter-spacing: -0.02em;
}

.brimwelle-header .nav-link {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0 !important;
    font-size: 0.95rem;
    font-weight: 400;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease-in-out;
}

.brimwelle-header .nav-link:hover,
.brimwelle-header .nav-link:focus {
    color: #C5A059 !important;
}

.brimwelle-header .header-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
    text-align: center;
}

.brimwelle-header .header-cta-btn:hover {
    background: #D4B374;
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.4);
    transform: translateY(-2px);
    color: #121212;
}

.brimwelle-header .navbar-toggler {
    border: none;
    padding: 0.5rem;
    color: #C5A059;
    font-size: 1.75rem;
}

.brimwelle-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (min-width: 992px) {
    .brimwelle-header .header-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 0;
    }

    .brimwelle-header .header-nav-group-left {
        padding-right: 120px;
    }

    .brimwelle-header .header-nav-group-right {
        padding-left: 120px;
    }
}

@media (max-width: 991.98px) {
    .brimwelle-header .navbar-collapse {
        background-color: #161616;
        margin-top: 1rem;
        padding: 1.5rem;
        border-radius: 4px;
        border: 1px solid #2A2A2A;
    }

    .brimwelle-header .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #2A2A2A;
    }

    .brimwelle-header .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .brimwelle-header .header-brand-name {
        font-size: 1.25rem;
    }
}

/* ===== hero ===== */
.hero-block {
    min-height: 85vh;
    background-image: url('../assets/images/graphics/canadian-luxury-hotel-resort-twilight.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}

.hero-overlay {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.4) 0%, rgba(15, 15, 15, 0.9) 100%);
}

.hero-badge {
    background: rgba(197, 160, 89, 0.15);
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 50px;
    color: #C5A059;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.1;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-description {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    color: #B0B0B0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    border: none;
    color: #121212;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(197, 160, 89, 0.5);
    color: #000;
    background: #D4B374;
}

.hero-btn-secondary {
    background: transparent;
    border: 1px solid #C5A059;
    color: #C5A059;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
    background: rgba(197, 160, 89, 0.1);
    color: #D4B374;
    border-color: #D4B374;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .hero-block {
        min-height: 70vh;
        padding: 60px 0;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-description {
        font-size: 14px;
    }
}

/* ===== hotels-rating ===== */
.hotels-rating-section {
    background-color: #0F0F0F;
    color: #FFFFFF;
}

.hotels-rating-section .section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #C5A059;
    font-size: clamp(2rem, 5vw, 3.5rem);
}

.hotels-rating-section .section-subtitle {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    max-width: 700px;
}

.hotels-rating-section .search-box .form-control {
    background-color: #161616;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    padding-left: 2.75rem;
    border-radius: 4px;
    height: 50px;
}

.hotels-rating-section .search-box .form-control:focus {
    border-color: #C5A059;
    box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.15);
}

.hotels-rating-section .search-box .bi-search {
    color: #636363;
}

.hotels-rating-section .hotel-card {
    background-color: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
    backdrop-filter: blur(5px);
}

.hotels-rating-section .hotel-card:hover {
    transform: translateY(-8px);
    border-color: #C5A059;
}

.hotels-rating-section .hotel-image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.hotels-rating-section .hotel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hotels-rating-section .hotel-card:hover .hotel-image {
    transform: scale(1.05);
}

.hotels-rating-section .rating-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #0F0F0F;
    padding: 5px 12px;
    font-weight: 700;
    border-radius: 2px;
    z-index: 2;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hotels-rating-section .hotel-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

.hotels-rating-section .hotel-title a {
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.hotels-rating-section .hotel-title a:hover {
    color: #C5A059;
}

.hotels-rating-section .hotel-desc {
    font-size: 0.95rem;
    color: #B0B0B0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hotels-rating-section .privilege-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #C5A059;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.hotels-rating-section .privilege-list li {
    font-size: 0.9rem;
    color: #E0E0E0;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hotels-rating-section .privilege-list i {
    color: #C5A059;
}

.hotels-rating-section .btn {
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.hotels-rating-section .btn-expedia {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    border: none;
    color: #0F0F0F;
}

.hotels-rating-section .btn-expedia:hover {
    background: linear-gradient(135deg, #D4B374 0%, #C5A059 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

.hotels-rating-section .btn-details {
    background: transparent;
    border: 1px solid rgba(197, 160, 89, 0.4);
    color: #C5A059;
}

.hotels-rating-section .btn-details:hover {
    background: rgba(197, 160, 89, 0.1);
    border-color: #C5A059;
    color: #FFFFFF;
}

/* ===== movers-shakers ===== */
.movers-shakers-block {
    background-color: #0F0F0F;
    color: #FFFFFF;
    overflow: hidden;
}

.movers-shakers-block .section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #C5A059;
}

.movers-shakers-block .trend-card {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.movers-shakers-block .trend-card:hover {
    transform: translateY(-5px);
    border-color: #C5A059;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.movers-shakers-block .trend-img-wrapper {
    position: relative;
    min-width: 200px;
    max-width: 200px;
}

@media (max-width: 767.98px) {
    .movers-shakers-block .trend-img-wrapper {
        min-width: 100%;
        max-width: 100%;
        height: 180px;
    }
}

.movers-shakers-block .trend-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movers-shakers-block .trend-indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 0.85rem;
    z-index: 2;
}

.movers-shakers-block .trend-indicator.up {
    background-color: #2D5A27;
    color: #FFFFFF;
}

.movers-shakers-block .trend-indicator.down {
    background-color: #8E2E2E;
    color: #FFFFFF;
}

.movers-shakers-block .btn-trend-link {
    display: inline-block;
    color: #C5A059;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
    width: fit-content;
}

.movers-shakers-block .btn-trend-link:hover {
    color: #D4B374;
    border-bottom-color: #D4B374;
}

.movers-shakers-block .text-secondary-dark {
    color: #B0B0B0 !important;
}

.movers-shakers-block .column-header i {
    opacity: 0.8;
}

/* ===== dress-code ===== */
.dress-code-section {
    background-color: #0F0F0F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.dress-code-section .section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #C5A059;
    font-size: clamp(2rem, 5vw, 3rem);
}

.dress-code-section .section-subtitle {
    color: #B0B0B0;
    font-size: 1.1rem;
}

.dress-code-section .etiquette-card {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.dress-code-section .etiquette-card:hover {
    transform: translateY(-8px);
    border-color: #C5A059;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.1);
}

.dress-code-section .card-image-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.dress-code-section .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.dress-code-section .etiquette-card:hover .card-image-wrapper img {
    transform: scale(1.05);
}

.dress-code-section .card-overlay-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #C5A059;
    color: #121212;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dress-code-section .card-content h3 {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
}

.dress-code-section .etiquette-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dress-code-section .etiquette-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #B0B0B0;
    font-size: 0.95rem;
}

.dress-code-section .etiquette-list li i.bi-check2-circle {
    color: #2D5A27;
}

.dress-code-section .etiquette-list li i.bi-x-circle {
    color: #8E6D2E;
}

.dress-code-section .etiquette-accent {
    background: linear-gradient(135deg, #161616 0%, #1E1E1E 100%);
    border: 1px solid #C5A059;
}

.dress-code-section .accent-header i {
    font-size: 2.5rem;
    color: #C5A059;
}

.dress-code-section .tabs-nav {
    gap: 10px;
    border-bottom: 1px solid #2A2A2A;
}

.dress-code-section .tab-btn {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #636363;
    padding: 8px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dress-code-section .tab-btn.active {
    color: #C5A059;
    border-bottom-color: #C5A059;
}

.dress-code-section .tab-pane {
    display: none;
    animation: fadeIn 0.4s ease;
}

.dress-code-section .tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .dress-code-section .section-title {
        font-size: 1.8rem;
    }

    .dress-code-section .section-subtitle {
        font-size: 0.95rem;
    }

    .dress-code-section .card-image-wrapper {
        height: 200px;
    }
}

/* ===== faq ===== */
.brimwelle-faq {
    background-color: #0F0F0F;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.brimwelle-faq-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #C5A059;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.brimwelle-faq-subtitle {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    font-size: 1rem;
    line-height: 1.6;
}

.brimwelle-accordion-item {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.brimwelle-accordion-item:hover {
    border-color: #C5A059;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.1);
}

.brimwelle-accordion-trigger {
    width: 100%;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
}

.brimwelle-accordion-trigger i {
    color: #C5A059;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.2rem;
}

.brimwelle-accordion-trigger[aria-expanded="true"] {
    color: #C5A059;
}

.brimwelle-accordion-trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.brimwelle-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
}

.brimwelle-accordion-content.js-active {
    visibility: visible;
}

.brimwelle-accordion-inner {
    padding: 0 1.5rem 1.5rem 1.5rem;
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    line-height: 1.8;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .brimwelle-accordion-trigger {
        font-size: 1rem;
        padding: 1rem;
    }

    .brimwelle-accordion-inner {
        padding: 0 1rem 1rem 1rem;
        font-size: 0.9rem;
    }
}

/* ===== dining-entertainment ===== */
.dining-entertainment {
    background-color: #0F0F0F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.dining-entertainment h2,
.dining-entertainment h3,
.dining-entertainment h4 {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
}

.dining-entertainment .text-secondary-dark {
    color: #B0B0B0 !important;
}

.dining-entertainment .highlight-badge {
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: #C5A059;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.dining-entertainment .main-feature-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.dining-entertainment .main-feature-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dining-entertainment .main-feature-card:hover img {
    transform: scale(1.05);
}

.dining-entertainment .experience-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(15, 15, 15, 0.9) 0%, transparent 100%);
    padding: 30px;
}

.dining-entertainment .info-box {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    padding: 40px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.dining-entertainment .info-box:hover {
    border-color: #C5A059;
    background: rgba(30, 30, 30, 1);
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.1);
}

.dining-entertainment .info-icon {
    font-size: 2.5rem;
    color: #C5A059;
    margin-bottom: 20px;
    display: block;
}

.dining-entertainment .venue-card {
    background: #161616;
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.dining-entertainment .venue-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.dining-entertainment .venue-body {
    padding: 20px;
}

.dining-entertainment .venue-body h4 a {
    color: #C5A059;
    transition: color 0.3s ease;
}

.dining-entertainment .venue-body h4 a:hover {
    color: #D4B374;
}

.dining-entertainment .cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dining-entertainment .cta-button:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.5);
    color: #000;
}

@media (max-width: 767px) {
    .dining-entertainment h2 {
        font-size: 1.5rem;
    }

    .dining-entertainment .main-feature-card img {
        height: 250px;
    }
}

/* ===== popular-cities ===== */
.popular-cities-section {
    background-color: #0F0F0F;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.popular-cities-section .section-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.popular-cities-section .section-subtitle {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.popular-cities-section .city-card {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid rgba(42, 42, 42, 1);
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
}

.popular-cities-section .city-card:hover {
    transform: translateY(-8px);
    border-color: #C5A059;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 15px rgba(197, 160, 89, 0.2);
}

.popular-cities-section .city-card__image-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.popular-cities-section .city-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.popular-cities-section .city-card:hover .city-card__image {
    transform: scale(1.1);
}

.popular-cities-section .city-card__content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.popular-cities-section .city-card__title-link {
    text-decoration: none;
}

.popular-cities-section .city-card__title {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.popular-cities-section .city-card__title:hover {
    color: #C5A059;
}

.popular-cities-section .city-card__text {
    font-family: 'Inter', sans-serif;
    color: #B0B0B0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.popular-cities-section .city-card__footer {
    margin-top: auto;
}

.popular-cities-section .btn-city-action {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.85rem;
}

.popular-cities-section .btn-city-action:hover {
    background: #D4B374;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
    color: #000000;
}

@media (max-width: 768px) {
    .popular-cities-section {
        padding: 60px 0;
    }

    .popular-cities-section .section-title {
        font-size: 1.75rem !important;
    }

    .popular-cities-section .section-subtitle {
        font-size: 0.9rem;
    }

    .popular-cities-section .city-card__image-container {
        height: 180px;
    }
}

/* ===== useful-lifehacks ===== */
.brim-lifehacks-section {
    background-color: #0F0F0F;
    color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.brim-lifehacks-section .brim-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: #C5A059;
    letter-spacing: 0.05em;
}

.brim-lifehacks-section .brim-lead {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #B0B0B0;
    line-height: 1.6;
}

.brim-lifehacks-section .brim-card {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.brim-lifehacks-section .brim-card:hover {
    transform: translateY(-8px);
    border-color: #C5A059;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.15);
}

.brim-lifehacks-section .brim-card-img-link {
    display: block;
    position: relative;
    background: #1A1A1A;
}

.brim-lifehacks-section .brim-card-img {
    transition: transform 0.6s ease;
}

.brim-lifehacks-section .brim-card:hover .brim-card-img {
    transform: scale(1.05);
}

.brim-lifehacks-section .brim-card-meta {
    font-size: 0.85rem;
    color: #636363;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.brim-lifehacks-section .brim-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.brim-lifehacks-section .brim-card-title a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.brim-lifehacks-section .brim-card-title a:hover {
    color: #C5A059;
}

.brim-lifehacks-section .brim-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #B0B0B0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brim-lifehacks-section .brim-btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
}

.brim-lifehacks-section .brim-btn:hover {
    background: linear-gradient(135deg, #D4B374 0%, #C5A059 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4);
    color: #000;
}

@media (max-width: 768px) {
    .brim-lifehacks-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .brim-lifehacks-section .brim-heading {
        font-size: 1.6rem;
    }

    .brim-lifehacks-section .brim-card-title {
        font-size: 1.15rem;
    }
}

/* ===== footer ===== */
.brimwelle-footer {
    background-color: #0F0F0F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    position: relative;
}

.brimwelle-footer .text-gold {
    color: #C5A059 !important;
}

.brimwelle-footer-logo {
    max-width: 50px;
    height: auto;
}

.brimwelle-footer a {
    color: #B0B0B0;
    transition: color 0.3s ease;
}

.brimwelle-footer a:hover {
    color: #C5A059;
}

.brimwelle-disclaimer-box {
    background-color: #161616;
    border: 1px solid #2A2A2A;
}

.brimwelle-disclaimer-box p {
    color: #B0B0B0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-support-row {
    border-bottom: 1px solid rgba(42, 42, 42, 0.85);
    padding-bottom: 2rem;
}

.footer-support-links {
    min-height: 72px;
}

.footer-support-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 64px;
    padding: 10px 14px;
    background: #161616;
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.footer-support-link:hover,
.footer-support-link:focus {
    border-color: #C5A059;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.footer-support-link img {
    display: block;
    max-width: 145px;
    max-height: 42px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.footer-support-link.is-round {
    min-width: 72px;
    width: 72px;
    padding: 8px;
}

.footer-support-link.is-round img {
    max-width: 52px;
    max-height: 52px;
}

.footer-age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #C5A059;
    color: #C5A059;
    background: #161616;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1;
    flex: 0 0 auto;
}

.footer-email a {
    display: inline-flex;
    align-items: center;
    color: #C5A059;
    font-weight: 600;
}

.footer-email a:hover,
.footer-email a:focus {
    color: #D4B374;
}

@media (max-width: 767px) {
    .footer-support-link {
        min-width: 136px;
        flex: 1 1 136px;
    }

    .footer-support-link.is-round,
    .footer-age-badge {
        flex: 0 0 64px;
    }
}

.brimwelle-age-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.brimwelle-age-content {
    background-color: #161616;
    border: 1px solid #C5A059;
    border-radius: 4px;
    max-width: 600px;
    width: 100%;
    color: #FFFFFF;
}

.brimwelle-age-content h2 {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
}

.brimwelle-btn-gold {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    border: none;
    color: #121212;
    font-weight: 600;
    transition: all 0.3s ease;
}

.brimwelle-btn-gold:hover {
    background: #D4B374;
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
    color: #121212;
}

.brimwelle-footer h2,
.brimwelle-footer h3 {
    font-family: 'Playfair Display', serif;
}

/* ===== PAGE: hotels ===== */
.hotels-listing-section { background-color: #0F0F0F; color: #FFFFFF; font-family: 'Inter', sans-serif; }
.hotels-main-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 4vw, 2.5rem); color: #C5A059; margin-bottom: 0.5rem; }
.hotels-subtitle { max-width: 600px; line-height: 1.6; font-size: 1rem; color: #B0B0B0; }
.filter-controls .search-box-wrapper { position: relative; flex-grow: 1; min-width: 250px; }
.filter-controls .search-box-wrapper i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #C5A059; }
.filter-controls .search-box-wrapper input { padding-left: 45px; background: #161616; border: 1px solid #2A2A2A; color: #FFFFFF; border-radius: 4px; height: 50px; }
.filter-controls .search-box-wrapper input:focus { background: #1E1E1E; border-color: #C5A059; box-shadow: none; color: #FFFFFF; }
.filter-controls .sort-box-wrapper select { background: #161616; border: 1px solid #2A2A2A; color: #FFFFFF; border-radius: 4px; height: 50px; min-width: 180px; }
.filter-controls .sort-box-wrapper select:focus { border-color: #C5A059; box-shadow: none; }
.hotel-card { background: rgba(22, 22, 22, 0.8); border: 1px solid #2A2A2A; border-radius: 4px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; backdrop-filter: blur(5px); }
.hotel-card:hover { transform: translateY(-8px); border-color: #C5A059; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.card-img-container { position: relative; overflow: hidden; height: 240px; }
.card-img-top { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.hotel-card:hover .card-img-top { transform: scale(1.05); }
.rating-badge { position: absolute; top: 15px; right: 15px; background: #C5A059; color: #0F0F0F; font-weight: 700; padding: 5px 12px; border-radius: 4px; font-size: 0.9rem; z-index: 2; }
.hotel-title a { color: #FFFFFF; text-decoration: none; font-family: 'Playfair Display', serif; font-size: 1.25rem; transition: color 0.3s ease; }
.hotel-title a:hover { color: #C5A059; }
.hotel-desc { font-size: 0.95rem; line-height: 1.5; margin-bottom: 1.5rem; color: #B0B0B0; }
.pros-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pros-list li { font-size: 0.85rem; color: #FFFFFF; display: flex; align-items: center; gap: 8px; }
.pros-list li i { color: #C5A059; }
.btn-outline-gold { border: 1px solid #C5A059; color: #C5A059; background: transparent; padding: 10px 20px; border-radius: 4px; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.3s ease; font-size: 0.9rem; }
.btn-outline-gold:hover { background: #C5A059; color: #0F0F0F; }
.btn-solid-gold { background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%); border: none; color: #0F0F0F; padding: 10px 20px; border-radius: 4px; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.3s ease; font-size: 0.9rem; }
.btn-solid-gold:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3); color: #0F0F0F; }
.card-body { padding: 1.5rem; }

/* ===== PAGE: cities ===== */
.cities-grid-section { background-color: #0F0F0F; color: #FFFFFF; font-family: 'Inter', sans-serif; min-height: 60vh; } .cities-grid-section .section-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); color: #FFFFFF; } .cities-grid-section .section-subtitle { font-size: 1.1rem; line-height: 1.6; max-width: 700px; margin-left: auto; margin-right: auto; } .cities-grid-section .search-container { max-width: 500px; margin: 0 auto; } .cities-grid-section .search-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #C5A059; z-index: 5; } .cities-grid-section .js-search-input { background: #161616; border: 1px solid #2A2A2A; color: #FFFFFF; padding: 12px 15px 12px 45px; border-radius: 4px; transition: border-color 0.3s ease; } .cities-grid-section .js-search-input:focus { background: #1E1E1E; border-color: #C5A059; box-shadow: none; outline: none; } .cities-grid-section .js-search-input::placeholder { color: #636363; } .cities-grid-section .city-card { background: rgba(22, 22, 22, 0.8); border: 1px solid #2A2A2A; border-radius: 4px; overflow: hidden; transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s ease, box-shadow 0.3s ease; position: relative; } .cities-grid-section .city-card:hover { transform: translateY(-8px); border-color: #C5A059; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 0 10px rgba(197, 160, 89, 0.2); } .cities-grid-section .city-image-wrapper { position: relative; aspect-ratio: 16/10; overflow: hidden; } .cities-grid-section .city-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; } .cities-grid-section .city-card:hover .city-image { transform: scale(1.05); } .cities-grid-section .city-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.7) 100%); pointer-events: none; } .cities-grid-section .city-title { font-family: 'Playfair Display', serif; color: #FFFFFF; font-weight: 700; transition: color 0.3s ease; } .cities-grid-section .city-card:hover .city-title { color: #C5A059; } .cities-grid-section .city-desc { font-size: 0.95rem; color: #B0B0B0; line-height: 1.5; } .cities-grid-section .city-btn { background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%); color: #121212; border: none; font-weight: 600; padding: 10px 20px; transition: all 0.3s ease; border-radius: 4px; } .cities-grid-section .city-btn:hover { background: #D4B374; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4); color: #121212; } .cities-grid-section .text-secondary-dark { color: #B0B0B0 !important; }

/* ===== PAGE: lifehacks ===== */
.brim-lifehacks-section {
  background-color: #0F0F0F;
  color: #FFFFFF;
  padding: 80px 0;
}

.brim-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #C5A059;
}

.brim-page-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;
}

.brim-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
}

.brim-search-wrapper {
  position: relative;
  min-width: 300px;
}

.brim-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #C5A059;
}

.brim-search-input {
  background-color: #161616 !important;
  border: 1px solid #2A2A2A !important;
  color: #FFFFFF !important;
  padding-left: 45px !important;
  height: 48px;
  border-radius: 4px;
}

.brim-search-input::placeholder {
  color: #636363;
}

.brim-filter-btn {
  background: transparent;
  border: 1px solid #2A2A2A;
  color: #B0B0B0;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.brim-filter-btn:hover,
.brim-filter-btn.active {
  background: #C5A059;
  color: #121212;
  border-color: #C5A059;
}

.brim-card {
  background: rgba(22, 22, 22, 0.8);
  border: 1px solid #2A2A2A;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.brim-card:hover {
  transform: translateY(-8px);
  border-color: #C5A059;
  box-shadow: 0 10px 30px rgba(197, 160, 89, 0.1);
}

.brim-img-container {
  position: relative;
  height: 240px;
  overflow: hidden;
}

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

.brim-card:hover .brim-card-img {
  transform: scale(1.05);
}

.brim-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #C5A059;
  color: #121212;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.brim-card-body {
  padding: 1.5rem;
}

.brim-card-meta {
  font-size: 0.8rem;
  color: #636363;
}

.brim-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.brim-card-title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.brim-card-title a:hover {
  color: #C5A059;
}

.brim-card-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.brim-btn-link {
  color: #C5A059;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.brim-btn-link:hover {
  gap: 12px;
  color: #D4B374;
}

.brim-comment-count {
  color: #636363;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .brim-page-title { font-size: 1.75rem; }
  .brim-page-subtitle { font-size: 1rem; }
  .brim-search-wrapper { width: 100% !important; }
  .brim-filter-group {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  .brim-filter-btn {
    white-space: nowrap;
  }
}

/* ===== PAGE: contact ===== */
.contact-section {
  background-color: #0F0F0F;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.contact-section .luxe-title {
  font-family: 'Playfair Display', serif;
  color: #FFFFFF;
  font-weight: 700;
}

.contact-section .badge-luxe {
  background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
  color: #121212;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
}

.contact-section .luxe-text {
  color: #B0B0B0;
  line-height: 1.8;
}

.contact-section .luxe-text-muted {
  color: #636363;
  font-size: 0.95rem;
}

.contact-email-link {
  color: #C5A059;
  font-weight: 600;
  text-decoration: none;
}

.contact-email-link:hover,
.contact-email-link:focus {
  color: #D4B374;
}

.contact-section .feature-icon {
  font-size: 1.5rem;
  color: #C5A059;
  line-height: 1;
}

.contact-section .contact-card-glass {
  background: rgba(22, 22, 22, 0.8);
  border: 1px solid #2A2A2A;
  backdrop-filter: blur(10px);
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.contact-section .luxe-input {
  background-color: #1E1E1E !important;
  border: 1px solid #2A2A2A !important;
  color: #FFFFFF !important;
  border-radius: 4px;
}

.contact-section .luxe-input:focus {
  border-color: #C5A059 !important;
  box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.25);
}

.contact-section .form-floating label {
  color: #B0B0B0;
}

.contact-section .form-floating > .form-control:focus ~ label,
.contact-section .form-floating > .form-control:not(:placeholder-shown) ~ label,
.contact-section .form-floating > .form-select ~ label {
  color: #C5A059;
  opacity: 0.85;
}

.contact-section .btn-luxe {
  background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
  border: none;
  color: #121212;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section .btn-luxe:hover {
  background: #D4B374;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
  color: #121212;
}

.contact-section select.luxe-input {
  appearance: none;
  color: #B0B0B0 !important;
}

.contact-section select.luxe-input option {
  background-color: #1E1E1E;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .contact-section h2 {
    font-size: 1.75rem;
  }
  .contact-section .contact-info-block {
    text-align: center;
    margin-bottom: 2rem;
    padding-right: 0 !important;
  }
  .contact-section .contact-feature {
    text-align: left;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-content-section { background-color: #0F0F0F; color: #B0B0B0; font-family: 'Inter', sans-serif; }
.privacy-content-section .privacy-card { background: rgba(22, 22, 22, 0.8); border: 1px solid #2A2A2A; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
.privacy-content-section .privacy-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%); }
.privacy-content-section .privacy-update-tag { display: inline-block; padding: 4px 12px; background: rgba(197, 160, 89, 0.1); border: 1px solid #C5A059; color: #C5A059; font-size: 12px; font-weight: 600; text-transform: uppercase; border-radius: 20px; letter-spacing: 0.05em; }
.privacy-content-section .privacy-main-title { font-family: 'Playfair Display', serif; color: #FFFFFF; font-weight: 700; letter-spacing: -0.01em; }
.privacy-content-section .privacy-divider { width: 60px; height: 3px; background-color: #C5A059; margin-bottom: 2rem; }
.privacy-content-section .policy-subtitle { color: #C5A059; font-family: 'Playfair Display', serif; font-weight: 600; border-left: 3px solid #C5A059; padding-left: 1rem; }
.privacy-content-section .policy-text { line-height: 1.8; color: #B0B0B0; margin-bottom: 1.5rem; }
.privacy-content-section .policy-list { list-style: none; padding-left: 0; }
.privacy-content-section .policy-list li { display: flex; align-items: flex-start; color: #B0B0B0; }
.privacy-content-section .policy-list li i { color: #C5A059; font-size: 1.1rem; }
.privacy-content-section .policy-list li strong { color: #FFFFFF; margin-right: 0.5rem; }
@media (max-width: 768px) {
  .privacy-content-section .privacy-card { padding: 2rem 1.5rem; }
  .privacy-content-section .privacy-main-title { font-size: 1.5rem; }
  .privacy-content-section .policy-subtitle { font-size: 1.25rem; }
}

/* ===== PAGE: terms ===== */
.terms-content {
  background-color: #0F0F0F;
  padding: 80px 0;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
}

.terms-content__wrapper {
  background-color: rgba(22, 22, 22, 0.8);
  border: 1px solid #2A2A2A;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.terms-content__title {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
  letter-spacing: -0.02em;
}

.terms-content__subtitle {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-weight: 600;
  border-bottom: 0.5px solid rgba(197, 160, 89, 0.3);
  padding-bottom: 10px;
}

.terms-content__text {
  color: #B0B0B0;
  line-height: 1.8;
  font-size: 1.05rem;
}

.terms-content__section:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .terms-content {
    padding: 40px 0;
  }
  .terms-content__title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
  .terms-content__subtitle {
    font-size: 18px !important;
  }
  .terms-content__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .terms-content__wrapper {
    padding: 20px !important;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-content {
  background-color: #0F0F0F;
  min-height: 60vh;
}

.disclaimer-content .disclaimer-card {
  background: rgba(22, 22, 22, 0.8);
  border: 1px solid #2A2A2A;
  border-radius: 4px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.disclaimer-content .disclaimer-title {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.disclaimer-content .disclaimer-subtitle {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.disclaimer-content .disclaimer-divider {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #C5A059 0%, rgba(197, 160, 89, 0) 100%);
}

.disclaimer-content p {
  font-family: 'Inter', sans-serif;
  color: #B0B0B0;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.disclaimer-content .text-secondary-dark {
  color: #B0B0B0 !important;
}

.disclaimer-content .lead {
  font-size: 1.15rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .disclaimer-content .disclaimer-title {
    font-size: 1.75rem;
  }
  .disclaimer-content .disclaimer-subtitle {
    font-size: 1.25rem;
  }
  .disclaimer-content .disclaimer-card {
    padding: 1.5rem !important;
  }
}

/* ===== PAGE: cookies ===== */
.cookies-policy-section { background-color: #0F0F0F; color: #FFFFFF; font-family: 'Inter', sans-serif; }
.cookies-policy-container { background: rgba(22, 22, 22, 0.8); border: 1px solid #2A2A2A; border-radius: 4px; position: relative; overflow: hidden; backdrop-filter: blur(10px); }
.cookies-policy-container::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%); }
.cookies-policy-section h1, .cookies-policy-section h2 { font-family: 'Playfair Display', serif; color: #FFFFFF; font-weight: 700; }
.cookies-policy-section h2 { font-size: 1.75rem; color: #C5A059; margin-bottom: 1.5rem; position: relative; padding-left: 15px; }
.cookies-policy-section h2::before { content: ''; position: absolute; left: 0; top: 10%; height: 80%; width: 3px; background-color: #C5A059; }
.cookies-policy-section p { line-height: 1.8; color: #B0B0B0; margin-bottom: 1rem; }
.gold-divider { width: 60px; height: 3px; background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%); margin: 2rem 0; }
.policy-list { list-style: none; padding-left: 0; }
.policy-list li { position: relative; padding-left: 2rem; color: #B0B0B0; }
.policy-list li::before { content: '\F633'; font-family: 'bootstrap-icons'; position: absolute; left: 0; color: #C5A059; font-size: 1.2rem; }
.text-primary { color: #C5A059 !important; }
@media (max-width: 768px) {
  .cookies-policy-section h1 { font-size: 1.5rem; }
  .cookies-policy-section h2 { font-size: 1.25rem; }
  .cookies-policy-container { padding: 1.5rem !important; }
}

/* ===== PAGE: rgp ===== */
.rgp-content {
  background-color: #0F0F0F;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
}

.rgp-content__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #C5A059;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.rgp-content__divider {
  height: 0.5px;
  background: #C5A059;
  width: 60px;
}

.rgp-content .text-secondary-dark {
  color: #B0B0B0 !important;
  line-height: 1.8;
}

.rgp-content .accordion-item {
  background-color: rgba(22, 22, 22, 0.8);
  border: 1px solid #2A2A2A;
  margin-bottom: 1rem;
  border-radius: 4px !important;
  overflow: hidden;
}

.rgp-content .accordion-button {
  background-color: #161616;
  color: #FFFFFF;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 1.25rem;
  transition: color 0.3s ease;
}

.rgp-content .accordion-button:not(.collapsed) {
  color: #C5A059;
  background-color: #1E1E1E;
}

.rgp-content .accordion-button::after {
  filter: brightness(0) invert(1);
}

.rgp-content .accordion-button:not(.collapsed)::after {
  filter: sepia(100%) saturate(300%) hue-rotate(5deg);
}

.rgp-content .accordion-body {
  background-color: #1E1E1E;
  border-top: 1px solid #2A2A2A;
  padding: 1.5rem;
}

.rgp-content__feature-card {
  background: #161616;
  padding: 1.25rem;
  border-radius: 4px;
  border-left: 3px solid #C5A059;
  height: 100%;
}

.rgp-content__cta {
  background: linear-gradient(135deg, rgba(197, 160, 89, 0.1) 0%, rgba(22, 22, 22, 0.8) 100%);
  border: 1px solid #2A2A2A;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.rgp-content__badge {
  background: #1E1E1E;
  color: #C5A059;
  padding: 0.5rem 1.25rem;
  border-radius: 20px;
  border: 1px solid #C5A059;
  font-size: 0.875rem;
  font-weight: 600;
}

.rgp-content .text-primary {
  color: #C5A059 !important;
}

@media (max-width: 767px) {
  .rgp-content__title {
    font-size: 1.5rem;
  }
  .rgp-content__cta {
    padding: 2rem 1.5rem;
  }
}

.main-comment-card {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
}

.main-comment-card:hover {
    border-color: #C5A059;
    transform: translateY(-4px);
}

.avatar-circle {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.author-name {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.rating-stars {
    color: #C5A059;
    font-size: 0.9rem;
}

.comment-meta {
    font-size: 0.85rem;
    color: #636363;
}

.status-badge {
    background: rgba(45, 90, 39, 0.2);
    color: #2D5A27;
    padding: 2px 8px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7rem;
    border: 1px solid rgba(45, 90, 39, 0.3);
}

.comment-content {
    color: #B0B0B0;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    font-size: 1rem;
}

.action-link {
    color: #636363 !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.action-link:hover {
    color: #C5A059 !important;
}

.reply-wrapper {
    border-left: 1px solid #2A2A2A !important;
    margin-top: -10px;
    padding-top: 20px;
}

.reply-comment-card {
    background: #1E1E1E;
    border: 1px solid #2A2A2A;
    border-radius: 4px;
}

.avatar-circle-sm {
    width: 38px;
    height: 38px;
    background: #2A2A2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A059;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
    border: 1px solid #C5A059;
}

.author-name-sm {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1rem;
}

.comment-date-sm {
    font-size: 0.75rem;
    color: #636363;
}

.comment-content-sm {
    color: #B0B0B0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.border-secondary {
    border-color: #2A2A2A !important;
}


/* ===== PAGE TEMPLATE: hotels ===== */
.hotel-detail-page {
    background-color: #0F0F0F;
    color: #FFFFFF;
}

.hotel-detail-page .hero-block {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
}

.hotel-detail-page .hero-overlay {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.95) 100%);
}

.hotel-detail-page .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.1;
}

.hotel-detail-page .hero-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #B0B0B0;
    max-width: 800px;
    margin: 0 auto;
}

.hotel-detail-page .text-gold {
    color: #C5A059 !important;
}

.hotel-detail-page .breadcrumb-item+.breadcrumb-item::before {
    color: #636363;
}

.hotel-detail-page .breadcrumb-item a {
    color: #B0B0B0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hotel-detail-page .breadcrumb-item a:hover {
    color: #C5A059;
}

.hotel-detail-page .slider-wrapper {
    overflow: hidden;
}

.hotel-detail-page .slider-item img {
    height: 450px;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.hotel-detail-page .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 15, 15, 0.7);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: #C5A059;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.hotel-detail-page .slider-btn:hover {
    background: #C5A059;
    color: #121212;
}

.hotel-detail-page .slider-btn.prev {
    left: 20px;
}

.hotel-detail-page .slider-btn.next {
    right: 20px;
}

.hotel-detail-page .rating-badge {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
}

.hotel-detail-page .pros-box {
    background: rgba(45, 90, 39, 0.05);
    border: 1px solid rgba(45, 90, 39, 0.2);
}

.hotel-detail-page .cons-box {
    background: rgba(197, 160, 89, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.hotel-detail-page .info-list {
    list-style: none;
    padding: 0;
}

.hotel-detail-page .info-list li {
    padding: 8px 0;
    color: #B0B0B0;
    border-bottom: 1px solid #2A2A2A;
}

.hotel-detail-page .info-list li:last-child {
    border-bottom: none;
}

.hotel-detail-page .booking-card {
    background-color: #161616;
    border: 1px solid #C5A059;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 100px;
}

.hotel-detail-page .form-control,
.hotel-detail-page .form-select {
    background-color: #1E1E1E;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    padding: 12px 15px;
}

.hotel-detail-page .form-control:focus,
.hotel-detail-page .form-select:focus {
    border-color: #C5A059;
    box-shadow: none;
    background-color: #252525;
}

.hotel-detail-page .form-control::placeholder {
    color: #636363;
}

.hotel-detail-page .brimwelle-btn-gold {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    border: none;
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hotel-detail-page .brimwelle-btn-gold:hover {
    background: #D4B374;
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.4);
    transform: translateY(-2px);
    color: #121212;
}

.hotel-detail-page .auth-notice {
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: #B0B0B0;
    font-size: 0.9rem;
}

.hotel-detail-page .comment-form-box {
    background-color: #161616;
    border: 1px solid #2A2A2A;
}

.hotel-detail-page .share-card {
    background: #161616;
    border: 1px solid #2A2A2A;
}

.hotel-detail-page .share-icon {
    font-size: 1.5rem;
    color: #B0B0B0;
    transition: color 0.3s ease;
}

.hotel-detail-page .share-icon:hover {
    color: #C5A059;
}

.hotel-detail-page .avatar-circle {
    width: 48px;
    height: 48px;
    background: #2A2A2A;
    color: #C5A059;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
}

.hotel-detail-page .avatar-circle-sm {
    width: 36px;
    height: 36px;
    background: #2A2A2A;
    color: #C5A059;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 0.8rem;
}

.hotel-detail-page .main-comment-card,
.hotel-detail-page .reply-comment-card {
    background: #161616;
    border: 1px solid #2A2A2A;
    color: #B0B0B0;
}

.hotel-detail-page .author-name {
    color: #C5A059;
}

.hotel-detail-page .rating-stars {
    color: #C5A059;
    font-size: 0.85rem;
}

.hotel-detail-page .status-badge {
    background: rgba(45, 90, 39, 0.2);
    color: #4CAF50;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
}

.hotel-detail-page .action-link {
    font-size: 0.85rem;
    color: #636363;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hotel-detail-page .action-link:hover {
    color: #C5A059;
}

.hotel-detail-page .action-link.active {
    color: #C5A059;
}

@media (max-width: 991.98px) {
    .hotel-detail-page .hero-block {
        min-height: 40vh;
        padding: 60px 0;
    }

    .hotel-detail-page .slider-item img {
        height: 300px;
    }

    .hotel-detail-page .sidebar-sticky {
        position: static !important;
    }
}

/* ===== PAGE TEMPLATE: cities ===== */
.city-detail-page {
    background-color: #0F0F0F;
    color: #B0B0B0;
}

.city-hero {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.city-hero .hero-overlay {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.5) 0%, rgba(15, 15, 15, 0.9) 100%);
}

.city-hero .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: #FFFFFF;
    font-weight: 900;
}

.city-hero .hero-subtitle {
    font-size: 1.25rem;
    color: #C5A059;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.city-hero .breadcrumb-item {
    font-size: 0.9rem;
}

.city-hero .breadcrumb-item a {
    color: #B0B0B0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.city-hero .breadcrumb-item a:hover {
    color: #C5A059;
}

.city-hero .text-gold {
    color: #C5A059 !important;
}

.city-main-info,
.sidebar-card,
.tab-content,
.comment-form-box {
    background-color: #161616;
    border: 1px solid #2A2A2A;
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #C5A059;
}

.city-rich-text p {
    line-height: 1.8;
    font-size: 1.1rem;
}

.nav-tabs {
    border-bottom: 1px solid #2A2A2A;
}

.nav-tabs .nav-link {
    color: #B0B0B0;
    border: none;
    font-weight: 600;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    color: #C5A059;
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #C5A059;
    border-bottom: 2px solid #C5A059;
}

.sidebar-facts small {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar-facts span {
    color: #FFFFFF;
    font-weight: 600;
}

.sidebar-hotels h4 a {
    color: #FFFFFF;
    transition: color 0.3s ease;
}

.sidebar-hotels h4 a:hover {
    color: #C5A059;
}

.brimwelle-btn-gold {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.brimwelle-btn-gold:hover {
    background: #D4B374;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
    transform: translateY(-2px);
    color: #121212;
}

.form-control {
    background-color: #1E1E1E;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    padding: 0.75rem 1rem;
}

.form-control:focus {
    background-color: #1E1E1E;
    border-color: #C5A059;
    color: #FFFFFF;
    box-shadow: none;
}

.form-control::placeholder {
    color: #636363;
}


.avatar-circle {
    width: 50px;
    height: 50px;
    background: #C5A059;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-weight: 700;
    font-size: 1.2rem;
}

.avatar-circle-sm {
    width: 35px;
    height: 35px;
    background: #2A2A2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A059;
    font-weight: 600;
    font-size: 0.9rem;
}

.main-comment-card,
.reply-comment-card {
    background-color: #1E1E1E;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
}

.author-name {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
}

.author-name-sm {
    color: #C5A059;
}

.rating-stars {
    color: #C5A059;
}

.comment-meta {
    font-size: 0.85rem;
    color: #636363;
}

.status-badge {
    background: rgba(197, 160, 89, 0.1);
    color: #C5A059;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.action-link {
    color: #B0B0B0 !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.action-link:hover {
    color: #C5A059 !important;
}

.stars-input {
    color: #636363;
    cursor: pointer;
    font-size: 1.2rem;
}

.stars-input .bi.active {
    color: #C5A059;
}

@media (max-width: 768px) {
    .city-hero {
        height: 40vh;
    }

    .city-hero .hero-title {
        font-size: 28px;
    }

    .city-hero .hero-subtitle {
        font-size: 14px;
    }
}

/* ===== PAGE TEMPLATE: lifehacks ===== */
.lifehack-detail-hero {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0 80px;
}

.lifehack-detail-hero .hero-overlay {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.4) 0%, rgba(15, 15, 15, 0.95) 100%);
}

.lifehack-article-container {
    background-color: #0F0F0F;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.lifehack-content .article-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #B0B0B0;
}

.lifehack-content .article-body h2,
.lifehack-content .article-body h3 {
    color: #C5A059;
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.lifehack-content .article-body p {
    margin-bottom: 1.5rem;
}

.text-gold {
    color: #C5A059 !important;
}

.article-share-box {
    background-color: #161616;
    border: 1px solid #2A2A2A;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.share-btn:hover {
    transform: translateY(-3px);
    color: #FFFFFF;
}

.share-btn.facebook {
    background-color: #1877F2;
}

.share-btn.twitter {
    background-color: #000000;
    border: 1px solid #333;
}

.share-btn.linkedin {
    background-color: #0A66C2;
}

.sidebar-card {
    background-color: #161616;
    border: 1px solid #2A2A2A;
}

.related-link {
    color: #B0B0B0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.related-link:hover {
    color: #C5A059;
}

.btn-outline-gold {
    border: 1px solid #C5A059;
    color: #C5A059;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background-color: rgba(197, 160, 89, 0.1);
    color: #D4B374;
    border-color: #D4B374;
}


.main-comment-card,
.reply-comment-card {
    background-color: #161616;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
}

.avatar-circle,
.avatar-circle-sm {
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
}

.avatar-circle-sm {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
}

.author-name {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
}

.comment-date,
.comment-date-sm {
    color: #636363;
    font-size: 0.85rem;
}

.status-badge {
    font-size: 0.75rem;
    background: rgba(197, 160, 89, 0.1);
    color: #C5A059;
    padding: 2px 8px;
    border-radius: 4px;
}

.action-link {
    font-size: 0.85rem;
    color: #B0B0B0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.action-link:hover {
    color: #C5A059;
}

.comment-form-box {
    background-color: #1A1A1A;
    border: 1px solid #C5A05933;
}

.comment-form-box .form-control {
    background-color: #121212;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    padding: 0.75rem 1rem;
}

.comment-form-box .form-control:focus {
    background-color: #121212;
    border-color: #C5A059;
    box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.1);
    color: #FFFFFF;
}

.comment-form-box .form-control::placeholder {
    color: #636363;
}

/* ===== shared fixes ===== */
.btn,
button,
a[class*="btn"],
.header-cta-btn {
    opacity: 1 !important;
}

.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active,
a[class*="btn"]:hover,
a[class*="btn"]:focus,
a[class*="btn"]:active,
.header-cta-btn:hover,
.header-cta-btn:focus,
.header-cta-btn:active {
    opacity: 1 !important;
    text-decoration: none;
}

.hero-btn-primary,
.hero-btn-primary:focus,
.hero-btn-primary:active {
    --bs-btn-bg: #C5A059;
    --bs-btn-border-color: #C5A059;
    --bs-btn-color: #121212;
    background-color: #C5A059 !important;
    background-image: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%) !important;
    border-color: #C5A059 !important;
    color: #121212 !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.hero-btn-primary:hover {
    --bs-btn-hover-bg: #D4B374;
    --bs-btn-hover-border-color: #D4B374;
    --bs-btn-hover-color: #121212;
    background-color: #D4B374 !important;
    background-image: none !important;
    border-color: #D4B374 !important;
    color: #121212 !important;
}

.brimwelle-btn-gold,
.brimwelle-btn-gold:focus,
.brimwelle-btn-gold:active,
.btn-solid-gold,
.btn-solid-gold:focus,
.btn-solid-gold:active,
.btn-expedia,
.btn-expedia:focus,
.btn-expedia:active {
    --bs-btn-color: #121212;
    --bs-btn-bg: #C5A059;
    --bs-btn-border-color: #C5A059;
    --bs-btn-hover-color: #121212;
    --bs-btn-hover-bg: #D4B374;
    --bs-btn-hover-border-color: #D4B374;
    background-color: #C5A059;
}

.hotels-rating-section .search-box .bi-search {
    left: 1rem;
    margin-left: 0 !important;
    z-index: 2;
    pointer-events: none;
    color: #C5A059;
}

.hotels-rating-section .search-box .form-control {
    padding-left: 3rem;
}

.auth-notice,
.js-auth-msg {
    display: none !important;
}

.empty-comments-state,
.comments-list > .empty-comments-state,
.comments-list > .text-center.py-4.text-white-50,
.comments-list > .p-4.text-center.border.rounded,
.comments-list > .text-center.p-5,
.comments-list > p.text-white-50 {
    background: #161616;
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    color: #B0B0B0 !important;
    padding: 2rem !important;
}

.comments-list .bg-dark-subtle {
    background-color: #161616 !important;
}

.comments-list .text-white-50,
.comments-list .text-muted {
    color: #B0B0B0 !important;
}

.empty-comments-state i {
    color: #C5A059;
}

.empty-comments-state p {
    color: #B0B0B0;
    margin-bottom: 0;
}

.posted-review {
    animation: postedReviewIn 0.25s ease-out;
}

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

.comment-form-box .is-invalid {
    border-color: #C5A059 !important;
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89, 0.2) !important;
}

@media (max-width: 767px) {
    #cookieConsentLogic_Banner {
        width: calc(100% - 32px) !important;
        max-width: 350px !important;
        left: 50% !important;
        right: auto !important;
        bottom: 16px !important;
        transform: translateX(-50%) !important;
        border: 1px solid #C5A059 !important;
        border-radius: 4px !important;
    }

    #cookieConsentLogic_Banner > div {
        flex-direction: column;
    }
}

.privacy-content-section,
.terms-content,
.disclaimer-content,
.cookies-policy-section,
.rgp-content {
    background-color: #0F0F0F;
    color: #B0B0B0;
    font-family: 'Inter', sans-serif;
}

.privacy-content-section .container,
.terms-content .container,
.disclaimer-content .container,
.cookies-policy-section .container,
.rgp-content .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.privacy-content-section .col-lg-10,
.privacy-content-section .col-xl-8,
.terms-content .col-lg-10,
.disclaimer-content .col-lg-10,
.cookies-policy-section .col-lg-10,
.rgp-content .col-lg-9 {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-content-section .privacy-card,
.terms-content__wrapper,
.disclaimer-content .disclaimer-card,
.cookies-policy-container,
.rgp-content .col-lg-9 {
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid #2A2A2A;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.privacy-content-section .privacy-card::before,
.terms-content__wrapper::before,
.disclaimer-content .disclaimer-card::before,
.cookies-policy-container::before,
.rgp-content .col-lg-9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%);
}

.privacy-main-title,
.terms-content__title,
.disclaimer-content .disclaimer-title,
.cookies-policy-section h1,
.rgp-content__title {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF !important;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.privacy-content-section .policy-subtitle,
.terms-content__subtitle,
.disclaimer-content .disclaimer-subtitle,
.cookies-policy-section h2,
.rgp-content .accordion-button {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-left: 15px;
    border-left: 3px solid #C5A059;
    border-bottom: 0;
    line-height: 1.25;
}

.rgp-content .accordion-button {
    background: #161616;
    margin-bottom: 0;
    padding: 1.25rem 1.25rem 1.25rem 15px;
    border-left: 3px solid #C5A059;
    font-size: 1.15rem;
}

.privacy-content-section p,
.privacy-content-section .policy-text,
.terms-content__text,
.disclaimer-content p,
.cookies-policy-section p,
.rgp-content p,
.rgp-content .text-secondary-dark,
.rgp-content .accordion-body {
    color: #B0B0B0 !important;
    font-size: 1rem;
    line-height: 1.8;
}

.privacy-content-section .policy-list,
.cookies-policy-section .policy-list,
.rgp-content ul {
    list-style: none;
    padding-left: 0;
}

.privacy-content-section .policy-list li,
.cookies-policy-section .policy-list li,
.rgp-content ul li {
    position: relative;
    display: block;
    padding-left: 2rem;
    color: #B0B0B0;
}

.privacy-content-section .policy-list li i {
    display: none;
}

.privacy-content-section .policy-list li::before,
.cookies-policy-section .policy-list li::before,
.rgp-content ul li::before {
    content: '\F633';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 0;
    color: #C5A059;
    font-size: 1.1rem;
}

.privacy-content-section strong,
.cookies-policy-section strong,
.rgp-content strong {
    color: #FFFFFF;
}

.disclaimer-content .disclaimer-divider {
    display: none;
}

.rgp-content .accordion-item,
.rgp-content__feature-card,
.rgp-content__cta {
    border-color: #2A2A2A;
}

@media (max-width: 768px) {
    .privacy-content-section .privacy-card,
    .terms-content__wrapper,
    .disclaimer-content .disclaimer-card,
    .cookies-policy-container,
    .rgp-content .col-lg-9 {
        padding: 1.5rem !important;
    }

    .privacy-content-section .policy-subtitle,
    .terms-content__subtitle,
    .disclaimer-content .disclaimer-subtitle,
    .cookies-policy-section h2 {
        font-size: 1.25rem !important;
    }
}

/* ===== final button hover and RGP spacing fixes ===== */
.brimwelle-header .header-cta-btn,
.brimwelle-header .header-cta-btn:focus,
.brimwelle-header .header-cta-btn:active,
.contact-section .btn-luxe,
.contact-section .btn-luxe:focus,
.contact-section .btn-luxe:active,
.popular-cities-section .btn-city-action,
.popular-cities-section .btn-city-action:focus,
.popular-cities-section .btn-city-action:active,
.cities-grid-section .city-btn,
.cities-grid-section .city-btn:focus,
.cities-grid-section .city-btn:active,
.brim-lifehacks-section .brim-btn,
.brim-lifehacks-section .brim-btn:focus,
.brim-lifehacks-section .brim-btn:active,
.btn-luxury,
.btn-luxury:focus,
.btn-luxury:active,
.btn-solid-gold,
.btn-solid-gold:focus,
.btn-solid-gold:active,
.btn-expedia,
.btn-expedia:focus,
.btn-expedia:active,
.brimwelle-btn-gold,
.brimwelle-btn-gold:focus,
.brimwelle-btn-gold:active {
    background-color: #C5A059 !important;
    background-image: linear-gradient(135deg, #C5A059 0%, #8E6D2E 100%) !important;
    border-color: #C5A059 !important;
    color: #121212 !important;
    opacity: 1 !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important;
}

.brimwelle-header .header-cta-btn:hover,
.contact-section .btn-luxe:hover,
.popular-cities-section .btn-city-action:hover,
.cities-grid-section .city-btn:hover,
.brim-lifehacks-section .brim-btn:hover,
.btn-luxury:hover,
.btn-solid-gold:hover,
.btn-expedia:hover,
.brimwelle-btn-gold:hover {
    background-color: #D4B374 !important;
    background-image: none !important;
    border-color: #D4B374 !important;
    color: #121212 !important;
    opacity: 1 !important;
}

.btn-outline-gold:hover,
.btn-details:hover,
.hero-btn-secondary:hover,
.brimwelle-btn-outline:hover,
.btn-outline-light:hover {
    opacity: 1 !important;
}

.hotel-detail-page .booking-date-grid,
.hotel-detail-page .booking-guest-grid {
    width: auto;
}

.hotel-detail-page .booking-card input[type="date"] {
    color-scheme: dark;
}

.hotel-detail-page .booking-card input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(78%) sepia(24%) saturate(661%) hue-rotate(2deg) brightness(88%) contrast(85%);
}

.hotel-detail-page .booking-card .form-control.is-invalid,
.hotel-detail-page .booking-card .form-select.is-invalid {
    border-color: #C5A059 !important;
    box-shadow: 0 0 0 0.2rem rgba(197, 160, 89, 0.25) !important;
}

.hotel-detail-page .booking-card input[type="date"].form-control.is-invalid {
    background-image: none !important;
    padding-right: 0.75rem;
}

.rgp-content .col-lg-9 {
    padding: 3rem !important;
}

.rgp-content__intro,
.rgp-content__accordion,
.rgp-content__cta {
    max-width: 100%;
}

.rgp-content .accordion-body {
    padding: 1.75rem 2rem !important;
}

@media (max-width: 768px) {
    .rgp-content .col-lg-9 {
        padding: 1.5rem !important;
    }

    .rgp-content .accordion-body {
        padding: 1.25rem !important;
    }
}

@media (max-width: 768px) {
    .lifehack-detail-hero {
        min-height: 50vh;
        padding: 100px 0 60px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .lifehack-article-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .reply-wrapper {
        margin-left: 1.5rem !important;
    }
}
