.provider-block{flex-direction:column;gap:1rem;display:flex}.provider-block__heading{color:var(--on-surface);margin:0;font-size:1.15rem;font-weight:700}.provider-block__note{color:var(--muted);margin:0;font-size:.86rem}.provider-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.provider-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;align-items:flex-start;gap:.6rem;height:100%;padding:1.1rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.provider-card:hover,.provider-card:focus-visible{border-color:#2563eb59;transform:translateY(-3px);box-shadow:0 16px 30px #0f172a1a}.provider-card__logo{justify-content:flex-start;align-items:center;width:100%;height:48px;display:flex}.provider-card__img{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:auto;max-height:44px}.dark .provider-card__img{background:#fff;border-radius:8px;padding:4px 6px}.provider-card__mark{color:#fff;letter-spacing:.02em;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:.95rem;font-weight:800;display:inline-flex}.provider-card__name{color:var(--on-surface);font-size:.98rem;font-weight:700;line-height:1.3}.provider-card__cta{color:var(--primary);margin-top:auto;font-size:.82rem;font-weight:600}@media (max-width:640px){.provider-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem}.provider-card{padding:.9rem}.provider-card__mark{width:40px;height:40px}.provider-card__logo{height:40px}.provider-card__img{max-height:36px}}.provider-grid--lg{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.provider-card--lg{border-radius:20px;gap:1rem;padding:1.9rem}.provider-card--lg .provider-card__logo{justify-content:center;height:92px}.provider-card--lg .provider-card__img{max-height:84px}.provider-card--lg .provider-card__mark{border-radius:18px;width:76px;height:76px;font-size:1.5rem}.provider-card--lg .provider-card__name{font-size:1.2rem}.provider-card--lg .provider-card__cta{font-size:.9rem}@media (max-width:640px){.provider-grid--lg{grid-template-columns:1fr}.provider-card--lg{padding:1.35rem}.provider-card--lg .provider-card__logo{height:70px}.provider-card--lg .provider-card__img{max-height:62px}}
