.site-footer {
    background: rgb(237 237 241);
    backdrop-filter: blur(10px);
    padding: 2rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-info {
    flex: none;
    min-width: 250px;
    text-align: left;
}

.instagram-profile {
    color: white;
    text-align: center;
    margin-top: 7px;
}

@media (max-width: 768px) {}

.footer-email {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 600;
}

.footer-email i {
    color: black;
    font-size: 1.2rem;
}

.footer-email a {
    color: black;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}

.footer-email a:hover {
    color: gray;
}

.footer-links {
    margin-bottom: 1.5rem;
    width: fit-content;
}

.footer-links a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.footer-links a:hover {
    color: #9d9d9d;
}

.copyright {
    color: #666;
    font-size: 0.8rem;
}

.instagram-mini-card {
    width: 210px;
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 30px;
    padding: 0.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 1.2;
    transform-style: preserve-3d;
    will-change: transform;
    perspective: 1000px;
    /* animation: rotateCard 12s infinite ease-in-out; */
    transition: transform 0.1s ease-out;
}

.instagram-mini-card.animate {
    animation: rotateCard 8.5s ease-in-out;
}

.instagram-mini-icon {
    position: absolute;
    top: -20px;
    left: 51%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.instagram-mini-white {
    border-radius: 20px;
    padding: 1.2rem 0.8rem;
    text-align: center;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
    padding-top: 2rem;
    box-shadow: 0 15px 20px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 12px rgba(0, 0, 0, 0.2), inset 0 8px 12px rgba(255, 255, 255, 0.8), inset 0 0 0 5px rgba(255, 255, 255, 0.5);
    background: radial-gradient(circle at 30% 30%, #ffffff, #e6e6e6 70%, #d4d4d4);
    border: 3px solid #bcadad;
}

@keyframes rotateCard {
    0% {
        transform: rotateY(0deg);
    }
    5% {
        transform: rotateY(-35deg);
    }
    15% {
        transform: rotateY(375deg);
    }
    25% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.instagram-mini-card .instagram-mini-white,
.instagram-mini-card .instagram-mini-icon {
    backface-visibility: hidden;
}

.mini-stats {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0.8rem;
}

.mini-stat .number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}

.mini-stat .label {
    font-size: 0.7rem;
    color: #999;
    text-transform: uppercase;
}

.mini-follow {
    font-size: 0.8rem;
    color: #aaa;
}

.mini-instagram {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mini-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: #8a3ab9;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    width: 140px;
    transition: all 0.2s;
    padding: 7px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 5px 5px 0 0 #5a2a7a, 5px 5px 0 0 #3a1a5a;
    position: relative;
    top: 0;
    border-bottom: 3px solid #5a2a7a;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.mini-button:hover {
    transform: translateY(-2px);
    background: #9d46d0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 2px 2px 0 0 #5a2a7a, 2px 2px 0 0 #3a1a5a;
}

.mini-button:active {
    transform: translateY(5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 2px 0 0 #5a2a7a, 0 4px 0 0 #3a1a5a;
}

.mini-button i {
    font-size: 1rem;
}

.instagram-mini-icon img {
    width: -webkit-fill-available;
    transform: scale(1.2);
}

.health-warning {
    font-size: 0.8rem;
    color: #999;
    margin: 1rem 0;
    line-height: 1.4;
    max-width: 300px;
    position: relative;
    text-align: justify;
    font-weight: bold;
    text-transform: uppercase;
}