/* Netpilot site credit footer — al.hipernet.com.tr ile aynı */
.tele-footer__bottom,
.tele-footer .footer_after {
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tele-footer__bottom p,
.tele-footer .footer_after p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    font-weight: 500;
    margin: 0;
}

.tele-footer__copyright {
    padding: 14px 0 0;
}

.tele-footer__credit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.28em;
    padding: 8px 0 14px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.tele-footer__credit-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    margin: 0 1px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tele-footer__credit-link span {
    color: inherit;
}

.tele-footer__credit-link i {
    font-size: 0.68rem;
    opacity: 0.75;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tele-footer__credit-link:hover {
    color: #fff;
    background: rgba(236, 116, 26, 0.16);
    border-color: rgba(236, 116, 26, 0.38);
    text-decoration: none;
    transform: translateY(-1px);
}

.tele-footer__credit-link:hover i {
    opacity: 1;
    transform: translate(1px, -1px);
}

.tele-footer__bottom--light {
    background: rgba(15, 23, 42, 0.04);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.tele-footer__bottom--light .tele-footer__credit {
    color: rgba(15, 23, 42, 0.45);
}

.tele-footer__bottom--light .tele-footer__credit-link {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.1);
    color: rgba(15, 23, 42, 0.72);
}

.tele-footer__bottom--light .tele-footer__credit-link:hover {
    color: #0f172a;
    background: rgba(236, 116, 26, 0.12);
    border-color: rgba(236, 116, 26, 0.35);
}
