/* ── HOMEPAGE HERO OVERRIDE ── */
.hero{min-height:100vh}

/* ── PILLARS ── */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-4rem;position:relative;z-index:20}
.pillar{padding:2rem;text-align:center}
.pillar-icon{width:48px;height:48px;margin:0 auto 1rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.pillar-icon-green{background:rgba(20,184,166,0.12);color:var(--brand-400)}
.pillar-icon-blue{background:rgba(115,213,215,0.12);color:var(--cyan)}
.pillar-icon-purple{background:rgba(192,132,252,0.12);color:var(--purple-400)}
.pillar h3{font-size:1.125rem;font-weight:700;color:var(--surface-900);margin-bottom:.5rem}
.pillar p{font-size:.875rem;color:var(--surface-500);line-height:1.6}
