/* =========================================================
   ULUDAĞ TERCÜME — SADE VE KOMPAKT FOOTER
========================================================= */

.compact-footer {
    position: relative;
    overflow: hidden;
    color: #aebdd1;
    background:
        radial-gradient(circle at 5% 0, rgba(37, 99, 235, 0.13), transparent 28%),
        linear-gradient(135deg, #06152f, #082044);
}

.compact-footer a {
    text-decoration: none;
}

.compact-footer__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 32px 0 24px;
}

.compact-footer__brand {
    min-width: 260px;
}

.compact-footer__brand > a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #ffffff;
}

.compact-footer__brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.97);
}

.compact-footer__brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.compact-footer__brand strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}

.compact-footer__brand small {
    margin-top: 4px;
    color: #94a9c5;
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.compact-footer__brand p {
    max-width: 330px;
    margin: 12px 0 0;
    color: #9eb0c8;
    font-size: 13px;
    line-height: 1.6;
}

.compact-footer__contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.compact-footer__contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 41px;
    padding: 0 13px;
    border: 1px solid rgba(191, 219, 254, 0.13);
    border-radius: 11px;
    color: #d7e3f2;
    background: rgba(255, 255, 255, 0.055);
    font-size: 11.5px;
    font-weight: 750;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.compact-footer__contact a:hover,
.compact-footer__contact a:focus-visible {
    color: #ffffff;
    border-color: rgba(125, 211, 252, 0.38);
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(-1px);
}

.compact-footer__contact i {
    color: #7dd3fc;
    font-size: 14px;
}

.compact-footer__contact a:nth-child(2) i {
    color: #4ade80;
}

.compact-footer__middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 15px 0;
    border-top: 1px solid rgba(191, 219, 254, 0.10);
}

.compact-footer__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 18px;
}

.compact-footer__links a {
    color: #aebdd1;
    font-size: 9.5px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.compact-footer__links a:hover,
.compact-footer__links a:focus-visible,
.compact-footer__bottom nav a:hover,
.compact-footer__bottom nav a:focus-visible {
    color: #ffffff;
}

.compact-footer__hours {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #9fb1c9;
    font-size: 9.5px;
    font-weight: 700;
}

.compact-footer__hours i {
    color: #7dd3fc;
}

.compact-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 52px;
    border-top: 1px solid rgba(191, 219, 254, 0.10);
}

.compact-footer__bottom p {
    margin: 0;
    color: #7f93ae;
    font-size: 8.8px;
}

.compact-footer__bottom p strong {
    color: #aebfd7;
}

.compact-footer__bottom nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.compact-footer__bottom nav a {
    color: #8397b1;
    font-size: 8.5px;
    font-weight: 700;
    transition: color 0.2s ease;
}

@media (max-width: 991.98px) {
    .compact-footer__main {
        align-items: flex-start;
        padding-top: 27px;
    }

    .compact-footer__contact {
        max-width: 440px;
    }
}

@media (max-width: 767.98px) {
    .compact-footer__main {
        display: block;
        padding: 24px 0 17px;
    }

    .compact-footer__brand {
        min-width: 0;
    }

    .compact-footer__brand p {
        margin-top: 9px;
        font-size: 12px;
    }

    .compact-footer__contact {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
        margin-top: 16px;
    }

    .compact-footer__contact a {
        justify-content: center;
        min-height: 39px;
        padding: 0 10px;
        font-size: 10.5px;
    }

    .compact-footer__middle {
        display: block;
        padding: 13px 0;
    }

    .compact-footer__links {
        gap: 7px 14px;
    }

    .compact-footer__hours {
        margin-top: 11px;
    }

    .compact-footer__bottom {
        display: block;
        min-height: 0;
        padding: 13px 0 15px;
    }

    .compact-footer__bottom nav {
        margin-top: 8px;
    }
}

@media (max-width: 575.98px) {
    .compact-footer__brand img {
        width: 50px;
        height: 50px;
    }

    .compact-footer__brand strong {
        font-size: 16px;
    }

    .compact-footer__brand p {
        max-width: 290px;
        line-height: 1.55;
    }

    .compact-footer__contact {
        gap: 7px;
    }

    .compact-footer__links {
        gap: 7px 12px;
    }

    .compact-footer__links a,
    .compact-footer__hours {
        font-size: 9px;
    }
}
