body {
    background-color: white;
    text-align: center;
    color: #4a3705;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.hero {
    text-align: center;
    color: #4a3705;
    max-width: 1024px;
    /* limite de largura */
    margin: 0 auto;
    /* centraliza no desktop */
    padding: 0 20px;
    /* respiro lateral no mobile */
}

.hero h1 {
    font-size: 2.7rem;
    font-weight: 700;
    color: #193358;
    text-shadow: 1px 1px 4px rgba(255, 249, 220, 0.8);
}

.hero h2 {
    font-size: 2.2rem;
    margin: 20px auto;
    max-width: 900px;
    padding: 15px;
    border-radius: 12px;
}

.hero .btn,
section .btn {
    display: inline-block;
    background: #b9932f;
    color: #fff;
    padding: 14px 28px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    border: #fff9dc 1px solid;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.hero .btn:hover,
section .btn:hover {
    background: #640e0e;
    transform: scale(1.05);
    color: #fff;
}


.btn {
    display: inline-block;
    background: #b9932f;
    color: #fff;
    padding: 14px 28px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 22px !important;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    border: #fff9dc 1px solid;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.btn:hover {
    background: #640e0e;
    transform: scale(1.05);
    color: #fff;
}



section {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #3b2c10;
    background: #fff9d0;
    max-width: 1024px;
    margin: 60px auto;
    padding: 20px;
    border-radius: 20px;
    border: #fff solid 2px;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.12);
}



#padre-pio {

    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #3b2c10;

    max-width: 1024px;
    margin: 60px auto;
    padding: 20px;
}


h2 {
    color: #7a5a15;
    font-weight: 700;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 38px;
}

h3 {
    color: #4c3605;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 40px;
}

h4 {
    color: #640e0e;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 26px;
}

p {
    font-size: 17px;
    text-align: left !important;

}

span {
    font-family: 'Montserrat', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 15px 0;
    background: #fffdf5;
    border-left: 4px solid #c29c29;
    padding: 12px;
    border-radius: 6px;
}

.modal-content h2 {
    margin-top: 40px !important;
}


.recompensas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
    font-size: 1.1rem;
}

.recompensas-grid .full {
    grid-column: span 2;
    /* ocupa toda a linha */
    background: #fffdf0;
}

.card {
    background: #fff9dc;
    border: 1px solid #d4af37;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.12);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card.full {
    background: #fff9dc;
    border: 2px solid #d4af37;
}

.card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7a5a15;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.icon {
    width: 34px;
    height: 34px;
}

/* Seção Impacto com fundo escuro */
.impacto {
    margin: 60px auto;
    padding: 40px 25px;
    background: linear-gradient(180deg,
            rgba(255, 225, 165, 0.6),
            rgba(255, 199, 114, 0.6)) !important;

    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.22);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #f9eab5;
    /* amarelo claro para textos */
}

.impacto h2 {
    font-size: 2.4rem;
    color: #7a5a15;
    /* branco para títulos */
    margin-bottom: 20px;
    line-height: 1.3;
}

.impacto .subtitulo {
    margin-top: 40px;
    font-size: 2rem;
    color: #7a5a15;
}

.impacto-lista {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8;
}

.impacto-lista li {
    margin: 12px 0;
    padding-left: 28px;
    position: relative;
    color: #3d2f04;
}

.impacto-lista li::before {
    content: "✦";
    position: absolute;
    margin: 0 5px;
    left: 0;
    color: #3d2f04;
    font-weight: bold;
}

.impacto p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #7a5a15;
}

.impacto .destaque {
    background: rgba(255, 255, 255, 0.4);
    border-left: 5px solid #c29c29;
    padding: 15px;
    font-size: 1.3rem;
    border-radius: 8px;
    margin: 30px 0;
    color: #7a5a15;
}

/* Seção Velário Virtual */
.velario {
    margin: 60px auto;
    padding: 40px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #fffefc;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(46, 28, 4, 0.12);
    font-family: 'Montserrat', sans-serif;
    color: #3b2c10;
}

.velario-conteudo {
    flex: 1 1 400px;
    text-align: left;
}

.velario-conteudo .btn {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
}

.velario-conteudo {
    text-align: center;
    /* centraliza tudo no container */
}



.velario h2 {
    color: #7a5a15;
    margin-bottom: 20px;
}

.velario h3 {
    margin-top: 25px;
    font-size: 1.4rem;
    color: #7a5a15;
}

.velario p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1.1rem;
}

