/* XURPAS SOFTWARE INC. - Custom branding and layout */

.xurpas-logo-block a,
.xurpas-footer__brand a,
.mobile-nav__content .logo-box a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.xurpas-logo {
    width: 150px;
    /* height: 48px; */
    display: block;
}

.xurpas-company-name {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
}

.stricky-header .xurpas-company-name {
    font-size: 10px;
}

.main-menu-wrapper__logo {
    min-width: 0;
}

/* Footer */
.xurpas-footer {
    background: #020202c7;
    color: #ffffff;
    padding: 48px 0 0;
}

.xurpas-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 40px;
}

.xurpas-footer__brand .xurpas-company-name {
    max-width: 100%;
}

.xurpas-footer__contact h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.xurpas-footer__contact p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.xurpas-footer__contact strong {
    font-weight: 700;
}

.xurpas-footer__contact a {
    color: #ffffff;
    text-decoration: none;
}

.xurpas-footer__contact a:hover {
    text-decoration: underline;
}

.xurpas-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.xurpas-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.xurpas-footer__policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.xurpas-footer__policy-links a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    text-decoration: none;
}

.xurpas-footer__policy-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Company disclosure block */
.xurpas-disclosure {
    background: #f4f6fb;
    padding: 48px 0;
}

.xurpas-disclosure h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.xurpas-disclosure p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.xurpas-disclosure strong {
    font-weight: 700;
}

/* Contact page info */
.xurpas-contact-info p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* Header top bar */
.main-header__top-left .text p {
    font-size: 14px;
}

/* Hide broken social / newsletter remnants */
.main-header__top-right-social,
.contact-page__social-list,
.footer-widget__about-social,
.mobile-nav__social {
    display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .xurpas-footer__inner {
        flex-direction: column;
    }

    .xurpas-company-name {
        font-size: 10px;
    }

    .main-menu-wrapper__logo .xurpas-company-name {
        max-width: 180px;
        white-space: normal;
    }
}

@media (max-width: 575px) {
    .xurpas-footer {
        padding-top: 36px;
    }

    .xurpas-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .xurpas-company-name {
        white-space: normal;
    }
}
