/* Home · estilos propios */
.hero{background-image:url('/img/anapoima_2.jpg')}
/* Variante liviana del hero para móvil */
@media(max-width:760px){.hero{background-image:url('/img/anapoima_2-800.jpg')}}
/* Intro en 3 tarjetas: fondo verde menta, icono y subtítulo */
.intro-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:26px}
.intro-card{background:#E9F5EA;border:1px solid #CBE5CF;border-radius:16px;padding:26px}
.intro-card .intro-ico{width:48px;height:48px;border-radius:13px;background:#fff;color:var(--brand-ink);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 12px -6px rgba(6,61,28,.25)}
.intro-card .intro-ico svg{width:27px;height:27px}
.intro-card h3{font-size:20px;color:var(--brand-deep);min-height:46px;margin-bottom:16px}
@media(max-width:1024px){.intro-card h3{min-height:0}}
.intro-card p{margin:0;color:var(--ink-soft);font-size:16.5px;line-height:1.65}
@media(max-width:1024px){.intro-cards{grid-template-columns:1fr}}
