:root {
    --brand: #0f3772;
    --accent: #fe6c00;
    --blue: #2d6fd4;
    --nav-h: 70px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif
}

html {
    background: #fff
}

body {
    background: #fff;
    overflow-x: hidden
}

.topbar {
    background: #091f3d;
    padding: 0;
    height: 38px;
    display: flex;
    align-items: center
}

.tb {
    padding: 0 20px !important
}

.tb {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tb-l,
.tb-r {
    display: flex;
    align-items: center;
    gap: 0
}

.tb-l a,
.tb-r a {
    color: #90afd4;
    font-size: 12.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap
}

.tb-l a:hover,
.tb-r a:hover {
    color: #fff
}

.tb-sep {
    color: #1e3a62;
    margin: 0 14px;
    font-size: 14px
}

.tb-r {
    gap: 14px
}

.soc {
    display: flex;
    gap: 5px
}

.soc a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #1e3a62;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #90afd4;
    font-size: 12px;
    text-decoration: none;
    transition: .15s
}

.soc a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff
}

.hdr {
    background: #fff;
    border-bottom: 2px solid #ece8e3;
    position: sticky;
    top: 0;
    z-index: 900;
    box-shadow: 0 2px 12px rgba(13, 43, 94, .07);
    padding: 0
}

.hdr-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    gap: 12px
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 12px
}

.logo img {
    height: 52px !important;
    width: auto;
    object-fit: contain
}

.nav {
    display: flex;
    align-items: center;
    flex: 1
}

.ni {
    position: relative;
    display: flex;
    align-items: stretch
}

.nl {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 14px;
    height: var(--nav-h);
    font-size: 14.5px;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    background: none;
    border: none;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: .15s
}

.nl:hover,
.nl.on {
    color: var(--accent);
    border-bottom-color: var(--accent)
}

.nl.act {
    color: var(--accent);
    border-bottom-color: var(--accent);
    font-weight: 700
}

.arr {
    font-size: 11px;
    opacity: .45;
    transition: transform .2s;
    margin-left: 2px
}

.nl.on .arr {
    transform: rotate(180deg);
    opacity: 1
}

.drop {
    position: absolute;
    top: calc(var(--nav-h) + 2px);
    left: 0;
    background: #fff;
    border: 1px solid #e0ddd8;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(13, 43, 94, .13);
    z-index: 999;
    min-width: 270px;
    padding: 8px;
    display: none
}

.drop.on {
    display: block
}

.di {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: .12s
}

.di:hover {
    background: #f3f7fe
}

.dc {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: #eef3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--blue);
    flex-shrink: 0;
    transition: .12s
}

.di:hover .dc {
    background: var(--blue);
    color: #fff
}

.dt strong {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a2a
}

.dt span {
    font-size: 12px;
    color: #7a8a9e;
    margin-top: 1px;
    display: block
}

.ddiv {
    height: 1px;
    background: #edf0f7;
    margin: 5px 0
}

.mega {
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    padding: 20px
}

.mlbl {
    font-size: 11px;
    font-weight: 700;
    color: #8a9aaa;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 14px
}

.mgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.mc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 12px;
    border-radius: 10px;
    border: 1px solid #e6edf6;
    text-decoration: none;
    transition: .15s
}

.mc:hover {
    border-color: var(--blue);
    background: #f3f8ff
}

.mci {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: #eef3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--blue);
    transition: .15s
}

.mc:hover .mci {
    background: var(--blue);
    color: #fff
}

.mc strong {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2a
}

.mc span {
    font-size: 12px;
    color: #7a8a9e;
    line-height: 1.5
}

.hdr-cta {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--accent);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: auto;
    transition: .15s;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(232, 67, 26, .35)
}

.hdr-cta:hover {
    background: #d95800;
    transform: translateY(-1px)
}

