/* Nexasphere V10.0.3 brand system — exact source mark, disciplined sizing. */
.brand {
    min-width: 0;
}

.brand-mark {
    position: relative;
    flex: 0 0 54px;
    width: 54px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(111, 159, 235, .2);
    border-radius: 14px;
    background: #01050c;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.brand-mark img {
    position: static;
    display: block;
    width: 52px !important;
    max-width: 52px !important;
    height: 33px !important;
    object-fit: cover;
    object-position: center;
}

.brand-copy {
    min-width: 0;
}

.brand-word {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .1em;
}

.brand-word strong,
.brand-word b {
    font: inherit;
    font-weight: 950;
}

.brand-word strong {
    color: #f4f8ff;
}

.brand-word b {
    color: #a8e718;
}

.brand-copy small {
    white-space: nowrap;
}

.footer-brand {
    display: inline-grid;
    grid-template-columns: 104px auto;
    gap: 16px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.footer-brand > img {
    width: 104px !important;
    max-width: 104px !important;
    height: 66px !important;
    object-fit: cover;
    border: 1px solid rgba(111, 159, 235, .18);
    border-radius: 18px;
    background: #01050c;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

.footer-brand > span {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    justify-content: start;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .045em;
}

.footer-brand strong,
.footer-brand b {
    font: inherit;
    font-weight: 950;
}

.footer-brand strong {
    color: #f4f8ff;
}

.footer-brand b {
    color: #a8e718;
}

.footer-brand small {
    grid-column: 1 / -1;
    margin-top: 8px;
    color: #8494ac;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .18em;
}

.whatsapp-float {
    background: #25d366;
    color: #fff;
    box-shadow: 0 18px 42px rgba(37, 211, 102, .38);
}

.whatsapp-float img {
    display: block;
    width: 29px !important;
    max-width: 29px !important;
    height: 29px !important;
}

.wa-label {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}

.wa-label img {
    display: inline-block;
    flex: 0 0 18px;
    width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
}

.service-choice > span {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.service-choice strong,
.service-choice small {
    display: block;
}

.service-choice small {
    color: #62718a;
    line-height: 1.35;
}

.login-card {
    align-self: start;
}

.login-kicker {
    display: block;
    margin-bottom: 10px;
    color: #3561c9;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.login-help {
    padding: 13px 14px;
    border: 1px solid #dbe4f2;
    border-radius: 12px;
    background: #f3f7fd;
    color: #42536d;
    font-size: 13px;
}

@media (max-width: 560px) {
    .brand-mark {
        flex-basis: 48px;
        width: 48px;
        height: 43px;
    }

    .brand-mark img {
        width: 46px !important;
        max-width: 46px !important;
        height: 29px !important;
    }

    .brand-word {
        font-size: 14px;
    }

    .brand-copy small {
        display: none;
    }

    .footer-brand {
        grid-template-columns: 86px auto;
        gap: 12px;
    }

    .footer-brand > img {
        width: 86px !important;
        max-width: 86px !important;
        height: 54px !important;
    }

    .footer-brand > span {
        font-size: 20px;
    }
}
