.ft-card{display:flex;flex-direction:column;height:100%;border-radius:1rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;background:var(--bs-body-bg,#fff);border:1px solid var(--bs-border-color,#dee2e6)}.ft-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.ft-card-img{height:210px;overflow:hidden;background:#f1f5f9;padding:8px 8px 0;position:relative}[data-theme="dark"] .ft-card-img{background:#0f1d2f}.ft-card-img::before{content:'';display:block;height:22px;background:#1e293b;border-radius:6px 6px 0 0;background-image:radial-gradient(circle 4px at 12px 11px,#ef4444 4px,transparent 4px),radial-gradient(circle 4px at 25px 11px,#eab308 4px,transparent 4px),radial-gradient(circle 4px at 38px 11px,#22c55e 4px,transparent 4px);background-repeat:no-repeat}.ft-card-img img{width:100%;height:calc(100% - 22px);object-fit:cover;object-position:top left;border-radius:0 0 4px 4px}.ft-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.ft-card-icon{width:42px;height:42px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;flex-shrink:0}.ft-card-body h3{margin-bottom:.35rem;font-size:1rem}.ft-card-body p{flex:1}.ft-card-link{font-size:.875rem;font-weight:600;color:var(--bs-success,#198754);text-decoration:none}.ft-card-link:hover{text-decoration:underline}.ft-cat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.ft-cat-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;flex-shrink:0}.ft-badge{display:inline-block;font-size:.7rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;letter-spacing:.03em;text-transform:uppercase}.ft-badge-free{background:#d1fae5;color:#065f46}.ft-badge-starter{background:#dbeafe;color:#1e40af}.ft-badge-pro{background:#ede9fe;color:#5b21b6}.ft-badge-business{background:#fef3c7;color:#92400e}.ft-badge-enterprise{background:#f3e8ff;color:#6b21a8}.ft-card-img img{object-position:top center}@media(max-width:767.98px){.ft-card-img{height:180px}}.ft-stat-box{text-align:center;padding:.75rem 1.25rem;background:rgba(240,253,244,.7);border:1px solid #bbf7d0;border-radius:12px;min-width:80px}.ft-stat-num{font-size:1.625rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#15803d;font-variant-numeric:tabular-nums}.ft-stat-label{font-size:.7rem;color:#166534;margin-top:.2rem;font-weight:500;white-space:nowrap}