:root {
    --primary: #1A365D;
    --secondary: #C5A059;
    --accent: #E2E8F0;
    --bg-main: #FCFAF7;
    --bg-surface: #FFFFFF;
    --bg-alt: #F8F5F0;
    --text-primary: #1A202C;
    --text-secondary: #4A5568;
    --text-muted: #718096;
    --border-subtle: #E2E8F0;
    --border-active: #C5A059;
    --hover-gold: #B08D46;
    --luxury-shimmer: linear-gradient(135deg, #C5A059 0%, #D4AF37 100%);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.luxury-theme .text-muted {
    color: var(--text-muted) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--primary);
}

.smooth-scroll {
    scroll-behavior: smooth;
}

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

.card-luxury {
    border: none;
    border-radius: 8px;
    background: var(--bg-surface);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
    overflow: hidden;
}

.card-luxury:hover {
    transform: translateY(-8px);
    border-bottom: 3px solid var(--secondary);
}

.btn-luxury {
    background: var(--luxury-shimmer);
    color: #FFF;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-luxury:hover {
    color: #FFF;
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
}

.img-zoom-container {
    overflow: hidden;
}

.img-zoom-container img {
    transition: transform 0.8s ease;
}

.img-zoom-container:hover img {
    transform: scale(1.05);
}

/* ===== header ===== */
.glumari-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1030;
    padding: 0.75rem 0;
}

.glumari-header.js-header-scrolled {
    box-shadow: 0 4px 25px rgba(26, 54, 93, 0.08);
    padding: 0.5rem 0;
}

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

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

.glumari-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1A202C !important;
    padding: 0.5rem 1.25rem !important;
    position: relative;
    transition: color 0.3s ease;
}

.glumari-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.glumari-header .nav-link:hover {
    color: #C5A059 !important;
}

.glumari-header .nav-link:hover::after {
    width: 60%;
}

.glumari-header .glumari-cta {
    background-color: #1A365D;
    border: none;
    color: #FFFFFF;
    padding: 0.75rem 1.75rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 4px;
    transition: all 0.4s ease;
    white-space: nowrap;
}

