:root {
    --hall-fundo: #070707;
    --hall-superficie: #11100f;
    --hall-superficie-elevada: #171513;
    --hall-borda: rgba(255, 255, 255, 0.085);
    --hall-borda-dourada: rgba(212, 175, 55, 0.34);
    --hall-texto: #f7f3eb;
    --hall-texto-suave: #b5aea3;
    --hall-texto-fraco: #777169;
    --hall-dourado: var(--cor-primaria, #d4af37);
    --hall-dourado-hover:
        var(--cor-primaria-hover, #b8962f);
    --hall-sombra:
        0 28px 80px rgba(0, 0, 0, 0.46);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--hall-fundo);
}

body.hallvip-page {
    min-height: 100vh;
    min-height: 100svh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(
            circle at 50% -5%,
            rgba(212, 175, 55, 0.055),
            transparent 31%
        ),
        linear-gradient(180deg, #060606, #020202);
    color: var(--hall-texto);
}

button,
input,
select {
    font: inherit;
}

button,
select {
    -webkit-tap-highlight-color: transparent;
}

.hallvip-cenario {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0.42;
    background:
        url("/static/img/hallvip/ornamento.svg")
        center / cover no-repeat;
    pointer-events: none;
}

.hallvip-cenario::before,
.hallvip-cenario::after {
    position: absolute;
    width: 210px;
    height: 420px;
    border: 1px solid rgba(212, 175, 55, 0.045);
    border-radius: 110px 110px 0 0;
    content: "";
}

.hallvip-cenario::before {
    top: 17%;
    left: -124px;
}

.hallvip-cenario::after {
    right: -124px;
    bottom: 7%;
}

.hallvip-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin: 0 auto;
    padding:
        max(22px, env(safe-area-inset-top))
        14px
        max(40px, env(safe-area-inset-bottom));
}

.hallvip-brand {
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
}

.hallvip-brand a {
    display: block;
    width: min(57.2vw, 208px);
}

.hallvip-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.hallvip-palco {
    position: relative;
    overflow: hidden;
    padding: 24px 16px 18px;
    border: 1px solid var(--hall-borda);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(212, 175, 55, 0.045),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            rgba(20, 19, 17, 0.96),
            rgba(10, 10, 10, 0.98)
        );
    box-shadow: var(--hall-sombra);
    backdrop-filter: blur(18px);
}

.hallvip-palco.hallvip-palco-escolha-pendente {
    padding-bottom: 28px;
}

.hallvip-palco::before {
    position: absolute;
    top: 0;
    right: 12%;
    left: 12%;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(212, 175, 55, 0.82),
            transparent
        );
    content: "";
}

.hallvip-abertura,
.cadastro-abertura-etapa {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.hallvip-abertura h1,
.cadastro-abertura-etapa h1 {
    max-width: 680px;
    margin: 0 auto;
    color: var(--hall-texto);
    font-weight: 420;
    text-wrap: balance;
}

.hallvip-abertura h1 {
    max-width: 560px;
    color: var(--hall-dourado);
    font-size: clamp(21px, 4vw, 30px);
    letter-spacing: -0.52px;
    line-height: 1.10;
}

.hallvip-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 14px;
    color: var(--hall-dourado);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3.8px;
}

.hallvip-kicker::before,
.hallvip-kicker::after {
    width: 34px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--hall-dourado)
        );
    content: "";
}

.hallvip-kicker::after {
    transform: rotate(180deg);
}

.hallvip-abertura p,
.cadastro-abertura-etapa p {
    max-width: 560px;
    margin: 11px auto 0;
    color: var(--hall-texto-suave);
    font-size: 11px;
    font-weight: 350;
    line-height: 1.5;
}

.hallvip-abertura p {
    white-space: nowrap;
}

.cadastro-perfil-chip {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    padding: 0 12px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.065);
    color: var(--hall-dourado);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.cadastro-abertura-etapa h1 {
    font-size: clamp(25px, 7vw, 38px);
    letter-spacing: -0.9px;
    line-height: 1.06;
}

.hallvip-form {
    margin-top: 28px;
}

.hallvip-form[hidden],
.cadastro-sucesso[hidden],
.cadastro-etapa[hidden],
.cadastro-abertura-etapa[hidden],
.cadastro-progresso[hidden],
[data-campos-vip][hidden],
[data-campos-parceiro][hidden] {
    display: none;
}

.hallvip-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.hallvip-form legend {
    display: block;
    width: 100%;
    padding: 0;
    color: var(--hall-texto);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.cadastro-armadilha {
    position: fixed;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.hallvip-escolhas {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.hallvip-escolha {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    min-width: 0;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid var(--hall-borda);
    border-radius: 23px;
    background:
        radial-gradient(
            circle at 50% 18%,
            rgba(212, 175, 55, 0.06),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            rgba(28, 26, 23, 0.92),
            rgba(14, 14, 14, 0.98)
        );
    cursor: pointer;
    isolation: isolate;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.hallvip-escolha::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background:
        radial-gradient(
            circle at 50% 18%,
            rgba(212, 175, 55, 0.16),
            transparent 39%
        );
    content: "";
    transition: opacity 0.2s ease;
}

.hallvip-escolha:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.28);
}

.hallvip-escolha:has(input:focus-visible) {
    outline: 3px solid rgba(212, 175, 55, 0.20);
    outline-offset: 3px;
}

.hallvip-escolha.selecionada {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.76);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.12),
        0 22px 48px rgba(0, 0, 0, 0.36);
}

