.lu-hiw-steps{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lu-hiw-compare{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lu-hiw-pillars{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:900px){.lu-hiw-pillars,.lu-hiw-steps{grid-template-columns:repeat(2,1fr)}.lu-hiw-compare{grid-template-columns:1fr}}@media (max-width:600px){.lu-hiw-pillars,.lu-hiw-steps{grid-template-columns:1fr}}.lu-hiw-btn-primary{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:.9rem;font-weight:var(--weight-medium);text-decoration:none;color:#fff;background:var(--brand-violet);border:1px solid var(--brand-violet-strong);border-radius:var(--radius-sm);transition:filter .15s}.lu-hiw-btn-primary:hover{filter:brightness(1.15)}.lu-hiw-btn-ghost{display:inline-flex;align-items:center;height:44px;padding:0 20px;font-size:.9rem;font-weight:var(--weight-medium);text-decoration:none;color:var(--text-secondary);background:var(--fill-faint);border:1px solid var(--line-subtle);border-radius:var(--radius-sm);transition:color .15s,border-color .15s}.lu-hiw-btn-ghost:hover{color:var(--text-primary);border-color:var(--line-strong)}