/* ===== IN PROGRESS SECTION STYLES ===== */
.badge-progress{padding:4px 14px;border-radius:100px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:6px;}
[data-theme="dark"] .badge-progress{background:rgba(139,92,246,0.15);color:#8B5CF6;border:1px solid rgba(139,92,246,0.3);}
[data-theme="light"] .badge-progress{background:rgba(139,92,246,0.1);color:#7C3AED;border:1px solid rgba(139,92,246,0.2);}
.pulse-dot-purple{width:6px;height:6px;border-radius:50%;display:inline-block;animation:pulse 2s infinite;}
[data-theme="dark"] .pulse-dot-purple{background:#8B5CF6;}
[data-theme="light"] .pulse-dot-purple{background:#7C3AED;}
.card-progress{position:relative;overflow:hidden;}
[data-theme="dark"] .card-progress{background:rgba(139,92,246,0.04);border-color:rgba(139,92,246,0.15);}
[data-theme="light"] .card-progress{background:rgba(139,92,246,0.03);border-color:rgba(139,92,246,0.12);}
[data-theme="dark"] .card-progress:hover{background:rgba(139,92,246,0.08);border-color:rgba(139,92,246,0.25);}
[data-theme="light"] .card-progress:hover{background:rgba(139,92,246,0.06);border-color:rgba(139,92,246,0.2);}
.badge-progress-sm{padding:3px 10px;border-radius:100px;font-size:10px;font-weight:600;}
[data-theme="dark"] .badge-progress-sm{background:rgba(139,92,246,0.15);color:#8B5CF6;border:1px solid rgba(139,92,246,0.3);}
[data-theme="light"] .badge-progress-sm{background:rgba(139,92,246,0.1);color:#7C3AED;border:1px solid rgba(139,92,246,0.2);}
.progress-label{font-size:11px;}
[data-theme="dark"] .progress-label{color:rgba(255,255,255,0.45);}
[data-theme="light"] .progress-label{color:rgba(26,35,50,0.55);}
.progress-pct{font-size:11px;font-weight:600;}
[data-theme="dark"] .progress-pct{color:#8B5CF6;}
[data-theme="light"] .progress-pct{color:#7C3AED;}
.progress-bar-bg{height:6px;border-radius:100px;}
[data-theme="dark"] .progress-bar-bg{background:rgba(139,92,246,0.1);}
[data-theme="light"] .progress-bar-bg{background:rgba(139,92,246,0.08);}
.progress-bar-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#8B5CF6,#A78BFA);transition:width 0.5s ease;box-shadow:0 0 8px rgba(139,92,246,0.4);}
/* About Us rich content */
.info-text h3{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--text);margin:0 0 12px 0;}
.info-text h4{font-family:var(--font-display);font-size:17px;font-weight:600;margin:0 0 10px 0;}
[data-theme="dark"] .info-text h4{color:rgba(255,255,255,0.85);}
[data-theme="light"] .info-text h4{color:rgba(26,35,50,0.85);}
.info-text p{margin:0 0 16px 0;}
.info-text ul,.info-text ol{margin:0 0 16px 0;padding-left:20px;line-height:2;}
.info-text li{margin-bottom:4px;}
.info-text a{color:var(--accent);text-decoration:none;font-weight:500;}
.info-text a:hover{text-decoration:underline;}
.info-text strong,.info-text b{color:var(--text);}
