    /* Iyong CSS dito... */
        :root {
            --emerald: #2E8B57;
            --gold: #D4AF37;
            --white: #ffffff;
            --dark: #121212;
            --light: #f4f7f5;
            --glass: rgba(255, 255, 255, 0.95);
        }

        * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        html { scroll-behavior: smooth; }

        body {
            font-family: 'Poppins', sans-serif; background-color: var(--light);
            color: var(--dark); margin: 0; display: flex; flex-direction: column; min-height: 100vh;
        }

/* Navigation - Fixed & Visible */
.site-header {
    background: var(--glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 10px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
}

.header-logo {
    font-family: 'Playfair Display', serif;
    color: var(--emerald);
    font-size: 1.2rem;
    cursor: pointer;
    font-weight: bold;
}

.nav-menu {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-menu li { position: relative; }

.nav-menu li a {
    text-decoration: none;
    color: var(--emerald);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Consolidated Vertical Dropdown Style */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    z-index: 10000;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 10px;
    flex-direction: column;
}

/* Class called by JS toggle */
.show-menu {
    display: flex !important;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.dropdown-content a {
    color: #333 !important;
    padding: 12px 20px !important;
    font-size: 13px !important;
    text-transform: none !important;
    border-bottom: 1px solid #f0f0f0;
    display: block !important;
    transition: 0.3s;
}

.dropdown-content a:last-child { border-bottom: none; }
.dropdown-content a:hover {
    background-color: #f9f9f9;
    color: var(--emerald) !important;
}

/* ==========================================
   THE ULTIMATE HERO FIX (ELORAS WELLNESS)
   ========================================== */
.hero {
    position: relative;
    height: 85vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #042e1a;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(rgba(4, 46, 26, 0.6), rgba(0, 0, 0, 0.4));
    z-index: 2;
    pointer-events: none;
}

/* --- CONTENT LAYER --- */
.hero-content {
    position: relative;
    z-index: 10; /* Siguradong nasa ibabaw ng video at overlay */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    pointer-events: none; /* Para hindi maharangan ang clicks sa logos */
}

.hero-content h1 {
    color: #ffffff; 
    font-size: clamp(1.5rem, 5vw, 2.5rem); 
    letter-spacing: 4px; 
    font-weight: 300; 
    font-family: 'Playfair Display', serif;
    margin: 0;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.6);
    text-transform: uppercase;
    line-height: 1.2;
    pointer-events: auto;
}

/* --- LOGOS --- */
.logo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
    width: 100%;
    pointer-events: auto !important;
}

.logo-circle {
    border-radius: 50%;
    object-fit: cover;
    width: 100px;
    height: 100px;
    border: 3px solid rgba(212, 175, 55, 0.6);
    cursor: pointer !important;
    transition: 0.4s;
    background: white;
    z-index: 30;
}

.logo-circle:hover {
    transform: scale(1.1);
    border-color: #d4af37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}

/* --- INSTRUCTIONS --- */
.instruction-box {
    margin-top: 25px;
    color: #ffffff;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
    pointer-events: auto;
}

/* ==========================================
   ULTRA MINI INSTRUCTION (MOBILE)
   ========================================== */
@media (max-width: 480px) {
    .instruction-box {
        margin-top: 10px !important; /* Halos idikit na natin sa logos */
    }

    .instruction-box p {
        /* 1. Sobrang liit na font (11px) */
        font-size: 11px !important; 
        
        /* 2. Gawing Light ang font weight para hindi "matapang" tingnan */
        font-weight: 300 !important;
        
        /* 3. Mas siksik na spacing */
        letter-spacing: 0.3px !important;
        
        /* 4. Gawing mas transparent (0.7) para mag-blend sa background */
        color: rgba(255, 255, 255, 0.7) !important;
        
        /* 5. Alisin o sobrang liit na shadow na lang */
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;

        /* 6. I-center at limitahan ang lapad */
        max-width: 180px !important;
        margin: 0 auto !important;
        line-height: 1.2 !important;
    }
}
    /* Sections & Grids */
    .page { display: none; width: 100%; }
    .page.active { display: block; }
    .accent-section { background: #1a4d32; color: white; padding: 80px 5%; text-align: center; }
    .section-title { font-family: 'Playfair Display', serif; color: var(--emerald); text-align: center; margin-bottom: 30px; font-size: 2.2rem; font-weight: 400; }
    .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: auto; }
            /* Cards */
            .card { background: white; border-radius: 20px; overflow: hidden; cursor: pointer; box-shadow: 0 10px 25px rgba(0,0,0,0.05); transition: 0.4s; }
            .card:hover { transform: translateY(-10px); }
            .card img { width: 100%; height: 260px; object-fit: cover; }
            .card-info { padding: 20px; text-align: center; }

            /* Detail Page */
            .detail-container { display: flex; flex-wrap: wrap; gap: 40px; padding: 40px 5%; max-width: 1100px; margin: auto; align-items: center; }
            .detail-img { flex: 1; min-width: 300px; max-width: 500px; border-radius: 25px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); height: 400px; object-fit: cover; }
            .detail-info { flex: 1; min-width: 300px; }

           /* Footer */
            .footer { background: #0d0d0d; color: #f1f1f1; padding: 80px 5% 40px; border-top: 3px solid var(--gold); margin-top: auto; }
            .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 50px; max-width: 1200px; margin: 0 auto; }
            .footer-section h4 { color: var(--gold); font-family: 'Playfair Display', serif; margin-bottom: 25px; font-weight: 400; }
            .footer-section a { color: #aaa; text-decoration: none; cursor: pointer; }
            .social-links { display: flex; gap: 15px; margin-top: 20px; }
            .social-links a { width: 40px; height: 40px; background: #222; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--gold); }

            .back-btn { border: none; background: #ddd; padding: 12px 25px; border-radius: 50px; margin: 20px 5%; cursor: pointer; font-weight: 600; }
            .book-btn { width: 100%; background: var(--emerald); color: white; border: none; padding: 18px; border-radius: 50px; font-weight: bold; cursor: pointer; }

            /* --- PROMO PAGE SPECIAL EFFECTS --- */
            .promo-card { 
                transition: transform 0.3s ease, box-shadow 0.3s ease; 
            }
            .promo-card:hover { 
                transform: translateY(-8px); 
                box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important; 
            }
            
            .zoomable-img { 
                cursor: zoom-in; 
                transition: 0.3s; 
            }
            .zoomable-img:hover { 
                opacity: 0.85; 
            }

            /* Image Modal Setup */
            .image-modal {
                display: none;
                position: fixed;
                z-index: 100000; /* Pinaka-ibabaw sa lahat */
                left: 0; top: 0;
                width: 100%; height: 100%;
                background: rgba(0,0,0,0.95);
                backdrop-filter: blur(8px);
                display: flex; /* Para center agad ang image */
                align-items: center;
                justify-content: center;
            }

            .modal-content {
                max-width: 90%;
                max-height: 85vh;
                object-fit: contain;
                border: 2px solid #d4af37;
                box-shadow: 0 0 30px rgba(0,0,0,0.5);
                animation: zoomIn 0.3s ease-out;
            }

            @keyframes zoomIn {
                from { transform: scale(0.8); opacity: 0; }
                to { transform: scale(1); opacity: 1; }
            }

            .close-modal {
                position: absolute;
                top: 20px; right: 30px;
                color: #fff;
                font-size: 50px;
                cursor: pointer;
                line-height: 1;
            }
            /* ==========================================
   STAFF CARD SPECIAL EFFECTS
   ========================================== */

/* 1. Ang kabuuan ng card */
.staff-card { 
    text-align: center; 
    background: #fff; 
    padding: 15px; 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* May konting "bounce" effect */
    border-radius: 20px; 
}

/* 2. Container ng litrato para hindi lumampas yung zoom */
.staff-img-container { 
    width: 100%; 
    height: 320px; 
    overflow: hidden; 
    border-radius: 15px; 
    margin-bottom: 15px; 
    box-shadow: 0 8px 15px rgba(0,0,0,0.08); 
    transition: 0.3s ease;
}

/* 3. Ang mismong litrato */
.staff-img-container img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease; 
}

/* 4. Text styles */
.staff-name { 
    color: #1a4d32; 
    font-family: 'Playfair Display', serif; 
    font-size: 1.2rem; 
    margin: 0; 
    transition: 0.3s;
}

.staff-role { 
    color: #d4af37; 
    font-size: 0.75rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 1.5px;
    margin-top: 5px; 
}

/* --- HOVER MAGIC --- */

/* Pag tinapatan ng mouse: Aangat ang buong card */
.staff-card:hover { 
    transform: translateY(-12px); 
}

/* Pag tinapatan ng mouse: Mag-zo-zoom yung litrato sa loob */
.staff-card:hover .staff-img-container img { 
    transform: scale(1.1); 
}

/* Pag tinapatan ng mouse: Magkakaroon ng gold glow ang anino */
.staff-card:hover .staff-img-container { 
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3); 
}

/* Pag tinapatan ng mouse: Magiging gold yung pangalan */
.staff-card:hover .staff-name {
    color: #d4af37;
}

/* ===================================================
   DESKTOP & GENERAL SETTINGS
   =================================================== */
.mobile-toggle, .mobile-sticky-footer { 
    display: none; 
}

/* Base style para sa gold counter sa laptop header */
#headerCartCount {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #d4af37;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: none; 
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 2px solid white;
    z-index: 10;
}

/* ===================================================
   MOBILE SETTINGS (768px below ONLY)
   =================================================== */
@media screen and (max-width: 768px) {
    
    /* 1. HERO CONTENT & LOGOS FIX */
    .hero-content {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .logo-container {
        display: flex !important;
        flex-direction: row !important; 
        flex-wrap: nowrap !important; 
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        gap: 10px !important; 
        margin: 10px auto !important;
    }

    .logo-circle {
        width: 70px !important; 
        height: 70px !important;
        min-width: 70px !important;
    }

    /* 2. HEADER FIX: LOGO LEFT, BURGER RIGHT */
    .site-header {
        padding: 10px 0 !important;
    }

    .header-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important; /* Eto yung magtutulak sa burger sa kanan */
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .header-logo {
        flex: 1 !important;
        display: flex !important;
        justify-content: flex-start !important;
    }

    .nav-wrapper {
        flex: 0 !important; /* Para hindi niya kainin yung space ng logo */
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .mobile-toggle { 
        display: block !important; 
        visibility: visible !important;
        font-size: 1.8rem !important; /* Ginawa kong mas malaki para makita mo agad */
        color: #1a4d32 !important;
        cursor: pointer !important;
        z-index: 1001 !important;
    }

    .header-booking { 
        display: none !important; /* Tago pa rin yung extra booking button */
    }

    /* NAVIGATION MENU (BURGER CONTENT) */
    .nav-menu {
        display: none;
        flex-direction: column !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background: white !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
        align-items: flex-start !important; 
        padding: 10px 0 !important;
        z-index: 9999 !important;
    }

    .nav-menu.active { display: flex !important; }

    .nav-menu li a {
        text-align: left !important;
        padding: 15px 25px !important;
        color: #1a4d32 !important;
        width: 100% !important;
        display: block !important;
    }

   /* 3. MOBILE STICKY FOOTER: Fixed Alignment & No Blue Colors */
    .mobile-sticky-footer {
        display: flex !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: white !important;
        height: 75px !important;
        z-index: 10000 !important;
        justify-content: space-around !important;
        align-items: center !important; /* Pantay-pantay vertical */
        box-shadow: 0 -4px 10px rgba(0,0,0,0.05) !important;
        padding: 0 !important;
    }

    /* Target lahat ng footer items (HOME, BOOK NOW, CONTACT) */
    .footer-item, .footer-item-main {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important; /* Tanggal Blue Underline */
        color: #1a4d32 !important;       /* GAWING GREEN (Hindi Blue!) */
    }

    /* Icon control para sa Home at Contact */
    .footer-item i {
        font-size: 1.2rem !important;
        margin-bottom: 4px !important;
        color: #1a4d32 !important; /* Siguradong Green ang icon */
    }

    /* Text control para sa lahat */
    .footer-item span, .footer-item-main span {
        font-size: 10px !important;
        font-weight: bold !important;
        text-transform: uppercase;
        color: #1a4d32 !important; /* Siguradong Green ang text */
    }

    /* Specialized alignment para sa Book Now button na nasa gitna */
    .footer-item-main { 
        margin-top: -30px !important; /* Naka-angat nang konti para sa circle effect */
    }

    .main-btn-circle { 
        width: 60px !important; 
        height: 60px !important; 
        background: #1a4d32 !important; 
        border-radius: 50% !important; 
        display: flex !important; 
        position: relative !important; 
        align-items: center !important; 
        justify-content: center !important; 
        color: white !important; 
        border: 4px solid white !important; 
        box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    }

    /* Siguradong puti ang icon sa loob ng bilog */
    .main-btn-circle i {
        color: white !important;
        font-size: 1.4rem !important;
    }

    body { padding-bottom: 80px !important; }

} /* <--- DITO NAGTATAPOS ANG MOBILE VIEW */

/* ===================================================
   GENERAL / DESKTOP SETTINGS (Safe for Laptop)
   =================================================== */
#footerCartCount {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #d4af37 !important;
    color: white !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    display: none; 
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    font-weight: bold !important;
    border: 2px solid white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    z-index: 100 !important;
}

.main-btn-circle {
    position: relative; 
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px; /* Pagitan ng Icon at Hamburger */
}

.user-icon-link {
    text-decoration: none;
    color: #1a4d32;
    display: flex;
    align-items: center;
}

.user-icon-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Ipakita lang ang User Icon sa mobile view */
.mobile-only-login {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only-login {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }

    .header-logo span {
        font-size: 0.95rem !important; /* Para hindi siksikan */
    }
}

/* Para sa Registration/Login Form Container */
.registration-container {
    width: 90%; /* Hindi sagad sa gilid para may konting breathing space */
    max-width: 400px; /* Pero hindi lalampas dito sa desktop */
    margin: 20px auto;
    padding: 20px;
}

/* ===================================================
   COMBINED LOGIN & REGISTER STYLES (Balanced)
   =================================================== */

/* Para sa mismong Inputs (Username, Password, etc.) */
.registration-container input,
.login-container input,
.registration-container select {
    width: 100% !important; /* Pinapapantay ang lapad sa phone at desktop */
    padding: 12px !important; /* Mas malaki para madaling pindutin */
    margin: 10px 0 !important;
    box-sizing: border-box !important; /* Iwas lagpas sa screen */
    font-size: 16px !important; /* Iwas auto-zoom sa mobile */
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    display: block;
}

/* Para sa Submit Button (Sign In / Register) */
.registration-container button,
.login-container button {
    width: 100% !important;
    padding: 15px !important;
    background-color: #1a4d32 !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    font-size: 1rem;
    transition: 0.3s;
}

.registration-container button:hover,
.login-container button:hover {
    background-color: #143a26 !important;
    opacity: 0.9;
}
/* Base state: Naka-tago pero ready lumitaw */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.0s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
}

/* Kapag nakita na ng observer, ito ang lalabas */
.reveal.active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}
/* Container para sa Promo Cards */
.promo-grid {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    position: relative; /* Para sigurado sa layering */
    z-index: 5;
}

