/* Marketing footer — purge bağımsız, açık zemin */
.mkt-footer {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
}
.mkt-footer a {
    color: #334155;
    text-decoration: none;
    transition: color 0.15s ease;
}
.mkt-footer a:hover {
    color: #fd6905;
}
.mkt-footer__brand {
    font-size: 1.125rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #0f172a !important;
}
.mkt-footer__brand span {
    color: #fd6905;
}
.mkt-footer__lead {
    margin: 1rem 0 0;
    max-width: 22rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #64748b;
}
.mkt-footer__contact {
    margin: 1.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.875rem;
}
.mkt-footer__contact a {
    color: #0f172a;
    font-weight: 600;
}
.mkt-footer__contact a:hover {
    color: #fd6905;
}
.mkt-footer__wa {
    color: #128c7e !important;
}
.mkt-footer__wa:hover {
    color: #0d9488 !important;
}
.mkt-footer__grid {
    display: grid;
    gap: 2.25rem;
}
@media (min-width: 640px) {
    .mkt-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .mkt-footer__grid {
        grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
        gap: 2.5rem;
    }
}
.mkt-footer__col-title {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}
.mkt-footer__links {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 0.875rem;
}
.mkt-footer__bar {
    margin-top: 2.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
}
@media (min-width: 640px) {
    .mkt-footer__bar {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}
.mkt-footer__bar strong {
    color: #0f172a;
    font-weight: 600;
}
.mkt-footer__bar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
    justify-content: center;
}
.mkt-footer__bar-links a {
    color: #64748b;
}
.mkt-footer__bar-links a:hover {
    color: #fd6905;
}

/* Compact */
.mkt-footer--compact {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
}
.mkt-footer--compact a {
    color: #334155;
}
.mkt-footer--compact a:hover {
    color: #fd6905;
}
.mkt-footer--compact .mkt-footer__brand {
    color: #0f172a !important;
}
.mkt-footer--compact .mkt-footer__brand span {
    color: #fd6905;
}
