/* Home-only preview: colored circular markers with white symbols/numbers. */
.page-home .card .icon{width:54px;height:54px;border-radius:50%;background:#674bf6;color:#fff;font-size:22px;box-shadow:0 10px 24px rgba(103,75,246,.22)}
.page-home .grid-3 .card:nth-child(2) .icon{background:#13aa9c;box-shadow:0 10px 24px rgba(19,170,156,.22)}
.page-home .grid-3 .card:nth-child(3) .icon{background:#265d9a;box-shadow:0 10px 24px rgba(38,93,154,.22)}
.page-home .grid-3 .card:nth-child(4) .icon{background:#e06476;box-shadow:0 10px 24px rgba(224,100,118,.22)}
.page-home .grid-3 .card:nth-child(5) .icon{background:#e09132;box-shadow:0 10px 24px rgba(224,145,50,.22)}
.page-home .grid-3 .card:nth-child(6) .icon{background:#7556a8;box-shadow:0 10px 24px rgba(117,86,168,.22)}
.page-home .grid-3 .card{display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:18px;align-items:center}.page-home .grid-3 .card .icon{grid-column:1;grid-row:1;margin:0}.page-home .grid-3 .card h3{grid-column:2;grid-row:1;margin:0}.page-home .grid-3 .card p,.page-home .grid-3 .card .card-link{grid-column:1/-1}.page-home .grid-3 .card p{margin-top:22px}
.page-home .pillar strong{width:82px;height:82px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:50%;background:#674bf6;color:#fff;text-align:center;font-size:11px;line-height:1.25;box-shadow:0 12px 28px rgba(0,0,0,.2)}
.page-home .pillar:nth-child(2) strong{background:#13aa9c}.page-home .pillar:nth-child(3) strong{background:#265d9a}
.page-home .pillar{display:grid;grid-template-columns:82px minmax(0,1fr);column-gap:22px;align-items:center}.page-home .pillar strong{grid-column:1;grid-row:1;margin:0}.page-home .pillar h3{grid-column:2;grid-row:1;margin:0}.page-home .pillar p{grid-column:1/-1;margin-top:24px}
.page-home .step:before{width:48px;height:48px;display:grid;place-items:center;margin-bottom:20px;border-radius:50%;background:#674bf6;color:#fff;font-size:13px;box-shadow:0 9px 20px rgba(103,75,246,.2)}
.page-home .step:nth-child(2):before{background:#13aa9c}.page-home .step:nth-child(3):before{background:#265d9a}.page-home .step:nth-child(4):before{background:#e09132}
.page-home .step{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:16px;align-items:center}.page-home .step:before{grid-column:1;grid-row:1;margin:0}.page-home .step h3{grid-column:2;grid-row:1;margin:0}.page-home .step p{grid-column:1/-1;margin-top:18px}
@media(max-width:620px){.page-home .pillar{grid-template-columns:70px minmax(0,1fr)}.page-home .pillar strong{width:70px;height:70px}.page-home .card .icon{width:50px;height:50px}.page-home .grid-3 .card{grid-template-columns:50px minmax(0,1fr)}}
