/* Etusivu — Osastot + suositut (HomeScreen 1:1) */
.eb-catgrid-sec { padding: 32px 0 24px; }
.eb-popular-sec { padding: 24px 0 32px; }
.eb-cat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); padding: 22px; display: flex; flex-direction: column; gap: 14px; transition: border-color .15s, box-shadow .15s, transform .15s; text-decoration: none; }
.eb-cat:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--border-strong); text-decoration: none; }
.eb-cat .ico { width: 46px; height: 46px; border-radius: var(--r-sm); background: var(--volt-100); color: var(--ink-900); display: grid; place-items: center; }
.eb-cat .ico svg { width: 24px; height: 24px; }
.eb-cat .ico--brand { padding: 7px; box-sizing: border-box; }
.eb-cat .ico--brand .eb-brandlogo { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; fill: currentColor; display: block; }
.eb-cat h3 { font-family: var(--font-text); font-weight: 700; font-size: 15px; margin: 0; color: var(--fg1); }
.eb-cat span { font-family: var(--font-mono); font-size: 11px; color: var(--steel-400); }

/* Trust-strip etusivulla (sec-kääre) */
.eb-trust-sec { padding: 8px 0 64px; }
