.tela-sucesso {
text-align: center;
padding: 10px 0;
}

.sucesso-icone {
width: 84px;
height: 84px;
border-radius: 50%;
background: linear-gradient(135deg, #2f6fed, #7c3aed);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 22px;
}

.sucesso-icone svg {
width: 38px;
height: 38px;
}

.tela-sucesso h2 {
font-size: 24px;
color: #0f172a;
margin-bottom: 10px;
}

.sucesso-texto {
font-size: 16px;
color: #334155;
margin-bottom: 6px;
}

.sucesso-subtexto {
font-size: 14px;
color: #64748b;
line-height: 1.5;
margin-bottom: 28px;
}

.sucesso-subtexto .destaque {
color: #4f46e5;
font-weight: 600;
}

.redes-sociais {
text-align: left;
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 14px;
padding: 20px;
}

.redes-titulo {
text-align: center;
font-weight: 700;
color: #3d3d3d;
margin-bottom: 14px;
}

.rede-card {
display: flex;
align-items: center;
gap: 12px;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 12px;
padding: 10px 14px;
margin-bottom: 10px;
text-decoration: none;
transition: all .2s ease;
}

.rede-card:last-child {
margin-bottom: 0;
}

.rede-card:hover {
border-color: #6366f1;
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.rede-logo-fundo {
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
padding: 8px 10px;
flex-shrink: 0;
}

.rede-logo-fundo--licinautas {
background: #3d1a78;
}

.rede-logo-fundo--virtu {
background: #131f38;
}

.rede-logo {
height: 22px;
max-width: 78px;
object-fit: contain;
}

.rede-info {
display: flex;
flex-direction: column;
flex: 1;
}

.rede-nome {
font-weight: 600;
font-size: 14px;
color: #0f172a;
}

.rede-handle {
font-size: 12px;
color: #64748b;
}

.rede-seta {
color: #9ca3af;
font-size: 18px;
}
