/* Footer — angular disiplin, footer-nav-block modeli */

.wpo-site-footer-s2.site-footer .upper-footer {
    padding: 64px 0 48px;
}

@media (min-width: 992px) {
    .wpo-site-footer-s2.site-footer .upper-footer {
        padding-top: 72px;
        padding-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .wpo-site-footer-s2.site-footer .upper-footer {
        padding: 48px 0 32px;
    }

    .wpo-site-footer-s2.site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 36px;
    }
}

.site-footer__brand {
    position: relative;
    z-index: 2;
    padding-top: 4px;
}

.site-footer__badge {
    display: inline-block;
    background: #ff7063;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 12px;
    margin-bottom: 18px;
    border-radius: 0;
}

.site-footer__brand .logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.site-footer__brand-text {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

.site-footer__brand-text a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.site-footer__brand-text a:hover {
    color: #ff7063;
}

.site-footer__meta {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.site-footer__meta li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75);
}

.site-footer__meta .fi::before {
    color: #ff7063;
    font-size: 15px;
    margin-top: 2px;
}

.site-footer__meta a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
}

.site-footer__meta a:hover {
    color: #ff7063;
}

.site-footer__social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-footer__social a:hover {
    background: #ff7063;
    border-color: #ff7063;
    color: #fff;
}

/* Nav blokları — Linkler, Hizmetler, Depolar */
.footer-nav-block {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 4px solid #ff7063;
    padding: 22px 20px 18px;
    height: 100%;
}

.footer-nav-block__title {
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.footer-nav-block__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 3px;
    background: #ff7063;
}

.footer-nav-block__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-block__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-nav-block__item:last-child {
    border-bottom: 0;
}

.footer-nav-block__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-nav-block__link::before {
    content: "";
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    background: #ff7063;
}

.footer-nav-block__link:hover {
    color: #fff;
    padding-left: 4px;
}

.site-footer__nav-grid {
    position: relative;
    z-index: 2;
}

.site-footer__nav-grid > [class*="col-"] {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .site-footer__nav-grid > [class*="col-"] {
        margin-bottom: 0;
    }
}

/* Alt CTA şeridi */
.site-footer__cta {
    position: relative;
    z-index: 2;
    margin-top: 36px;
    background: rgba(23, 114, 101, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid #177265;
    padding: 22px 24px;
}

.site-footer__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.site-footer__cta-label {
    display: inline-block;
    background: #177265;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.site-footer__cta-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    max-width: 520px;
}

.site-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff7063;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 0;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.site-footer__cta-btn:hover {
    background: #fff;
    color: #1e3446 !important;
}

/* Alt bar */
.site-footer .wpo-lower-footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 0;
}

.site-footer .wpo-lower-footer .copyright,
.site-footer .wpo-lower-footer .link {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

.site-footer .wpo-lower-footer a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.site-footer .wpo-lower-footer a:hover {
    color: #ff7063;
}

.site-footer .wpo-lower-footer .copyright-icon {
    opacity: 0.4;
    margin: 0 8px;
}

@media (max-width: 991px) {
    .site-footer__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__cta-btn {
        width: 100%;
    }

    .site-footer .wpo-lower-footer .link {
        margin-top: 10px;
    }
}