.promo-grid::-webkit-scrollbar {
    display: none;
}

.promo-item {
    flex: 0 0 280px;
    scroll-snap-align: center;
}

.p-card {
    background: #fff;
    border-radius: 15px;
    overflow: visible; /* Binago sa visible para hindi ma-clip ang effects */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
    z-index: 10;
}

.p-card:hover {
    transform: translateY(-5px);
}

/* Clickable Image Fix */
.p-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: zoom-in;
    position: relative;
    z-index: 11; /* Itaas sa card base */
    border-radius: 15px 15px 0 0;
    display: block;
    pointer-events: auto !important;
}

/* Floating Price Tag */
.p-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(26, 77, 50, 0.9);
    color: #d4af37;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    z-index: 15; /* Mas mataas sa image */
}

/* Button Info Area */
.p-info {
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 12;
}

/* Book Now Button Fix */
.p-btn {
    position: relative;
    z-index: 20; /* Pinakamataas para laging clickable */
    background: #1a4d32;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    pointer-events: auto !important;
    display: block;
}
    .quick-services-section { padding: 60px 20px; background: #fff; }
    .slider-title { text-align: center; font-family: 'Playfair Display', serif; color: #333; margin-bottom: 30px; letter-spacing: 1px; }
    
    .myQuickSwiper { width: 100%; padding-bottom: 50px; }
    
    .service-card-item { 
        background: #fff; border: 1px solid #f2f2f2; border-radius: 5px; 
        padding: 15px; text-align: center; transition: 0.4s; height: 100%;
    }
    .service-card-item:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.05); transform: translateY(-5px); }
    
    .img-box { width: 100%; height: 220px; overflow: hidden; margin-bottom: 15px; border-radius: 3px; }
    .img-box img { width: 100%; height: 100%; object-fit: cover; }
    
    .service-card-item h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 8px; color: #222; }
    .price-label { color: #b58d3d; font-weight: bold; font-size: 0.95rem; margin-bottom: 15px; display: block; }
    
    .btn-book-mini { 
        display: inline-block; padding: 8px 20px; border: 1px solid #b58d3d; 
        color: #b58d3d; text-decoration: none; font-size: 0.75rem; font-weight: bold;
        letter-spacing: 1px; transition: 0.3s;
    }
    .btn-book-mini:hover { background: #b58d3d; color: #fff; }
    
    .btn-full-menu { 
        padding: 12px 40px; border: 1px solid #333; color: #333; 
        text-decoration: none; font-family: 'Playfair Display'; font-size: 0.9rem;
    }
    .see-more-container { text-align: center; margin-top: 20px; }
    /* Para sa Desktop (Default) */
.instruction-box p {
    font-size: 16px; /* Maaari mong baguhin base sa preference mo */
    margin: 0;
}
#checkoutSection {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 20px;
}

#selectedItemsSummary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
}

