.hipro-post-historia{max-width:860px;margin:0 auto;font-size:18px;line-height:1.75;color:#2f2f2f}.hipro-section{margin:28px 0}.hipro-intro-box{background:#fff8ef;border:1px solid #f1dfc8;border-radius:16px;padding:18px 22px}.hipro-intro-box p{margin:0}.hipro-historia-box{background:#fff;border:1px solid #eee;border-radius:18px;padding:28px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.hipro-historia-box h2{margin-top:0;text-align:center;font-size:30px;line-height:1.25}.hipro-historia-texto p{margin:0 0 1.15em}.hipro-perguntas{background:#f7fbff;border:1px solid #dcecff;border-radius:16px;padding:24px}.hipro-perguntas h2,.hipro-galeria h2,.hipro-download h2{margin-top:0}.hipro-perguntas li{margin-bottom:10px}.hipro-download{margin:30px 0;background:#f4fff8;border:1px solid #cdeedb;border-radius:18px;padding:24px;text-align:center}.hipro-btn{display:inline-block;padding:13px 24px;background:#1e73be;color:#fff!important;text-decoration:none!important;border-radius:999px;font-weight:700}.hipro-btn:hover{filter:brightness(.95)}.hipro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hipro-img-box{background:#fff;border:1px solid #eee;border-radius:14px;padding:12px;text-align:center}.hipro-img-box img{max-width:100%;height:auto;border-radius:10px}.hipro-img-box a{display:inline-block;margin-top:10px;padding:9px 16px;background:#2eaa64;color:#fff!important;text-decoration:none!important;border-radius:999px;font-weight:600}.hipro-interlinks{background:#fffdf7;border:1px solid #f1e2bd;border-radius:16px;padding:22px;margin:30px 0}.hipro-interlinks ul{margin-bottom:0}@media(max-width:700px){.hipro-post-historia{font-size:16px}.hipro-historia-box{padding:20px}.hipro-grid{grid-template-columns:1fr}.hipro-historia-box h2{font-size:24px}}

.hipro-links-section{
    margin-top:28px;
}
.hipro-cluster-box{
    margin-top:20px;
    padding:20px;
    border-radius:16px;
    background:#fff8e8;
    border:1px solid #f1dba2;
}
.hipro-cluster-box h2{
    margin-top:0;
}
.hipro-cluster-link{
    display:inline-block;
    padding:11px 18px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    background:#1e73be;
    color:#fff !important;
}


.hipro-hub-post{
    max-width:1080px;
    margin:0 auto;
    font-size:18px;
    line-height:1.7;
    color:#2f2f2f;
}
.hipro-hub-hero{
    background:#fff8ef;
    border:1px solid #f1dfc8;
    border-radius:18px;
    padding:24px;
    margin:24px 0;
}
.hipro-hub-section{
    margin:34px 0;
}
.hipro-hub-section h2{
    text-align:center;
    margin-bottom:24px;
}
.hipro-hub-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:26px;
    align-items:start;
}
.hipro-hub-card{
    margin:0;
    background:#fff;
    border:1px solid #eeeeee;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    transition:transform .18s ease, box-shadow .18s ease;
}
.hipro-hub-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(0,0,0,.08);
}
.hipro-hub-card-link{
    display:block;
    text-decoration:none!important;
    color:inherit!important;
}
.hipro-hub-card-image{
    width:100%;
    aspect-ratio:16/9;
    background:#fff6ea;
    overflow:hidden;
}
.hipro-hub-card-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.hipro-hub-card h3{
    font-size:19px;
    line-height:1.3;
    margin:0;
    padding:14px 14px 18px;
    text-align:center;
    font-weight:800;
}
.hipro-hub-card-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:18px;
    font-weight:800;
    color:#8a5a24;
    background:#fff1d9;
}
.hipro-hub-faq{
    background:#f7fbff;
    border:1px solid #dcecff;
    border-radius:18px;
    padding:24px;
}
@media(max-width:900px){
    .hipro-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
    .hipro-hub-grid{grid-template-columns:1fr;}
    .hipro-hub-post{font-size:16px;}
}
