/* Footer — kurumsal (revert: footer-pro class + Site.Master link) */

.main-footer.footer-pro {
    background: #1a202c;
    border-top: none;
    margin-bottom: 0;
}

/* Sayfa footer ile bitsin — AdSense/GTM otomatik alt enjeksiyonları */
footer.main-footer.footer-pro ~ ins.adsbygoogle,
footer.main-footer.footer-pro ~ div.google-auto-placed,
footer.main-footer.footer-pro ~ div[id^="aswift_"],
.page-wrapper ~ ins.adsbygoogle,
.page-wrapper ~ div.google-auto-placed,
.page-wrapper ~ div[id^="aswift_"],
body > ins.adsbygoogle,
body > div.google-auto-placed,
body > div[id^="aswift_"]:not([style*="position: fixed"]) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
}

.footer-pro-top {
    padding: 48px 0 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-pro-col {
    margin-bottom: 28px;
}

.footer-pro-logo {
    display: inline-block;
    margin-bottom: 16px;
}

.footer-pro-logo img {
    max-height: 56px;
    width: auto;
    display: block;
}

.footer-pro-about,
.footer-pro-legal,
.footer-pro-policy {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.footer-pro-legal {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.footer-pro-heading {
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-pro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-pro-tags a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-pro-tags a:hover {
    color: #fff;
    background: #E3000F;
    border-color: #E3000F;
}

.footer-pro-policy-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-pro-policy-links li {
    margin-bottom: 8px;
}

.footer-pro-policy-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-pro-policy-links a:hover {
    color: #ff6b6b;
}

.footer-pro-bottom {
    padding: 20px 0 24px;
    background: #151a24;
}

.footer-pro-disclaimer {
    margin: 0 0 18px;
    padding: 12px 14px;
    font-size: 11px;
    line-height: 1.6;
    font-style: normal;
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
}

.footer-pro-disclaimer em {
    font-style: normal;
}

.footer-pro-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-pro-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-pro-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-pro-social li a:hover {
    color: #fff;
    background: #E3000F;
    border-color: #E3000F;
}

.footer-pro-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-pro-nav li {
    margin: 0;
    padding: 0;
    border: none;
}

.footer-pro-nav a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s ease;
}

.footer-pro-nav a:hover {
    color: #fff;
}

.footer-pro-copy {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    text-align: right;
}

.footer-pro-copy a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.footer-pro-copy a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer-pro-top {
        padding: 36px 0 28px;
    }

    .footer-pro-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-pro-copy {
        text-align: left;
    }

    .footer-pro-nav {
        gap: 6px 16px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-pro-tags a {
        font-size: 10px;
        padding: 5px 10px;
    }
}