.glumari-header .glumari-cta:hover {
    background-color: #C5A059;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

.glumari-header .navbar-toggler {
    border: none;
    font-size: 2rem;
    color: #1A365D;
    padding: 0;
}

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

@media (max-width: 991.98px) {
    .glumari-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 2rem 1rem;
        margin-top: 1rem;
        border-top: 1px solid #F8F5F0;
        max-height: 80vh;
        overflow-y: auto;
    }

    .glumari-header .nav-link {
        padding: 0.75rem 0 !important;
        text-align: center;
        font-size: 0.9rem;
    }

    .glumari-header .glumari-cta {
        width: 100%;
        margin-top: 1.5rem;
    }

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

/* ===== hero ===== */
.glumari-hero {
    background: linear-gradient(135deg, rgba(226, 232, 240, 0.4) 0%, #FFFFFF 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.glumari-hero .hero-label {
    display: block;
    color: #C5A059;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.glumari-hero .hero-title {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.glumari-hero .hero-description {
    color: #4A5568;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 540px;
}

.glumari-hero .hero-newsletter {
    max-width: 500px;
    position: relative;
}

.glumari-hero .hero-input-group {
    display: flex;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #E2E8F0;
}

.glumari-hero .hero-input {
    flex-grow: 1;
    border: none;
    padding: 0 20px;
    border-radius: 50px 0 0 50px;
    font-size: 0.95rem;
    color: #1A202C;
    outline: none;
    background: #FFFFFF;
}

.glumari-hero .hero-input::placeholder {
    color: #718096;
    opacity: 1;
}

.glumari-hero .hero-submit-btn {
    background: #1A365D;
    color: #FFFFFF;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.4s ease;
    cursor: pointer;
}

.glumari-hero .hero-submit-btn:hover {
    background: #C5A059;
    transform: translateY(-2px);
}

.glumari-hero .hero-error {
    color: #E53E3E;
    font-size: 0.85rem;
    margin-top: 8px;
    padding-left: 20px;
}

.glumari-hero .hero-image-wrapper {
    position: relative;
    padding: 20px;
}

.glumari-hero .hero-image-main {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.glumari-hero .hero-image-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 400px;
}

.glumari-hero .hero-floating-icon {
    position: absolute;
    z-index: 3;
    background: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A059;
    font-size: 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: heroFloat 3s ease-in-out infinite;
}

.glumari-hero .hero-icon-1 {
    top: 10%;
    right: 0;
    animation-delay: 0.5s;
}

.glumari-hero .hero-icon-2 {
    bottom: 15%;
    left: 0;
    animation-delay: 1.2s;
}

.glumari-hero .hero-decorative-shape {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 100%;
    height: 100%;
    background: rgba(197, 160, 89, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@media (max-width:991px) {
    .glumari-hero {
        padding: 60px 0;
    }

    .glumari-hero .hero-content {
        text-align: center;
        margin-bottom: 3rem;
    }

    .glumari-hero .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .glumari-hero .hero-newsletter {
        margin-left: auto;
        margin-right: auto;
    }

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

@media (max-width:767px) {
    .glumari-hero .hero-title {
        font-size: 18px !important;
    }

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

    .glumari-hero .hero-input-group {
        flex-direction: column;
        border-radius: 20px;
        padding: 15px;
    }

    .glumari-hero .hero-input {
        padding: 10px 0;
        border-radius: 0;
        text-align: center;
    }

    .glumari-hero .hero-submit-btn {
        width: 100%;
        margin-top: 10px;
    }
}

/* ===== popular-destinations ===== */
.popular-destinations {
    padding: 120px 0;
    background-color: #FCFAF7;
    background-image: url("../content/photos/content/luxury-linen-pattern.webp");
    background-repeat: repeat;
    background-size: 300px;
    position: relative;
    overflow: hidden;
}

.popular-destinations .section-title {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
}

.popular-destinations .section-subtitle {
    font-family: 'Inter', sans-serif;
    color: #4A5568;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.popular-destinations .destination-card {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s ease, border-bottom 0.4s ease;
    border-bottom: 3px solid transparent;
    display: flex;
    flex-direction: column;
}

.popular-destinations .destination-card:hover {
    transform: translateY(-8px);
    border-bottom-color: #C5A059;
}

.popular-destinations .card-img-wrapper {
    aspect-ratio: 4/5;
    border-radius: 8px 8px 0 0;
}

.popular-destinations .card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.popular-destinations .destination-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}

.popular-destinations .card-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.popular-destinations .destination-title {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-size: 1.25rem;
    font-weight: 700;
    transition: color 0.3s ease;
}

.popular-destinations .destination-title:hover {
    color: #C5A059;
}

.popular-destinations .rating-badge {
    font-family: 'Inter', sans-serif;
    color: #718096;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

.popular-destinations .rating-badge i {
    color: #C5A059;
}

.popular-destinations .destination-price {
    font-family: 'Inter', sans-serif;
    color: #C5A059;
    font-weight: 600;
    margin-bottom: 1rem;
}

.popular-destinations .card-action-link {
    font-family: 'Inter', sans-serif;
    color: #1A365D;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.popular-destinations .destination-card:hover .card-action-link {
    gap: 12px;
}

.popular-destinations .btn-all-destinations {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #1A365D;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s ease;
    border: 1px solid #1A365D;
}

.popular-destinations .btn-all-destinations:hover {
    background-color: #C5A059;
    border-color: #C5A059;
    color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}

@media (max-width: 767px) {
    .popular-destinations {
        padding: 80px 0;
    }

    .popular-destinations .section-title {
        font-size: 1.75rem;
    }

    .popular-destinations .card-img-wrapper {
        aspect-ratio: 16/9;
    }
}

/* ===== author-tours ===== */
.author-tours {
    padding: 120px 0;
    background-color: #FCFAF7;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231a365d' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.author-tours__heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1A365D;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.author-tours__subheading {
    font-family: 'Inter', sans-serif;
    color: #4A5568;
    font-size: 1.1rem;
    max-width: 600px;
    margin-bottom: 0;
}

.author-tours__sort-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1A365D;
    margin-right: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.author-tours__sort .form-select {
    border: 1px solid #E2E8F0;
    border-radius: 0;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #1A365D;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.author-tours__sort .form-select:focus {
    border-color: #C5A059;
    box-shadow: none;
    outline: none;
}

.author-tours__card {
    background: #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    position: relative;
}

.author-tours__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.author-tours__card:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #C5A059;
}

.author-tours__image-link {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.author-tours__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.author-tours__card:hover .author-tours__image {
    transform: scale(1.05);
}

.author-tours__price-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #C5A059;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.author-tours__content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.author-tours__meta {
    margin-bottom: 0.5rem;
}

.author-tours__rating {
    color: #C5A059;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.author-tours__title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.author-tours__title a {
    color: #1A365D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.author-tours__title a:hover {
    color: #C5A059;
}

.author-tours__text {
    font-family: 'Inter', sans-serif;
    color: #4A5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.author-tours__cta {
    display: inline-block;
    background: #1A365D;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}

.author-tours__cta:hover {
    background: #B08D46;
    color: #FFFFFF;
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

@media (max-width: 767px) {
    .author-tours {
        padding: 60px 0;
    }

    .author-tours__heading {
        font-size: 1.5rem;
    }

    .author-tours__subheading {
        font-size: 0.9rem;
    }

    .author-tours__sort {
        width: 100%;
    }

    .author-tours__sort .form-select {
        width: 100%;
    }
}

/* ===== about-us ===== */
.about-us-section {
    background-color: #FCFAF7;
    overflow: hidden;
    position: relative;
}

.about-us-tag {
    color: #C5A059;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    border-bottom: 2px solid #C5A059;
}

.about-us-heading {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.1;
    font-weight: 700;
}

.about-us-lead {
    color: #1A202C;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
}

.about-us-text {
    color: #4A5568;
    font-size: 1.1rem;
    line-height: 1.8;
}

.stat-item {
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-bottom: 3px solid transparent;
    transition: all 0.4s ease;
    height: 100%;
}

.stat-item:hover {
    transform: translateY(-8px);
    border-bottom-color: #C5A059;
}

.stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #1A365D;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stat-name {
    font-size: 0.75rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.btn-glumari-primary {
    background-color: #1A365D;
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s ease;
    border: 1px solid #1A365D;
    display: inline-block;
}

.btn-glumari-primary:hover {
    background-color: #B08D46;
    border-color: #B08D46;
    color: #FFFFFF;
}

.btn-glumari-outline {
    background-color: transparent;
    color: #1A365D;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s ease;
    border: 1px solid #1A365D;
    display: inline-block;
}

.btn-glumari-outline:hover {
    background-color: #1A365D;
    color: #FFFFFF;
}

.about-us-visual-stack {
    min-height: 500px;
    padding: 2rem 0;
}

.visual-main img {
    width: 85%;
    height: 550px;
    object-fit: cover;
    border-radius: 8px;
}

.visual-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    z-index: 2;
    border: 12px solid #FFFFFF;
    border-radius: 8px;
}

.visual-overlay img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 4px;
}

.js-scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.js-scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.js-scroll-reveal-delayed {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.3s;
}

.js-scroll-reveal-delayed.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .about-us-visual-stack {
        min-height: auto;
        margin-top: 3rem;
    }

    .visual-main img {
        width: 100%;
        height: 400px;
    }

    .about-us-heading {
        font-size: 2rem;
    }

    .about-us-lead {
        font-size: 1.1rem;
    }
}

/* ===== footer ===== */
.footer-section {
    background-color: #1A365D;
    color: #FFFFFF;
    padding: 80px 0 40px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.footer-section .footer-logo {
    max-width: 50px;
    height: auto;
    display: block;
}

.footer-section .footer-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-size: 1.25rem;
    margin-bottom: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.footer-section .footer-text {
    color: #E2E8F0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-section .footer-nav {
    display: flex;
    flex-direction: column;
}

.footer-section .footer-link {
    color: #E2E8F0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0.85rem;
    font-size: 0.9rem;
    width: fit-content;
}

.footer-section .footer-link:hover {
    color: #C5A059;
    transform: translateX(5px);
}

.footer-section .contact-info-list {
    margin-top: 1rem;
}

.footer-section .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.25rem;
    color: #E2E8F0;
    font-size: 0.9rem;
}

.footer-section .contact-icon {
    color: #C5A059;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-section .contact-link {
    color: #E2E8F0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section .contact-link:hover {
    color: #C5A059;
}

.footer-section .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #C5A059;
    color: #1A365D;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    font-size: 0.95rem;
    border: 1px solid transparent;
}

.footer-section .whatsapp-btn:hover {
    background-color: #B08D46;
    color: #FFFFFF;
    border-color: #B08D46;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
}

.footer-section .copyright-bar {
    border-top: 1px solid rgba(226, 232, 240, 0.1);
    padding-top: 30px;
    margin-top: 60px;
    font-size: 0.85rem;
    color: #CBD5E0;
}

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

    .footer-section .footer-title {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 767px) {
    .footer-section .footer-title {
        font-size: 1.15rem;
    }

    .footer-section .footer-link {
        font-size: 0.85rem;
    }

    .footer-section .footer-text {
        font-size: 0.9rem;
    }

    .footer-section .whatsapp-btn {
        width: 100%;
        justify-content: center;
    }
}

.repeat-theme-page {
    background-color: #FCFAF7;
    color: #1A202C;
    font-family: 'Inter', sans-serif;
}

.repeat-theme-page .glumari-header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    z-index: 1030;
    padding: 0.75rem 0;
}

.repeat-theme-page .glumari-header .glumari-brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1A365D;
}

