.mft{width:100%;padding:6rem 0;display:flex;justify-content:center;background:#f8fafc;font-family:Inter,sans-serif}.mft__container{width:100%;max-width:1280px;padding:0 2rem}.mft__header{text-align:center;max-width:48rem;margin:0 auto 5rem}.mft__badge{display:inline-flex;align-items:center;gap:.5rem;background:#e8f0fe;color:#154cba;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.mft__headline{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;color:#0a0f1e;line-height:1.1;margin:0 0 1.5rem}.mft__subtitle{font-size:1.125rem;color:#516f90;line-height:1.7;margin:0}.mft__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.mft__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.mft__grid{grid-template-columns:repeat(3,1fr)}}.mft-card{position:relative;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .3s,transform .3s,border-color .3s}.mft-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-4px);border-color:#154cba33}.mft-card__icon{width:3rem;height:3rem;border-radius:.75rem;background:#e8f0fe;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background .3s}.mft-card:hover .mft-card__icon{background:#154cba}.mft-card__icon svg{width:1.5rem;height:1.5rem;color:#154cba;transition:color .3s}.mft-card:hover .mft-card__icon svg{color:#fff}.mft-card__title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:#0a0f1e;margin:0 0 .75rem;line-height:1.3}.mft-card__desc{color:#516f90;line-height:1.6;margin:0}
