/* Gedeelde knopvoorbeelden voor Home en beheer. */
.home-cta { display:inline-flex; align-items:center; justify-content:center; gap:.25em; max-width:100%; padding:11px 23px; border:2px solid transparent; border-radius:12px; background:var(--cta-bg); color:var(--cta-color); font:800 1rem/1.45 'Nunito',sans-serif; text-decoration:none; text-align:center; overflow-wrap:anywhere; cursor:pointer; transition:filter .15s; }
.home-cta--outline { border-color:var(--cta-color); border-radius:999px; }
.home-cta--pill { border-radius:999px; }
.home-cta--soft { border-radius:6px; box-shadow:0 3px 0 color-mix(in srgb,var(--cta-color) 18%,transparent); }
.home-cta--system { font-family:system-ui,sans-serif; font-weight:650; }
a.home-cta:hover { filter:brightness(.93); }
.home-cta:focus-visible { outline:3px solid #c31737; outline-offset:4px; }
.home-underline { color:#a00523; padding-bottom:0; background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%2018%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20fill%3D%22%23a1cfdf%22%20d%3D%22M3%208C54%203%20134%206%20184%204s97-1%20130%202l-6%203%208%201-5%204c-83-1-160-3-242%200l-62%201%204-3-8-1Z%22%2F%3E%3C%2Fsvg%3E") left calc(100% - .18em) / 100% .13em no-repeat; box-decoration-break:clone; -webkit-box-decoration-break:clone; }
