.chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.chip{background:#fff;border:1px solid var(--mist);border-radius:999px;color:var(--navy);font-size:13px;font-weight:700;padding:9px 18px;transition:background .2s,color .2s,border-color .2s,transform .2s}.chip:hover{background:var(--navy);color:#fff;transform:translateY(-2px)}.chip.on{background:var(--grad);border-color:transparent;box-shadow:0 8px 20px rgba(214,24,27,.24);color:#fff}.acard.feature{align-items:stretch;flex-direction:row}.acard.feature .thumb{aspect-ratio:auto;flex:0 0 46%}.acard.feature .body{display:flex;flex-direction:column;justify-content:center;padding:30px 32px}.acard.feature h3{font-size:clamp(19px,2.4vw,26px);line-height:1.45;margin-top:10px}.acard.feature .ex{color:var(--gray);font-size:14px;line-height:1.85;margin-top:12px;max-width:46ch}@media(max-width:780px){.acard.feature{flex-direction:column}.acard.feature .thumb{aspect-ratio:16/9;flex:none}}.acard{border-radius:10px}.acard .thumb{background:linear-gradient(120deg,#eef2f8,#e3e9f3)}.acard h3{letter-spacing:-.02em}.filter-group{margin-bottom:18px}.filter-group:last-of-type{margin-bottom:0}.filter-label{color:var(--gray);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:10px}#layerChips .chip{font-weight:900}.acard[hidden]{display:none}.filter-empty{color:var(--gray);font-size:14px;margin-top:8px;padding:40px 0;text-align:center}.cta-band .cta-inner{max-width:900px}.cta-band>.wrap>.cta-inner>p.cta-sub{max-width:none}