/* Footer enhancements — additive styles only */
.footer-top-band {
    position: relative;
    z-index: 2;
    padding: 48px 0 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-top-band .footer-brand-logo {
    margin-bottom: 18px;
}
.footer-top-band .footer-brand-logo img {
    max-height: 52px;
    width: auto;
}
.footer-top-band .footer-brand-name {
    font-family: var(--base-headingfont);
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer-top-band .footer-tagline {
    font-size: 15px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    max-width: 420px;
}
.footer-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.footer-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.3s ease, background 0.3s ease;
}
.footer-trust-item:hover {
    border-color: rgba(227, 59, 40, 0.45);
    background: rgba(227, 59, 40, 0.08);
}
.footer-trust-item .trust-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--base-skin);
    color: #fff;
    font-size: 16px;
}
.footer-trust-item h4 {
    font-family: var(--base-headingfont);
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.footer-trust-item p {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}
.footer-cta-group {
    text-align: right;
}
.footer-cta-group .footer-cta-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 14px;
    font-family: var(--base-headingfont);
}
.footer-cta-group .prt-btn {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}
.footer-cta-group .prt-btn:last-child {
    margin-bottom: 0;
}
.footer .second-footer .footer-logo-block {
    margin-bottom: 18px;
}
.footer .second-footer .footer-logo-block img {
    max-height: 48px;
    width: auto;
}
.footer-contact-block {
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-contact-block .widget-title {
    margin-bottom: 18px;
}
.footer .widget_contact_wrapper.footer-contact-enhanced {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer .widget_contact_wrapper.footer-contact-enhanced li {
    position: relative;
    padding-left: 52px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    list-style: none;
}
.footer .widget_contact_wrapper.footer-contact-enhanced li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.footer .widget_contact_wrapper.footer-contact-enhanced li i {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: var(--base-skin) !important;
    -webkit-font-smoothing: antialiased;
}
.footer .widget_contact_wrapper.footer-contact-enhanced li i.fa {
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: normal;
}
.footer .widget_contact_wrapper.footer-contact-enhanced li a,
.footer .widget_contact_wrapper.footer-contact-enhanced li span.contact-line {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.85) !important;
}
.footer .widget_contact_wrapper.footer-contact-enhanced li a:hover {
    color: var(--base-skin) !important;
}
.footer .widget_contact_wrapper.footer-contact-enhanced .contact-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--base-skin);
    margin-bottom: 2px;
    font-family: var(--base-headingfont);
}
.footer-hours-note {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px;
}
.footer-hours-note i {
    font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-style: normal;
    display: inline-block;
    color: var(--base-skin);
    margin-right: 8px;
}
.footer .second-footer {
    padding-top: 10px;
}
@media (max-width: 991px) {
    .footer-top-band {
        padding: 36px 0 30px;
    }
    .footer-trust-grid {
        margin: 28px 0;
    }
    .footer-cta-group {
        text-align: left;
    }
}
@media (max-width: 575px) {
    .footer-trust-grid {
        grid-template-columns: 1fr;
    }
}