.ham {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1.5px solid #e0ddd8;
    border-radius: 7px;
    padding: 8px 10px;
    cursor: pointer;
    color: var(--brand);
    flex-shrink: 0;
    margin-left: auto
}

.ham i {
    font-size: 24px
}

.mobnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    box-shadow: 4px 0 32px rgba(13, 43, 94, .18);
    transform: translateX(-100%);
    transition: transform .3s ease;
    overflow-y: auto;
    flex-direction: column
}

.mobnav.on {
    transform: translateX(0)
}

.mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8, 20, 50, .55);
    z-index: 9998;
    opacity: 0;
    transition: opacity .3s ease
}

.mob-overlay.on {
    opacity: 1
}

.mob-w {
    padding: 0 0 24px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.mob-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eeebe6;
    background: #0f3772
}

.mob-hdr-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px
}

.mob-hdr-title i {
    font-size: 18px
}

.mob-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    transition: background .15s
}

.mob-close:hover {
    background: rgba(255, 255, 255, .15)
}

.mob-links {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0
}

.mr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a2a;
    text-decoration: none;
    background: none;
    border: none;
    border-bottom: 1px solid #f0ede8;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    transition: background .12s, color .12s
}

.mr:hover {
    background: #f4f7fc;
    color: #2d6fd4
}

.mr .arr {
    font-size: 15px;
    color: #8a9aaa
}

.mr.on .arr {
    transform: rotate(180deg)
}

.ms {
    display: none;
    padding: 4px 4px 10px 24px;
    border-left: 2px solid #d4e2f5;
    margin: 2px 0 4px 20px
}

.ms.on {
    display: block
}

.ms a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 6px;
    font-size: 14px;
    color: #445470;
    text-decoration: none;
    border-radius: 6px;
    transition: .12s
}

.ms a:hover {
    background: #f0f5fc;
    color: var(--blue)
}

.ms a i {
    font-size: 16px;
    color: var(--blue);
    width: 20px;
    flex-shrink: 0
}

.mob-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: var(--accent);
    color: #fff;
    padding: 13px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 14px
}

.cta-section {
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #ece8e3
}

.cta-section-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.cta-inner {
    background: linear-gradient(135deg, #0f3772 0%, #0f3772 60%, #2d6fd4 100%);
    border-radius: 20px;
    padding: 60px 64px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden
}

.cta-inner::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none
}

.cta-inner::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 40%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(232, 67, 26, .08);
    pointer-events: none
}

.cta-left {
    position: relative;
    z-index: 1
}

.cta-left-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 700;
    color: #a8cef0;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px
}

.cta-left-badge i {
    font-size: 13px;
    color: #7ec8f5
}

.cta-left h2 {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin-bottom: 12px
}

.cta-left h2 em {
    font-style: normal;
    color: #7ec8f5
}

.cta-left p {
    font-size: 15px;
    color: #90bde0;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 520px
}

.cta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.cta-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12.5px;
    font-weight: 600;
    color: #a8cef0
}

.cta-chip i {
    font-size: 14px;
    color: #4cca7a
}

.cta-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.cta-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fe6c00;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(232, 67, 26, .40);
    transition: .18s;
    min-width: 240px
}

.cta-btn-main:hover {
    background: #d95800;
    transform: translateY(-2px)
}

.cta-btn-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    padding: 13px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border: 1.5px solid rgba(255, 255, 255, .22);
    transition: .18s;
    min-width: 240px
}

.cta-btn-sub:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .5)
}

.site-footer {
    background: #fff;
    border-top: 1px solid #ece8e3
}

.sf-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.sf-links {
    padding: 56px 0 48px;
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 48px;
    border-bottom: 1px solid #eeebe6
}

.sf-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 14px
}

.sf-logo img {
    height: 48px;
    object-fit: contain
}

.sf-logo-fb {
    display: none;
    align-items: center;
    gap: 9px
}

