
/* ==========================================================
   HOME — ACESSIBILIDADE, JORNADA, DEPOIMENTOS E SUSTENTABILIDADE
========================================================== */
.btn-visitante{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid #dbe3ef;border-radius:11px;color:#334155;text-decoration:none;font-weight:800;background:#fff}
.btn-visitante:hover{border-color:#2563eb;color:#2563eb}
.home-timeline-section{padding:80px 0;background:#f8fafc}
.home-timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.home-timeline:before{content:"";position:absolute;left:10%;right:10%;top:29px;height:2px;background:#dbe4f0}
.home-timeline article{position:relative;z-index:1;text-align:center;padding:0 12px}
.home-timeline article>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 12px;border-radius:50%;background:#2563eb;color:#fff;font-weight:900;border:6px solid #f8fafc}
.home-timeline article>i{display:block;color:#2563eb;font-size:1.1rem;margin-bottom:6px}
.home-timeline h3{margin:0 0 5px;color:#172033}
.home-timeline p{margin:0;color:#64748b;font-size:.88rem;line-height:1.55}
.home-education-sustainability{padding:70px 0}
.home-two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.home-info-card{display:flex;gap:17px;padding:25px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.06)}
.home-card-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:15px;background:#eef2ff;color:#4f46e5;font-size:1.3rem}
.home-info-card h2{margin:4px 0 8px;color:#172033;font-size:1.25rem}
.home-info-card p{color:#64748b;line-height:1.6;margin:0 0 15px}
.sustainability-home .home-card-icon{background:#ecfdf5;color:#15803d}
.home-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.home-testimonials article{padding:23px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.home-testimonials article>i{color:#2563eb;font-size:1.3rem}
.home-testimonials p{color:#334155;line-height:1.65;margin:12px 0}
.home-testimonials strong{display:block;color:#64748b;font-size:.8rem}
@media(max-width:900px){.home-timeline{grid-template-columns:repeat(2,1fr)}.home-timeline:before{display:none}.home-testimonials{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.btn-visitante{display:none}.home-timeline,.home-two-col,.home-testimonials{grid-template-columns:1fr}.home-info-card{flex-direction:column}}