.repeat-theme-page .glumari-header .nav-link {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1A202C !important;
    padding: 0.5rem 1.25rem !important;
}

.repeat-theme-page .glumari-header .glumari-cta {
    background-color: #1A365D;
    border: none;
    color: #FFFFFF;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    border-radius: 4px;
}

.repeat-theme-page .detail-hero {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, rgba(26, 54, 93, 0.05) 0%, #FCFAF7 100%);
}

.repeat-theme-page .detail-label {
    color: #C5A059;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1rem;
}

.repeat-theme-page .detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: #1A365D;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.repeat-theme-page .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #4A5568;
}

.repeat-theme-page .meta-item i {
    color: #C5A059;
    font-size: 1.25rem;
}

.repeat-theme-page .detail-content-section {
    padding: 60px 0 120px;
}

.repeat-theme-page .main-image-wrapper img {
    height: 500px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.repeat-theme-page .section-heading {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-weight: 700;
    font-size: 1.75rem;
}

.repeat-theme-page .content-article p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4A5568;
}

.repeat-theme-page .review-card {
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border-left: 4px solid #C5A059;
}

.repeat-theme-page .review-author {
    font-weight: 700;
    color: #1A365D;
}

.repeat-theme-page .review-date {
    font-size: 0.85rem;
    color: #718096;
}

