/* =========================================================
   Estilos institucionais - Protestar é Legal
   Páginas: Quem Somos, Títulos, O que é Protesto
   ========================================================= */

/* -----------------------------
   Página: Quem Somos
------------------------------ */
.sobre-hero{
    background:linear-gradient(135deg,#f8fbfd,#ffffff);
    border-left:6px solid #19b8b0;
    padding:34px 38px;
    border-radius:10px;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    margin-bottom:34px;
}

.sobre-label{
    display:inline-block;
    background:#e8f8f7;
    color:#119c96;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    padding:6px 12px;
    border-radius:50px;
    margin-bottom:14px;
}

.sobre-hero h2,
.sobre-card h2{
    color:#1f7faf;
    margin-bottom:16px;
}

.sobre-hero p,
.sobre-card p{
    font-size:16px;
    line-height:1.8;
    color:#1f2f3d;
}

.sobre-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

.sobre-card{
    background:#fff;
    border:1px solid #e3edf3;
    border-radius:10px;
    padding:30px;
    box-shadow:0 8px 22px rgba(0,0,0,.045);
    transition:.25s ease;
}

.sobre-card.destaque{
    border-top:5px solid #c62828;
}

.sobre-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* -----------------------------
   Página: Títulos
------------------------------ */
.title-links a{
    transition:.25s ease !important;
}

.title-links a:hover{
    transform:translateY(-3px) !important;
    box-shadow:0 10px 25px rgba(0,0,0,.08) !important;
}

.title-links a span{
    color:#c62828 !important;
    font-weight:700 !important;
    text-decoration:none !important;
}

.title-links a:hover span{
    color:#8e0000 !important;
    text-decoration:underline !important;
}

/* -----------------------------
   Página: O que é Protesto
------------------------------ */
.protesto-wrapper{
    margin-top:15px;
}

.protesto-conteudo{
    font-size:16px;
    line-height:1.9;
    color:#243746;
    text-align:justify;
}

.protesto-img{
    float:right;
    width:420px;
    max-width:42%;
    margin:0 0 25px 35px;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.protesto-resumo{
    background:#eef8fb;
    border-left:5px solid #1f7faf;
    padding:18px 22px;
    border-radius:8px;
    margin-bottom:25px;
}

.protesto-resumo h3{
    margin:0 0 10px;
    color:#1f7faf;
    font-size:22px;
}

.protesto-resumo p{
    margin:0;
    font-size:16px;
    line-height:1.7;
}

.protesto-conteudo p{
    margin-bottom:18px;
}

.protesto-conteudo::after{
    content:"";
    display:block;
    clear:both;
}

@media(max-width:900px){
    .protesto-img{
        float:none;
        display:block;
        width:100%;
        max-width:100%;
        margin:0 0 25px;
    }

    .protesto-resumo{
        margin-top:20px;
    }
}

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

    .sobre-hero,
    .sobre-card{
        padding:24px;
    }
}

/* Home e Footer ficam em arquivos separados: home.css e footer.css */


/* -----------------------------
   Página: Tabelionatos
------------------------------ */
.cartorios-intro{
    background:linear-gradient(135deg,#f8fbfd,#ffffff);
    border-left:6px solid #19b8b0;
    padding:34px 38px;
    border-radius:14px;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    margin-bottom:34px;
}

.cartorios-intro span{
    display:inline-block;
    background:#e8f8f7;
    color:#119c96;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.8px;
    padding:6px 12px;
    border-radius:50px;
    margin-bottom:14px;
}

.cartorios-intro h2{
    color:#1f7faf;
    font-size:34px;
    margin:0 0 12px;
}

.cartorios-intro p{
    color:#1f2f3d;
    font-size:17px;
    line-height:1.7;
    margin:0;
}

.cartorios-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.cartorio-card{
    background:#fff;
    border:1px solid #e3edf3;
    border-radius:16px;
    padding:30px;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:.25s ease;
}

.cartorio-card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 34px rgba(0,0,0,.09);
    border-color:#19b8b0;
}

.cartorio-card h3{
    color:#1f7faf;
    font-size:23px;
    line-height:1.25;
    margin:0 0 14px;
}

.cartorio-tabeliao{
    color:#102b3f;
    font-size:17px;
    margin-bottom:18px;
}

.cartorio-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.cartorio-card li{
    border-top:1px solid #eef3f6;
    padding:10px 0;
    color:#243746;
    font-size:15.5px;
    line-height:1.6;
}

.cartorio-card li:first-child{
    border-top:none;
}

.cartorio-card a{
    color:#c62828;
    font-weight:700;
    text-decoration:none;
}

.cartorio-card a:hover{
    text-decoration:underline;
}

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

    .cartorios-intro,
    .cartorio-card{
        padding:24px;
    }
}
