/* ============================================================
   Footer  (node 5-3423)
   ============================================================ */

.site-footer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #1C1A29;
    position: relative;
    overflow: hidden;
}

.footer-inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
}

/* =============================================
   TOP ROW — logo + CTA buttons
   ============================================= */
.footer-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 80px 0 0;
    height: 246px;
    box-sizing: border-box;
}

.footer-logo img {
    width: 180px;
    height: auto;
    display: block;
}

.footer-top-btns {
    display: flex;
    gap: 24px;
    align-items: center;
    padding-bottom: 8px;
}

.footer-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 28px;
    border-radius: 100px;
    border: 1px solid #FDC667;
    background: linear-gradient(82deg,
        rgba(193.53, 200.41, 202.28, 0.15) 0%,
        rgba(214.43, 221.90, 220.83, 0.15) 16%,
        rgba(214.93, 239.06, 239.06, 0.15) 27%,
        rgba(204.23, 214.54, 213.07, 0.15) 37%,
        rgba(193.32, 200.34, 201.06, 0.15) 47%,
        rgba(190.38, 204.55, 208.41, 0.15) 57%,
        rgba(217.88, 241.27, 247.64, 0.15) 74%,
        rgba(203.76, 229.09, 234.16, 0.15) 89%,
        rgba(204.60, 208.56, 209.64, 0.15) 100%
    );
    box-shadow:
        inset 0px -2px 1.5px 0px rgba(137, 131, 131, 0.4),
        inset 0px 2px 1.5px 0px rgba(255, 255, 255, 0.4),
        inset 0px 6px 6px 0px rgba(255, 255, 255, 0.25);
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FDC667;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-outline-btn:hover {
    opacity: 0.85;
    transform: scale(1.02);
}

/* =============================================
   MAIN CONTENT — 4 columns
   ============================================= */
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 0 0;
    gap: 40px;
}

/* ---- Col 1: contacts ---- */
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 44px;
    min-width: 310px;
}

.footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.footer-contact-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
    fill: #FFF8EA;
    color: #FFF8EA;
}

.footer-contact-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #FFF8EA;
    line-height: 22px;
    margin: 0;
    text-decoration: none;
}

.footer-contact-text.phone {
    font-size: 24px;
    line-height: 41px;
    font-weight: 400;
    color: #FFF8EA;
}

/* ---- Col 2 & 3: nav menus ---- */
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-nav a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #FFF8EA;
    text-decoration: none;
    line-height: 22px;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer-nav a:hover {
    color: #FDC667;
}

/* ---- Col 4: socials + hours + CTA ---- */
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 334px;
}

.footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 51px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(253, 198, 103, 0.4);
    background: rgba(255, 248, 234, 0.06);
    color: #FFF8EA;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover {
    background: rgba(253, 198, 103, 0.15);
    border-color: #FDC667;
    color: #FDC667;
}

.footer-social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.footer-hours {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #FFF8EA;
    line-height: 34px;
    margin: 0 0 51px;
    white-space: pre-line;
}

/* Gold CTA button (same as .btn-primary) */
.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 334px;
    height: 50px;
    border-radius: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(0deg, #FDC667 0%, #FDC667 100%),
        radial-gradient(ellipse 123.78% 97.90% at -0.00% -3.37%, white 1%, rgba(255, 249.69, 249.69, 0) 100%),
        linear-gradient(82deg,
            rgba(193.53, 200.41, 202.28, 0.80) 0%,
            rgba(214.43, 221.90, 220.83, 0.80) 16%,
            rgba(214.93, 239.06, 239.06, 0.80) 27%,
            rgba(204.23, 214.54, 213.07, 0.80) 37%,
            rgba(193.32, 200.34, 201.06, 0.80) 47%,
            rgba(190.38, 204.55, 208.41, 0.80) 57%,
            rgba(217.88, 241.27, 247.64, 0.80) 74%,
            rgba(203.76, 229.09, 234.16, 0.80) 89%,
            rgba(204.60, 208.56, 209.64, 0.80) 100%
        );
    background-blend-mode: color, overlay, normal;
    box-shadow:
        0 10px 24px rgba(253, 198, 103, 0.22), 0 4px 10px rgba(0, 0, 0, 0.12),
        inset 0px -2px 1.5px 0px rgba(0, 0, 0, 0.4),
        inset 0px 2px 1.5px 0px rgba(255, 255, 255, 0.4),
        inset 0px 6px 6px 0px rgba(255, 255, 255, 0.25),
        inset 0px -8px 6px 0px rgba(149, 142, 142, 0.2);
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #050409;
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.footer-cta-btn:hover {
    transform: scale(1.02);
    filter: brightness(1.08);
    box-shadow:
        0 12px 28px rgba(253, 198, 103, 0.32), 0 6px 12px rgba(0, 0, 0, 0.16),
        inset 0px -2px 1.5px 0px rgba(0, 0, 0, 0.4),
        inset 0px 2px 1.5px 0px rgba(255, 255, 255, 0.4),
        inset 0px 6px 6px 0px rgba(255, 255, 255, 0.25),
        inset 0px -8px 6px 0px rgba(149, 142, 142, 0.2);
}

/* =============================================
   BACK TO TOP BUTTON
   ============================================= */
.footer-back-top {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0 32px;
}

.footer-back-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    background: rgba(255, 248, 234, 0.06);
    border-radius: 8px;
    box-shadow:
        inset 0px -2px 1.5px 0px rgba(0, 0, 0, 0.5),
        inset 0px 2px 1.5px 0px rgba(255, 255, 255, 0.4);
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #F8F5EE;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.footer-back-top-btn:hover {
    opacity: 0.75;
}

.footer-arrow-up {
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F5EE;
}

.footer-arrow-up svg {
    width: 20px;
    height: 30px;
}

/* =============================================
   BOTTOM BAR — copyright + legal + payment logos
   ============================================= */
.footer-bottom {
    border-top: 1px solid rgba(255, 248, 234, 0.1);
    padding: 30px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-copy,
.footer-policy {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #FFF8EA;
    line-height: 13px;
    text-decoration: none;
    opacity: 0.7;
}

.footer-legal-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-policy:hover {
    opacity: 1;
    color: #FDC667;
}

/* Payment logos */
.footer-payment-logos {
    display: flex;
    align-items: center;
    gap: 14px;
}

.payment-logo {
    height: 28px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.payment-logo:hover {
    opacity: 1;
}

.payment-badge {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FDC667;
    letter-spacing: 1px;
    padding: 4px 10px;
    border: 1px solid rgba(253, 198, 103, 0.3);
    border-radius: 4px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.payment-badge:hover {
    opacity: 1;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 1480px) {
    .footer-inner {
        padding: 0 40px;
    }
}

@media (max-width: 1024px) {
    .footer-main {
        flex-wrap: wrap;
        gap: 50px;
    }
    .footer-right {
        min-width: auto;
        width: 100%;
    }
    .footer-cta-btn {
        width: 100%;
        max-width: 334px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        height: auto;
        padding: 50px 0 0;
        gap: 30px;
        align-items: flex-start;
    }
    .footer-top-btns {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .footer-outline-btn {
        width: 100%;
        justify-content: center;
    }
    .footer-main {
        padding-top: 50px;
    }
    .footer-nav {
        gap: 24px;
    }
    .footer-contact-text.phone {
        font-size: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .footer-legal-links {
        gap: 10px;
    }
    .footer-payment-logos {
        align-self: flex-start;
    }
}
