/* Modern light footer — mobile responsive */
.site-footer-modern {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.site-footer-modern__particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.18;
}

.site-footer-modern__main > .container {
    position: relative;
    z-index: 2;
}

.site-footer-modern__main,
.site-footer-modern__bottom {
    position: relative;
    z-index: 1;
}

.site-footer-modern__main {
    position: relative;
    padding: 60px 0 220px;
    overflow: hidden;
}

.site-footer-modern__scene {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 266px;
    z-index: 1;
    pointer-events: none;
}

.site-footer-modern__scene-bg {
    position: absolute;
    inset: 0;
    background: url('../images/footer/mage_7l50gx7l50gx7l50.png') no-repeat scroll center bottom;
    background-size: cover;
}

.site-footer-modern__scene-car,
.site-footer-modern__scene-cyclist {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    animation: footerSceneTravel linear infinite;
    will-change: left;
}

.site-footer-modern__scene-car {
    width: 330px;
    height: 105px;
    background-image: url('../images/footer/volks.4184b68.gif');
    background-size: 100%;
    animation-duration: 22s;
}

.site-footer-modern__scene-cyclist {
    width: 88px;
    height: 100px;
    background-image: url('../images/footer/Cyclist_94.29.3a0b2ba.gif');
    background-size: 100%;
    animation-duration: 30s;
}

@keyframes footerSceneTravel {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

.site-footer-modern__grid {
    row-gap: 2.5rem;
}

.site-footer-modern__col--logo {
    display: flex;
    align-items: flex-start;
}

.site-footer-modern__logo {
    display: inline-block;
    max-width: 180px;
}

.site-footer-modern__logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.site-footer-modern__title {
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 1.25rem;
    letter-spacing: 0.02em;
}

.site-footer-modern__contact {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.site-footer-modern__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    color: #555555;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.site-footer-modern__contact a {
    color: #555555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-modern__contact a:hover {
    color: #e31e24;
}

.site-footer-modern__icon {
    flex-shrink: 0;
    width: 18px;
    color: #e31e24;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.site-footer-modern__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.site-footer-modern__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #e31e24;
    color: #ffffff !important;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer-modern__social-link:hover {
    background: #c4191f;
    transform: translateY(-1px);
}

.site-footer-modern__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-modern__links li {
    margin-bottom: 0.65rem;
}

.site-footer-modern__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #555555;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-modern__links a i {
    color: #e31e24;
    font-size: 0.85rem;
    width: 12px;
}

.site-footer-modern__links a:hover {
    color: #1a1a1a;
}

.site-footer-modern__bottom {
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    padding: 1rem 0;
}

.site-footer-modern__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-footer-modern__copyright {
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.5;
}

.site-footer-modern__credit {
    margin-left: 0.35rem;
}

.site-footer-modern__credit a {
    color: #e31e24;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-modern__credit a:hover {
    color: #c4191f;
    text-decoration: underline;
}

.site-footer-modern__top.scroltop {
    position: static;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #e31e24;
    color: #ffffff;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.site-footer-modern__top.scroltop:hover {
    background: #c4191f;
}

.site-footer-modern__top.scroltop i {
    font-size: 1.25rem;
    line-height: 1;
}

/* Hide floating scroll button — footer has its own */
.page-wraper > button.scroltop:not(.site-footer-modern__top) {
    display: none !important;
}

/* Tablet */
@media (max-width: 991px) {
    .site-footer-modern__main {
        padding: 50px 0 200px;
    }

    .site-footer-modern__scene-car {
        width: 260px;
        height: 83px;
    }

    .site-footer-modern__scene-cyclist {
        width: 72px;
        height: 82px;
    }

    .site-footer-modern__col--logo {
        justify-content: flex-start;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .site-footer-modern__main {
        padding: 40px 0 180px;
    }

    .site-footer-modern__scene {
        height: 200px;
    }

    .site-footer-modern__scene-car {
        width: 200px;
        height: 64px;
    }

    .site-footer-modern__scene-cyclist {
        width: 60px;
        height: 68px;
    }

    .site-footer-modern__grid {
        row-gap: 2rem;
    }

    .site-footer-modern__col {
        text-align: center;
    }

    .site-footer-modern__col--logo {
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .site-footer-modern__logo {
        max-width: 150px;
        margin: 0 auto;
    }

    .site-footer-modern__contact li {
        justify-content: center;
        text-align: left;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer-modern__social {
        justify-content: center;
    }

    .site-footer-modern__links a {
        justify-content: center;
    }

    .site-footer-modern__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer-modern__copyright {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer-modern__scene-car,
    .site-footer-modern__scene-cyclist {
        animation: none;
        left: 30%;
    }

    .site-footer-modern__scene-cyclist {
        left: 55%;
    }
}

@media (max-width: 575px) {
    .site-footer-modern__title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .site-footer-modern__contact li,
    .site-footer-modern__links a {
        font-size: 0.875rem;
    }
}