.repeat-theme-page .review-text {
    font-style: italic;
    color: #4A5568;
    margin: 0;
}

.repeat-theme-page .booking-card {
    background: #FFFFFF;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 15px 45px rgba(26, 54, 93, 0.08);
    position: sticky;
    top: 120px;
}

.repeat-theme-page .booking-title {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid #F8F5F0;
    padding-bottom: 1rem;
}

.repeat-theme-page .form-label {
    font-weight: 600;
    color: #1A365D;
    font-size: 0.9rem;
}

.repeat-theme-page .form-control {
    background-color: #F8F5F0;
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    color: #1A202C;
}

.repeat-theme-page .form-control:focus {
    background-color: #FFFFFF;
    border-color: #C5A059;
    box-shadow: none;
}

.repeat-theme-page .btn-booking-submit {
    background-color: #1A365D;
    color: #FFFFFF;
    border: none;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.repeat-theme-page .btn-booking-submit:hover {
    background-color: #C5A059;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

.repeat-theme-page .error-text {
    color: #E53E3E;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.repeat-theme-page .footer-section {
    background-color: #1A365D;
    color: #FFFFFF;
    padding: 80px 0 40px;
}

.repeat-theme-page .footer-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.repeat-theme-page .footer-link {
    color: #E2E8F0;
    text-decoration: none;
    margin-bottom: 0.85rem;
    display: block;
    transition: 0.3s;
}

.repeat-theme-page .footer-link:hover {
    color: #C5A059;
    padding-left: 5px;
}

.repeat-theme-page .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #C5A059;
    color: #1A365D;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 991px) {
    .repeat-theme-page .main-image-wrapper img {
        height: 350px;
    }

    .repeat-theme-page .booking-card {
        position: static;
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .repeat-theme-page .detail-title {
        font-size: 18px !important;
    }

    .repeat-theme-page .section-heading {
        font-size: 16px !important;
    }

    .repeat-theme-page .meta-item span {
        font-size: 14px;
    }
}


/* ===== PAGE: privacy ===== */
.policy-main-block { background-color: #FCFAF7; padding: 120px 0; display: flex; justify-content: center; } .policy-text-wrapper { max-width: 800px; width: 100%; padding: 0 24px; color: #1A202C; font-family: 'Inter', sans-serif; } .policy-text-wrapper .policy-date { font-size: 0.9rem; color: #C5A059; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2rem; font-weight: 600; } .policy-text-wrapper h2 { font-family: 'Playfair Display', serif; font-size: 2.25rem; color: #1A365D; margin-top: 3.5rem; margin-bottom: 1.5rem; line-height: 1.2; font-weight: 700; border-bottom: 1px solid #E2E8F0; padding-bottom: 0.75rem; } .policy-text-wrapper p { font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; color: #4A5568; } .policy-text-wrapper ul { margin-bottom: 1.5rem; padding-left: 1.25rem; list-style: none; } .policy-text-wrapper li { position: relative; font-size: 1.1rem; line-height: 1.8; margin-bottom: 0.75rem; color: #4A5568; padding-left: 1.5rem; } .policy-text-wrapper li::before { content: ''; position: absolute; left: 0; top: 0.6rem; width: 8px; height: 8px; background-color: #C5A059; border-radius: 50%; } .policy-text-wrapper a { color: #C5A059; text-decoration: none; font-weight: 600; transition: color 0.4s ease; } .policy-text-wrapper a:hover { color: #1A365D; } @media (max-width: 768px) { .policy-main-block { padding: 60px 0; } .policy-text-wrapper h2 { font-size: 1.5rem; margin-top: 2.5rem; } .policy-text-wrapper p, .policy-text-wrapper li { font-size: 1rem; } }

/* ===== PAGE: terms ===== */
.policy-main-block{padding:80px 0;background-color:#FCFAF7;font-family:'Inter',sans-serif;color:#1A202C}.policy-main-block .policy-text-wrapper{max-width:900px;margin:0 auto;padding:0 20px}.policy-main-block .policy-intro{margin-bottom:60px;text-align:center}.policy-main-block h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,5vw,3.5rem);color:#1A365D;margin-bottom:24px;font-weight:700}.policy-main-block h3{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2rem);color:#1A365D;margin-top:48px;margin-bottom:20px;font-weight:700;border-bottom:1px solid #E2E8F0;padding-bottom:12px}.policy-main-block p{font-size:1.1rem;line-height:1.8;color:#4A5568;margin-bottom:20px}.policy-main-block .policy-section{margin-bottom:40px}.policy-main-block .contact-list{list-style:none;padding:0;margin-top:24px}.policy-main-block .contact-list li{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:1.1rem;color:#4A5568}.policy-main-block .contact-list i{color:#C5A059;font-size:1.4rem}.policy-main-block a{color:#C5A059;text-decoration:none;transition:color 0.3s ease-in-out}.policy-main-block a:hover{color:#1A365D;text-decoration:underline}@media(max-width:768px){.policy-main-block{padding:40px 0}.policy-main-block h2{font-size:1.8rem}.policy-main-block h3{font-size:1.4rem}.policy-main-block p{font-size:1rem}}

/* ===== PAGE: disclaimer ===== */
.policy-main-block { padding: 80px 0; background-color: #FCFAF7; color: #1A202C; font-family: 'Inter', sans-serif; line-height: 1.7; } .policy-text-wrapper { max-width: 900px; margin: 0 auto; padding: 0 20px; } .policy-text-wrapper h2 { font-family: 'Playfair Display', serif; font-weight: 700; color: #1A365D; margin-top: 40px; margin-bottom: 20px; font-size: clamp(1.5rem, 4vw, 2.2rem); border-bottom: 1px solid #E2E8F0; padding-bottom: 10px; } .policy-text-wrapper p { margin-bottom: 20px; font-size: 1rem; color: #4A5568; text-align: justify; hyphens: auto; } .policy-text-wrapper ul { margin-bottom: 25px; padding-left: 0; list-style: none; } .policy-text-wrapper li { position: relative; padding-left: 30px; margin-bottom: 12px; color: #4A5568; } .policy-text-wrapper li::before { content: '\ea52'; font-family: 'boxicons'; position: absolute; left: 0; top: 2px; color: #C5A059; font-size: 1.2rem; } .policy-text-wrapper a { color: #C5A059; text-decoration: none; transition: color 0.4s ease; border-bottom: 1px solid transparent; } .policy-text-wrapper a:hover { color: #1A365D; border-bottom: 1px solid #1A365D; } @media (max-width: 768px) { .policy-main-block { padding: 40px 0; } .policy-text-wrapper h2 { font-size: 1.5rem; margin-top: 30px; } .policy-text-wrapper p { font-size: 0.95rem; } }

/* ===== PAGE: cookies ===== */
.policy-main-block { padding: 80px 0; background-color: #FCFAF7; } .policy-main-block .policy-text-wrapper { max-width: 850px; margin: 0 auto; padding: 0 24px; } .policy-main-block h2 { font-family: 'Playfair Display', serif; color: #1A365D; font-size: clamp(1.5rem, 3vw, 2.25rem); margin-top: 3rem; margin-bottom: 1.25rem; font-weight: 700; line-height: 1.2; } .policy-main-block h2:first-of-type { margin-top: 0; } .policy-main-block p { font-family: 'Inter', sans-serif; font-size: 1.05rem; line-height: 1.75; color: #4A5568; margin-bottom: 1.5rem; } .policy-main-block ul { padding-left: 0; list-style: none; margin-bottom: 2rem; } .policy-main-block li { position: relative; padding-left: 2rem; margin-bottom: 1rem; color: #4A5568; line-height: 1.6; display: flex; align-items: flex-start; } .policy-main-block li i { color: #C5A059; font-size: 1.25rem; margin-right: 0.75rem; flex-shrink: 0; margin-top: 0.15rem; } .policy-main-block li strong { color: #1A365D; margin-right: 0.5rem; font-weight: 600; } .policy-main-block a { color: #C5A059; text-decoration: none; border-bottom: 1px solid rgba(197, 160, 89, 0.3); transition: all 0.4s ease-in-out; } .policy-main-block a:hover { color: #1A365D; border-bottom-color: #1A365D; } @media (max-width: 767px) { .policy-main-block { padding: 48px 0; } .policy-main-block h2 { font-size: 16px !important; margin-top: 2rem; } .policy-main-block p, .policy-main-block li { font-size: 0.95rem; line-height: 1.6; } .policy-main-block h1 { font-size: 18px !important; } .policy-main-block h3 { font-size: 14px !important; } }

/* ===== PAGE: articles ===== */
.articles-section {
  background-color: #FCFAF7;
  min-height: 80vh;
}

.articles-section .btn-filter {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  color: #4A5568;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.articles-section .btn-filter:hover,
.articles-section .btn-filter.active {
  background: #C5A059;
  border-color: #C5A059;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(197, 160, 89, 0.2);
}

.articles-section .search-wrapper {
  position: relative;
}

.articles-section .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #718096;
  font-size: 1.2rem;
}

.articles-section .js-search-input {
  padding-left: 45px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  background-color: #FFFFFF;
  color: #1A202C;
}

.articles-section .js-search-input::placeholder {
  color: #718096;
}

.articles-section .article-card {
  background: #FFFFFF;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  position: relative;
  display: flex;
  flex-direction: column;
}

.articles-section .article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-bottom: 2px solid #C5A059;
}

.articles-section .article-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.articles-section .article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.articles-section .article-card:hover .article-img {
  transform: scale(1.05);
}

.articles-section .category-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(26, 54, 93, 0.9);
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.articles-section .article-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.articles-section .article-meta {
  display: flex;
  gap: 15px;
  color: #718096;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.articles-section .article-meta i {
  color: #C5A059;
  margin-right: 4px;
}

.articles-section .article-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.articles-section .article-title a {
  text-decoration: none;
  color: #1A365D;
  transition: color 0.3s ease;
}

.articles-section .article-title a:hover {
  color: #C5A059;
}

.articles-section .article-excerpt {
  color: #4A5568;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.articles-section .btn-link {
  margin-top: auto;
  color: #C5A059;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s ease;
}

.articles-section .btn-link:hover {
  gap: 10px;
  color: #1A365D;
}

@media (max-width: 767px) {
  .articles-section .article-title {
    font-size: 1.25rem;
  }
  .articles-section .article-content {
    padding: 1.5rem;
  }
}

/* ===== PAGE: contact ===== */
.contact-form-block {
    padding: 120px 0;
    background-color: #FCFAF7;
    color: #1A202C;
    font-family: 'Inter', sans-serif;
}

.contact-form-block .contact-form-block__subtitle {
    color: #C5A059;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 0.875rem;
}

.contact-form-block .contact-form-block__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #1A365D;
    margin-bottom: 1.5rem;
}

.contact-form-block .contact-form-block__intro {
    max-width: 700px;
    font-size: 1.1rem;
    color: #4A5568;
    line-height: 1.6;
}

.contact-form-block .contact-form-block__info-card,
.contact-form-block .contact-form-block__form-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.contact-form-block .contact-form-block__info-item {
    display: flex;
    align-items: flex-start;
}

.contact-form-block .contact-form-block__icon-wrapper {
    background: rgba(26, 54, 93, 0.05);
    color: #1A365D;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-form-block .contact-form-block__info-label {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #1A365D;
    font-weight: 700;
}

.contact-form-block .contact-form-block__info-text,
.contact-form-block .contact-form-block__info-link {
    color: #4A5568;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-form-block .contact-form-block__info-link:hover {
    color: #C5A059;
}

.contact-form-block .contact-form-block__image-container {
    border-radius: 8px;
    overflow: hidden;
    height: 200px;
}

.contact-form-block .contact-form-block__decor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-block .contact-form-block__form-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #1A365D;
}

.contact-form-block .contact-form-block__label {
    color: #1A365D;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.contact-form-block .contact-form-block__input {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    color: #1A202C;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-block .contact-form-block__input:focus {
    border-color: #C5A059;
    box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.1);
    outline: none;
}

.contact-form-block .contact-form-block__input::placeholder {
    color: #CBD5E0;
}

.contact-form-block .contact-form-block__submit-btn {
    background-color: #1A365D;
    color: #FFFFFF;
    border: none;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    transition: background-color 0.4s ease-in-out, transform 0.2s ease;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-block .contact-form-block__submit-btn:hover {
    background-color: #C5A059;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.contact-form-block .is-invalid {
    border-color: #dc3545 !important;
}

@media (max-width: 991px) {
    .contact-form-block {
        padding: 60px 0;
    }
    .contact-form-block .contact-form-block__info-card,
    .contact-form-block .contact-form-block__form-card {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .contact-form-block .contact-form-block__title {
        font-size: 1.5rem;
    }
    .contact-form-block .contact-form-block__intro {
        font-size: 0.95rem;
    }
}

.comment-card-main {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.comment-card-main:hover {
    transform: translateY(-8px);
    border-bottom: 2px solid #C5A059;
}

.comment-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #F8F5F0;
}

.commenter-name {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    font-weight: 700;
    font-size: 1.25rem;
}

.comment-meta {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.comment-body-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #4A5568;
    line-height: 1.7;
    margin-top: 1rem;
}

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

.comment-btn {
    background: none;
    border: none;
    color: #718096;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.comment-btn:hover {
    color: #C5A059;
}

.comment-btn i {
    font-size: 1.1rem;
}

.reply-thread-wrapper {
    position: relative;
    border-left: 1px solid #E2E8F0;
    padding-left: 20px;
}

.comment-card-reply {
    background-color: #F8F5F0;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: background-color 0.3s ease;
}

.comment-card-reply:hover {
    background-color: #FFFFFF;
    border-color: #E2E8F0;
}

.avatar-sm {
    width: 50px;
    height: 50px;
}

.name-sm {
    font-size: 1rem;
}

.staff-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    background-color: #1A365D;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.text-sm {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A5568;
}

.btn-sm {
    font-size: 0.75rem;
}

.reply-connector-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 20px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    top: 0;
}


/* ===== PAGE TEMPLATE: destinations ===== */
.detail-page-template .detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.detail-page-template .breadcrumb-item,
.detail-page-template .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detail-page-template .breadcrumb-item.active {
    color: #C5A059;
}

.detail-page-template .detail-badge {
    display: inline-block;
    background-color: #C5A059;
    color: #1A365D;
    padding: 0.35rem 1rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 2px;
}

.detail-page-template .detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.detail-page-template .detail-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    font-weight: 300;
}

.detail-page-template .detail-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.detail-page-template .detail-meta i {
    color: #C5A059;
    font-size: 1.1rem;
}

.detail-page-template .article-body {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1A202C;
}

.detail-page-template .article-body h2,
.detail-page-template .article-body h3 {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    margin: 2.5rem 0 1.5rem;
}

.detail-page-template .article-body p {
    margin-bottom: 1.5rem;
}

.detail-page-template .share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F8F5F0;
    color: #1A365D;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.detail-page-template .share-btn:hover {
    background: #C5A059;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.detail-page-template .sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.detail-page-template .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #1A365D;
}