.velario .valor {
    background: #fff9dc;
    border-left: 5px solid #d4af37;
    padding: 12px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 1.2rem;
}

.velario-lista {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
}

.velario-lista li {
    margin: 12px auto;
    font-size: 1.05rem;
    background: #fff9dc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #d4af37;
    text-align: left;
    max-width: 590px;
    width: 90%;
}


.velario-img {
    flex: 1 1 300px;
    text-align: center;
}

.velario-img img {
    max-width: 100%;

}


#planos {
    max-width: 1260px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
}

.planos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
    align-items: start;
}

.etiqueta-topo {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f1c40f;
    color: #000;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


.plano {
    position: relative;
    border-radius: 12px;
    padding: 35px 20px;
    /* espaço extra no topo para não colidir */
    background: #fffdf5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plano h3 {
    font-size: 1.1rem;
    margin: 5px 0;
    color: #444;
}

.preco {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.preco span {
    font-size: 0.9rem;
    font-weight: normal;
}

.frase {
    font-style: italic;
    font-size: 0.9rem;
    margin: 15px 0;
    color: #333;
}

.plano ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    flex-grow: 1;
}

.plano ul li {
    margin: 8px 0;
    font-size: 0.9rem;
}


/* Botões específicos da seção de planos */
.planos-grid .btn {
    font-size: 14px !important;
    padding: 12px 18px;
}

.nota-plano {
    font-size: 1rem;
    color: #555;
    margin-top: 25px;
    line-height: 1.4;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}


.btn-wrap {
    text-align: center;
    margin-top: auto;
}

/* Etiqueta inline */
.etiqueta {
    background: #f1c40f;
    color: #333;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.8rem;
}

/* Cores pastéis */
.verde {
    background: #e9f7ef;
    border-top: 6px solid #2ecc71;
}

.vermelho {
    background: #fdecea;
    border-top: 6px solid #e74c3c;
}

.roxo {
    background: #f5f0fa;
    border-top: 6px solid #8e44ad;
}

.azul {
    background: #eaf5fc;
    border-top: 6px solid #41b3f1;
}

.btn.verde {
    background: #2ecc71;
    color: #fff;
}

.btn.vermelho {
    background: #e74c3c;
    color: #fff;
}

.btn.roxo {
    background: #8e44ad;
    color: #fff;
}

.btn.azul {
    background: #41b3f1;
    color: #fff;
}

/* Mobile */
@media (max-width: 992px) {
    .planos-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .planos-grid {
        grid-template-columns: 1fr;
    }
}

.montligeon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 60px auto;
    padding: 40px 25px;
    background: #fffefc;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    font-family: 'Montserrat', sans-serif;
    color: #3b2c10;
}

.montligeon-conteudo {
    flex: 1 1 400px;
    text-align: left;
}

.montligeon h2 {
    color: #7a5a15;
    margin-bottom: 10px;
}

.montligeon p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.montligeon .btn {
    margin-top: 20px;
    font-size: 20px;
}

.montligeon .nota {
    margin-top: 30px;
    font-size: 0.95rem;
    font-style: italic;
    color: #555;
}

.montligeon-img {
    flex: 1 1 400px;
    text-align: center;
}

.montligeon-img img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



footer {
    background: #3b2c10;
    color: #fff9dc;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    font-size: 12px;
    width: 100%;

}

/* Monitores pequenos/médios */
@media (max-width: 1366px) and (min-width: 1024px) {
    .hero h1 {
        font-size: 2.3rem;
    }

    .hero h2 {
        font-size: 1.9rem;
        padding: 12px;
        margin: 18px auto;
        max-width: 750px;
    }
}


/* Mobile*/
@media (max-width: 768px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero h2 {
        font-size: 1.4rem;
        line-height: 24px;
    }

    .hero p {
        font-size: 1rem;
    }

    section {
        margin: 40px 10px;
    }

    .recompensas-grid {
        grid-template-columns: 1fr;
        /* força apenas 1 coluna */
    }

    .recompensas-grid .full {
        grid-column: span 1;
        /* corrige o span que quebrava no mobile */
    }

    .card {
        text-align: center;
    }

    .card h3 {
        justify-content: center;
        /* centraliza ícone + título */
    }

    .velario {
        flex-direction: column;
        text-align: center;
    }

    .velario-conteudo {
        text-align: center;
    }

    .velario h2 {
        font-size: 1.8rem;
    }

    .montligeon {
        flex-direction: column;
        text-align: center;
    }

    .montligeon-conteudo {
        text-align: center;
    }
}