.elementor-693 .elementor-element.elementor-element-8da1959{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-693 .elementor-element.elementor-element-8da1959.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-693 .elementor-element.elementor-element-a0786b6{width:var( --container-widget-width, 55% );max-width:55%;--container-widget-width:55%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-693 .elementor-element.elementor-element-8da1959{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-a0786b6 */<style>
/* FUNDO E CARD PRINCIPAL */
.welcome-artpalco {
    background: radial-gradient(circle, #002244 0%, #001122 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

.welcome-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    max-width: 900px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* LOGO PEQUENA NO CENTRO */
.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.logo-small {
    max-width: 140px; /* Logo reduzida */
    height: auto;
}

/* TÍTULO AJUSTADO */
.welcome-card h1 {
    font-size: 28px; /* Fonte menor e mais moderna */
    color: #003366;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.subtitle {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 40px;
}

/* GRID DE PASSOS */
.next-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.step-card {
    background: #f8fafc;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza tudo dentro do card */
}

.step-card i {
    font-size: 40px;
    color: #003366;
    margin-bottom: 15px;
}

.step-card h3 {
    font-size: 18px;
    color: #003366;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

/* BOTÕES COM EFEITO NEON */
.btn-neon {
    display: inline-block;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

/* Neon Azul (Portal) */
.btn-neon.blue {
    color: #3b82f6;
    border: 2px solid #3b82f6;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.2);
}
.btn-neon.blue:hover {
    background: #3b82f6;
    color: #fff;
    box-shadow: 0 0 25px rgba(59, 130, 246, 0.6), 0 0 45px rgba(59, 130, 246, 0.4);
}

/* Neon Verde (WhatsApp) */
.btn-neon.green {
    color: #22c55e;
    border: 2px solid #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.2);
}
.btn-neon.green:hover {
    background: #22c55e;
    color: #fff;
    box-shadow: 0 0 25px rgba(34, 197, 94, 0.6), 0 0 45px rgba(34, 197, 94, 0.4);
}

/* Neon Amarelo (Agenda) */
.btn-neon.yellow {
    color: #eab308;
    border: 2px solid #eab308;
    box-shadow: 0 0 10px rgba(234, 179, 8, 0.2);
}
.btn-neon.yellow:hover {
    background: #eab308;
    color: #003366;
    box-shadow: 0 0 25px rgba(234, 179, 8, 0.6), 0 0 45px rgba(234, 179, 8, 0.4);
}

.footer-contact {
    margin-top: 30px;
    font-size: 13px;
    color: #94a3b8;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}
</style>/* End custom CSS */