/* ════════════════════════════════════════════════════════════════
   FOOTER — base
   ════════════════════════════════════════════════════════════════ */
.site-footer {
    background: #1535c5;
    color: rgba(255,255,255,.75);
    font-family: 'Inter', sans-serif;
    padding-top: 0;
}

/* ════════════════════════════════════════════════════════════════
   OFFICE STRIP
   ════════════════════════════════════════════════════════════════ */
.fo-strip {
    background: #07154a;
    padding: 2.25rem 0 0;
}

/* 3-office + badge grid */
.fo-offices {
    display: grid;
    grid-template-columns: 1fr auto 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
    padding-bottom: 2rem;
}

.fo-office-card {
    padding: 0 1rem;
    border-left: 1px solid rgba(255,255,255,.08);
}
.fo-office-card:first-child { border-left: none; padding-left: 0; }

.fo-office-icon { font-size: 1.2rem; margin-bottom: .4rem; }

.fo-office-title {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #f5c842;
    margin-bottom: .4rem;
}
.fo-office-addr {
    font-size: .8rem;
    line-height: 1.7;
    color: rgba(255,255,255,.75);
    margin-bottom: .5rem;
}
.fo-office-phones {
    display: flex; flex-direction: column; gap: .25rem;
}
.fo-office-phones a {
    color: rgba(255,255,255,.75); font-size: .78rem;
    text-decoration: none; transition: color .15s;
    white-space: nowrap;
}
.fo-office-phones a:first-child { color: #4ade80; }
.fo-office-phones a:hover { color: #fff; }
.fo-office-phones i { font-size: .7rem; margin-right: .2rem; }

.fo-office-wa {
    display: inline-flex; align-items: center; gap: .4rem;
    color: #4ade80; font-size: .82rem; font-weight: 700;
    text-decoration: none; transition: color .15s;
}
.fo-office-wa:hover { color: #fff; }

.fo-badge-wrap {
    display: flex; flex-direction: column; align-items: center; gap: .55rem;
}
.fo-badge {
    width: 120px; height: 120px; border-radius: 50%;
    border: 3px solid #c9960c;
    background: #0d1b6e;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 0 5px rgba(201,150,12,.18), 0 4px 20px rgba(0,0,0,.3);
    position: relative;
}
.fo-badge img { width: 96px; height: 96px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.fo-badge-fb {
    display: none; align-items: center; justify-content: center;
    font-size: 2.5rem; color: #f5c842;
    width: 100%; height: 100%;
}
.fo-badge-lbl {
    font-size: .62rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    color: rgba(255,255,255,.35);
}

.fo-email {
    display: flex; align-items: center; justify-content: center; gap: .7rem;
    background: rgba(255,255,255,.04);
    border-top: 1px solid rgba(255,255,255,.07);
    padding: .85rem 1rem;
    font-size: .82rem;
}
.fo-email i { color: rgba(255,255,255,.4); font-size: .9rem; }
.fo-email a {
    color: rgba(255,255,255,.8); text-decoration: none; font-weight: 700;
    letter-spacing: .05em; transition: color .15s;
}
.fo-email a:hover { color: #fff; }

/* ════════════════════════════════════════════════════════════════
   MAIN FOOTER BODY
   ════════════════════════════════════════════════════════════════ */
.footer-body { padding: 3.5rem 0 2.5rem; }

.footer-logo-box {
    display: block;
    margin-bottom: 1.1rem;
}
.footer-logo-box img {
    height: 90px; width: auto; object-fit: contain; display: block;
    filter: brightness(0) invert(1);
    opacity: .92;
}
.footer-logo-fb {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem; font-weight: 800; color: #fff; line-height: 1.2;
}

.footer-tagline {
    font-size: .875rem; line-height: 1.75;
    color: rgba(255,255,255,.6);
    max-width: 280px; margin-bottom: 1.4rem;
}

.footer-social { display: flex; gap: .55rem; }
.social-icon {
    width: 36px; height: 36px; border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,.25);
    display: inline-flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.75); font-size: .82rem;
    text-decoration: none; transition: background .15s, border-color .15s, color .15s;
}
.social-icon:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.5); color: #fff; }

.footer-col-title {
    font-size: .7rem; font-weight: 800;
    letter-spacing: .15em; text-transform: uppercase;
    color: #fff; margin-bottom: 1.3rem;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .7rem; }
.footer-links a {
    color: rgba(255,255,255,.65); text-decoration: none;
    font-size: .9rem; transition: color .15s;
}
.footer-links a:hover { color: #fff; }

.footer-contact-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: .9rem;
}
.footer-contact-list li {
    display: flex; align-items: flex-start; gap: .8rem;
    font-size: .875rem; color: rgba(255,255,255,.65);
}
.footer-contact-list li i {
    color: rgba(255,255,255,.4); font-size: .82rem;
    margin-top: .24rem; flex-shrink: 0;
}
.footer-contact-list a {
    color: rgba(255,255,255,.8); text-decoration: none;
    transition: color .15s; display: block;
}
.footer-contact-list a:hover { color: #fff; }
.contact-label { font-size: .7rem; color: rgba(255,255,255,.38); display: block; }

/* ════════════════════════════════════════════════════════════════
   BOTTOM BAR
   ════════════════════════════════════════════════════════════════ */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.09);
    padding: 1rem 0;
    background: rgba(0,0,0,.18);
    font-size: .8rem; color: rgba(255,255,255,.4);
}
.footer-policy-links { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.footer-policy-links a {
    color: rgba(255,255,255,.5); text-decoration: none;
    font-size: .8rem; transition: color .15s;
}
.footer-policy-links a:hover { color: #fff; }
.footer-policy-links a + a::before {
    content: '|'; margin-right: .5rem; color: rgba(255,255,255,.2);
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .fo-offices { grid-template-columns: 1fr auto 1fr; gap: 1.2rem; }
    .fo-offices .fo-office-card:last-child {
        grid-column: 1 / -1;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,.08);
        padding-top: 1rem;
    }
}

@media (max-width: 767px) {
    .fo-offices {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
        padding-bottom: 1.5rem;
    }
    .fo-badge-wrap { display: none; }
    .fo-office-card { border-left: none; padding-left: 0; }
    .fo-offices .fo-office-card:last-child {
        grid-column: unset;
        border-top: none;
        padding-top: 0;
    }
    .fo-badge { width: 64px; height: 64px; }
    .fo-badge img { width: 50px; height: 50px; }
    .footer-body { padding: 2.5rem 0 2rem; }
    .footer-tagline { max-width: 100%; }
    .footer-bottom { text-align: center; }
    .footer-bottom .d-flex { justify-content: center !important; }
    .footer-policy-links { justify-content: center; }
}

@media (max-width: 479px) {
    .fo-offices { grid-template-columns: 1fr; }
}
