/* Professional footer */
.yes-footer {
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(22, 133, 173, 0.22),
            transparent 30%
        ),
        linear-gradient(135deg, #062b43, #083d5e);
}

.yes-footer-logo {
    object-fit: contain;
    padding: 4px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 17px;
}

.yes-footer-description {
    max-width: 520px;
    line-height: 1.9;
}

.yes-footer-links {
    display: grid;
    gap: 0.65rem;
}

.yes-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.yes-footer-links a:hover {
    color: #fff;
    transform: translateX(-3px);
}

.yes-footer-links i {
    color: #e2b447;
    font-size: 0.75rem;
}

.yes-footer-contact {
    display: grid;
    gap: 0.8rem;
    font-style: normal;
}

.yes-footer-contact > div {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.yes-footer-contact i {
    width: 19px;
    flex-shrink: 0;
    color: #e2b447;
}

.yes-footer-contact a {
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
    text-decoration: none;
}

.yes-footer-contact a:hover {
    color: #fff;
}

.yes-footer-divider {
    border-color: rgba(255, 255, 255, 0.18);
    opacity: 1;
}

.yes-footer-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}

.yes-footer-social-link {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 13px;
    text-decoration: none;
    font-size: 1.2rem;
    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease;
}

.yes-footer-social-link:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.yes-footer-social-link.facebook:hover {
    background: #1877f2;
}

.yes-footer-social-link.x-twitter:hover {
    background: #000;
}

.yes-footer-social-link.youtube:hover {
    background: #f00;
}

.yes-footer-social-link.linkedin:hover {
    background: #0a66c2;
}

.yes-footer-social-link.whatsapp:hover {
    background: #25d366;
}

.yes-footer-social-link.telegram:hover {
    background: #229ed9;
}

.yes-footer-social-link.instagram:hover {
    background:
        linear-gradient(
            135deg,
            #feda75,
            #d62976,
            #4f5bd5
        );
}

.yes-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.85rem;
}

.yes-footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.yes-footer-policy-links a {
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
}

.yes-footer-policy-links a:hover {
    color: #fff;
}

@media (max-width: 767.98px) {
    .yes-footer-bottom {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yes-footer-social-link,
    .yes-footer-links a {
        transition: none;
    }
}
