#footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(247, 178, 87, 0.16), transparent 26%),
        radial-gradient(circle at 18% 18%, rgba(221, 29, 80, 0.16), transparent 24%),
        radial-gradient(circle at bottom left, rgba(255, 134, 80, 0.12), transparent 28%),
        linear-gradient(145deg, #1a1717 0%, #2b2321 24%, #43302b 48%, #6f4430 76%, #a65d31 100%);
    color: #f6e6d7;
}

.nl-footer-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(221, 29, 80, 0), rgba(221, 29, 80, 0.45), rgba(245, 166, 35, 0.45), rgba(245, 166, 35, 0));
}

.f-topline {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #dd1d50 0%, #ff8650 42%, #f5a623 76%, #f06a2f 100%);
    background-size: 180% 180%;
    animation: footerToplineShift 8s ease-in-out infinite;
}

.footer-shell {
    padding: 5%;
    animation: footerFadeUp 0.7s ease-out;
}

.footer-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 1fr);
    gap: 28px;
    align-items: stretch;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 219, 190, 0.12);
}

.footer-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #f7b257;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.footer-brand-block h2 {
    margin: 0 0 14px;
    color: #fff5eb;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: "Poppins", Helvetica, sans-serif;
}

.footer-brand-block p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 236, 222, 0.8);
    font-size: 15px;
    line-height: 1.85;
}

.footer-cta-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 24px 26px;
    border: 1px solid rgba(255, 214, 180, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-cta-label {
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.footer-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #dd1d50, #ff8650 50%, #f06a2f 100%);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.footer-cta-link:hover {
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 14px 26px rgba(240, 106, 47, 0.24);
}

.footer-cta-link--ghost {
    background: transparent;
    border: 1px solid rgba(255, 214, 180, 0.26);
    color: #ffe7d4 !important;
}

.footer-nav-row {
    padding: 30px 0 18px;
}

.footer-nav-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.footer-col {
    padding: 18px 18px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 214, 180, 0.1);
    min-height: 100%;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.footer-col:hover {
    transform: translateY(-3px);
    border-color: rgba(247, 178, 87, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.footer-col-title {
    display: inline-block;
    margin-bottom: 12px;
    color: #fff5eb !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.footer-col-title:hover {
    color: #f7b257 !important;
    text-decoration: none;
}

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

.footer-col ul li + li {
    margin-top: 8px;
}

.footer-col ul li a {
    color: rgba(255, 236, 222, 0.78) !important;
    font-size: 13px;
    line-height: 1.6;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col ul li a:hover {
    color: #f7b257 !important;
    text-decoration: none;
    transform: translateX(4px);
}

.footer-social-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0 20px;
    border-top: 1px solid rgba(255, 219, 190, 0.08);
    border-bottom: 1px solid rgba(255, 219, 190, 0.08);
}

.social-follow-label {
    color: rgba(255, 226, 200, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 214, 180, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: #ffe7d4 !important;
    font-size: 12px;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-social-icons a:hover {
    transform: translateY(-1px);
    text-decoration: none;
    border-color: rgba(247, 178, 87, 0.45);
    background: rgba(255, 255, 255, 0.1);
}

.footer-social-icons a i {
    font-size: 15px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
}

.footer-bottom-copy {
    max-width: 620px;
}

.copyright,
.footer-bottom strong.copyright {
    color: rgba(255, 226, 200, 0.7) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.7;
}

.footer-bottom strong.copyright a {
    color: #fff1e3 !important;
    font-weight: 600 !important;
}

.footer-bottom strong.copyright a:hover {
    color: #f7b257 !important;
}

.payment-option {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.payment-option li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 214, 180, 0.12);
}

@keyframes footerFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes footerToplineShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.payment-option li img {
    width: auto;
    max-width: 100%;
    height: 16px;
}

@media (max-width: 1199px) {
    .footer-nav-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .footer-hero {
        grid-template-columns: 1fr;
    }

    .footer-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-social-row,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-social-icons,
    .payment-option {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .footer-shell {
        padding-top: 26px;
        padding-bottom: 22px;
    }

    .footer-brand-block h2 {
        font-size: 30px;
    }

    .footer-brand-block p {
        font-size: 14px;
    }

    .footer-nav-grid {
        grid-template-columns: 1fr;
    }

    .footer-col {
        padding: 16px 16px 12px;
    }

    .footer-social-icons a span {
        display: none;
    }

    .footer-social-icons a {
        padding: 11px 13px;
    }
}
