/* cleaner modern footer */
.footer-container {
    margin-top: 56px;
    background:
        radial-gradient(circle at top left, rgba(244, 114, 182, 0.22), transparent 28%),
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 24%),
        linear-gradient(180deg, #111827 0%, #0f172a 55%, #111827 100%);
    color: #e2e8f0;
}

.footer-main-row {
    padding: 56px 16px 28px;
    background: transparent;
}

.footer-main-row-size-wrapper {
    display: block !important;
    width: 100%;
    max-width: 1280px;
    padding: 0;
    height: auto !important;
}

.footer-main-row__grid {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    align-items: stretch;
}

.footer-card,
.footer-main-row-first-section,
.footer-main-row-third-section,
.footer-main-row-fourth-section {
    display: flex;
    flex-direction: column;
    flex: none !important;
    width: 100%;
    min-width: 0 !important;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.96) 0%, rgba(17, 24, 39, 0.96) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.2);
    color: inherit;
    position: relative;
    overflow: hidden;
}

.footer-card::before,
.footer-main-row-first-section::before,
.footer-main-row-third-section::before,
.footer-main-row-fourth-section::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f472b6 0%, #38bdf8 100%);
    opacity: 0.9;
}

.footer-main-row-first-section__shop-info__description a,
.footer-main-row-third-section__description a,
.footer-main-row-third-section__description-list-item-link,
.footer-main-row-fourth-section__description-list-item-link {
    color: #f8fafc;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-main-row-first-section__shop-info__description a:hover,
.footer-main-row-third-section__description a:hover,
.footer-main-row-third-section__description-list-item-link:hover,
.footer-main-row-fourth-section__description-list-item-link:hover {
    color: #7dd3fc;
    text-decoration: none;
}

.footer-main-row-first-section__shop-info__title,
.footer-main-row-first-section__working-hours__title,
.footer-main-row-third-section__title,
.footer-main-row-fourth-section__title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 800;
}

.footer-main-row-first-section__shop-info__description,
.footer-main-row-first-section__working-hours__description,
.footer-main-row-third-section__description {
    color: #cbd5e1;
    font-size: 0.92rem;
    line-height: 1.8;
}

.footer-main-row-first-section__shop-info__description {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-main-row-first-section__working-hours {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.footer-store-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.16);
    color: #67e8f9 !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.footer-store-map-link:hover {
    background: rgba(244, 114, 182, 0.18);
    color: #f9a8d4 !important;
}

.footer-main-row-third-section__description-list,
.footer-main-row-fourth-section__description-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main-row-third-section__description-list-item-link,
.footer-main-row-fourth-section__description-list-item-link {
    display: inline-flex;
    align-items: center;
    color: #f8fafc;
    font-size: 0.95rem;
    width: fit-content;
}

.footer-main-row-third-section__description-list-item-link::before,
.footer-main-row-fourth-section__description-list-item-link::before {
    content: "";
    margin-right: 10px;
    color: #f472b6;
}

.footer-main-row-third-section__description-list-item-link::before,
.footer-main-row-fourth-section__description-list-item-link::before {
    content: none;
}

.footer-main-row__social_network_links {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.footer-main-row-icon {
    margin-right: 0;
    color: #fff;
}

.footer-main-row-icon-anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    box-shadow: 0 10px 24px rgba(2, 6, 23, 0.14);
}

.footer-main-row-icon-anchor:hover {
    color: #fff;
    background: linear-gradient(135deg, rgba(244, 114, 182, 0.9) 0%, rgba(56, 189, 248, 0.9) 100%);
}

.modern-footer-linkedin {
    display: flex;
}

.footer-sub-row {
    min-height: 78px;
    height: auto;
    padding: 0 16px 28px;
    background: transparent;
}

.footer-sub-row-size-wrapper {
    width: 100%;
    max-width: 1280px;
    min-height: 78px;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 18px 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    color: #94a3b8;
    font-size: 0.9rem;
}

.footer-sub-row__support a,
.footer-sub-row__support a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-sub-row__payments {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-sub-row__payments img,
.footer-sub-row-size-wrapper img {
    border-radius: 10px;
    padding: 4px 6px;
    background: #fff;
}

@media all and (min-width: 768px) {
    .footer-main-row__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (min-width: 1200px) {
    .footer-main-row {
        padding: 64px 0 30px;
    }

    .footer-main-row__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .footer-sub-row {
        padding: 0 0 30px;
    }
}

@media all and (max-width: 767px) {
    .footer-main-row {
        padding: 42px 12px 20px;
    }

    .footer-card,
    .footer-main-row-first-section,
    .footer-main-row-third-section,
    .footer-main-row-fourth-section {
        padding: 22px;
        border-radius: 20px;
    }

    .footer-sub-row {
        padding: 0 12px 22px;
    }

    .footer-sub-row-size-wrapper {
        justify-content: flex-start;
    }

    .footer-store-map-link {
        width: 100%;
        justify-content: center;
    }
}
