/* Site footer — modern layout, same links */
.ct-footer {
    background: linear-gradient(180deg, #041024 0%, #05122d 100%);
    color: #cbd5e1;
    font-family: 'Cheetah Graphik', 'Montserrat', system-ui, sans-serif;
    margin-top: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.ct-footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.ct-footer a:hover {
    color: #fed200;
}

.ct-footer__main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 20px 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.ct-footer__col h4 {
    color: #fed200;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 18px;
}

.ct-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct-footer__col li {
    margin-bottom: 10px;
}

.ct-footer__col li a,
.ct-footer__col li p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.ct-footer__support p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #94a3b8;
    margin-bottom: 14px;
}

.ct-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 24px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-footer__social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #e2e8f0 !important;
}

.ct-footer__social a:hover {
    background: rgba(254, 210, 0, 0.15);
    color: #fed200 !important;
}

.ct-footer__social i.icon {
    margin: 0 !important;
}

.ct-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 20px;
    text-align: center;
}

.ct-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ct-footer__brand img {
    width: 36px;
    height: auto;
}

.ct-footer__brand .logo_txt {
    color: #fed200 !important;
    font-size: 1.25rem !important;
    padding: 0 !important;
}

.ct-footer__copy {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .ct-footer__main {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .ct-footer__main {
        grid-template-columns: 1fr;
    }
}
