html,
body.campanha-body {
    margin: 0;
    min-height: 100%;
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

body.campanha-body *,
body.campanha-body *::before,
body.campanha-body *::after {
    box-sizing: border-box;
}

body.campanha-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer-nucleo-bar {
    background: #222;
}

.footer-nucleo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 16px;
}

.footer-nucleo__logo-link {
    display: inline-flex;
    align-items: center;
    opacity: 0.9;
    transition: opacity 0.15s ease;
}

.footer-nucleo__logo-link:hover {
    opacity: 1;
}

.footer-nucleo__logo {
    display: block;
    width: auto;
    height: 28px;
    max-width: 140px;
    object-fit: contain;
}

.footer-nucleo__copyright {
    margin: 0;
    color: #c8c8c8;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-nucleo {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1140px;
        margin: 0 auto;
        width: 100%;
    }
}

.welcome-screen {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px 32px;
    background: #000;
}

.welcome-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
}

.welcome-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 4px 8px 0;
}

.welcome-logo {
    display: block;
    width: min(168px, 46vw);
    height: auto;
}

.welcome-title {
    display: block;
    width: min(420px, 92vw);
    height: auto;
    margin-top: 10px;
}

.welcome-offer {
    margin: 14px 0 12px;
    color: #fff;
    font-size: clamp(0.78rem, 2.8vw, 1.05rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-transform: uppercase;
}

.welcome-offer__highlight {
    color: #ffcd00;
}

.welcome-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.welcome-badge {
    display: block;
    width: 92px;
    height: auto;
}

.welcome-photo {
    display: block;
    width: 100%;
    max-width: 920px;
    height: auto;
    margin-top: -6%;
    object-fit: contain;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.welcome-card {
    position: relative;
    z-index: 3;
    width: min(400px, calc(100% - 8px));
    margin-top: -36px;
    background: #fff;
    color: #111;
    border-radius: 8px;
    padding: 28px 24px 26px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.welcome-card__logo {
    display: block;
    width: 148px;
    height: auto;
    margin: 0 auto;
}

.welcome-card p {
    margin: 22px 0 20px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.welcome-cta {
    display: block;
    background: #ffcd00;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 14px 18px;
    border-radius: 28px;
    font-size: 1.05rem;
}

.welcome-cta:hover,
.welcome-cta:focus {
    color: #fff;
    filter: brightness(0.95);
}

@media (min-width: 768px) {
    .welcome-screen {
        padding: 24px 32px 40px;
    }

    .welcome-logo {
        width: 188px;
    }

    .welcome-title {
        width: min(520px, 70%);
    }

    .welcome-badge {
        width: 110px;
    }

    .welcome-card {
        margin-top: -48px;
        padding: 36px 28px 32px;
    }

    .welcome-card p {
        font-size: 1.35rem;
    }
}

@media (min-width: 992px) {
    .welcome-screen {
        padding: 0;
        min-height: calc(100vh - 72px);
    }

    .welcome-stage {
        display: block;
        width: min(100%, calc((100vh - 72px) * 16 / 9));
        max-width: none;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        container-type: size;
    }

    .welcome-photo {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0;
        object-fit: contain;
        object-position: left bottom;
    }

    .welcome-copy {
        position: absolute;
        z-index: 2;
        top: 9%;
        left: 31%;
        width: 35%;
        padding: 0;
    }

    .welcome-logo {
        width: 51%;
    }

    .welcome-title {
        width: 100%;
        margin-top: 1.4%;
    }

    .welcome-offer {
        margin: 2.2% 0 1.8%;
        font-size: 1.35cqi;
        letter-spacing: 0.05em;
    }

    .welcome-badge {
        width: 22%;
    }

    .welcome-card {
        position: absolute;
        z-index: 3;
        top: 34%;
        right: 4.5%;
        width: 22%;
        margin: 0;
        padding: 2.8% 3.2% 2.6%;
    }

    .welcome-card__logo {
        width: 42%;
        max-width: 140px;
    }

    .welcome-card p {
        margin: 8% 0 7%;
        font-size: 1.55cqi;
    }

    .welcome-cta {
        padding: 0.55em 0.7em;
        font-size: 1.45cqi;
    }
}

.cadastro-screen {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 32px 16px 48px;
    background: #000;
}

.cadastro-screen:has(.cadastro-wrap--login) {
    align-items: center;
}

.cadastro-wrap {
    width: 100%;
    max-width: 960px;
}

.cadastro-wrap--narrow {
    max-width: 560px;
    text-align: center;
}

.cadastro-wrap--login {
    max-width: 420px;
}

.cadastro-wrap--login .cadastro-brand,
.cadastro-wrap--login h1,
.cadastro-wrap--login .cadastro-lead {
    text-align: center;
}

.cadastro-wrap--login .cadastro-brand {
    display: block;
}

.cadastro-wrap--login .cadastro-brand__logo {
    margin: 0 auto;
}

.cadastro-wrap--login .cadastro-submit {
    width: 100%;
}

.cadastro-brand {
    display: inline-block;
    margin-bottom: 20px;
}

.cadastro-brand__logo {
    display: block;
    width: 148px;
    height: auto;
}

.cadastro-screen h1 {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    text-transform: uppercase;
}

.cadastro-lead {
    margin: 0 0 28px;
    color: #c8c8c8;
}

.cadastro-form .form-label,
.cadastro-form .col-form-label {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
}

.cadastro-form .form-control,
.cadastro-form .form-select {
    background: #141414;
    border: 1px solid #3a3a3a;
    color: #fff;
    border-radius: 6px;
    min-height: 44px;
}

.cadastro-form .form-control:focus,
.cadastro-form .form-select:focus {
    background: #141414;
    border-color: #ffcd00;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 205, 0, 0.2);
}

.cadastro-form .form-control::placeholder {
    color: #888;
}

.cadastro-form .form-select option {
    color: #111;
}

.cadastro-form .invalid-feedback {
    color: #ff8a80;
}

.cadastro-form .form-control.is-invalid,
.cadastro-form .form-select.is-invalid {
    border-color: #e85d5d;
}

.cadastro-address {
    margin: 28px 0 20px;
    padding: 0;
    border: 0;
}

.cadastro-address legend {
    float: none;
    width: auto;
    margin: 0 0 12px;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffcd00;
}

.cadastro-form .form-check {
    margin: 8px 0 24px;
}

.cadastro-form .form-check-input {
    border-color: #888;
    background-color: #141414;
}

.cadastro-form .form-check-input:checked {
    background-color: #ffcd00;
    border-color: #ffcd00;
}

.cadastro-form .form-check-label {
    color: #fff;
    font-weight: 600;
}

.cadastro-actions {
    margin-top: 8px;
}

.cadastro-submit {
    display: inline-block;
    background: #ffcd00;
    color: #111;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 0;
    border-radius: 28px;
    padding: 14px 28px;
    font-size: 1rem;
    cursor: pointer;
}

.cadastro-submit:hover,
.cadastro-submit:focus {
    color: #111;
    filter: brightness(0.95);
}

.cadastro-submit--ghost {
    background: transparent;
    color: #ffcd00;
    border: 2px solid #ffcd00;
}


.text-white{
    color: #fff !important;
}