.market-footer {
    position: relative;
    margin-top: 3rem;
    overflow: hidden;
}

.market-footer__glow {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 8rem;
    width: min(100%, 48rem);
    transform: translateX(-50%);
    background: radial-gradient(ellipse at 50% 0%, rgb(249 177 122 / 0.14), transparent 70%);
}

.market-footer__shell {
    position: relative;
    border-top: 1px solid rgb(30 41 59 / 0.9);
    background: linear-gradient(180deg, rgb(15 23 42 / 0.98) 0%, rgb(2 6 23 / 0.98) 100%);
}

.market-footer__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1rem 1.5rem;
}

@media (min-width: 640px) {
    .market-footer__inner {
        padding: 2.5rem 1.5rem 1.75rem;
    }
}

@media (min-width: 1024px) {
    .market-footer__inner {
        padding: 3rem 2rem 2rem;
    }
}

.market-footer__top {
    display: grid;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .market-footer__top {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
        align-items: center;
        gap: 2.5rem;
    }
}

.market-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

@media (min-width: 640px) {
    .market-footer__brand {
        align-items: flex-start;
        text-align: right;
    }
}

.market-footer__brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    text-decoration: none;
    transition: opacity 0.2s;
}

.market-footer__brand-link:hover {
    opacity: 0.92;
}

.market-footer__logo {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    object-fit: cover;
    box-shadow: 0 8px 24px rgb(249 177 122 / 0.12), inset 0 0 0 1px rgb(30 41 59);
}

.market-footer__brand-name {
    font-size: 1.375rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.market-footer__brand-tagline {
    max-width: 22rem;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #94a3b8;
}

.market-footer__highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .market-footer__highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.875rem;
    }
}

.market-footer__highlight {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem 1.125rem;
    border-radius: 1.25rem;
    border: 1px solid rgb(30 41 59);
    background: rgb(2 6 23 / 0.55);
    transition: border-color 0.25s, background 0.25s, transform 0.25s;
}

@media (min-width: 640px) {
    .market-footer__highlight {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.25rem 0.875rem;
    }
}

@media (min-width: 1024px) {
    .market-footer__highlight {
        flex-direction: row;
        align-items: center;
        text-align: right;
        padding: 1rem 1.125rem;
    }
}

.market-footer__highlight:hover {
    border-color: rgb(249 177 122 / 0.35);
    background: rgb(2 6 23 / 0.85);
    transform: translateY(-2px);
}

.market-footer__highlight-icon {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.875rem;
    border: 1px solid rgb(30 41 59);
    background: linear-gradient(145deg, rgb(15 23 42), rgb(2 6 23));
    color: #f9b17a;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
}

.market-footer__highlight-label {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
}

.market-footer__contact {
    margin-top: 2rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
    border: 1px solid rgb(30 41 59);
    background:
        linear-gradient(135deg, rgb(249 177 122 / 0.06), transparent 55%),
        rgb(2 6 23 / 0.65);
}

@media (min-width: 640px) {
    .market-footer__contact {
        margin-top: 2.5rem;
        padding: 1.5rem;
    }
}

.market-footer__contact-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .market-footer__contact-grid {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
    }
}

.market-footer__contact-copy {
    text-align: center;
}

@media (min-width: 768px) {
    .market-footer__contact-copy {
        text-align: right;
    }
}

.market-footer__contact-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}

.market-footer__contact-sub {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #94a3b8;
}

@media (min-width: 640px) {
    .market-footer__contact-sub {
        font-size: 0.875rem;
    }
}

.market-footer__contact-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
}

@media (min-width: 768px) {
    .market-footer__contact-actions {
        align-items: flex-end;
    }
}

.market-footer__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

@media (min-width: 768px) {
    .market-footer__socials {
        justify-content: flex-end;
    }
}

.market-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    min-width: 2.75rem;
    padding: 0 0.875rem;
    border-radius: 9999px;
    border: 1px solid rgb(30 41 59);
    background: rgb(15 23 42 / 0.9);
    color: #cbd5e1;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.market-footer__social:hover {
    transform: translateY(-1px);
}

.market-footer__social--facebook:hover {
    border-color: rgb(24 119 242 / 0.55);
    background: rgb(24 119 242 / 0.12);
    color: #1877f2;
    box-shadow: 0 8px 24px rgb(24 119 242 / 0.12);
}

.market-footer__social--instagram:hover {
    border-color: rgb(228 64 95 / 0.55);
    background: rgb(228 64 95 / 0.12);
    color: #e4405f;
    box-shadow: 0 8px 24px rgb(228 64 95 / 0.12);
}

.market-footer__social--whatsapp:hover {
    border-color: rgb(37 211 102 / 0.55);
    background: rgb(37 211 102 / 0.12);
    color: #25d366;
    box-shadow: 0 8px 24px rgb(37 211 102 / 0.12);
}

.market-footer__social--muted {
    opacity: 0.38;
    cursor: default;
    pointer-events: none;
}

.market-footer__social-label {
    display: none;
}

@media (min-width: 480px) {
    .market-footer__social-label {
        display: inline;
    }
}

.market-footer__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 2.75rem;
    padding: 0.625rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgb(249 177 122 / 0.35);
    background: linear-gradient(135deg, rgb(249 177 122 / 0.16), rgb(249 177 122 / 0.06));
    color: #f9b17a;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

@media (min-width: 640px) {
    .market-footer__phone {
        font-size: 0.9375rem;
        padding: 0.75rem 1.25rem;
    }
}

.market-footer__phone:hover {
    transform: translateY(-1px);
    border-color: rgb(249 177 122 / 0.6);
    background: linear-gradient(135deg, rgb(249 177 122 / 0.24), rgb(249 177 122 / 0.1));
    color: #fff;
    box-shadow: 0 10px 28px rgb(249 177 122 / 0.15);
}

.market-footer__bottom {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgb(30 41 59 / 0.85);
    text-align: center;
    font-size: 0.75rem;
    color: rgb(100 116 139 / 0.9);
}

@media (min-width: 640px) {
    .market-footer__bottom {
        text-align: right;
    }
}
