.system-tile__container{margin:0 auto;max-width:var(--content-width);padding:4.5rem 2rem}.system-tile__headline{font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.2;margin:0 0 2.5rem}.system-tile__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.system-tile__card{background-color:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.75rem}.system-tile__logo{display:block;height:auto;margin:0 0 1.25rem;max-height:32px;max-width:120px;width:auto}.system-tile__name{font-size:1.1875rem;line-height:1.3;margin:0 0 .25rem}.system-tile__status{background:color-mix(in srgb,var(--primary-color) 8%,transparent);border-radius:999px;color:var(--primary-color);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.04em;margin:0 0 1.25rem;padding:.25rem .75rem;text-transform:uppercase}.system-tile__block+.system-tile__block{margin-top:1rem}.system-tile__block-title{color:var(--muted-color);font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin:0 0 .35rem;text-transform:uppercase}.system-tile__block-text{font-size:.9375rem;line-height:1.55;margin:0}@media (max-width:767px){.system-tile__container{padding:3rem 1.25rem}}