.sf-logo-fb .slb {
    width: 38px;
    height: 38px;
    background: #0f3772;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sf-logo-fb .slb i {
    font-size: 20px;
    color: #fff
}

.sf-logo-fb strong {
    font-size: 17px;
    font-weight: 700;
    color: #0f3772
}

.sf-tagline {
    font-size: 13.5px;
    color: #6b6b6b;
    line-height: 1.78;
    margin-bottom: 18px;
    max-width: 270px
}

.sf-contacts {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 18px
}

.sf-contacts a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: #6b6b6b;
    text-decoration: none;
    transition: .15s
}

.sf-contacts a:hover {
    color: #0f3772
}

.sf-contacts a i {
    font-size: 15px;
    color: #2d6fd4;
    width: 16px;
    flex-shrink: 0
}

.sf-socials {
    display: flex;
    gap: 7px;
    margin-bottom: 18px
}

.sf-socials a {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1px solid #e8e4df;
    background: #f8f7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: .18s
}

.sf-socials a:hover {
    background: #fe6c00;
    border-color: #fe6c00;
    color: #fff
}

.sf-certs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.sf-cert {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f6f4f1;
    border: 1px solid #e8e4df;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11.5px;
    font-weight: 600;
    color: #6b6b6b
}

.sf-cert i {
    font-size: 13px;
    color: #2a8a55
}

.sf-col h5 {
    font-size: 11px;
    font-weight: 700;
    color: #0f3772;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1.5px solid #fe6c00;
    display: inline-block
}

.sf-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.sf-col ul li a {
    font-size: 13.5px;
    color: #6b6b6b;
    text-decoration: none;
    transition: .15s;
    display: flex;
    align-items: center;
    gap: 6px
}

.sf-col ul li a i {
    font-size: 11px;
    color: #fe6c00;
    transition: .15s
}

.sf-col ul li a:hover {
    color: #0f3772;
    gap: 9px
}

.sf-bottom {
    background: #f6f4f1;
    border-top: 1px solid #eeebe6;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%
}

.sf-bottom-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.sf-copy {
    font-size: 12.5px;
    color: #8a9aaa
}

.sf-copy span {
    color: #fe6c00;
    font-weight: 600
}

.sf-bottom-links {
    display: flex;
    gap: 18px
}

.sf-bottom-links a {
    font-size: 12.5px;
    color: #8a9aaa;
    text-decoration: none;
    transition: .15s
}

.sf-bottom-links a:hover {
    color: #0f3772
}

/* ── RESPONSIVE ── */
@media(max-width:960px) {
    .cta-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 36px
    }

    .cta-right {
        flex-direction: row;
        flex-wrap: wrap
    }

    .cta-btn-main,
    .cta-btn-sub {
        min-width: auto;
        flex: 1
    }

    .sf-links {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }
}

@media(max-width:600px) {
    .cta-section {
        padding: 56px 0
    }

    .cta-section-w,
    .sf-w {
        padding: 0 16px
    }

    .cta-inner {
        padding: 32px 24px;
        border-radius: 14px
    }

    .cta-right {
        flex-direction: column
    }

    .cta-btn-main,
    .cta-btn-sub {
        min-width: auto;
        width: 100%
    }

    .sf-links {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0 36px
    }

    .sf-bottom {
        padding: 14px 16px
    }

    .sf-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .sf-bottom-links {
        flex-wrap: wrap;
        gap: 12px
    }
}

/* ── MOBILE NAV RESPONSIVE ── */
@media(max-width:960px) {
    .nav {
        display: none
    }

    .hdr-cta {
        display: none
    }

    .ham {
        display: flex
    }

    .mobnav {
        display: flex
    }
}

@media(min-width:961px) {
    .mobnav {
        display: none !important
    }

    .mob-overlay {
        display: none !important
    }
}

@media(max-width:600px) {

    .tb-l .hide-xs,
    .soc,
    .tb-sep {
        display: none
    }

    .tb {
        justify-content: center
    }

    .logo img {
        height: 44px
    }
}

