.cadastro {
    padding: 30px;
    margin: 20px auto;
}

#paragrafo {
    font-weight: bold;
    font-size: 0.9rem;
}

.botao-login {
    margin-right: 20px;
}

.checkout-hero {
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.16), rgba(5, 5, 20, 0.7));
    border-radius: 32px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 25px 45px rgba(5, 5, 20, 0.35);
}

.summary-card {
    background: var(--cor-fundo-medio);
    border-radius: 24px;
    color: #fff;
    padding: 1.5rem;
    box-shadow: var(--sombreamento);
}

.summary-card ul {
    padding-left: 1rem;
}

.summary-card li {
    margin-bottom: .35rem;
}

.payment-card {
    background: #f7f8ff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.server-option {
    background: var(--cor-fundo-medio);
    border-radius: 20px;
    color: #fff;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--sombreamento);
}

.server-option ul {
    padding-left: 1rem;
}

.server-option li {
    margin-bottom: .35rem;
}

.pix-qr-placeholder {
    background: repeating-linear-gradient(45deg, rgba(5, 5, 20, 0.08), rgba(5, 5, 20, 0.08) 10px, rgba(5, 5, 20, 0.02) 10px, rgba(5, 5, 20, 0.02) 20px);
    border-radius: 16px;
    height: 220px;
    display: grid;
    place-items: center;
    color: #454BBA;
    font-weight: 600;
}

.payment-tabs .btn-outline-primary.active {
    background: #343c83;
    color: #fff;
}

.status-message {
    transition: opacity .3s ease;
}


.cadastro-hero {
    background: linear-gradient(120deg, rgba(67, 97, 238, 0.18), rgba(5, 5, 20, 0.7));
    border-radius: 32px;
    padding: 48px 32px;
    box-shadow: 0 25px 45px rgba(5, 5, 20, 0.35);
}

.cadastro-hero h1 {
    font-size: clamp(2.2rem, 3vw, 3rem);
    color: var(--cor-texto-principal);
}

.cadastro-hero p {
    color: var(--cor-texto-secundario);
    max-width: 520px;
}

.card-cadastro {
    background: var(--cor-fundo-medio);
    color: #fff;
    border: none;
    border-radius: 24px;
    box-shadow: var(--sombreamento);
}

.card-cadastro h2,
.card-cadastro h3,
.card-cadastro p,
.card-cadastro span {
    color: inherit;
}

.plan-summary ul {
    padding-left: 1rem;
}

.plan-summary li {
    margin-bottom: .35rem;
}

.step-list {
    counter-reset: etapa;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.step-list li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 20px;
}

.step-list li::before {
    counter-increment: etapa;
    content: counter(etapa);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: grid;
    place-items: center;
    font-weight: 700;
}

.info-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: .9rem;
}

.form-card {
    background: #f7f8ff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    padding: 2.5rem;
}

.form-card label {
    color: #273163;
}

.server-option {
    background: var(--cor-fundo-medio);
    border-radius: 20px;
    color: #fff;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--sombreamento);
}

.server-option ul {
    padding-left: 1rem;
}

.server-option li {
    margin-bottom: .35rem;
}

.pix-card {
    background: rgba(7, 237, 103, 0.08);
    border-radius: 16px;
    padding: 1rem;
}

.card-suporte {
    border-radius: 24px;
}