.detail-page-template .glumari-cta-outline {
    border: 1px solid #C5A059;
    color: #C5A059;
    background: transparent;
    transition: 0.3s ease;
}

.detail-page-template .glumari-cta-outline:hover {
    background: #C5A059;
    color: #FFFFFF;
}

.detail-page-template .comment-form-box {
    background: #F8F5F0;
    border-radius: 8px;
}

.detail-page-template .form-control {
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}

.detail-page-template .form-control::placeholder {
    color: #A0AEC0;
}

.detail-page-template .luxury-comment-container .comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.detail-page-template .avatar-sm {
    width: 40px;
    height: 40px;
}

.detail-page-template .comment-card-main,
.detail-page-template .comment-card-reply {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.detail-page-template .commenter-name {
    color: #1A365D;
    font-weight: 600;
}

.detail-page-template .comment-meta {
    font-size: 0.75rem;
    color: #718096;
}

.detail-page-template .rating-display {
    color: #C5A059;
}

.detail-page-template .staff-badge {
    background: #E2E8F0;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4A5568;
}

.detail-page-template .comment-btn {
    border: none;
    background: none;
    padding: 0;
    font-size: 0.85rem;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.detail-page-template .comment-btn:hover,
.detail-page-template .comment-btn.active {
    color: #C5A059;
}

.detail-page-template .reply-thread-wrapper {
    position: relative;
}

.detail-page-template .reply-connector-line {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 1px;
    height: calc(100% + 10px);
    background: #E2E8F0;
}

.detail-page-template .x-small {
    font-size: 0.7rem;
}

.detail-page-template .text-sm {
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .detail-page-template .detail-hero {
        padding: 80px 0 60px;
    }

    .detail-page-template .detail-title {
        font-size: 2.5rem;
    }

    .detail-page-template .detail-meta {
        flex-wrap: wrap;
        gap: 15px !important;
    }
}

@media (max-width: 767px) {
    .detail-page-template .detail-title {
        font-size: 1.5rem !important;
    }

    .detail-page-template .detail-subtitle {
        font-size: 1rem;
    }

    .detail-page-template .reply-thread-wrapper {
        margin-left: 1rem !important;
    }
}

/* ===== PAGE TEMPLATE: tours ===== */
.detail-page-template .detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.detail-page-template .breadcrumb-item,
.detail-page-template .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detail-page-template .breadcrumb-item.active {
    color: #C5A059;
}

.detail-page-template .detail-badge {
    display: inline-block;
    background-color: #C5A059;
    color: #1A365D;
    padding: 0.35rem 1rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 2px;
}

.detail-page-template .detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.detail-page-template .detail-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    font-weight: 300;
}

.detail-page-template .detail-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.detail-page-template .detail-meta i {
    color: #C5A059;
    font-size: 1.1rem;
}

.detail-page-template .article-body {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1A202C;
}

.detail-page-template .article-body h2,
.detail-page-template .article-body h3 {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    margin: 2.5rem 0 1.5rem;
}

.detail-page-template .article-body p {
    margin-bottom: 1.5rem;
}

.detail-page-template .share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F8F5F0;
    color: #1A365D;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.detail-page-template .share-btn:hover {
    background: #C5A059;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.detail-page-template .sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.detail-page-template .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #1A365D;
}

