/* Namespace: annflex-  |  Past in Brekken-stijl: rustige blauwe accenten, zachte schaduwen */
.annflex-wrap{    position: relative;
    padding: 48px 0;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 20px;}
.annflex-container{width:min(1200px,92%);margin:0 auto}
.annflex-head{display:flex;gap:24px;align-items:flex-start;justify-content:space-between;margin-bottom:24px}
.annflex-title{margin:0 0 8px;font-size:clamp(22px,2.2vw,32px);line-height:1.2}
.annflex-intro{margin:0;color:#334155}
.annflex-badge{display:inline-flex;align-items:center;gap:10px;background:#0b4a7a;color:#fff;padding:10px 14px;border-radius:999px;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.annflex-badge-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;animation:annflex-pulse 1.8s ease-in-out infinite}
@keyframes annflex-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}

.annflex-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width: 980px){.annflex-grid{grid-template-columns:1fr 1fr}}
@media (max-width: 640px){.annflex-grid{grid-template-columns:1fr}}

.annflex-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 6px 18px rgba(2,6,23,.06)}
.annflex-ic{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e6f1fa;margin-bottom:10px}
.annflex-svg{width:22px;height:22px;fill:#007cc3;}
.annflex-card-title{margin:0 0 6px;font-size:18px;line-height:1.3}
.annflex-card-text{margin:0;color:#334155}

.annflex-usps{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:8px}
.annflex-usp{display:flex;align-items: self-end;gap:10px}
.annflex-usp-ic{width:18px;height:18px;fill:#22c55e;flex:0 0 auto;margin-top:2px}

.annflex-note{margin-top:16px;font-size:14px;color:#475569;background:#fff;border-left:4px solid #0b4a7a;padding:12px 14px;border-radius:8px}