.hallvip-escolha.selecionada::before {
    opacity: 1;
}

.hallvip-escolha > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hallvip-escolha-check {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    opacity: 0;
    transform: scale(0.74);
    border: 1px solid rgba(212, 175, 55, 0.48);
    border-radius: 50%;
    background: var(--hall-dourado);
    color: #090806;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.hallvip-escolha.selecionada .hallvip-escolha-check {
    opacity: 1;
    transform: scale(1);
}

.hallvip-escolha-check svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hallvip-ilustracao {
    position: relative;
    display: grid;
    min-height: 205px;
    place-items: center;
    padding: 15px 12px 2px;
    overflow: hidden;
    isolation: isolate;
}

.hallvip-ilustracao img {
    display: block;
    grid-area: 1 / 1;
    width: auto;
    max-width: min(82%, 300px);
    height: auto;
    max-height: 390px;
    object-fit: contain;
    opacity: 0;
    transform: scale(1);
    visibility: hidden;
    transition:
        opacity 0.62s ease,
        transform 0.3s ease,
        visibility 0s linear 0.62s;
}

.hallvip-ilustracao img:not(:first-child) {
    position: absolute;
    inset: 15px 12px 2px;
    max-height: calc(100% - 17px);
    margin: auto;
}

.hallvip-ilustracao img.ativo {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.hallvip-ilustracao img.indisponivel {
    display: none;
}

.hallvip-escolha:hover .hallvip-ilustracao img,
.hallvip-escolha.selecionada .hallvip-ilustracao img {
    transform: scale(1.018);
}

.hallvip-galeria-controle {
    display: flex;
    min-height: 38px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin: 13px auto 0;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--hall-texto-fraco);
    cursor: pointer;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.35px;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.hallvip-galeria-controle[hidden],
.hallvip-galeria-controle svg[hidden] {
    display: none;
}

.hallvip-galeria-controle.aguardando {
    visibility: hidden;
    pointer-events: none;
}

.hallvip-galeria-controle svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hallvip-galeria-controle:hover,
.hallvip-galeria-controle:focus-visible,
.hallvip-galeria-controle.pausado {
    border-color: rgba(212, 175, 55, 0.24);
    outline: none;
    background: rgba(212, 175, 55, 0.045);
    color: var(--hall-dourado);
}

.hallvip-escolha-conteudo {
    display: block;
    min-width: 0;
    padding: 0 20px 18px;
    text-align: center;
}

.hallvip-escolha-conteudo strong {
    display: block;
    color: var(--hall-texto);
    font-size: 17px;
    font-weight: 590;
    line-height: 1.25;
}

.hallvip-escolha-conteudo small {
    display: block;
    max-width: 330px;
    margin: 8px auto 0;
    color: var(--hall-texto-suave);
    font-size: 10px;
    line-height: 1.55;
}

.hallvip-escolha-rodape {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
    color: var(--hall-dourado);
}

.hallvip-escolha-rodape b {
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hallvip-continuar,
.cadastro-botao-principal,
.cadastro-botao-secundario {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        filter 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.hallvip-continuar,
.cadastro-botao-principal {
    border: 1px solid rgba(212, 175, 55, 0.52);
    background:
        linear-gradient(
            135deg,
            #8d641d,
            #d4af37 45%,
            #aa771c
        );
    color: #0b0905;
    box-shadow:
        0 11px 26px rgba(150, 103, 24, 0.22),
        inset 0 1px rgba(255, 255, 255, 0.24);
}

.hallvip-continuar {
    width: 100%;
    max-width: 510px;
    margin: 19px auto 0;
    padding: 0 20px;
}

.hallvip-continuar[hidden] {
    display: none;
}

.hallvip-continuar:hover:not(:disabled),
.cadastro-botao-principal:hover:not(:disabled) {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.hallvip-continuar:active:not(:disabled),
.cadastro-botao-principal:active:not(:disabled) {
    transform: translateY(0);
}

.hallvip-continuar:disabled,
.cadastro-botao-principal:disabled {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.28);
    cursor: default;
    box-shadow: none;
}

.hallvip-continuar svg,
.cadastro-botao-principal svg,
.cadastro-botao-secundario svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hallvip-continuar-origem {
    display: none;
}

.hallvip-escolhas
> .hallvip-continuar.hallvip-continuar-selecionado {
    position: static;
    width: 100%;
    max-width: none;
    min-height: 58px;
    margin: 0;
    align-self: start;
}

@media (max-width: 719px) {
    .hallvip-escolhas
    > .hallvip-continuar.hallvip-continuar-selecionado {
        grid-column: 1;
        width: calc(100% - 4px);
        margin: 0 auto 2px;
    }
}

.cadastro-progresso {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    margin: -4px 0 22px;
}

.cadastro-voltar-topo {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--hall-borda);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    color: var(--hall-texto-suave);
    cursor: pointer;
}

.cadastro-voltar-topo svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.cadastro-progresso-centro {
    min-width: 0;
}

.cadastro-progresso-linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
}

.cadastro-progresso-linha > span:first-child {
    color: var(--hall-texto-suave);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cadastro-sync {
    overflow: hidden;
    color: var(--hall-texto-suave);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cadastro-sync[data-estado="sincronizado"] {
    color: rgba(212, 175, 55, 0.85);
}

.cadastro-sync[data-estado="salvando"] {
    opacity: 0.72;
}

.cadastro-progresso-trilho {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.cadastro-progresso-trilho span {
    display: block;
    width: calc(100% / 3);
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #91661d,
            var(--hall-dourado)
        );
    transition: width 0.28s ease;
}

.cadastro-etapa-formulario {
    width: min(100%, 740px);
    margin: 24px auto 0;
}

.cadastro-bloco {
    padding: 18px 14px 15px;
    border: 1px solid var(--hall-borda);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(212, 175, 55, 0.055),
            transparent 34%
        ),
        rgba(255, 255, 255, 0.018);
}

.cadastro-bloco-titulo {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 2px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.cadastro-bloco-icone {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 13px;
    background: rgba(212, 175, 55, 0.055);
    color: var(--hall-dourado);
}

.cadastro-bloco-icone svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.cadastro-bloco-titulo div {
    min-width: 0;
}

.cadastro-bloco-titulo span:not(.cadastro-bloco-icone) {
    display: block;
    color: var(--hall-dourado);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.cadastro-bloco-titulo h2 {
    margin: 4px 0 0;
    color: var(--hall-texto);
    font-size: 16px;
    font-weight: 560;
    line-height: 1.25;
}

.cadastro-campos {
    display: grid;
    gap: 13px;
    margin-top: 16px;
}

.cadastro-campos + .cadastro-campos {
    margin-top: 13px;
}

.cadastro-campo {
    display: block;
    min-width: 0;
}

.cadastro-campo.cadastro-campo-whatsapp > label {
    margin-left: 104px;
}

.cadastro-telefone-composto {
    display: grid;
    min-width: 0;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 8px;
}

.cadastro-telefone-ddi {
    display: grid;
    min-width: 0;
    min-height: 52px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 13px;
    background: rgba(3, 3, 3, 0.64);
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease;
}

.cadastro-telefone-bandeira {
    font-size: 15px;
    line-height: 1;
    opacity: 0.92;
    pointer-events: none;
}

.cadastro-campo > span,
.cadastro-campo > label,
.cadastro-email-cabecalho > label {
    display: block;
    margin: 0 0 7px 2px;
    color: var(--hall-texto-suave);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.25px;
}

.cadastro-campo input,
.cadastro-campo select {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 13px;
    outline: none;
    background: rgba(3, 3, 3, 0.64);
    color: var(--hall-texto);
    font-size: 16px;
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease;
}

.cadastro-campo select {
    appearance: none;
    height: 52px;
    line-height: normal;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    background-image:
        linear-gradient(
            45deg,
            transparent 50%,
            var(--hall-texto-fraco) 50%
        ),
        linear-gradient(
            135deg,
            var(--hall-texto-fraco) 50%,
            transparent 50%
        );
    background-position:
        calc(100% - 19px) 22px,
        calc(100% - 14px) 22px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.cadastro-campo input::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.cadastro-campo input:focus,
.cadastro-campo select:focus {
    border-color: rgba(212, 175, 55, 0.52);
    background-color: rgba(13, 12, 10, 0.94);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.07);
}

.cadastro-telefone-ddi:focus-within {
    border-color: rgba(212, 175, 55, 0.52);
    background: rgba(13, 12, 10, 0.94);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.07);
}

.cadastro-campo .cadastro-telefone-ddi input,
.cadastro-campo .cadastro-telefone-ddi input:focus {
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.cadastro-campo small {
    display: block;
    min-height: 0;
    margin: 6px 2px 0;
    color: #e79090;
    font-size: 8px;
    line-height: 1.4;
}

.cadastro-campo small:empty {
    display: none;
}

.cadastro-campo small.cadastro-campo-ajuda {
    color: var(--hall-texto-fraco);
}

.cadastro-campo.campo-com-erro input,
.cadastro-campo.campo-com-erro select {
    border-color: rgba(199, 83, 83, 0.62);
    box-shadow: 0 0 0 3px rgba(199, 83, 83, 0.07);
}

.cadastro-campo-whatsapp.campo-com-erro
.cadastro-telefone-ddi {
    border-color: rgba(199, 83, 83, 0.62);
    box-shadow: 0 0 0 3px rgba(199, 83, 83, 0.07);
}

.cadastro-nota {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 13px;
    background: rgba(212, 175, 55, 0.03);
    color: var(--hall-texto-suave);
}

.cadastro-nota svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--hall-dourado);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.cadastro-nota span {
    font-size: 9px;
    line-height: 1.55;
}

.cadastro-acoes {
    display: grid;
    grid-template-columns: minmax(92px, 0.35fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.cadastro-botao-principal,
.cadastro-botao-secundario {
    width: 100%;
    min-width: 0;
    padding: 0 14px;
}

.cadastro-botao-secundario {
    border: 1px solid var(--hall-borda);
    background: rgba(255, 255, 255, 0.025);
    color: var(--hall-texto-suave);
}

.cadastro-botao-secundario:hover {
    border-color: rgba(212, 175, 55, 0.25);
    color: var(--hall-texto);
}

.cadastro-resumo {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 68px 14px 14px;
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 15px;
    background: rgba(212, 175, 55, 0.035);
}

.cadastro-resumo div span,
.cadastro-resumo div strong {
    display: block;
}

.cadastro-resumo div span {
    color: var(--hall-texto-fraco);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.cadastro-resumo div strong {
    margin-top: 4px;
    overflow: hidden;
    color: var(--hall-texto);
    font-size: 11px;
    font-weight: 570;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cadastro-resumo button {
    position: absolute;
    top: 50%;
    right: 10px;
    min-height: 31px;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--hall-dourado);
    cursor: pointer;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.cadastro-senha {
    position: relative;
}

.cadastro-senha input {
    padding-right: 50px;
}

.cadastro-senha button {
    position: absolute;
    top: 50%;
    right: 6px;
    display: grid;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--hall-texto-fraco);
    cursor: pointer;
}

.cadastro-senha button.ativo {
    color: var(--hall-dourado);
}

.cadastro-senha svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.cadastro-mensagem {
    margin-top: 13px;
    padding: 12px 14px;
    border: 1px solid rgba(199, 83, 83, 0.35);
    border-radius: 13px;
    background: rgba(199, 83, 83, 0.08);
    color: #efb1b1;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
}

.cadastro-botao-final.enviando {
    cursor: wait;
    opacity: 0.7;
}

.hallvip-palco.hallvip-palco-sucesso {
    width: min(100%, 1040px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 28px;
    padding-bottom: 24px;
    background:
        radial-gradient(
            circle at 50% 0,
            color-mix(
                in srgb,
                var(--hall-dourado) 10%,
                transparent
            ),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            rgba(20, 19, 17, 0.98),
            rgba(8, 8, 8, 0.99)
        );
}

.cadastro-sucesso {
    position: relative;
    isolation: isolate;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 18px 0 6px;
    text-align: center;
    animation: cadastro-sucesso-entrada 0.56s ease both;
}

.cadastro-sucesso::before {
    position: absolute;
    z-index: -2;
    top: -150px;
    left: 50%;
    width: min(92vw, 620px);
    height: 360px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            color-mix(
                in srgb,
                var(--hall-dourado) 9%,
                transparent
            ),
            transparent 68%
        );
    content: "";
    pointer-events: none;
}

.cadastro-sucesso-hero {
    position: relative;
    z-index: 1;
}

.cadastro-sucesso-satisfacao {
    display: grid;
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
    place-items: center;
    border: 1px solid
        color-mix(
            in srgb,
            var(--hall-dourado) 32%,
            transparent
        );
    border-radius: 50%;
    background:
        color-mix(
            in srgb,
            var(--hall-dourado) 7%,
            rgba(8, 8, 8, 0.96)
        );
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34),
        0 0 34px
        color-mix(
            in srgb,
            var(--hall-dourado) 9%,
            transparent
        );
    animation:
        cadastro-sucesso-satisfacao-entrada 0.68s ease both;
}

.cadastro-sucesso-satisfacao svg {
    width: 64px;
    height: 64px;
    fill: none;
    stroke: var(--hall-dourado);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.cadastro-sucesso-hero h1 {
    max-width: 620px;
    margin: 12px auto 0;
    color: var(--hall-texto);
    font-size: clamp(30px, 8vw, 44px);
    font-weight: 430;
    letter-spacing: -1.15px;
    line-height: 1.07;
}

.cadastro-sucesso-hero h1:focus {
    outline: none;
}

.cadastro-sucesso-hero > p {
    max-width: 560px;
    margin: 14px auto 0;
    color: var(--hall-texto-suave);
    font-size: 12px;
    line-height: 1.7;
}

.cadastro-sucesso-identidade {
    display: inline-flex;
    min-height: 35px;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
    padding: 7px 13px;
    border: 1px solid
        color-mix(
            in srgb,
            var(--hall-dourado) 18%,
            transparent
        );
    border-radius: 999px;
    background:
        color-mix(
            in srgb,
            var(--hall-dourado) 4%,
            rgba(255, 255, 255, 0.018)
        );
}

.cadastro-sucesso-identidade span,
.cadastro-sucesso-identidade strong {
    font-size: 9px;
    line-height: 1.2;
}

.cadastro-sucesso-identidade span {
    color: var(--hall-dourado);
    font-weight: 820;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.cadastro-sucesso-identidade strong {
    max-width: min(68vw, 380px);
    overflow-wrap: anywhere;
    color: var(--hall-texto-suave);
    font-weight: 560;
}

.cadastro-sucesso-identidade i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--hall-dourado);
    opacity: 0.56;
}

.cadastro-sucesso-trilha {
    width: 100%;
    margin: 30px auto 0;
    padding: 17px;
    border: 1px solid var(--hall-borda);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.032),
            rgba(255, 255, 255, 0.012)
        );
    box-shadow:
        0 20px 54px rgba(0, 0, 0, 0.24),
        inset 0 1px rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(14px);
}

.cadastro-sucesso-trilha ol {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.cadastro-sucesso-passo {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.cadastro-sucesso-passo:not(:last-child)::after {
    position: absolute;
    z-index: 0;
    top: 42px;
    bottom: -14px;
    left: 20px;
    width: 1px;
    background: rgba(255, 255, 255, 0.075);
    content: "";
}

.cadastro-sucesso-marcador {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    background: rgba(8, 8, 8, 0.88);
    color: var(--hall-texto-fraco);
}

.cadastro-sucesso-marcador svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.cadastro-sucesso-passo.concluido
.cadastro-sucesso-marcador {
    border-color:
        color-mix(
            in srgb,
            var(--hall-dourado) 28%,
            transparent
        );
    background:
        color-mix(
            in srgb,
            var(--hall-dourado) 8%,
            rgba(8, 8, 8, 0.92)
        );
    color: var(--hall-dourado);
}

.cadastro-sucesso-passo.atual
.cadastro-sucesso-marcador {
    border-color: var(--hall-dourado);
    background: var(--hall-dourado);
    color: #090806;
    box-shadow:
        0 0 0 5px
        color-mix(
            in srgb,
            var(--hall-dourado) 7%,
            transparent
        ),
        0 10px 26px
        color-mix(
            in srgb,
            var(--hall-dourado) 13%,
            transparent
        );
    animation: cadastro-sucesso-pulso 2.6s ease-in-out infinite;
}

.cadastro-sucesso-passo > div {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding-top: 2px;
}

.cadastro-sucesso-passo > div > span,
.cadastro-sucesso-passo > div > strong,
.cadastro-sucesso-passo > div > small {
    display: block;
}

.cadastro-sucesso-passo > div > span {
    color: var(--hall-texto-fraco);
    font-size: 8px;
    font-weight: 820;
    letter-spacing: 1px;
}

.cadastro-sucesso-passo.atual > div > span {
    color: var(--hall-dourado);
}

.cadastro-sucesso-passo > div > strong {
    margin-top: 4px;
    color: var(--hall-texto);
    font-size: 12px;
    font-weight: 620;
    line-height: 1.35;
}

.cadastro-sucesso-passo > div > small {
    margin-top: 3px;
    overflow-wrap: anywhere;
    color: var(--hall-texto-fraco);
    font-size: 10px;
    line-height: 1.45;
}

.cadastro-sucesso-passo.atual > div > small {
    color: var(--hall-texto-suave);
}

.cadastro-sucesso-email {
    color: var(--hall-dourado);
    font-weight: 700;
}

.cadastro-sucesso-acoes {
    display: grid;
    width: min(100%, 430px);
    gap: 10px;
    margin: 22px auto 0;
}

.cadastro-sucesso-reenviar,
.cadastro-sucesso-voltar {
    display: inline-flex;
    min-height: 49px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 15px;
    font: inherit;
    font-size: 9px;
    font-weight: 820;
    letter-spacing: 1px;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.cadastro-sucesso-reenviar {
    border: 1px solid var(--hall-dourado);
    background:
        linear-gradient(
            135deg,
            var(--hall-dourado),
            var(--hall-dourado-hover)
        );
    color: #090806;
    box-shadow:
        0 14px 30px
        color-mix(
            in srgb,
            var(--hall-dourado) 12%,
            transparent
        );
    cursor: pointer;
}

.cadastro-sucesso-voltar {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.025);
    color: var(--hall-texto-suave);
}

.cadastro-sucesso-reenviar svg,
.cadastro-sucesso-voltar svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.cadastro-sucesso-reenviar:hover,
.cadastro-sucesso-reenviar:focus-visible {
    outline: none;
    box-shadow:
        0 17px 36px
        color-mix(
            in srgb,
            var(--hall-dourado) 20%,
            transparent
        );
    transform: translateY(-1px);
}

.cadastro-sucesso-reenviar:disabled,
.cadastro-sucesso-reenviar:disabled:hover {
    outline: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: saturate(0.45);
    opacity: 0.62;
    transform: none;
}

.cadastro-sucesso-voltar:hover,
.cadastro-sucesso-voltar:focus-visible {
    border-color:
        color-mix(
            in srgb,
            var(--hall-dourado) 30%,
            transparent
        );
    outline: none;
    background:
        color-mix(
            in srgb,
            var(--hall-dourado) 5%,
            rgba(255, 255, 255, 0.025)
        );
    color: var(--hall-texto);
    transform: translateY(-1px);
}

.cadastro-sucesso-aviso {
    width: fit-content;
    margin: 12px auto 0;
    padding: 8px 13px;
    border: 1px solid
        color-mix(
            in srgb,
            var(--hall-dourado) 28%,
            transparent
        );
    border-radius: 999px;
    background:
        color-mix(
            in srgb,
            var(--hall-dourado) 7%,
            rgba(8, 8, 8, 0.94)
        );
    color: var(--hall-dourado);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.25px;
    animation: cadastro-sucesso-aviso-entrada 0.24s ease both;
}

@keyframes cadastro-sucesso-entrada {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cadastro-sucesso-aviso-entrada {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cadastro-sucesso-satisfacao-entrada {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cadastro-sucesso-pulso {
    0%,
    100% {
        box-shadow:
            0 0 0 5px
            color-mix(
                in srgb,
                var(--hall-dourado) 7%,
                transparent
            );
    }

    50% {
        box-shadow:
            0 0 0 8px
            color-mix(
                in srgb,
                var(--hall-dourado) 3%,
                transparent
            );
    }
}

.hallvip-acesso-existente {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 0 14px;
}

.hallvip-page:not([data-cadastro-etapa="1"])
.hallvip-acesso-existente {
    display: none;
}

.hallvip-acesso-existente a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.35px;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.hallvip-acesso-existente a:hover,
.hallvip-acesso-existente a:focus-visible {
    border-color: rgba(212, 175, 55, 0.25);
    outline: none;
    background: rgba(212, 175, 55, 0.055);
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 390px) {
    .hallvip-palco {
        padding-right: 12px;
        padding-left: 12px;
        border-radius: 24px;
    }

    .hallvip-abertura h1 {
        font-size: 23px;
    }

    .hallvip-abertura p {
        font-size: 10px;
        letter-spacing: -0.08px;
    }

    .hallvip-escolha {
        min-height: 332px;
    }

    .hallvip-ilustracao {
        min-height: 190px;
    }

    .hallvip-ilustracao img {
        max-width: 78%;
        max-height: 340px;
    }

    .cadastro-acoes {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .cadastro-botao-principal,
    .cadastro-botao-secundario {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 9px;
    }

    .cadastro-sucesso {
        padding-top: 12px;
    }

    .cadastro-sucesso-hero h1 {
        font-size: 29px;
    }

    .cadastro-sucesso-trilha {
        padding: 14px;
        border-radius: 18px;
    }

}

@media (max-width: 430px) {
    .hallvip-abertura h1 {
        max-width: 320px;
        font-size: clamp(21px, 5.5vw, 23px);
        line-height: 1.10;
    }

    .hallvip-escolha {
        scroll-margin-top: 12px;
    }
}

@media (min-width: 720px) {
    .hallvip-shell {
        padding-right: 24px;
        padding-left: 24px;
    }

    .hallvip-palco {
        padding: 38px 30px 24px;
        border-radius: 34px;
    }

    .hallvip-palco.hallvip-palco-escolha-pendente {
        padding-bottom: 37px;
    }

    .hallvip-palco.hallvip-palco-sucesso {
        padding: 38px 34px 28px;
    }

    .hallvip-escolhas {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .hallvip-escolha {
        min-height: 390px;
    }

    .hallvip-ilustracao {
        min-height: 225px;
    }

    .hallvip-ilustracao img {
        max-width: min(80%, 280px);
        max-height: 380px;
    }

    .hallvip-escolha-conteudo {
        padding-right: 26px;
        padding-left: 26px;
    }

    .cadastro-progresso {
        max-width: 740px;
        margin-right: auto;
        margin-left: auto;
    }

    .cadastro-bloco {
        padding: 24px;
        border-radius: 24px;
    }

    .cadastro-bloco-titulo {
        padding-bottom: 18px;
    }

    .cadastro-bloco-titulo h2 {
        font-size: 19px;
    }

    .cadastro-campos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .cadastro-campo-largo {
        grid-column: 1 / -1;
    }

    .cadastro-campos-local {
        grid-template-columns:
            minmax(0, 1fr)
            130px;
    }

    .cadastro-campos-local
    .cadastro-campo-largo {
        grid-column: 1 / -1;
    }

    .cadastro-campo input,
    .cadastro-campo select {
        font-size: 13px;
    }

    .cadastro-acoes {
        width: min(100%, 560px);
        margin: 18px auto 0;
    }

    .cadastro-resumo {
        padding: 16px 86px 16px 18px;
    }

    .cadastro-resumo button {
        right: 14px;
        padding: 0 13px;
    }

    .cadastro-sucesso {
        padding-top: 20px;
    }

    .cadastro-sucesso-hero > p {
        font-size: 13px;
    }

    .cadastro-sucesso-trilha {
        padding: 21px 22px 22px;
        border-radius: 24px;
    }

    .cadastro-sucesso-trilha ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        margin-top: 22px;
        text-align: center;
    }

    .cadastro-sucesso-passo {
        display: block;
        padding: 0 12px;
    }

    .cadastro-sucesso-passo:not(:last-child)::after {
        top: 20px;
        right: calc(-50% + 28px);
        bottom: auto;
        left: calc(50% + 28px);
        width: auto;
        height: 1px;
    }

    .cadastro-sucesso-marcador {
        margin: 0 auto;
    }

    .cadastro-sucesso-passo > div {
        padding-top: 12px;
    }
}

@media (min-width: 1040px) {
    .hallvip-shell {
        padding-top: 28px;
    }

    .hallvip-brand {
        margin-bottom: 29px;
    }

    .hallvip-palco {
        padding: 44px 54px 28px;
    }

    .hallvip-palco.hallvip-palco-escolha-pendente {
        padding-bottom: 42px;
    }

    .hallvip-palco.hallvip-palco-sucesso {
        padding: 42px 54px 32px;
    }

    .hallvip-form {
        margin-top: 30px;
    }

    .hallvip-escolhas {
        gap: 22px;
    }

    .hallvip-escolha {
        min-height: 420px;
    }

    .hallvip-ilustracao {
        min-height: 240px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hallvip-galeria-controle {
        display: none !important;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Confirmação da troca de e-mail: mesma linguagem enxuta do modal de acesso. */
.cadastro-sucesso-kicker {
    display: block;
    margin: 0 auto 10px;
    color: var(--hall-dourado);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.8px;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.hallvip-shell {
    display: grid;
    width: min(100%, 690px);
    min-height: 100svh;
    align-content: center;
    padding:
        max(20px, env(safe-area-inset-top))
        14px
        max(20px, env(safe-area-inset-bottom));
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.hallvip-brand {
    margin-bottom: 22px;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.hallvip-brand a {
    width: min(52vw, 190px);
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.hallvip-palco {
    padding: 38px 42px 34px;
    border-radius: 28px;
    background: rgba(13, 13, 13, 0.975);
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso {
    width: 100%;
    padding: 0;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso::before {
    display: none;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-satisfacao {
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
    border-radius: 22px;
    box-shadow: none;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-satisfacao svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.55;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-hero h1 {
    max-width: 510px;
    margin-top: 0;
    font-size: clamp(28px, 5vw, 36px);
    font-weight: 450;
    letter-spacing: -0.75px;
    line-height: 1.12;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-hero > p {
    max-width: 480px;
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.55;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-identidade {
    display: none;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-trilha {
    max-width: 540px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.018);
    box-shadow: none;
    backdrop-filter: none;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-passo.atual
.cadastro-sucesso-marcador {
    animation: none;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-acoes {
    width: min(100%, 540px);
    margin-top: 20px;
}

.hallvip-page[data-confirmacao-origem="alteracao_email"]
.cadastro-sucesso-reenviar {
    min-height: 52px;
    border-radius: 14px;
    font-size: 10px;
}

.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-concluida
.cadastro-sucesso-satisfacao {
    border-color: rgba(67, 210, 143, 0.42);
    background: rgba(67, 210, 143, 0.075);
    color: #63dfa3;
}

.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-concluida
.cadastro-sucesso-satisfacao svg {
    stroke: currentColor;
}

.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-concluida
.cadastro-sucesso-kicker {
    color: #63dfa3;
}

.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-fechar {
    border-color: rgba(67, 210, 143, 0.72);
    background: #43d28f;
    color: #07140e;
    box-shadow: 0 14px 30px rgba(67, 210, 143, 0.12);
    text-decoration: none;
}

.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-fechar:hover,
.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-fechar:focus-visible {
    box-shadow: 0 17px 36px rgba(67, 210, 143, 0.2);
}

.hallvip-page[data-confirmacao-concluida="true"]
.cadastro-confirmacao-fechar-aviso {
    border-color: rgba(67, 210, 143, 0.3);
    background: rgba(67, 210, 143, 0.07);
    color: #63dfa3;
}

@media (max-width: 699px) {
    .hallvip-page[data-confirmacao-origem="alteracao_email"]
    .hallvip-shell {
        align-content: start;
    }

    .hallvip-page[data-confirmacao-origem="alteracao_email"]
    .hallvip-palco {
        padding: 30px 22px 27px;
        border-radius: 24px;
    }

    .hallvip-page[data-confirmacao-origem="alteracao_email"]
    .cadastro-sucesso-satisfacao {
        width: 66px;
        height: 66px;
        margin-bottom: 17px;
        border-radius: 20px;
    }

    .hallvip-page[data-confirmacao-origem="alteracao_email"]
    .cadastro-sucesso-hero h1 {
        font-size: 28px;
    }

    .hallvip-page[data-confirmacao-origem="alteracao_email"]
    .cadastro-sucesso-trilha {
        padding: 17px;
    }
}

.cadastro-email-cabecalho {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 7px 2px;
}

.cadastro-email-cabecalho > label {
    flex: 0 0 auto;
    margin: 0;
    line-height: 1.4;
}

.cadastro-email-cabecalho .cadastro-email-status {
    min-width: 0;
    margin: 0;
    color: var(--hall-texto-fraco) !important;
    font-size: 9px;
    font-weight: 550;
}

.cadastro-email-status[data-estado="verificando"] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--hall-dourado) !important;
}

.cadastro-email-status[data-estado="verificando"]::before {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-top-color: var(--hall-dourado);
    border-radius: 50%;
    content: "";
    animation: cadastro-email-giro 0.7s linear infinite;
}

.cadastro-email-status[data-estado="disponivel"] {
    color: #63dfa3 !important;
}

.cadastro-email-status[data-estado="disponivel"]::before {
    margin-right: 5px;
    content: "✓";
}

.cadastro-email-status[data-estado="indisponivel"] {
    color: #e79090 !important;
}

@keyframes cadastro-email-giro {
    to {
        transform: rotate(360deg);
    }
}

body.cadastro-email-modal-aberto {
    overflow: hidden;
}

.cadastro-email-modal[hidden] {
    display: none;
}

.cadastro-email-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding:
        max(18px, env(safe-area-inset-top))
        14px
        max(18px, env(safe-area-inset-bottom));
}

.cadastro-email-modal-fundo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.76);
    cursor: default;
    backdrop-filter: blur(10px);
}

.cadastro-email-modal-card {
    position: relative;
    width: min(100%, 520px);
    overflow: hidden;
    padding: 38px 34px 30px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 26px;
    outline: none;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(212, 175, 55, 0.10),
            transparent 40%
        ),
        rgba(15, 14, 13, 0.985);
    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.68),
        inset 0 1px rgba(255, 255, 255, 0.045);
    text-align: center;
    animation: cadastro-email-modal-entrada 0.24s ease both;
}

.cadastro-email-modal-card::before {
    position: absolute;
    top: 0;
    right: 18%;
    left: 18%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--hall-dourado),
        transparent
    );
    content: "";
}

.cadastro-email-modal-fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.64);
    cursor: pointer;
}

.cadastro-email-modal-fechar svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.6;
}

.cadastro-email-modal-icone {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin: 0 auto 18px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 21px;
    background: rgba(212, 175, 55, 0.065);
    color: var(--hall-dourado);
    box-shadow: 0 0 0 7px rgba(212, 175, 55, 0.025);
}

.cadastro-email-modal-icone svg {
    width: 31px;
    height: 31px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
}

.cadastro-email-modal-icone circle {
    fill: #12110f;
}

.cadastro-email-modal-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--hall-dourado);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.cadastro-email-modal-card h2 {
    max-width: 420px;
    margin: 0 auto;
    color: var(--hall-texto);
    font-size: clamp(25px, 6vw, 34px);
    font-weight: 460;
    letter-spacing: -0.72px;
    line-height: 1.12;
    text-wrap: balance;
}

.cadastro-email-modal-card p {
    max-width: 420px;
    margin: 14px auto 0;
    color: var(--hall-texto-suave);
    font-size: 11px;
    font-weight: 370;
    line-height: 1.62;
    text-wrap: balance;
}

.cadastro-email-modal-endereco {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 18px auto 0;
    overflow-wrap: anywhere;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 550;
}

.cadastro-email-modal-acoes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.cadastro-email-modal-primario,
.cadastro-email-modal-secundario {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1.25;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        filter 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.cadastro-email-modal-primario {
    border: 1px solid rgba(212, 175, 55, 0.58);
    background: linear-gradient(135deg, #8d641d, #d4af37 48%, #aa771c);
    color: #0b0905;
    box-shadow: 0 11px 24px rgba(150, 103, 24, 0.18);
}

.cadastro-email-modal-secundario {
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(212, 175, 55, 0.045);
    color: var(--hall-texto);
}

.cadastro-email-modal-alternativo {
    margin-top: 18px;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: var(--hall-texto-fraco);
    cursor: pointer;
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 1px;
}

.cadastro-email-modal-fechar:hover,
.cadastro-email-modal-fechar:focus-visible,
.cadastro-email-modal-alternativo:hover,
.cadastro-email-modal-alternativo:focus-visible {
    outline: none;
    color: var(--hall-texto);
}

.cadastro-email-modal-primario:hover,
.cadastro-email-modal-primario:focus-visible,
.cadastro-email-modal-secundario:hover,
.cadastro-email-modal-secundario:focus-visible {
    outline: none;
    transform: translateY(-1px);
    filter: brightness(1.07);
}

@keyframes cadastro-email-modal-entrada {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 540px) {
    .cadastro-email-modal-card {
        padding: 34px 20px 25px;
        border-radius: 24px;
    }

    .cadastro-email-modal-acoes {
        grid-template-columns: 1fr;
    }

    .cadastro-email-modal-primario,
    .cadastro-email-modal-secundario {
        min-height: 52px;
    }
}
