/* ===== REPIS LANDING PAGE CSS ===== */

body {
    -webkit-font-smoothing: antialiased;
}

.repis-page {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.repis-page h1, .repis-page h2, .repis-page h3 {
    color: #00703c;
    font-weight: bold;
    margin-top: 0;
}

.repis-page p {
    margin-bottom: 20px;
    font-size: 16px;
}

/* Utils */
.repis-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}

.repis-btn {
    display: inline-block;
    background-color: #00703c;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s;
    text-align: center;
    border: none;
    cursor: pointer;
}

.repis-btn:hover {
    background-color: #00562e;
}

/* Secoes Customizadas */

/* 1. Hero */
.repis-hero {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
}
.repis-hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
.repis-hero strong {
    font-size: 18px;
    display: block;
    color: #00703c;
}

/* 2. Explicando Rapidinho */
.repis-explicando {
    background-color: #00703c;
    color: #ffffff;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}
.repis-explicando .repis-container {
    padding: 0;
    position: relative;
    z-index: 2;
}
.repis-explicando h2 {
    color: #ffffff;
    font-size: 28px;
}
.repis-explicando p {
    max-width: 600px;
}

/* 3. Beneficios (O que voce pode fazer) */
.repis-beneficios {
    background-color: #f6f8f8;
    position: relative;
}
.repis-grid-itens {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 700px;
    margin-top: 40px;
}
.repis-item-bene {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-top: 4px solid #00703c;
    text-align: center;
    font-weight: bold;
    color: #00703c;
    font-size: 15px;
}

/* 4. Fundo Verde - Alerta Urgente */
.repis-alerta-verde {
    background-color: #00703c;
    color: #ffffff;
    text-align: center;
}
.repis-alerta-verde p {
    font-size: 22px;
    margin: 0;
}

/* 5. Tabelas e Valores */
.repis-valores {
    background-color: #fcfcfc;
}

.repis-tabela-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}

.repis-tabela {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    text-align: center;
}

.repis-tabela th {
    background-color: #00703c;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    border: 1px solid #10804c;
}

.repis-tabela td {
    padding: 15px;
    border: 1px solid #eee;
    color: #444;
}

.repis-tabela strong {
    color: #00703c;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

/* Tabela Zebrada (Ponta do lapis) */
.repis-tabela-zebrada {
    background-color: #f6f8f8;
}

.repis-tabela-z {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    text-align: center;
    background: #fff;
}

.repis-tabela-z th {
    background-color: #00703c;
    color: #fff;
    padding: 15px;
}

.repis-tabela-z td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.repis-tabela-z tr:nth-child(even) td {
    background-color: #fdfdfd;
}

.repis-tabela-z td:last-child {
    font-weight: bold;
    color: #00703c;
}

/* 6. Onde esta valendo (Fundo Preto) */
.repis-onde {
    background-color: #111111;
    color: #dddddd;
}
.repis-onde h2 {
    color: #ffffff;
}
.repis-onde strong {
    color: #00b3a4;
}

/* 7. Amparado por lei */
.repis-legal {
    background-color: #ffffff;
}

/* 8. Recapitulando */
.repis-recapitulando {
    background-color: #f1f1f1;
}
.repis-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    justify-content: space-between;
}
.repis-check-item {
    flex: 1 1 30%;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #00703c;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 9. Passo a Passo */
.repis-passos-section {
    background-color: #fff;
}
.repis-lista-passos {
    margin: 40px 0;
    display: grid;
    gap: 30px;
}
.repis-passo {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.repis-passo-numero {
    font-size: 50px;
    font-weight: bold;
    color: #00703c;
    line-height: 0.8;
}

/* 10. Footer Alert */
.repis-footer-alert {
    background-color: #eff3f3;
}
.repis-footer-alert h3 {
    color: #00703c;
    font-size: 22px;
}
.repis-footer-alert p {
    font-size: 14px;
    color: #555;
}

/* Responsividade Mobile */
@media (max-width: 768px) {
    .repis-grid-itens {
        grid-template-columns: 1fr;
    }
    .repis-checks {
        flex-direction: column;
    }
    .repis-passo {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .repis-hero h1 {
        font-size: 26px;
    }
    .repis-explicando h2 {
        font-size: 24px;
    }
}
