/* Footer 4-column DLE + contact output */
.ap-footer-four .hg-container {
    width: min(100% - 48px, 1680px);
}
.ap-footer-four-top {
    display: grid !important;
    grid-template-columns: minmax(420px, 760px) minmax(280px, auto) !important;
    align-items: start !important;
    column-gap: clamp(40px, 8vw, 220px) !important;
}
.ap-footer-four-top > div:first-child {
    max-width: 760px !important;
}
.ap-footer-four .hg-footer-description {
    max-width: 640px !important;
    line-height: 1.68 !important;
}
.ap-footer-four-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 74px);
    align-items: start;
    margin-top: clamp(56px, 6vw, 86px);
}
.ap-footer-four-grid .ap-footer-col {
    min-width: 0;
}
.ap-footer-four-grid h4 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.ap-footer-four-grid a,
.ap-footer-four-grid span {
    display: block;
    color: #aeb5d0;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 12px;
}
.ap-footer-four-grid a:hover {
    color: #fff;
}
.ap-footer-subhead {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 26px 0 12px;
    opacity: .9;
}
.ap-footer-all-link {
    color: var(--hg-accent-2) !important;
    font-weight: 900 !important;
    margin-top: 4px !important;
}
.ap-footer-contact-card {
    display: grid;
    gap: 9px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.045);
    margin-bottom: 12px;
}
.ap-footer-contact-card strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}
.ap-footer-contact-card a,
.ap-footer-contact-card span {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
}
.ap-footer-contact-card i {
    color: var(--hg-accent-2);
    margin-top: 3px;
    flex: 0 0 auto;
}
.hg-header-contact-action {
    display: inline-flex;
    align-items: center;
}
.hg-header-contact-pill {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: #dfe4ff !important;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}
.hg-header-contact-pill:hover {
    background: rgba(255,255,255,.10);
    color: #fff !important;
}
.hg-header-contact-pill i {
    color: var(--hg-accent-2);
}
@media (max-width: 1320px) {
    .hg-header-contact-action {
        display: none;
    }
}
@media (max-width: 1100px) {
    .ap-footer-four-top {
        grid-template-columns: 1fr !important;
        row-gap: 28px !important;
    }
    .ap-footer-four-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 620px) {
    .ap-footer-four .hg-container {
        width: min(100% - 28px, 1680px);
    }
    .ap-footer-four-grid {
        grid-template-columns: 1fr;
    }
}
