/* ============================================================
   Section Leader — Clean White Rows with Left Accent
   ============================================================ */

/* === Section Leader: Option 3 — Clean White Rows with Left Accent === */#section-leader { background: #fff !important; background-image: none !important; padding: 60px 24px !important; position: relative !important; overflow: hidden !important; color: #333 !important; } #section-leader::before { content: '' !important; position: absolute !important; top: 0 !important; left: 0 !important; bottom: 0 !important; width: 5px !important; background: linear-gradient(to bottom, #00853e, #fbbb10) !important; z-index: 2; } #section-leader .leader-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; } #section-leader .leader-header { text-align: center; margin-bottom: 36px; } #section-leader .leader-kicker { display: inline-block; padding: 4px 14px; border-radius: 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; background: rgba(0,133,62,0.08); color: #00853e; margin-bottom: 10px; } #section-leader .leader-header h2 { color: #1a1a1a !important; font-weight: 800 !important; font-size: 2rem !important; margin-bottom: 8px !important; text-shadow: none !important; } #section-leader .leader-header hr { border: none !important; height: 3px !important; width: 80px !important; background: #00853e !important; margin: 0 auto 16px !important; border-radius: 2px !important; } #section-leader .leader-header p { color: #777 !important; font-size: 14px !important; line-height: 1.7 !important; max-width: 680px !important; margin: 0 auto !important; font-weight: 400 !important; } #section-leader .leader-bar-item { display: flex; align-items: center; gap: 20px; padding: 18px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; } #section-leader .leader-bar-item:hover { background: #f9faf9; } #section-leader .leader-bar-item:last-child { border-bottom: none; } #section-leader .leader-bar-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(0,133,62,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } #section-leader .leader-bar-icon i { color: #00853e; font-size: 16px; } #section-leader .leader-bar-info { flex: 1; } #section-leader .leader-bar-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; } #section-leader .leader-bar-label { font-size: 14px; font-weight: 700; color: #222; } #section-leader .leader-bar-label small { font-weight: 400; color: #aaa; font-size: 11px; margin-left: 4px; } #section-leader .leader-bar-percent { font-size: 18px; font-weight: 800; color: #00853e; } #section-leader .leader-bar-track { width: 100%; height: 8px; background: #f0f0f0; border-radius: 4px; overflow: hidden; } #section-leader .leader-bar-fill { height: 100%; border-radius: 4px; background: linear-gradient(90deg, #00853e, #fbbb10); transition: width 1.2s ease; } #section-leader .leader-cta-row { text-align: center; margin-top: 30px; } #section-leader .leader-cta { display: inline-block; padding: 12px 30px; background: #00853e; color: #fff !important; font-weight: 700; text-decoration: none; border-radius: 6px; font-size: 14px; transition: all 0.3s; border: none; text-transform: none; } #section-leader .leader-cta:hover { background: #fbbb10; color: #000 !important; }