/* Footer — üst kısayol şeridi, dört sütun, ortada logo hapı, alt yasal şerit */

.footer.site-footer-v2 {
    background: #fff !important;
    box-shadow: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0;
}

.site-footer-util {
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 12px;
}

.site-footer-util-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 32px;
    max-width: 900px;
    margin: 0 auto;
}

.site-footer-util-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #1f2937 !important;
    font-weight: 500;
    font-size: 14px;
}

.site-footer-util-item:hover {
    color: #111 !important;
}

.sf-util-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    flex-shrink: 0;
}

.sf-util-green {
    background: #16a34a;
}

.sf-util-peach {
    background: #fdba74;
}

.sf-util-lime {
    background: #4ade80;
}

.sf-util-teal {
    background: #14b8a6;
}

.site-footer-cols {
    text-align: center;
}

.site-footer-col-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.sf-title-green {
    color: #16a34a;
}

.sf-title-purple {
    color: #7c3aed;
}

.sf-title-blue {
    color: #2563eb;
}

.sf-title-orange {
    color: #ea580c;
}

.site-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-col li {
    margin-bottom: 10px;
}

.site-footer-col a {
    color: #4b5563 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 400;
}

.site-footer-col a:hover {
    color: #111 !important;
}

.site-footer-brand {
    padding: 8px 16px 28px;
}

.site-footer-brand .header1-brand-pill {
    box-shadow: 0 2px 12px rgba(22, 163, 74, 0.2);
}

#footer-abonelik {
    display: none !important;
}

.site-footer-newsletter h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.site-footer-newsletter .footer_abonelik_yazisi {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 16px;
}

.site-footer-newsletter .mail_abonelik_Txt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
}

.site-footer-legal {
    border-top: 1px solid #e5e7eb;
    background: #fafafa;
    padding: 22px 12px 28px;
}

.site-footer-legal-text {
    font-size: 12px;
    line-height: 1.65;
    color: #6b7280;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .site-footer-legal-text {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}

.site-footer-powered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media (min-width: 992px) {
    .site-footer-powered {
        align-items: flex-end;
    }
}

.site-footer-powered .footer_copyright {
    height: 29px;
    margin: 0 6px;
}

.site-footer-powered a {
    text-decoration: none;
}

.site-footer-ozel {
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

@media (min-width: 992px) {
    .site-footer-ozel {
        text-align: right;
    }
}
