.elementor-85 .elementor-element.elementor-element-bdc1d69{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-327e1f1 */body {
    font-family: Arial, sans-serif;
}

.andre-container {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}

/* HERO */
.andre-hero {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1556740749-887f6717d7e4');
    background-size: cover;
    color: #fff;
}

.andre-hero h1 {
    font-size: 42px;
}

/* BOTÕES */
.btn-primary {
    background: #ff5a1f;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-secondary {
    border: 2px solid #ccc;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
}

/* PLANOS */
.andre-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.card.destaque {
    border-top: 4px solid #ff5a1f;
}

/* STEPS */
.andre-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

/* BENEFÍCIOS */
.andre-beneficios ul {
    list-style: none;
    padding: 0;
}

.andre-beneficios li {
    margin: 10px 0;
}

/* RESPONSIVO */
@media(max-width: 768px){
    .andre-grid {
        grid-template-columns: 1fr;
    }

    .andre-steps {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */