/* FNS — CTA & Footer ortak düzen (home + corporate sayfalar) */

/* CTA: footer'dan görsel olarak ayrı — koyu kırmızı, kompakt */
.home-cta {
    background: linear-gradient(135deg, var(--brand-red-dark) 0%, #5c1019 100%);
    padding: 2.75rem 0;
    text-align: center;
    border-bottom: 4px solid #fff;
}

.home-cta__title {
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    margin-bottom: 0.5rem;
}

.home-cta__text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    max-width: 480px;
    margin: 0 auto 1.35rem;
    line-height: 1.55;
}

.home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.home-cta .btn-brand-primary {
    background: #fff;
    color: var(--brand-red-dark);
    border-color: #fff;
}

.home-cta .btn-brand-primary:hover {
    background: var(--brand-bg-alt);
    color: var(--brand-red-dark);
    border-color: var(--brand-bg-alt);
}

/* Koyu band + CTA üst üste gelmesin */
.corp-stats-dark,
.corp-trust {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.corp-stats-dark + .home-cta,
.corp-trust + .home-cta {
    border-top: none;
}

/* Footer: kompakt, siyah, CTA'dan net ayrım */
.site-footer {
    background: #111 !important;
    padding: 2rem 0 1.15rem !important;
    border-top: 3px solid var(--brand-red);
}

.site-footer h6 {
    font-size: 12px !important;
    margin-bottom: 0.65rem !important;
    padding-bottom: 0.35rem !important;
}

.site-footer h6::after {
    width: 24px !important;
    height: 2px !important;
}

.footer-text,
.footer-copy,
.footer-contact span {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.footer-links a {
    font-size: 13px !important;
    padding: 0.2rem 0 !important;
}

.footer-divider {
    margin: 1.25rem 0 0.85rem !important;
}

.site-footer .social-links a {
    width: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
}

@media (max-width: 575.98px) {
    .home-cta {
        padding: 2rem 0;
    }

    .home-cta__actions {
        flex-direction: column;
        align-items: center;
    }

    .home-cta__actions .btn-brand {
        width: 100%;
        max-width: 280px;
    }

    .site-footer {
        padding: 1.5rem 0 1rem !important;
    }

    .site-footer .col-md-6.text-md-end {
        text-align: left !important;
    }

    .footer-legal {
        display: inline-block;
        margin-right: 0.75rem;
        margin-top: 0.35rem;
    }
}
