
/* Temu-inspired Footer Styles */
.temu-footer {
    background: #222;
    color: #fff;
    padding-top: 2rem;
    font-size: 1rem;
}
.temu-footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 2rem 2rem;
}
.temu-footer-col {
    flex: 1 1 220px;
    margin: 0 1rem 2rem 1rem;
}
.temu-footer-col h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ff7d1a;
}
.temu-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.temu-footer-col ul li {
    margin-bottom: 0.7rem;
}
.temu-footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.temu-footer-col ul li a:hover {
    color: #ff7d1a;
}
.temu-social {
    display: flex;
    gap: 1rem;
}


.temu-app-badge {
    display: inline-block;
    background: #ff7d1a;
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    margin-right: 0.5rem;
}
.temu-footer-bottom {
    background: #181818;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.95rem;
    color: #bbb;
}
.temu-footer-bottom a {
    color: #ff7d1a;
    text-decoration: none;
    margin: 0 0.5rem;
}
.temu-footer-bottom a:hover {
    text-decoration: underline;
}

