/**
 * DiziFragman.tr - Footer CSS Bundle
 * Generated: 2026-01-24
 * Extracted from footer.php inline styles
 */

.modern-footer {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    color: #a0a0a0;
    padding-top: 60px;
    margin-top: 60px;
    position: relative;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e50914, #ff6b6b, #e50914);
    background-size: 200% 100%;
    animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.footer-main {
    padding-bottom: 40px;
}

.footer-brand img {
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #888;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #888;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.3);
}

.footer-social a.twitter:hover {
    background: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}

.footer-social a.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    border-color: transparent;
}

.footer-social a.youtube:hover {
    background: #e50914;
    color: #fff;
    border-color: #e50914;
}

.footer-social a.tiktok:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #e50914;
    border-radius: 3px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #888;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a i {
    margin-right: 8px;
    font-size: 12px;
    color: #e50914;
    opacity: 0;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links a:hover i {
    opacity: 1;
}

.channel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.channel-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #888;
    font-size: 13px;
    transition: all 0.3s ease;
}

.channel-tag:hover {
    background: #e50914;
    border-color: #e50914;
    color: #fff;
    transform: translateY(-2px);
}

.newsletter-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px;
}

.newsletter-box h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}

.newsletter-box p {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    height: 46px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
}

.newsletter-form input::placeholder {
    color: #666;
}

.newsletter-form input:focus {
    outline: none;
    border-color: #e50914;
}

.newsletter-form button {
    height: 46px;
    padding: 0 24px;
    background: linear-gradient(135deg, #e50914, #ff6b6b);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(229, 9, 20, 0.4);
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.app-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.app-btn i {
    font-size: 24px;
}

.app-btn-text small {
    display: block;
    font-size: 10px;
    color: #888;
}

.app-btn-text span {
    font-size: 14px;
    font-weight: 600;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copy {
    font-size: 13px;
    color: #666;
}

.footer-copy a {
    color: #e50914;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    font-size: 13px;
    color: #666;
    transition: 0.3s;
}

.footer-legal a:hover {
    color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e50914, #ff6b6b);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.4);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
}

.mobile-footer-spacer {
    display: none;
    height: 70px;
}

@media (max-width: 991px) {
    .modern-footer {
        padding-top: 40px;
        margin-top: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .mobile-footer-spacer {
        display: block;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .footer-col {
        margin-bottom: 30px;
    }
}

/* Sürekli animasyonları kullanıcı tercihinde azalt. */
@media (prefers-reduced-motion: reduce) {
    .modern-footer::before {
        animation: none !important;
    }

    .footer-social a,
    .channel-tag,
    .newsletter-form button,
    .app-btn,
    .back-to-top {
        transition: none !important;
        transform: none !important;
    }
}
