@charset "UTF-8";.leuc-ind-hero{background:var(--brand-primary-dark);color:var(--brand-text-inverse);padding:170px 0 var(--sp-6)}.leuc-ind-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700;color:var(--brand-accent);margin-bottom:var(--sp-2)}.leuc-ind-title{color:var(--brand-text-inverse);max-width:820px;margin-bottom:var(--sp-3)}.leuc-ind-lede{color:rgba(255,255,255,.85);max-width:760px;font-size:1.05rem;margin:0}.leuc-ind-grid{background:var(--brand-bg)}.leuc-ind-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--sp-2);gap:var(--sp-2)}.leuc-ind-card{position:relative;border:1px solid var(--brand-border);border-top:3px solid var(--brand-secondary);padding:var(--sp-3);background:var(--brand-bg);display:flex;flex-direction:column}.leuc-ind-num{font-size:1.4rem;font-weight:800;color:var(--brand-accent);line-height:1;margin-bottom:var(--sp-2)}.leuc-ind-name{font-size:1.12rem;margin-bottom:var(--sp-2)}.leuc-ind-desc{color:var(--brand-text-secondary);font-size:.92rem;margin-bottom:var(--sp-2)}.leuc-ind-points{list-style:none;margin:auto 0 0;padding:var(--sp-2) 0 0;border-top:1px solid var(--brand-border)}.leuc-ind-points li{position:relative;padding-left:16px;font-size:.82rem;color:var(--brand-text);margin-bottom:6px}.leuc-ind-points li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--brand-accent)}.leuc-ind-matrix{background:var(--brand-bg-alt)}.leuc-matrix-wrap{overflow-x:auto;border:1px solid var(--brand-border);background:var(--brand-bg)}.leuc-matrix-table{width:100%;border-collapse:collapse;min-width:760px}.leuc-matrix-table thead th{background:var(--brand-primary-dark);color:var(--brand-text-inverse);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:14px var(--sp-2);white-space:nowrap}.leuc-matrix-table tbody th{text-align:left;font-weight:700;color:var(--brand-text);padding:14px var(--sp-2);background:var(--brand-bg-alt)}.leuc-matrix-table tbody td{padding:14px var(--sp-2);font-size:.88rem;color:var(--brand-text-secondary);border-top:1px solid var(--brand-border)}.leuc-matrix-table tbody tr:hover td,.leuc-matrix-table tbody tr:hover th{background:var(--brand-neutral-light)}@media (max-width:991px){.leuc-ind-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.leuc-ind-cards{grid-template-columns:1fr}}