/* Luxury Collection footer - replica identica del footer front-v3 (index-v3.css).
   Necessario perche' la landing non carica index-v3.css ma usa il markup footer-inner. */

/* box-sizing border-box: footer fuori dallo scope reset .luxury-landing. */
body.landing-luxury-collection footer.site-footer,
body.landing-luxury-collection footer.site-footer *,
body.landing-luxury-collection footer.site-footer *::before,
body.landing-luxury-collection footer.site-footer *::after {
    box-sizing: border-box;
}

body.landing-luxury-collection footer.site-footer,
body.landing-luxury-collection footer.site-footer * {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

body.landing-luxury-collection footer.site-footer {
    background: #001f41;
    color: rgba(255, 255, 255, 0.66);
    padding: 32px 5% 20px;
    font-size: 0.78rem;
    line-height: 1.6;
    border-top: 3px solid #c59d5f;
    text-align: center;
    position: relative;
    isolation: isolate;
}

body.landing-luxury-collection footer.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/media/img/elements/pattern.png') center / 220px auto repeat;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
}

body.landing-luxury-collection .footer-inner {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

body.landing-luxury-collection .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px 24px;
    flex-wrap: wrap;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 16px;
}

body.landing-luxury-collection .footer-logo-image {
    max-height: 36px;
    width: auto;
    display: block;
}

body.landing-luxury-collection .footer-tagline {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    max-width: 520px;
    line-height: 1.55;
    text-align: center;
}

body.landing-luxury-collection .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 18px;
    margin-bottom: 14px;
}

body.landing-luxury-collection .footer-nav a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.78rem;
    transition: color 0.25s ease;
}

body.landing-luxury-collection .footer-nav a:hover {
    color: #c59d5f;
}

body.landing-luxury-collection .footer-nav .is-static {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.78rem;
    cursor: default;
}

body.landing-luxury-collection .footer-legal {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 14px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

body.landing-luxury-collection .footer-legal strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

body.landing-luxury-collection .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px 20px;
    flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.landing-luxury-collection .footer-reserved {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 157, 95, 0.12);
    border: 1px solid rgba(197, 157, 95, 0.35);
    padding: 6px 14px;
    border-radius: 40px;
    color: #c59d5f;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

body.landing-luxury-collection .footer-reserved .dot {
    width: 6px;
    height: 6px;
    background: #c59d5f;
    border-radius: 50%;
    animation: pulse-dot 2.4s infinite;
}

body.landing-luxury-collection .footer-copyright {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 640px) {
    body.landing-luxury-collection footer.site-footer {
        padding: 26px 5% 16px;
    }

    body.landing-luxury-collection .footer-nav {
        gap: 6px 14px;
    }

    body.landing-luxury-collection .footer-legal {
        font-size: 0.68rem;
    }
}
