.site-footer {
    margin: 0 !important;
    color: #c7d5e3;
    background: radial-gradient(circle at 8% 0, rgba(35, 139, 166, 0.22), transparent 24rem), #071c2f !important;
    border: 0 !important;
    font-family: 'Open Sans', Arial, sans-serif;
}

.site-footer .footer-main { padding-top: clamp(3.75rem, 7vw, 6rem); padding-bottom: 2.25rem; }
.site-footer .footer-brand { display: inline-block; margin-bottom: 1.4rem; }
.site-footer .footer-brand img { width: 160px; height: auto; max-height: 60px; object-fit: contain; object-position: left center; }

.site-footer .footer-intro {
    max-width: 360px;
    margin-bottom: 1.6rem;
    color: #aebed0 !important;
    font-size: 0.96rem;
    line-height: 1.75;
}

.site-footer .footer-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1rem;
    color: #fff !important;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid rgba(134, 228, 232, 0.4);
    border-radius: 999px;
    background: rgba(22, 136, 153, 0.18);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer .footer-contact-cta:hover,
.site-footer .footer-contact-cta:focus {
    color: #fff !important;
    border-color: #86e4e8;
    background: rgba(22, 136, 153, 0.34);
    transform: translateY(-2px);
}

.site-footer .footer-heading {
    margin: 0 0 1.25rem;
    color: #fff !important;
    font-size: 0.78rem !important;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-align: left !important;
    text-transform: uppercase;
}

.site-footer .footer-links { margin: 0; padding: 0; list-style: none; }
.site-footer .footer-links li { margin: 0 0 0.72rem; padding: 0; }
.site-footer .footer-links li::before { content: none !important; }

.site-footer .footer-links a {
    color: #aebed0 !important;
    font-size: 0.9rem;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus { padding-left: 0.2rem; color: #86e4e8 !important; }

.site-footer .footer-contact-bar {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1fr;
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
    overflow: hidden;
    border: 1px solid rgba(174, 190, 208, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}

.site-footer .footer-contact-bar > * {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.9rem;
    padding: 1.2rem 1.35rem;
    color: #e5edf5 !important;
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
}

.site-footer .footer-contact-bar > * + * { border-left: 1px solid rgba(174, 190, 208, 0.16); }

.site-footer .footer-contact-bar i {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    color: #86e4e8;
    border-radius: 10px;
    background: rgba(134, 228, 232, 0.09);
}

.site-footer .footer-contact-bar span { min-width: 0; overflow-wrap: anywhere; }

.site-footer .footer-contact-bar small {
    display: block;
    margin-bottom: 0.2rem;
    color: #8095aa;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer .footer-contact-bar a:hover,
.site-footer .footer-contact-bar a:focus { background: rgba(134, 228, 232, 0.06); }
.site-footer .footer-bottom { border-top: 1px solid rgba(174, 190, 208, 0.12); }

.site-footer .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.site-footer .footer-bottom p { margin: 0; color: #7890a6 !important; font-size: 0.78rem; line-height: 1.5; }

@media (max-width: 767.98px) {
    .site-footer .footer-main { padding-top: 3.5rem !important; padding-bottom: 1.75rem !important; }
    .site-footer .footer-contact-bar { grid-template-columns: 1fr; }
    .site-footer .footer-contact-bar > * + * { border-top: 1px solid rgba(174, 190, 208, 0.16); border-left: 0; }
    .site-footer .footer-bottom .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
    .site-footer .footer-brand img { width: 145px; }
    .site-footer .footer-heading { margin-top: 0.5rem; }
    .site-footer .footer-contact-bar > * { padding: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer * { transition: none !important; }
}
