.bloco_sucesso .background-glow {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.bloco_sucesso .glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
}

.bloco_sucesso .glow-1 {
    width: 500px;
    height: 500px;
    background: #4f7cff;
    top: -150px;
    left: -100px;
}

.bloco_sucesso .glow-2 {
    width: 500px;
    height: 500px;
    background: #7b61ff;
    bottom: -150px;
    right: -100px;
}

.bloco_sucesso .container {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 40px;
}

.bloco_sucesso .success-card {
    width: 100%;
    max-width: 760px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 28px;
    backdrop-filter: blur(20px);
    padding: 48px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.bloco_sucesso .success-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient);
}

.bloco_sucesso .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(79, 124, 255, 0.12);
    color: var(--primary-light);
    border: 1px solid rgba(79, 124, 255, 0.25);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.bloco_sucesso h1 {
    font-size: 52px;
    line-height: 1.05;
    margin-bottom: 24px;
    font-weight: 800;
    letter-spacing: -2px;
}

.bloco_sucesso .description {
    color: var(--text-secondary);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.bloco_sucesso .highlight {
    color: white;
    font-weight: 600;
}

.bloco_sucesso .benefits-card {
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.01));
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 30px;
    margin-bottom: 35px;
}

.bloco_sucesso .benefits-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}

.bloco_sucesso .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bloco_sucesso .benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 1.5;
}

.bloco_sucesso .benefit-icon {
    min-width: 26px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(39, 217, 128, 0.15);
    color: var(--success);
    font-size: 14px;
    font-weight: bold;
}

.bloco_sucesso .priority-box {
    border: 1px solid rgba(255, 200, 87, 0.18);
    background: rgba(255, 200, 87, 0.05);
    color: #ffe3a0;
    padding: 18px 22px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.bloco_sucesso .progress {
    margin-bottom: 35px;
}

.bloco_sucesso .progress-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    color: white;
}

.bloco_sucesso .progress-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.bloco_sucesso .step {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
}

.bloco_sucesso .step.active {
    border-color: rgba(79, 124, 255, 0.35);
    background: rgba(79, 124, 255, 0.08);
}

.bloco_sucesso .step.done {
    border-color: rgba(39, 217, 128, 0.35);
    background: rgba(39, 217, 128, 0.08);
}

.bloco_sucesso .step-icon {
    font-size: 20px;
    margin-bottom: 10px;
}

.bloco_sucesso .step-label {
    font-size: 13px;
    line-height: 1.4;
    color: var(--text-secondary);
}

.bloco_sucesso .step.done .step-label,
.bloco_sucesso .step.active .step-label {
    color: white;
}

.bloco_sucesso .whatsapp-button {
    width: 100%;
    border: none;
    outline: none;
    background: var(--gradient);
    color: white;
    border-radius: 18px;
    padding: 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(79, 124, 255, 0.3);
}

.bloco_sucesso .whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(79, 124, 255, 0.45);
}

.bloco_sucesso .whatsapp-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent);
    transition: 0.6s;
}

.bloco_sucesso .whatsapp-button:hover::before {
    left: 100%;
}

.bloco_sucesso .button-subtext {
    margin-top: 14px;
    text-align: center;
    color: var(--text-secondary);
    font-size: 14px;
}

.bloco_sucesso .social-proof {
    margin-top: 42px;
    text-align: center;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.8;
}

.bloco_sucesso .pulse {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--success);
    border-radius: 50%;
    margin-right: 8px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .bloco_sucesso .success-card {
        padding: 32px 24px;
    }

    .bloco_sucesso h1 {
        font-size: 38px;
    }

    .bloco_sucesso .description {
        font-size: 16px;
    }

    .bloco_sucesso .progress-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .bloco_sucesso .whatsapp-button {
        font-size: 16px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .bloco_sucesso h1 {
        font-size: 32px;
    }

    .bloco_sucesso .progress-steps {
        grid-template-columns: 1fr;
    }
}