.detail-page-template .glumari-cta-outline {
    border: 1px solid #C5A059;
    color: #C5A059;
    background: transparent;
    transition: 0.3s ease;
}

.detail-page-template .glumari-cta-outline:hover {
    background: #C5A059;
    color: #FFFFFF;
}

.detail-page-template .comment-form-box {
    background: #F8F5F0;
    border-radius: 8px;
}

.detail-page-template .form-control {
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}

.detail-page-template .form-control::placeholder {
    color: #A0AEC0;
}

.detail-page-template .luxury-comment-container .comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.detail-page-template .avatar-sm {
    width: 40px;
    height: 40px;
}

.detail-page-template .comment-card-main,
.detail-page-template .comment-card-reply {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.detail-page-template .commenter-name {
    color: #1A365D;
    font-weight: 600;
}

.detail-page-template .comment-meta {
    font-size: 0.75rem;
    color: #718096;
}

.detail-page-template .rating-display {
    color: #C5A059;
}

.detail-page-template .staff-badge {
    background: #E2E8F0;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4A5568;
}

.detail-page-template .comment-btn {
    border: none;
    background: none;
    padding: 0;
    font-size: 0.85rem;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.detail-page-template .comment-btn:hover,
.detail-page-template .comment-btn.active {
    color: #C5A059;
}

.detail-page-template .reply-thread-wrapper {
    position: relative;
}

.detail-page-template .reply-connector-line {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 1px;
    height: calc(100% + 10px);
    background: #E2E8F0;
}

.detail-page-template .x-small {
    font-size: 0.7rem;
}

.detail-page-template .text-sm {
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .detail-page-template .detail-hero {
        padding: 80px 0 60px;
    }

    .detail-page-template .detail-title {
        font-size: 2.5rem;
    }

    .detail-page-template .detail-meta {
        flex-wrap: wrap;
        gap: 15px !important;
    }
}

@media (max-width: 767px) {
    .detail-page-template .detail-title {
        font-size: 1.5rem !important;
    }

    .detail-page-template .detail-subtitle {
        font-size: 1rem;
    }

    .detail-page-template .reply-thread-wrapper {
        margin-left: 1rem !important;
    }
}

/* ===== PAGE TEMPLATE: articles ===== */
.detail-page-template .detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.detail-page-template .breadcrumb-item,
.detail-page-template .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detail-page-template .breadcrumb-item.active {
    color: #C5A059;
}

.detail-page-template .detail-badge {
    display: inline-block;
    background-color: #C5A059;
    color: #1A365D;
    padding: 0.35rem 1rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 2px;
}

.detail-page-template .detail-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.detail-page-template .detail-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
    font-weight: 300;
}

.detail-page-template .detail-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.detail-page-template .detail-meta i {
    color: #C5A059;
    font-size: 1.1rem;
}

.detail-page-template .article-body {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1A202C;
}

.detail-page-template .article-body h2,
.detail-page-template .article-body h3 {
    font-family: 'Playfair Display', serif;
    color: #1A365D;
    margin: 2.5rem 0 1.5rem;
}

.detail-page-template .article-body p {
    margin-bottom: 1.5rem;
}

.detail-page-template .share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F8F5F0;
    color: #1A365D;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.detail-page-template .share-btn:hover {
    background: #C5A059;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.detail-page-template .sidebar-widget {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.detail-page-template .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #1A365D;
}

