/* ============================================================
   SIDROLÂNDIA AGORA — refinamento editorial v1.4.1
   Tipografia + compartilhamento com ícones
   ============================================================ */

:root{
    --sidro-ui: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
    --sidro-text: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* Tipografia global mais limpa */
body,
input,
button,
select,
textarea{
    font-family: var(--sidro-text);
}

.hero-overlay h1,
.hero-overlay h2,
.section-title h2,
.folha-section-heading h1,
.folha-section-heading h2,
.folha-page-heading h1,
.folha-card h3,
.folha-latest-item h3,
.folha-most-read li > a,
.materia-header h1,
.materia-relacionadas .folha-section-heading h2,
.materia-sidebar-title h2,
.category-grid h3,
.category-block article h3{
    font-family: var(--sidro-ui) !important;
    letter-spacing: -0.025em;
}

/* Títulos melhor balanceados */
.hero-overlay h1{
    font-size: clamp(28px, 3.7vw, 42px) !important;
    line-height: 1.04 !important;
}
.hero-overlay h2{
    font-size: clamp(15px, 2vw, 23px) !important;
    line-height: 1.08 !important;
}
.folha-section-heading h2{
    font-size: 32px !important;
}
.folha-page-heading h1{
    font-size: clamp(32px, 4.2vw, 46px) !important;
    line-height: 1.02 !important;
}
.folha-card h3{
    font-size: 19px !important;
    line-height: 1.15 !important;
}
.folha-latest-item h3{
    font-size: 15px !important;
    line-height: 1.16 !important;
}
.category-grid h3,
.category-block article h3{
    font-size: 14px !important;
    line-height: 1.16 !important;
}
.materia-header h1{
    font-size: clamp(34px, 4.3vw, 48px) !important;
    line-height: 1.02 !important;
    max-width: 900px;
}
.materia-subtitulo{
    font-family: var(--sidro-text) !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    color: #5d6570 !important;
}
.materia-texto{
    font-family: var(--sidro-text) !important;
    font-size: 17.5px !important;
    line-height: 1.78 !important;
    color: #23272c !important;
}
.materia-texto p{
    margin-bottom: 1.25em;
}
.materia-texto strong,
.materia-texto b{
    font-weight: 700;
}

/* Compartilhamento com ícones */
.materia-share-icons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}
.materia-share-icons > span{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 800;
    color: #7b828b;
}
.materia-share-chip{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #dde2e6;
    border-radius: 999px;
    background: #fff;
    color: #171717;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: all .18s ease;
}
.materia-share-chip svg{
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}
.materia-share-chip:hover{
    transform: translateY(-1px);
    border-color: #cfd6dc;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.materia-share-chip.whatsapp:hover{
    color: #0e9f6e;
    border-color: #bfe8d9;
}
.materia-share-chip.facebook:hover{
    color: #1877f2;
    border-color: #bcd3ff;
}
.materia-share-chip.x:hover{
    color: #111;
    border-color: #d0d0d0;
}
.materia-share-chip.telegram:hover{
    color: #229ed9;
    border-color: #b7e4f7;
}

/* Ajustes finos no leia também / relacionadas */
.materia-relacionadas-grid .folha-card h3{
    font-size: 18px !important;
}
.materia-most-read li a{
    font-family: var(--sidro-ui) !important;
    line-height: 1.18;
}

@media(max-width: 700px){
    .materia-header h1{
        font-size: 32px !important;
    }
    .materia-texto{
        font-size: 17px !important;
    }
    .materia-share-icons{
        gap: 8px;
    }
    .materia-share-chip{
        height: 32px;
        padding: 0 10px;
        font-size: 11px;
    }
}
