.fcd-section-header{margin:0 auto 48px;max-width:960px;text-align:center}.fcd-section-header p{color:#fff;line-height:1.6;margin-top:12px}.fcd-card-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.fcd-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;padding:32px 28px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:calc(33.33% - 32px)}.fcd-card:hover{border-color:#d1d5db;box-shadow:0 10px 25px rgba(0,0,0,.07);transform:translateY(-4px)}.fcd-card-icon-wrap{align-items:center;background-color:#f3f4f6;border-radius:8px;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-bottom:20px;transition:background-color .25s ease;width:60px}.fcd-card:hover .fcd-card-icon-wrap{background-color:#e5e7eb}.fcd-card-icon{display:block;height:32px;object-fit:contain;width:32px}.fcd-card-content{display:flex;flex-direction:column;flex-grow:1}.fcd-card-content h3,.fcd-card-content h4{margin-bottom:12px;margin-top:0}.fcd-card-content p{line-height:1.6;margin:0}@media (max-width:991px){.fcd-card-grid{gap:24px}.fcd-card{padding:28px 24px;width:calc(50% - 24px)}}@media (max-width:880px){.fcd-card-grid{gap:24px}.fcd-card{width:100%}}@media (max-width:640px){.fcd-section-header{margin-bottom:32px}.fcd-card-grid{gap:16px;grid-template-columns:1fr}.fcd-card{padding:24px 20px}}