/* Acessos do site — CTA de cliente mais claro; portal parceiro deliberadamente terciário. */
.header-cta {
    min-width: 174px;
    justify-content: space-between;
    padding: 9px 9px 9px 15px;
    border: 1px solid rgba(23, 105, 232, .13);
    border-radius: 13px;
    background: linear-gradient(120deg, #0b1c32, #153253);
    box-shadow: 0 13px 28px rgba(11, 28, 50, .18);
}

.header-cta-copy {
    display: grid;
    gap: 1px;
    color: #fff !important;
    line-height: 1.05;
}

.header-cta-copy small {
    color: #91a6c0;
    font: 700 7px/1.2 var(--font-geist-mono), monospace;
    letter-spacing: .12em;
}

.header-cta-copy strong {
    font-size: 11px;
    font-weight: 780;
}

.header-cta .header-cta-arrow {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    color: var(--lime);
    font-size: 16px;
    transition: transform .2s, background .2s;
}

.header-cta:hover .header-cta-arrow {
    transform: translateX(2px);
    background: rgba(255, 255, 255, .16);
}

.button--system-access {
    gap: 12px;
    padding: 0 9px 0 17px;
    border-color: rgba(11, 28, 50, .16);
    color: var(--ink);
    box-shadow: 0 12px 28px rgba(11, 28, 50, .1);
}

.button--system-access i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(59, 185, 31, .12);
}

.button--system-access span {
    color: inherit;
    font-size: 12px;
}

.button--system-access b {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-left: 6px;
    border-radius: 10px;
    background: var(--ink);
    color: var(--lime);
    font-size: 16px;
    font-weight: 600;
}

.button--light.button--system-access b {
    background: var(--blue);
    color: #fff;
}

.footer-partner-link {
    color: #71839a !important;
    opacity: .7;
}

.footer-partner-link:hover {
    color: #c7d3e2 !important;
    opacity: 1;
}

@media (width <= 720px) {
    .header-cta { min-width: 0; padding-left: 10px; }
    .header-cta-copy small { display: none; }
    .header-cta-copy strong { font-size: 10px; }
    .header-cta .header-cta-arrow { width: 30px; height: 30px; }
}
