﻿/* ===============================
   Footer Premium
================================ */

.site-footer {
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,.08);
}

.footer-brand {
    font-weight: 800;
    font-size: 1.2rem;
}

.footer-title {
    font-weight: 700;
    margin-bottom: .5rem;
}

.footer-text {
    color: rgba(0,0,0,.65);
}

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

    .footer-links li {
        margin-bottom: .4rem;
    }

    .footer-links a {
        text-decoration: none;
        color: #1c1c1f;
    }

        .footer-links a:hover {
            color: var(--brand);
        }

.payment-icons {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.payment-item {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .payment-item img {
        width: 28px;
    }

.footer-bottom {
    font-size: .9rem;
    color: rgba(0,0,0,.55);
}

/* ===============================
   Legal pages
================================ */

.legal-page h1 {
    font-weight: 800;
}

.legal-page h3 {
    margin-top: 1.5rem;
    font-weight: 700;
}

.legal-page p {
    color: rgba(0,0,0,.7);
}
