/* Header + footer tasarım revizyonu */

.footer {
    width: 100%;
    min-height: 0;
    background: linear-gradient(160deg, #0d355f 0%, #11457f 55%, #0b2d52 100%);
    color: rgba(255, 255, 255, .88);
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    padding: 56px 0 0;
}

.footer_ortala {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.footer_table {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .9fr);
    gap: 40px 48px;
    align-items: start;
    width: 100%;
}

.footer_sutun_1 .footer_logo {
    display: block;
    height: 52px;
    width: auto;
    max-width: 240px;
    margin: 0 0 18px;
    filter: brightness(0) invert(1);
}

.footer-lead {
    margin: 0 0 22px;
    max-width: 340px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-item b,
.footer_sutun_2 > b,
.footer_sutun_3 > b {
    display: block;
    margin: 0 0 8px;
    color: #e3e51f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.55;
}

.footer_sutun_1,
.footer_sutun_2,
.footer_sutun_3 {
    width: auto;
    display: block;
    text-align: left;
    line-height: 1.5;
}

.footer_sutun_1 a,
.footer_sutun_2 a,
.footer_sutun_3 a {
    color: #fff;
    text-decoration: none;
}

.footer_sutun_1 a:hover,
.footer_sutun_2 a:hover,
.footer_sutun_3 a:hover {
    color: #e3e51f;
}

.footer_sutun_2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_sutun_2 li {
    padding: 0;
    line-height: 1.2;
}

.footer_sutun_2 li a {
    display: inline-block;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 500;
}

.footer_sosya_medya {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: auto;
    margin: 4px 0 22px;
}

.footer_sosya_medya a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    transition: background .2s ease, transform .2s ease;
}

.footer_sosya_medya a:hover {
    background: #e3e51f;
    transform: translateY(-2px);
}

.footer_sosya_medya img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.footer_sosya_medya a:hover img {
    filter: none;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #e3e51f;
    color: #11457f !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.footer-cta:hover {
    background: #fff;
    color: #11457f !important;
}

.footer .footer_copriyght {
    display: block !important;
    background: rgba(0, 0, 0, .18);
    width: 100%;
    max-width: none;
    margin: 40px 0 0;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .55);
    box-sizing: border-box;
}

.footer .footer_copriyght .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.footer .footer_copriyght .cell {
    display: block;
    text-align: left;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    line-height: 1.5;
}

.footer .footer_copriyght .footer_techex {
    text-align: right;
}

.footer .footer_copriyght img {
    height: 22px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .7;
}

@media (max-width: 930px) {
    .footer {
        padding: 40px 0 0;
    }

    .footer .footer_copriyght {
        padding-bottom: 72px;
    }

    .footer_ortala,
    .footer_copriyght .row {
        width: 92%;
        max-width: 92%;
    }

    .footer_table {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer_sutun_1,
    .footer_sutun_2,
    .footer_sutun_3 {
        width: 100%;
        text-align: left;
    }

    .footer .footer_copriyght {
        margin-bottom: 0;
    }

    .footer .footer_copriyght .row {
        width: 92%;
        max-width: 92%;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footer_copriyght .cell,
    .footer .footer_copriyght .footer_techex {
        text-align: left;
    }
}
