/* =====================================================
   CW-FOOTER — новый футер каталога проектов
   ===================================================== */

.cw-footer {
    background: #2b2b2b;
    color: rgba(255,255,255,.75);
    padding: 56px 0 0;
    font-family: "Museo Sans", "Roboto", sans-serif;
}

.cw-footer__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* Верхняя сетка */
.cw-footer__top {
    display: grid;
    grid-template-columns: 240px 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 44px;
}

/* Лого */
.cw-footer__logo { margin-bottom: 16px; }
.cw-footer__logo img { height: 85px; width: auto; }
.cw-footer__tagline { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.6; margin-bottom: 16px; }
.cw-footer__copy { font-size: 12px; color: rgba(255,255,255,.35); line-height: 1.6; }

/* Навигационные колонки */
.cw-footer__nav-title {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 14px;
}

.cw-footer__nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.cw-footer__nav-list li a {
    font-size: 15px;
    color: rgba(255,255,255,.65);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .18s;
}
.cw-footer__nav-list li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    flex-shrink: 0;
    transition: background .18s;
}
.cw-footer__nav-list li a:hover { color: #ffdb72; }
.cw-footer__nav-list li a:hover::before { background: #ffdb72; }

/* Контакты */
.cw-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}
.cw-footer__contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cw-footer__contact-lbl {
    font-size: 11px;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 2px;
}
.cw-footer__contact-val {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    font-weight: 500;
    line-height: 1.4;
}
.cw-footer__contact-val a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    transition: color .18s;
}
.cw-footer__contact-val a:hover { color: #ffdb72; }

/* Соцсети */
.cw-footer__social-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 4px;
}

.cw-footer__social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,.65);
    padding: 9px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    text-decoration: none;
    transition: background .18s, color .18s;
}
.cw-footer__social-link:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
}

.cw-footer__social-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cw-footer__social-icon--max {
    background: linear-gradient(135deg, #44ccff 0%, #5533ee 60%, #9933dd 100%);
}
.cw-footer__social-icon--tg { background: #2aabee; }
.cw-footer__social-icon--ig {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.cw-footer__social-icon--vk { background: #0077ff; }

/* Партнёры */
.cw-footer__partners {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 28px 0;
}
.cw-footer__partners-title {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.35);
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 16px;
    text-align: center;
}
.cw-footer__partners-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.cw-footer__partner {
    font-size: 12px;
    color: rgba(255,255,255,.3);
    font-weight: 600;
    letter-spacing: .6px;
    transition: color .18s;
    cursor: default;
}
.cw-footer__partner:hover { color: rgba(255,255,255,.6); }

/* Низ */
.cw-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cw-footer__bottom-left { font-size: 12px; color: rgba(255,255,255,.3); }
.cw-footer__bottom-left a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
    transition: color .18s;
}
.cw-footer__bottom-left a:hover { color: #ffdb72; }
.cw-footer__bottom-right { font-size: 12px; color: rgba(255,255,255,.25); }
.cw-footer__bottom-right a {
    color: rgba(255,255,255,.4);
    text-decoration: none;
    transition: color .18s;
}
.cw-footer__bottom-right a:hover { color: rgba(255,255,255,.7); }

/* Адаптив */
@media (max-width: 1072px) {
    .cw-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {

    .cw-footer {
        padding-bottom: 105px;
    }
    .cw-footer__container {
        padding: 0 25px;
    }
    .cw-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .cw-footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .cw-footer__partners-grid { gap: 16px; }
}

@media (max-width: 480px) {
    .cw-footer__top { grid-template-columns: 1fr; }
    .cw-footer { padding-top: 40px; }
}

/* Скрываем старый футер если вдруг остался */
.footer-block { display: none !important; }

/* ===== END CW-FOOTER ===== */