.mobile-toggle-btn {
    display: none;
    cursor: pointer;
    color: #1a4d32;
    font-size: 1.1rem;
    align-items: center;
    padding: 4px;
}

@media (max-width: 768px) {
    .mobile-toggle-btn {
        display: flex;
    }
}.faq-content-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 22px 20px;
    border: none;
    background: #ffffff;
    color: #06452f;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question:hover {
    background: #fafafa;
}

.faq-icon {
    font-size: 1.25rem;
    font-weight: 700;
    transition: transform 0.25s ease;
}

.faq-answer {
    display: none;
    padding: 0 20px 22px;
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* =========================================
   LIVE TREATMENT SEARCH
========================================= */

.catalog-search-wrapper {
    position: sticky;
    top: 10px;
    z-index: 50;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    padding: 8px;
    border: 1px solid #dfe7e2;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 25px rgba(26, 77, 50, 0.09);
    backdrop-filter: blur(8px);
}

.catalog-search-icon {
    flex: 0 0 auto;
    margin-left: 10px;
    color: #1a4d32;
    font-size: 16px;
}

.catalog-search-input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 42px 0 12px;
    border: 0;
    background: transparent;
    color: #1a4d32;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    outline: none;
}

.catalog-search-input::placeholder {
    color: #88958e;
}