@media(max-width:400px) {
    .logo img {
        height: 38px
    }
}

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */

/* CTA Band */
.ft-cta {
    background: linear-gradient(135deg, #0f3772 0%, #1a4d9a 100%);
    border-bottom: 3px solid var(--accent);
}

.ft-cta-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.ft-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    padding: 5px 14px;
    font-size: 11.5px;
    font-weight: 700;
    color: #a8cef0;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ft-cta-l h2 {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 6px;
}

.ft-cta-l h2 span {
    color: #7ec8f5;
}

.ft-cta-l p {
    font-size: 14px;
    color: #90bde0;
    margin: 0;
}

.ft-cta-r {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.ft-btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(232, 67, 26, .35);
    transition: .18s;
    min-width: 220px;
    justify-content: center;
}

.ft-btn-call:hover {
    background: #d95800;
    transform: translateY(-1px);
}

.ft-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: .18s;
    min-width: 220px;
    justify-content: center;
}

.ft-btn-wa:hover {
    background: #1ebe5a;
    transform: translateY(-1px);
}

/* Main footer */
.ft-main {
    background: #091f3d;
}

.ft-main-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 24px 48px;
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.2fr;
    gap: 48px;
}

/* Brand col */
.ft-logo {
    display: inline-flex;
    margin-bottom: 16px;
}

.ft-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: brightness(1.1);
}

.ft-about {
    font-size: 13.5px;
    color: #6b8cae;
    line-height: 1.82;
    margin-bottom: 20px;
    max-width: 300px;
}

.ft-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.ft-contact-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: #8aaed0;
    text-decoration: none;
    transition: color .15s;
    line-height: 1.8;
}

.ft-contact-item i {
    font-size: 15px;
    color: var(--accent);
    flex-shrink: 0;
}

a.ft-contact-item:hover {
    color: #fff;
}

.ft-social {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.ft-social a {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8aaed0;
    font-size: 15px;
    text-decoration: none;
    transition: .18s;
}

.ft-social a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.ft-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ft-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 11.5px;
    font-weight: 600;
    color: #8aaed0;
}

.ft-badge i {
    font-size: 13px;
    color: #4cca7a;
}

/* Link columns */
.ft-col-title {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}

.ft-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ft-links li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    color: #6b8cae;
    text-decoration: none;
    transition: color .15s, gap .15s;
    line-height: 1.4;
}

.ft-links li a i {
    font-size: 11px;
    color: var(--accent);
    flex-shrink: 0;
    transition: transform .15s;
}

.ft-links li a:hover {
    color: #fff;
    gap: 9px;
}

.ft-links li a:hover i {
    transform: translateX(2px);
}

.ft-links-locations li a i {
    font-size: 12px;
}

/* Bottom bar */
.ft-bottom {
    background: #040f1e;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.ft-bottom-w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.ft-copy {
    font-size: 12.5px;
    color: #3a5472;
    margin: 0;
}

.ft-copy strong {
    color: #6b8cae;
    font-weight: 600;
}

.ft-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ft-bottom-links a {
    font-size: 12.5px;
    color: #3a5472;
    text-decoration: none;
    transition: color .15s;
}

.ft-bottom-links a:hover {
    color: #8aaed0;
}

.ft-bottom-links span {
    color: #1e3a62;
}

