.jewelry-footer {
    padding: 4rem 0 1.5rem;
    background:
        radial-gradient(
            circle at bottom right,
            color-mix(in srgb, var(--swem-primary, #2b1d18) 8%, transparent),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            var(--swem-bg, #fffaf7) 100%
        );
}

.footer-card {
    background: color-mix(in srgb, var(--swem-surface, #ffffff) 94%, #ffffff);
    border: 1px solid var(--swem-border, #e8dcd6);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(45, 30, 20, 0.10);
    padding: 2.5rem;
}

/* Marca */
.footer-logo-area {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    color: var(--swem-text, #2b1d18);
    margin-bottom: 1rem;
}

.footer-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.footer-logo-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--swem-primary, #2b1d18);
    color: var(--swem-on-primary, #ffffff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(45, 30, 20, 0.12);
}

.footer-logo-area span {
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: var(--swem-text, #2b1d18);
}

.footer-description {
    color: var(--swem-muted, #7a675f);
    line-height: 1.7;
    max-width: 340px;
    margin-bottom: 1.2rem;
}

/* Redes sociais */
.footer-social {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--swem-primary-soft, #fff1ed);
    border: 1px solid var(--swem-border, #e8dcd6);
    color: var(--swem-secondary, #7a3c32);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-social a:hover {
    background: var(--swem-primary, #2b1d18);
    border-color: var(--swem-primary, #2b1d18);
    color: var(--swem-on-primary, #ffffff);
    transform: translateY(-2px);
}

/* Títulos */
.footer-title {
    color: var(--swem-text, #2b1d18);
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

.footer-links a {
    color: var(--swem-muted, #7a675f);
    text-decoration: none;
    font-size: 0.95rem;
    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}

.footer-links a:hover {
    color: var(--swem-primary, #2b1d18);
    padding-left: 4px;
}

.footer-empty-text {
    color: var(--swem-muted, #7a675f);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* Atendimento */
.footer-contact-list {
    display: grid;
    gap: 0.9rem;
}

.footer-contact-item {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}

.footer-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: var(--swem-primary-soft, #fff1ed);
    color: var(--swem-secondary, #7a3c32);
    border: 1px solid var(--swem-border, #e8dcd6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-contact-item strong {
    display: block;
    color: var(--swem-text, #2b1d18);
    font-size: 0.9rem;
    font-weight: 900;
    margin-bottom: 0.1rem;
}

.footer-contact-item a,
.footer-contact-item span {
    color: var(--swem-muted, #7a675f);
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-contact-item a:hover {
    color: var(--swem-primary, #2b1d18);
}

/* Parte inferior */
.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--swem-border, #e8dcd6);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom p {
    margin: 0;
    color: var(--swem-muted, #7a675f);
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: var(--swem-muted, #7a675f);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: var(--swem-primary, #2b1d18);
}

.footer-hour-line {
    display: block;
    color: var(--swem-muted, #7a675f);
    font-size: 0.88rem;
    line-height: 1.5;
}

/* Responsivo */
@media (max-width: 991px) {
    .jewelry-footer {
        padding: 3rem 0 1rem;
    }

    .footer-card {
        padding: 1.8rem;
        border-radius: 28px;
    }
}

@media (max-width: 575px) {
    .jewelry-footer {
        padding: 2rem 0 1rem;
    }

    .footer-card {
        padding: 1.25rem;
        border-radius: 24px;
    }

    .footer-logo {
        width: 42px;
        height: 42px;
    }

    .footer-logo-placeholder {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 1.2rem;
    }

    .footer-logo-area span {
        font-size: 1.1rem;
    }

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

    .footer-bottom-links {
        gap: 0.75rem;
    }
}