/*========================================
    YENİ FOOTER STİLLERİ - v6 (Nihai Tasarım)
==========================================*/

/* --- Genel Ayarlar --- */
#site-footer-v6 {
    background: linear-gradient(135deg, #0b1021 0%, #0a132b 50%, #070d1f 100%);
    color: #c5d0de;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 48px;
    position: relative;
    overflow: hidden;
}

/* --- Arka Plan Şekilleri Konteyneri --- */
.footer-shapes-v6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* --- Şekillerin Kendisi (Nihai Tasarım) --- */
.footer-shape-v6 {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px); /* Yumuşak, odak dışı görünüm */
    opacity: 0.7;      /* Hafifçe daha görünür */
}

/* Sol üstteki yeşilimsi "glow" efekti */
.footer-shape-1-v6 {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -150px;
    background: radial-gradient(circle, rgba(140, 255, 100, 0.1) 0%, rgba(140, 255, 100, 0) 70%);
}

/* Sağ alttaki daha mavi "glow" efekti */
.footer-shape-2-v6 {
    width: 500px;
    height: 500px;
    bottom: -200px;
    right: -200px;
    background: radial-gradient(circle, rgba(88, 166, 255, 0.07) 0%, rgba(88, 166, 255, 0) 70%);
}

#site-footer-v6 a {
    color: #e6edf5;
    text-decoration: none;
    transition: color 0.2s ease;
}

#site-footer-v6 a:hover {
    color: #8cff64;
}

.footer-v6-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.footer-v6-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 20px;
}

/* ESKİ LOGO STİLİ - ARTIK KULLANILMIYOR
.footer-v6-top .logo img {
    max-height: 35px;
}
*/

.footer-v6-socials {
    display: flex;
    gap: 12px;
}

.footer-v6-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #e6edf5;
    font-size: 16px;
    transition: all 0.2s ease;
}

.footer-v6-socials a:hover {
    background-color: #8cff64;
    border-color: #8cff64;
    color: #0b1021;
}

.footer-v6-main {
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer-v6-column h4 {
    color: #f8fbff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-v6-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.footer-v6-newsletter p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.newsletter-form-v6 {
    display: flex;
    margin-top: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    padding: 8px;
    border-radius: 12px;
}

.newsletter-form-v6 input {
    flex: 1;
    background: transparent;
    border: none;
    color: #f8fbff;
    padding: 0 12px;
    font-weight: 600;
    outline: none;
}

.newsletter-form-v6 input::placeholder {
    color: #9fb1c9;
}

.newsletter-form-v6 button {
    background: linear-gradient(135deg, #8cff64, #62d44b);
    color: #0b1021;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.newsletter-form-v6 button:hover {
    filter: brightness(1.1);
}

.footer-v6-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
}

.footer-v6-bottom .copyright-text a {
    font-weight: 600;
    color: #f8fbff;
}

.payment-icons-v6 img {
    height: 24px;
    margin-left: 10px;
    opacity: 0.8;
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

/* Footer Metin Logosu Stili */
.footer-logo-text {
    font-size: 26px;
    font-weight: 800;
    color: #f8fbff;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