.catalog-search-clear {
    position: absolute;
    right: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #edf3ef;
    color: #1a4d32;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.catalog-search-clear:hover {
    background: #dfeae3;
}

.category-block {
    margin-top: 25px;
    margin-bottom: 20px;
    clear: both;
}

.catalog-category-title {
    margin: 0 0 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #1a4d32;
    color: #1a4d32;
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
}

.product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(26, 77, 50, 0.1);
}

.product-card > img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.product-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
}

.product-card-name {
    display: block;
    margin-bottom: 5px;
    color: #1a4d32;
    font-size: 0.9rem;
}

.product-card-description {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 10px;
    color: #666666;
    font-size: 0.75rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.product-card-price {
    margin-bottom: 8px;
    color: #d4af37;
    font-size: 1.05rem;
    font-weight: 700;
}

.product-card-book-button {
    width: 100%;
    padding: 9px;
    border: 0;
    border-radius: 8px;
    background: #1a4d32;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.product-card-book-button:hover {
    background: #236a47;
}

.catalog-no-results {
    padding: 55px 20px;
    color: #77837c;
    text-align: center;
}

.catalog-no-results i {
    margin-bottom: 12px;
    color: #d4af37;
    font-size: 34px;
}

.catalog-no-results h4 {
    margin: 0 0 7px;
    color: #1a4d32;
    font-size: 18px;
}

.catalog-no-results p {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 600px) {
    .catalog-search-wrapper {
        top: 5px;
        margin-bottom: 18px;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product-card > img {
        height: 115px;
    }

    .product-card-content {
        padding: 10px;
    }

    .product-card-description {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 390px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-card > img {
        height: 160px;
    }
}