/* Ecrin — Kurumsal footer (beyaz arka plan) */
.site-footer-trust {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.site-footer-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

@media (min-width: 1024px) {
    .site-footer-trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

.site-footer-trust-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    box-shadow: 0 2px 8px rgba(30, 90, 168, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

@media (min-width: 640px) {
    .site-footer-trust-card {
        padding: 1rem 1.125rem;
    }
}

.site-footer-trust-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 90, 168, 0.1);
}

.site-footer-trust-card__text {
    flex: 1;
    min-width: 0;
}

.site-footer-trust-card__title {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #174a8c;
    line-height: 1.35;
}

.site-footer-trust-card__sub {
    margin: 0.25rem 0 0;
    font-size: 0.6875rem;
    line-height: 1.45;
    color: #64748b;
}

@media (min-width: 640px) {
    .site-footer-trust-card__title {
        font-size: 0.875rem;
    }

    .site-footer-trust-card__sub {
        font-size: 0.75rem;
    }
}

.site-footer-social a svg,
.site-footer-social-link svg {
    width: 1.125rem;
    height: 1.125rem;
    display: block;
}

.site-footer-trust-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, #1E5AA8, #4DA6FF);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer-trust-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}
.site-footer-main {
    background: #ffffff;
    color: #334155;
    border-top: 1px solid #e2e8f0;
}

.site-footer-main__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .site-footer-main__inner {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
}

@media (min-width: 640px) {
    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .site-footer-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.95fr) minmax(0, 1.1fr) minmax(0, 0.95fr);
        gap: 1.75rem 1.25rem;
        align-items: start;
    }
}

.site-footer-col {
    min-width: 0;
}

.site-footer-col--brand {
    grid-column: 1 / -1;
    text-align: center;
    max-width: none;
}

.site-footer-brand-title {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1E5AA8;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .site-footer-brand-title {
        font-size: 1.5rem;
    }
}

.site-footer-logo {
    margin-bottom: 1rem;
}

.site-footer-logo__link {
    display: inline-flex;
    align-items: center;
}

.site-footer-logo__img {
    width: auto;
    max-width: 11rem;
    max-height: 7rem;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.site-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.site-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1E5AA8;
    text-decoration: none;
}

.site-footer-map-link svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.site-footer-map-link:hover {
    color: #174a8c;
    text-decoration: underline;
}

.site-footer-col-title {    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #1E5AA8;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #e2e8f0;
}
.site-footer-link {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    padding: 0.3rem 0;
    transition: color 0.15s, padding-left 0.15s;
}
.site-footer-link:hover {
    color: #1E5AA8;
    padding-left: 0.25rem;
}
.site-footer-about {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #64748b;
}
.site-footer-slogan {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.35rem 0.75rem;
    background: #f0f7ff;
    border: 1px solid #d1e9ff;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1E5AA8;
}
.site-footer-contact-item {
    display: flex;
    gap: 0.625rem;
    align-items: flex-start;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.site-footer-contact-item:last-child {
    margin-bottom: 0;
}

.site-footer-contact-item span,
.site-footer-contact-item a {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}.site-footer-contact-item svg {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.15rem;
    color: #1E5AA8;
}
.site-footer-contact-item a {
    color: #475569;
}
.site-footer-contact-item a:hover { color: #1E5AA8; }
.site-footer-social-desc {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.site-footer-social {
    display: grid;
    grid-template-columns: repeat(4, 2.5rem);
    gap: 0.5rem;
    width: fit-content;
    max-width: 100%;
}

.site-footer-social a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1E5AA8;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
}
.site-footer-social a:hover {
    background: #1E5AA8;
    border-color: #1E5AA8;
    color: #fff;
    transform: translateY(-2px);
}
.site-footer-wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.625rem 1rem;
    width: 100%;
    max-width: 14rem;
    background: #25D366;
    color: #fff;
    border-radius: 0.625rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.site-footer-wa-btn svg {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}.site-footer-wa-btn:hover {
    background: #1daa52;
    transform: translateY(-1px);
}
.site-footer-bottom {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.8125rem;
}

.site-footer-bottom__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}

@media (min-width: 768px) {
    .site-footer-bottom__inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

.site-footer-bottom__copy {
    margin: 0;
    color: #1e293b;
    font-weight: 600;
}

.site-footer-bottom__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.875rem;
}

@media (min-width: 768px) {
    .site-footer-bottom__links {
        justify-content: flex-end;
    }
}

.site-footer-bottom a {    color: #475569;
    transition: color 0.15s;
}
.site-footer-bottom a:hover { color: #1E5AA8; }
.site-footer-cookie-prefs {
    background: none;
    border: none;
    padding: 0;
    color: #475569;
    font-size: inherit;
    font-family: inherit;
    cursor: pointer;
    transition: color 0.15s;
}
.site-footer-cookie-prefs:hover { color: #1E5AA8; }
.site-footer-bottom .site-footer-bottom-muted {
    color: #94a3b8;
}
.site-footer-bottom .site-footer-bottom-credit:hover {
    color: #1E5AA8;
}
.site-footer-bottom .site-footer-bottom-divider {
    color: #cbd5e1;
}
.site-footer-logo img {
    filter: none;
    opacity: 1;
}