/* Responsive */
@media(max-width:1024px) {
    .ft-main-w {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .ft-col-brand {
        grid-column: 1 / -1;
    }

    .ft-about {
        max-width: 100%;
    }
}

@media(max-width:960px) {
    .ft-cta-w {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .ft-cta-r {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .ft-btn-call,
    .ft-btn-wa {
        flex: 1;
        min-width: 180px;
    }
}

@media(max-width:600px) {
    .ft-cta-w {
        padding: 28px 16px;
    }

    .ft-cta-r {
        flex-direction: column;
    }

    .ft-btn-call,
    .ft-btn-wa {
        min-width: 0;
        width: 100%;
    }

    .ft-main-w {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 16px 36px;
    }

    .ft-col-brand {
        grid-column: auto;
    }

    .ft-bottom-w {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 14px 16px;
    }

    .ft-bottom-links {
        gap: 10px;
    }
}

/* Footer location col extras */
.ft-area-desc {
    font-size: 13px;
    color: #6b8cae;
    line-height: 1.8;
    margin-bottom: 16px;
}

.ft-loc-btn,
.ft-map-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 7px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: .18s;
    margin-bottom: 10px;
}

.ft-loc-btn {
    background: var(--accent);
    color: #fff;
}

.ft-loc-btn:hover {
    background: #d95800;
}

.ft-map-btn {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #8aaed0;
}

.ft-map-btn:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.ft-hours {
    margin-top: 20px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    padding: 14px 16px;
}

.ft-hours-title {
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ft-hours-title i {
    color: var(--accent);
    font-size: 14px;
}

.ft-hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 12.5px;
    color: #6b8cae;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.ft-hours-row:last-child {
    border-bottom: none;
}

.ft-hours-emergency {
    margin-top: 8px;
    justify-content: flex-start;
    gap: 7px;
    color: #4cca7a;
    font-weight: 600;
    border: none !important;
}

.ft-hours-emergency i {
    font-size: 13px;
}

/* ── MOBILE TOPBAR: Phone left + Socials right ── */
@media (max-width: 960px) {

    /* Hide Blog / Careers text links on mobile */
    .tb-r>a,
    .tb-r>span:not(.soc) {
        display: none;
    }

    /* Hide email & location from left side */
    .tb-l .hide-xs,
    .tb-l .tb-sep {
        display: none;
    }

    /* Let the two sides fill the bar */
    .tb {
        justify-content: space-between;
        padding: 0 16px !important;
    }

    /* Phone number — compact, corporate */
    .tb-l a {
        font-size: 12px;
        font-weight: 600;
        color: #c8dff5;
        letter-spacing: 0.02em;
        gap: 6px;
    }

    .tb-l a i {
        font-size: 13px;
        color: var(--accent);
    }

    /* Social icons strip on the right */
    .soc {
        gap: 6px;
    }

    .soc a {
        width: 26px;
        height: 26px;
        border-radius: 5px;
        /* slightly squared = more corporate */
        border: 1px solid rgba(255, 255, 255, .15);
        background: rgba(255, 255, 255, .06);
        color: #90afd4;
        font-size: 12.5px;
        transition: background .15s, border-color .15s, color .15s;
    }

    .soc a:hover {
        background: var(--accent);
        border-color: var(--accent);
        color: #fff;
    }
}

@media (max-width: 960px) {

    /* Hide the whole topbar by default on mobile */
    .topbar {
        display: flex;
    }

    /* Left: keep only phone, hide separators */
    .tb-l .tb-sep,
    .tb-l .hide-xs {
        display: none !important;
    }

    /* Right: hide Blog/Careers text, keep only social icons */
    .tb-r>a,
    .tb-r>span {
        display: none !important;
    }

    /* Force social icons to show */
    .tb-r .soc {
        display: flex !important;
        gap: 5px;
    }

    .tb-r .soc a {
        display: flex !important;
        width: 26px;
        height: 26px;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, .18);
        background: rgba(255, 255, 255, .07);
        color: #90afd4;
        font-size: 12px;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    /* Phone number styling */
    .tb-l a {
        font-size: 12px;
        font-weight: 600;
        color: #c8dff5;
        gap: 5px;
    }

    .tb-l a i {
        color: var(--accent);
        font-size: 13px;
    }

    /* Bar layout */
    .tb {
        padding: 0 16px !important;
        justify-content: space-between;
    }
}
