.checklist-features{background:var(--background);padding:6rem 0}.checklist-features .container-checklist{margin:0 auto;max-width:1200px;padding:0 1.5rem}.checklist-features .features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.checklist-features .feature-card{background:var(--card);border:1px solid rgba(var(--border),.5);border-radius:24px;display:flex;flex-direction:column;height:100%;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-icon{align-items:center;background:rgba(25,145,210,.1);border-radius:1rem;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;transition:background .3s ease;width:4rem}.checklist-features .feature-card:hover{border-color:var(--primary);box-shadow:0 20px 40px rgba(0,0,0,.05);transform:translateY(-8px)}.checklist-features .feature-icon{align-items:center;background:#1991d2;border-radius:16px;color:var(--primary);display:flex;height:3.5rem;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:3.5rem}.checklist-features .feature-card:hover .feature-icon{background:var(--primary);color:#fff}.checklist-features .feature-icon svg{height:1.75rem;stroke-width:2;width:1.75rem}.checklist-features .feature-title{color:var(--foreground);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.checklist-features .feature-description{color:var(--muted-foreground);flex-grow:1;font-size:1rem;line-height:1.6}@media (max-width:768px){.checklist-features{padding:4rem 0}.checklist-features .features-grid{gap:1.5rem;grid-template-columns:1fr}}