.detail-page-template .glumari-cta-outline {
    border: 1px solid #C5A059;
    color: #C5A059;
    background: transparent;
    transition: 0.3s ease;
}

.detail-page-template .glumari-cta-outline:hover {
    background: #C5A059;
    color: #FFFFFF;
}

.detail-page-template .comment-form-box {
    background: #F8F5F0;
    border-radius: 8px;
}

.detail-page-template .form-control {
    border: 1px solid #E2E8F0;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}

.detail-page-template .form-control::placeholder {
    color: #A0AEC0;
}

.detail-page-template .luxury-comment-container .comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.detail-page-template .avatar-sm {
    width: 40px;
    height: 40px;
}

.detail-page-template .comment-card-main,
.detail-page-template .comment-card-reply {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.detail-page-template .commenter-name {
    color: #1A365D;
    font-weight: 600;
}

.detail-page-template .comment-meta {
    font-size: 0.75rem;
    color: #718096;
}

.detail-page-template .rating-display {
    color: #C5A059;
}

.detail-page-template .staff-badge {
    background: #E2E8F0;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
    color: #4A5568;
}

.detail-page-template .comment-btn {
    border: none;
    background: none;
    padding: 0;
    font-size: 0.85rem;
    color: #718096;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
}

.detail-page-template .comment-btn:hover,
.detail-page-template .comment-btn.active {
    color: #C5A059;
}

.detail-page-template .reply-thread-wrapper {
    position: relative;
}

.detail-page-template .reply-connector-line {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 1px;
    height: calc(100% + 10px);
    background: #E2E8F0;
}

.detail-page-template .x-small {
    font-size: 0.7rem;
}

.detail-page-template .text-sm {
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .detail-page-template .detail-hero {
        padding: 80px 0 60px;
    }

    .detail-page-template .detail-title {
        font-size: 2.5rem;
    }

    .detail-page-template .detail-meta {
        flex-wrap: wrap;
        gap: 15px !important;
    }
}

@media (max-width: 767px) {
    .detail-page-template .detail-title {
        font-size: 1.5rem !important;
    }

    .detail-page-template .detail-subtitle {
        font-size: 1rem;
    }

    .detail-page-template .reply-thread-wrapper {
        margin-left: 1rem !important;
    }
}
