/* ==========================================================
   PREMIUM LUXURY FOOTER
========================================================== */

.site-footer-premium {
    background-color: #F9F7F3; /* Cream/Off-white background */
    color: #333;
    margin-top: 60px;
    font-family: 'Jost', sans-serif;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

/* --- 1. NEWSLETTER --- */
.footer-newsletter {
    border-bottom: 1px solid #E5E0D8;
    padding: 60px 0;
}

.newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.newsletter-left {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.newsletter-icon {
    width: 60px;
    height: 60px;
    background: #EBE5D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    flex-shrink: 0;
}

.newsletter-text h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    color: #111;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

.newsletter-text h4 {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin: 0 0 5px 0;
}

.newsletter-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.newsletter-right {
    width: 100%;
    max-width: 500px;
}

.newsletter-form {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.newsletter-form input {
    flex: 1;
    padding: 18px 20px;
    border: 1px solid #D5D0C8;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.newsletter-form input:focus { border-color: #111; }

.newsletter-form button {
    background: #111;
    color: #fff;
    border: 1px solid #111;
    border-radius: 0 4px 4px 0;
    padding: 0 35px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover { background: #333; }

.spam-notice {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

/* --- 2. MAIN 4-COLUMN --- */
.footer-main {
    padding: 70px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}

.footer-brand-logo { max-height: 60px; width: auto; margin-bottom: 25px; }
.footer-brand-text { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: #111; margin: 0 0 15px 0; }

.footer-about {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    max-width: 90%;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 36px;
    height: 36px;
    border: 1px solid #D5D0C8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.footer-socials a svg { width: 16px; height: 16px; }

.footer-col-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #111;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #EBE5D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    padding-right: 20px;
}

.footer-col-title .toggle-icon { display: none; }

.footer-menu-collapse ul { list-style: none; padding: 0; margin: 0; }
.footer-menu-collapse ul li { margin-bottom: 16px; }
.footer-menu-collapse ul li a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: color 0.2s ease;
}
.footer-menu-collapse ul li a:hover { color: #111; font-weight: 500; }

/* --- 3. USP WRAPPER --- */
.footer-usps {
    padding: 20px 0 60px;
}

.usp-wrapper {
    background: #F2EFE9;
    border-radius: 12px;
    padding: 35px 40px;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.usp-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.usp-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #D5D0C8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    flex-shrink: 0;
}
.usp-icon svg { width: 20px; height: 20px; }

.usp-text h5 {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.usp-text p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* --- 4. DARK BOTTOM BAR --- */
.footer-bottom-dark {
    background-color: #1A1A1A;
    padding: 25px 0;
}

.bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #AAAAAA;
}

.country-flag { color: #fff; font-weight: 500; }
.separator { color: #444; }

.footer-payment-img {
    height: 25px; 
    width: auto;
    display: block;
    filter: none !important; 
    opacity: 1 !important; 
}

/* ==========================================================
   RESPONSIVE DESIGN (TABLET & MOBILE)
========================================================== */

/* Tablet Adjustments */
@media screen and (max-width: 1024px) {
    .newsletter-inner { flex-direction: column; align-items: center; text-align: center; gap: 25px; }
    .newsletter-left { flex-direction: column; gap: 15px; align-items: center; }
    .newsletter-right { max-width: 100%; margin: 0 auto; }
    
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .usp-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-col-title { width: 100%; border-bottom: none; }
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
    .footer-container { padding: 0 20px; }
    .footer-newsletter { padding: 40px 0; } /* Merged padding fix */
    .footer-main { padding: 40px 0 20px; } /* Merged padding fix */
    
    .footer-grid { grid-template-columns: 1fr; gap: 0; }
    
    .brand-col {
        margin-bottom: 30px;
        text-align: left !important; 
    }
    .footer-brand-logo { margin: 0 0 20px 0 !important; }
    .footer-about { max-width: 100%; }
    .footer-socials { justify-content: flex-start; }

    /* Mobile Accordion Logic */
    .menu-col { border-top: 1px solid #E5E0D8; }
    .footer-col-title { margin: 0; padding: 20px 0; cursor: pointer; padding-right: 0; }
    .footer-col-title .toggle-icon { display: block; font-size: 18px; font-weight: 300; transition: transform 0.3s; }
    .footer-menu-collapse { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-in-out; }
    .menu-col.active .footer-menu-collapse { max-height: 300px; }
    .menu-col.active .footer-col-title .toggle-icon { transform: rotate(45deg); }
    .footer-menu-collapse ul { padding-bottom: 20px; }

    /* USP Adjustments */
    .usp-wrapper { padding: 25px 20px; }
    .usp-grid { grid-template-columns: 1fr; gap: 25px; }

    /* Dark Bottom Bar Layout */
    .bottom-inner { flex-direction: column; text-align: center; gap: 20px; }
    .bottom-left {
        flex-direction: row !important; /* Preserved your specific side-by-side fix */
        justify-content: center !important; 
        align-items: center !important;
        gap: 10px !important; 
        flex-wrap: wrap; 
    }
}