/* Fonte suave */
body {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    background: #f5f7f6;
}

/* Card principal */
.card {
    border-radius: 12px;
}

/* Título */
h3 {
    font-weight: 600;
    color: #2f5d50;
}

/* Botão principal */
.btn-success {
    background-color: #2f7d65;
    border: none;
}

.btn-success:hover {
    background-color: #256b56;
}

/* Inputs */
.form-control {
    border-radius: 8px;
    padding: 12px;
}

/* Texto de confiança */
.text-muted {
    font-size: 0.9rem;
}

/* Versículo discreto */
.versiculo {
    font-style: italic;
    color: #6c757d;
    font-size: 0.9rem;
}
/* HERO DO EVENTO */
.hero-evento {
    position: relative;
    background: url('/img/igreja-bg.jpg') center/cover no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-evento .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-evento h1,
.hero-evento p {
    z-index: 2;
}

/* Versículo */
.versiculo {
    font-style: italic;
    color: #6c757d;
}

/* Botão principal */
.btn-success {
    background-color: #2f7d65;
    border: none;
}

.btn-success:hover {
    background-color: #256b56;
}

/* TOPO */
.top-bar {
    background-color: #2f7d65;
    color: #ffffff;
    padding: 8px 0;
    font-size: 0.9rem;
}

/* RODAPÉ */
.footer-bar {
    background-color: #f1f3f2;
    color: #6c757d;
    padding: 15px 0;
    font-size: 0.85rem;
}

/* Conteúdo principal */
main {
    min-height: calc(100vh - 110px);
}
