.sc-feature-cards{padding:64px 0}.sc-feature-cards__container{margin:0 auto;max-width:px}.sc-feature-cards__header{margin-bottom:3rem;max-width:900px}.sc-feature-cards__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.2;margin:0 0 1rem}.sc-feature-cards__description{font-size:1rem;line-height:1.6}.sc-feature-cards__description p{margin:0}.sc-feature-cards__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(var(--fc-columns,3),1fr)}.sc-feature-cards__card{background:#fff;border:1px solid var(--fc-border-color,#e5e7eb);border-radius:px;color:inherit;display:block;padding:2rem;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease}.sc-feature-cards__card:hover{background-color:var(--fc-hover-bg,#d4f2f5);box-shadow:0 4px 12px rgba(0,0,0,.05)}.sc-feature-cards__card:focus{outline:2px solid var(--fc-icon-color,#0e54d4);outline-offset:2px}.sc-feature-cards__icon{margin-bottom:1.25rem}.sc-feature-cards__icon img,.sc-feature-cards__icon svg{display:block;height:48px;width:48px}.sc-feature-cards__custom-icon{object-fit:contain}.sc-feature-cards__card-title{color:var(--fc-icon-color,#0e54d4);font-size:1.125rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}.sc-feature-cards__card-desc{font-size:.9375rem;line-height:1.6;margin:0}@media (max-width:992px){.sc-feature-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.sc-feature-cards{padding:48px 0}.sc-feature-cards__header{margin-bottom:2rem}.sc-feature-cards__grid{gap:1rem;grid-template-columns:1fr}.sc-feature-cards__card{padding:1.5rem}.sc-feature-cards__icon img,.sc-feature-cards__icon svg{height:40px;width:40px}}