/* MatchChase — Site Footer (her sayfada görünür) */

.mc-site-footer {
    margin-top: 48px;
    padding: 32px 20px 16px;
    background: #0e1018;
    color: #cbd0db;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    border-top: 1px solid #2c2f3d;
}

.mc-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2c2f3d;
}

.mc-footer-brand h3 {
    color: #88c530;
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mc-footer-brand p {
    margin: 0;
    font-size: 13px;
    color: #9aa0b0;
    line-height: 1.5;
    max-width: 360px;
}

.mc-footer-col h4 {
    color: #a3dd45;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.mc-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mc-footer-col li {
    margin: 6px 0;
    font-size: 13.5px;
}

.mc-footer-col a {
    color: #cbd0db;
    text-decoration: none;
    transition: color 0.15s;
}

.mc-footer-col a:hover {
    color: #88c530;
}

.mc-footer-disclaimer {
    max-width: 1200px;
    margin: 16px auto 0;
    padding: 12px 16px;
    background: #1a1d29;
    border-left: 3px solid #508200;
    border-radius: 6px;
    font-size: 12.5px;
    line-height: 1.55;
    color: #b8bdc9;
}

.mc-footer-disclaimer strong {
    color: #88c530;
}

.mc-footer-copy {
    max-width: 1200px;
    margin: 16px auto 0;
    padding-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #6e7282;
}

/* Mobile */
@media (max-width: 720px) {
    .mc-site-footer {
        padding: 24px 14px 12px;
        margin-top: 32px;
    }

    .mc-footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: left;
    }

    .mc-footer-brand p {
        font-size: 12.5px;
    }

    .mc-footer-disclaimer {
        font-size: 12px;
        padding: 10px 12px;
    }
}

/* ═══════════════════════════════════════════════════════════
   HERO STORY BANNER — "Bir babanın 12 yıllık hayali" vurgusu
   ═══════════════════════════════════════════════════════════ */

#mc-story-banner {
    background: linear-gradient(90deg, #2a2030 0%, #1a1d29 50%, #20302a 100%);
    border-bottom: 1px solid #2c2f3d;
    color: #cbd0db;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
}

#mc-story-banner .mc-story-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

#mc-story-banner .mc-story-text {
    flex: 1;
    min-width: 0;
}

#mc-story-banner .mc-story-icon {
    color: #88c530;
    font-size: 14px;
    margin-right: 8px;
    opacity: 0.9;
}

#mc-story-banner .mc-story-emoji {
    font-size: 16px;
    margin-right: 4px;
}

#mc-story-banner strong {
    color: #88c530;
}

#mc-story-banner .mc-story-close {
    background: transparent;
    border: 0;
    color: #6e7282;
    font-size: 20px;
    line-height: 1;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 4px;
    flex-shrink: 0;
    transition: color 0.15s, background 0.15s;
}

#mc-story-banner .mc-story-close:hover {
    background: #2c2f3d;
    color: #f0f1f5;
}

#mc-story-banner.mc-story-hidden {
    display: none;
}

@media (max-width: 600px) {
    #mc-story-banner .mc-story-inner {
        padding: 8px 12px;
        gap: 8px;
    }

    #mc-story-banner {
        font-size: 12px;
        line-height: 1.4;
    }
}

/* Cookie banner ile çakışmayı önle — banner aktifken footer alt çubuk altında kalmasın */
body:has(#mc-consent-banner) .mc-site-footer {
    padding-bottom: 160px;
}

@media (max-width: 720px) {
    body:has(#mc-consent-banner) .mc-site-footer {
        padding-bottom: 220px;
    }
}
