.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 0;
    background: linear-gradient(145deg, #181311 0, #251b17 55%, #2f211a 100%);
    color: #eee;
}

.site-footer::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    inset: -210px -120px auto auto;
    background: radial-gradient(circle, rgba(181, 138, 69, .18), transparent 68%);
    pointer-events: none;
}

.footer-main {
    position: relative;
    display: grid;
    grid-template-columns: 1.55fr .75fr 1.1fr 1.15fr;
    gap: 48px;
    padding-block: 62px 48px;
}

.footer-brand p { max-width: 390px; margin: 18px 0 24px; color: #cfc4bd; line-height: 1.9; }
.footer-logo { display: inline-flex; width: 156px; height: 90px; padding: 8px 12px; border-radius: 15px; background: #fff; box-shadow: 0 14px 35px rgba(0, 0, 0, .2); }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { margin: 7px 0 15px; color: #d6ad69; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { color: #f8f4f1; transition: color .2s ease, transform .2s ease; }
.footer-column > a:hover { color: #e5bd79; transform: translateX(3px); }
[dir="rtl"] .footer-column > a:hover { transform: translateX(-3px); }
.footer-event strong { font-size: 17px; color: #fff; }
.footer-event span, .footer-event small { color: #cfc4bd; }
.footer-email { overflow-wrap: anywhere; font-weight: 800; }
.footer-management { display: flex; flex-direction: column; margin-top: 9px; color: #b7aaa2; font-size: 12px; }
.footer-management strong { color: #f3e7dd; font-size: 14px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 9px; }

.social-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-image: url('../assets/social-icons.jpg');
    background-repeat: no-repeat;
    background-size: 239px 120px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .22);
}

.social-facebook { background-position: -19px -16px; }
.social-instagram { background-position: -74px -16px; }
.social-twitter { display: grid; place-items: center; background: #050505; }
.social-twitter svg { width: 21px; height: 21px; fill: #fff; }
.social-youtube { background-position: -19px -66px; }
.social-telegram { background-position: -74px -66px; }
.social-whatsapp { background-position: -128px -66px; }
.social-linkedin { background-position: -182px -66px; }
.footer-socials a { transition: transform .2s ease, filter .2s ease; }
.footer-socials a:hover { transform: translateY(-3px); filter: brightness(1.08); }
.social-icon.is-pending { opacity: .52; filter: grayscale(.35); cursor: default; }

.footer-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #aa9d95; font-size: 12px; }
.footer-bottom a { color: #c9bbb2; }

.floating-whatsapp {
    position: fixed;
    z-index: 45;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    background: #fff;
    color: #15381f;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(.96);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.floating-whatsapp.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
[dir="rtl"] .floating-whatsapp { padding: 7px; }
.floating-whatsapp .social-icon { width: 44px; height: 44px; border-radius: 50%; background-size: 277px 139px; background-position: -148px -77px; box-shadow: none; }

@media (max-width: 1000px) {
    .footer-main { grid-template-columns: 1.35fr 1fr 1fr; }
    .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
    .footer-main { grid-template-columns: 1fr; gap: 34px; padding-block: 45px 34px; }
    .footer-contact { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .floating-whatsapp { right: 12px; bottom: 12px; padding: 7px; }
    .footer-logo { width: 140px; height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
    .floating-whatsapp, .footer-column a, .footer-socials a { transition: none; }
}

/* Professional footer v2 */
.site-footer {
    background:
        radial-gradient(circle at 12% 0, rgba(181, 138, 69, .14), transparent 29%),
        linear-gradient(145deg, #15110f 0, #211814 55%, #291c16 100%);
}

.footer-main {
    grid-template-columns: 1.35fr .75fr 1.05fr 1.35fr;
    gap: 38px;
    padding-block: 52px 40px;
}

.footer-brand p { margin: 17px 0 22px; }
.footer-logo {
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    align-items: center;
    gap: 13px;
}
.footer-logo img {
    width: 78px;
    height: 78px;
    padding: 7px;
    border-radius: 18px;
    background: #f8f2e9;
    object-fit: contain;
    image-rendering: auto;
    filter: contrast(1.08) saturate(1.08);
}
.footer-logo span { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .055em; line-height: 1.3; }
.footer-logo b { display: block; color: #d6ad69; font-size: 13px; letter-spacing: .2em; }

.footer-links { display: grid; gap: 9px; }
.footer-socials { gap: 10px; }
.social-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: transparent;
    background-image: none;
    box-shadow: none;
    color: #fff;
}
.social-icon svg { width: 29px; height: 29px; display: block; fill: currentColor; shape-rendering: geometricPrecision; }
.social-facebook { color: #1877f2; }
.social-instagram { color: #e4405f; }
.social-twitter { color: #fff; background: transparent; }
.social-youtube { color: #ff0000; }
.social-telegram { color: #26a5e4; }
.social-linkedin { color: #0a66c2; }
.social-icon.is-pending { opacity: 1; filter: none; }

.footer-contact { min-width: 0; }
.footer-email {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(214, 173, 105, .12);
}
.footer-email svg { width: 23px; height: 23px; flex: 0 0 auto; fill: #e7bc76; }
.footer-management a { color: #f3e7dd; font-size: 14px; font-weight: 800; }
.footer-management a:hover { color: #e5bd79; }

.floating-whatsapp .social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    background-image: none;
    color: #25d366;
}
.floating-whatsapp .social-icon svg { width: 34px; height: 34px; }

@media (max-width: 1000px) {
    .footer-main { grid-template-columns: 1.25fr 1fr; gap: 24px; }
    .footer-contact { grid-column: auto; }
}

@media (max-width: 600px) {
    .site-footer::before { width: 280px; height: 280px; inset: -150px -100px auto auto; }
    .footer-main { grid-template-columns: 1fr; gap: 16px; padding-block: 34px 24px; }
    .footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 4px 10px; }
    .footer-brand p { max-width: 345px; margin: 13px auto 17px; font-size: 14px; line-height: 1.85; }
    .footer-logo { justify-content: center; }
    .footer-logo img { width: 72px; height: 72px; }
    .footer-logo span { text-align: start; }
    .footer-socials { justify-content: center; flex-wrap: nowrap; width: 100%; }
    .social-icon { width: 39px; height: 39px; border-radius: 0; }
    .social-icon svg { width: 29px; height: 29px; }
    .footer-column {
        padding: 18px;
        border: 1px solid rgba(255, 255, 255, .075);
        border-radius: 16px;
        background: rgba(255, 255, 255, .035);
        gap: 8px;
    }
    .footer-column h2 { width: 100%; margin: 0 0 8px; font-size: 13px; }
    .footer-links { grid-template-columns: 1fr 1fr; width: 100%; gap: 8px 14px; }
    .footer-links a { padding-block: 3px; font-size: 14px; }
    .footer-event strong { font-size: 16px; }
    .footer-event span, .footer-event small { font-size: 13px; }
    .footer-email { width: 40px; height: 40px; }
    .footer-management { margin-top: 5px; }
    .footer-bottom { align-items: center; text-align: center; gap: 7px; padding-block: 16px; }
}

/* Keep the event name clear of the floating WhatsApp button. */
.footer-bottom {
    justify-content: center;
    min-height: 60px;
    text-align: center;
}

.footer-copyright {
    color: #b9aca4;
    font-family: Arial, sans-serif;
    letter-spacing: .045em;
    white-space: nowrap;
}

.footer-bottom > a {
    position: absolute;
    left: 0;
}

@media (max-width: 600px) {
    .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-inline: 70px;
    }

    .footer-bottom > a {
        position: static;
    }
}


/* 2026-08-09 — normalize email icon with social icons */
.footer-desktop-socials .footer-email.social-icon,
.mobile-footer-email.social-icon,
.footer-contact .footer-email{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#e7bc76!important;
}
.footer-desktop-socials .footer-email.social-icon svg,
.mobile-footer-email.social-icon svg,
.footer-contact .footer-email svg{
    width:29px!important;
    height:29px!important;
    display:block!important;
    fill:currentColor!important;
}
