/* =========================================================
   UNITECH COMPACT FOOTER
   Isolated prefix: uniftr91-
   ========================================================= */


/* =========================================================
   FOOTER
   ========================================================= */

.uniftr91-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    background-color: #03040b;
    background-image:
        radial-gradient(
            circle at 88% 18%,
            rgba(46, 49, 146, 0.14) 0%,
            rgba(46, 49, 146, 0.05) 22%,
            rgba(46, 49, 146, 0) 52%
        ),
        linear-gradient(
            180deg,
            #050711 0%,
            #03040b 55%,
            #020309 100%
        );
}

.uniftr91-footer,
.uniftr91-footer *,
.uniftr91-footer *::before,
.uniftr91-footer *::after {
    box-sizing: border-box;
}

/* Subtle transition line from the preceding dark section */
.uniftr91-footer::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(196, 181, 140, 0) 0%,
        rgba(196, 181, 140, 0.24) 28%,
        rgba(255, 255, 255, 0.08) 62%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    pointer-events: none;
}

.uniftr91-artwork {
    position: absolute;
    z-index: 1;
    top: -230px;
    right: -190px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(196, 181, 140, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.uniftr91-container {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1450px);
    margin: 0 auto;
}


/* =========================================================
   MAIN COMPACT ROW
   ========================================================= */

.uniftr91-main {
    display: grid;
    grid-template-columns:
        minmax(260px, 1.3fr)
        minmax(120px, 0.55fr)
        minmax(175px, 0.8fr)
        minmax(175px, 0.75fr)
        minmax(260px, 1fr);
    gap: clamp(30px, 4vw, 64px);
    padding: clamp(42px, 5vw, 64px) 0;
    align-items: start;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


/* =========================================================
   BRAND
   ========================================================= */

.uniftr91-logo {
    display: inline-block;
    width: min(100%, 205px);
    margin: 0 0 17px;
}

.uniftr91-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.uniftr91-description {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}


/* =========================================================
   SMALL STATS
   ========================================================= */

.uniftr91-stats {
    display: flex;
    margin-top: 21px;
    gap: 25px;
}

.uniftr91-stat {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
}

.uniftr91-stat + .uniftr91-stat {
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.uniftr91-stat strong {
    color: #c4b58c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
}

.uniftr91-stat span {
    max-width: 92px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}


/* =========================================================
   COLUMN HEADINGS
   ========================================================= */

.uniftr91-heading {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}


/* =========================================================
   LINKS
   ========================================================= */

.uniftr91-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uniftr91-links li {
    margin: 0 0 9px;
    padding: 0;
}

.uniftr91-links li:last-child {
    margin-bottom: 0;
}

.uniftr91-links a,
.uniftr91-links a:link,
.uniftr91-links a:visited {
    display: inline-block;
    color: rgba(255, 255, 255, 0.61) !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none !important;
    transition:
        color 180ms ease,
        transform 180ms ease;
}

.uniftr91-links a:hover,
.uniftr91-links a:focus {
    color: #c4b58c !important;
    transform: translateX(3px);
}


/* =========================================================
   PHONE
   ========================================================= */

.uniftr91-phone,
.uniftr91-phone:link,
.uniftr91-phone:visited {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.uniftr91-phone-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;

    color: #c4b58c;
    border: 1px solid rgba(196, 181, 140, 0.42);
    border-radius: 50%;

    font-size: 14px;
}

.uniftr91-phone-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.uniftr91-phone-copy small {
    margin-bottom: 4px;
    color: #c4b58c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.uniftr91-phone-copy strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.uniftr91-phone:hover .uniftr91-phone-copy strong {
    color: #c4b58c;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.uniftr91-button,
.uniftr91-button:link,
.uniftr91-button:visited {
    display: inline-flex;
    min-height: 44px;
    margin-top: 17px;
    padding: 11px 15px;
    align-items: center;
    justify-content: space-between;
    gap: 17px;

    color: #ffffff !important;
    background: transparent;
    border: 1px solid #c4b58c;
    border-radius: 0;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.075em;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.uniftr91-button i {
    color: #c4b58c;
    font-size: 12px;
}

.uniftr91-button:hover,
.uniftr91-button:focus {
    color: #171722 !important;
    background: #c4b58c;
    border-color: #c4b58c;
}

.uniftr91-button:hover i,
.uniftr91-button:focus i {
    color: #171722;
}


/* =========================================================
   CREDENTIALS
   ========================================================= */

.uniftr91-credentials {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.uniftr91-credential {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 7px;

    color: rgba(255, 255, 255, 0.61);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
}

.uniftr91-credential i {
    width: 13px;
    flex: 0 0 13px;
    color: #c4b58c;
    font-size: 10px;
    text-align: center;
}

.uniftr91-license {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.40);
    font-size: 9px;
    line-height: 1.45;
}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.uniftr91-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #010207;
}

.uniftr91-bottom-inner {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.uniftr91-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.40);
    font-size: 10px;
    line-height: 1.4;
}

.uniftr91-bottom-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.uniftr91-bottom-links a,
.uniftr91-bottom-links a:link,
.uniftr91-bottom-links a:visited {
    color: rgba(255, 255, 255, 0.43) !important;
    font-size: 10px;
    text-decoration: none !important;
}

.uniftr91-bottom-links a:hover,
.uniftr91-bottom-links a:focus {
    color: #ffffff !important;
}


/* =========================================================
   MEDIUM DESKTOP
   ========================================================= */

@media (max-width: 1180px) {
    .uniftr91-main {
        grid-template-columns:
            minmax(260px, 1.2fr)
            repeat(3, minmax(145px, 0.65fr));
    }

    .uniftr91-contact {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto auto minmax(300px, 1fr);
        align-items: center;
        gap: 24px;
        padding-top: 28px;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }

    .uniftr91-contact .uniftr91-heading {
        display: none;
    }

    .uniftr91-button,
    .uniftr91-credentials {
        margin-top: 0;
    }

    .uniftr91-credentials {
        padding-top: 0;
        padding-left: 24px;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.13);
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {
    .uniftr91-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uniftr91-brand {
        grid-column: 1 / -1;
    }

    .uniftr91-contact {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .uniftr91-contact .uniftr91-heading {
        display: block;
    }

    .uniftr91-button {
        margin-top: 0;
    }

    .uniftr91-credentials {
        width: 100%;
        padding-top: 15px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-left: 0;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575px) {
    .uniftr91-container {
        width: min(100% - 36px, 1450px);
    }

    .uniftr91-main {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 42px 0;
    }

    .uniftr91-brand,
    .uniftr91-contact {
        grid-column: auto;
    }

    .uniftr91-stats {
        gap: 18px;
    }

    .uniftr91-stat + .uniftr91-stat {
        padding-left: 18px;
    }

    .uniftr91-button {
        width: 100%;
    }

    .uniftr91-bottom-inner {
        min-height: 0;
        padding: 19px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .uniftr91-footer a {
        transition: none !important;
    }
}
