/* LUXURY THEME FOOTER */

.main-footer {
    background-color: #f9f9f9;
    background-image: linear-gradient(to bottom, #f9f9f9, #fff);
    color: #333333;
    padding: 100px 0 40px;
    font-family: var(--font-body);
    margin-top: 100px;
    border-top: 1px solid #e0e0e0;
    text-align: left;
    position: relative;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: var(--accent);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    margin-bottom: 70px;
}

.footer-col h3 {
    color: #1a1a1a;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--accent);
}

.footer-brand p {
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-links a {
    width: 42px;
    height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

.social-links a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    margin: 0;
}

.footer-links a:hover {
    color: var(--accent);
    transform: translateX(5px);
}

.footer-links a::before {
    content: '›';
    margin-right: 8px;
    color: var(--accent);
    opacity: 0;
    transform: translateX(-5px);
    transition: 0.3s;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.5;
}

.contact-info i {
    color: var(--accent);
    font-size: 1.1rem;
    margin-top: 3px;
    min-width: 20px;
}

.newsletter-footer .input-group {
    position: relative;
    display: flex;
    margin-top: 20px;
}

.newsletter-footer input {
    width: 100%;
    padding: 18px 20px;
    padding-right: 60px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    border-radius: 4px;
    outline: none;
    transition: 0.3s;
    font-family: var(--font-heading);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.newsletter-footer input:focus {
    border-color: var(--accent);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.newsletter-consent {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

.newsletter-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--primary);
    flex-shrink: 0;
    /* Avoid shrinking on small containers */
    padding: 0;
    /* Reset padding for checkbox */
    box-shadow: none;
    /* Reset luxury input shadow */
}

.newsletter-consent label {
    cursor: pointer;
    user-select: none;
}

.newsletter-footer button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-footer button:hover {
    background-color: var(--accent-hover);
    transform: scale(1.05);
}

.footer-bottom {
    border-top: 1px solid #e0e0e0;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: #666;
    font-size: 0.9rem;
}

.footer-credit {
    font-size: 0.8rem;
    opacity: 0.7;
    width: 100%;
}

.footer-credit a {
    color: inherit;
    text-decoration: none;
}

.payment-methods {
    display: flex;
    gap: 15px;
    font-size: 2rem;
    color: #444;
}

.payment-methods i:hover {
    color: var(--accent);
}

.payment-methods-img {
    height: 30px;
    object-fit: contain;
}

.whatsapp-widget {
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 999;
}

.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #25d366;
    border-radius: 50%;
    z-index: -1;
    animation: wa-pulse 2s infinite;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: #fff;
}

.working-hours-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wh-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
}

.wh-day {
    min-width: 85px;
    font-weight: 600;
    color: #444;
}

.wh-time {
    color: #777;
}

.wh-sep {
    display: none;
}

@media (max-width: 768px) {
    .main-footer {
        padding: 50px 0 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .working-hours-list {
        margin-top: 8px;
    }

    .wh-row {
        padding: 5px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    }

    .wh-row:last-child {
        border-bottom: none;
    }

    .mobile-break {
        display: block;
        margin-top: 2px;
    }
}

/* --- LUXURY LOGO STRIP --- */
.brand-strip-luxury {
    padding: 0 0 50px 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
}

.brand-strip-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 600;
}

.brand-strip-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: var(--accent);
}

.brand-grid-luxury {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.brand-link {
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.4s ease;
    background: transparent;
}

.brand-link img {
    height: 35px;
    transition: all 0.4s ease;
    filter: grayscale(100%) opacity(0.5);
}

.brand-link:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.brand-link:hover img {
    filter: grayscale(0%) opacity(1);
}

@media(max-width: 600px) {
    .brand-grid-luxury {
        gap: 15px;
    }

    .brand-link {
        padding: 5px 10px;
    }

    .brand-link img {
        height: 25px;
    }
}

/* --- MARKETPLACES BAR --- */
.marketplaces-bar {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 100px 0 60px;
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 99;
    clear: both;
}

.marketplaces-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.marketplace-item {
    display: block;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.marketplace-item:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.marketplace-item img {
    height: 35px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .marketplaces-grid {
        gap: 30px;
    }

    .marketplace-item img {
        height: 25px;
    }
}

/* --- SCROLL TO TOP --- */
.scroll-to-top {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    background: #fff;
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* --- RELATED TAGS SECTION --- */
.related-tags-container {
    padding: 30px 0 40px;
    background: #fdfdfd;
    border-top: 1px solid #f8f8f8;
    text-align: center;
}

.related-tags-title {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
}

.related-tags-title i {
    color: var(--accent);
    font-size: 0.9rem;
}

.related-tags-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.related-tag-item {
    display: inline-block;
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #eeeeee;
    color: #444;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    text-transform: capitalize;
}

.related-tag-item:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .related-tags-container {
        padding: 25px 15px;
    }

    .related-tag-item {
        padding: 8px 16px;
        font-size: 0.75rem;
    }
}