/* cb-services.html — Chargeback hero */

#banner-section.cb-hero.services-hero {
    background: linear-gradient(160deg, #ffffff 0%, #ecfdf5 30%, #eff6ff 65%, #f8fafc 100%);
}

#banner-section.cb-hero.services-hero::before {
    background:
        radial-gradient(circle at 14% 36%, rgba(16, 185, 129, 0.16) 0%, transparent 42%),
        radial-gradient(circle at 86% 24%, rgba(59, 130, 246, 0.14) 0%, transparent 40%),
        radial-gradient(circle at 48% 92%, rgba(5, 150, 105, 0.1) 0%, transparent 38%);
}

#banner-section.cb-hero.services-hero::after {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.14) 0%, transparent 70%);
}

html.dark #banner-section.cb-hero.services-hero {
    background: linear-gradient(160deg, #0f172a 0%, #064e3b 38%, #1e3a5f 72%, #0f172a 100%);
}

html.dark #banner-section.cb-hero.services-hero::before {
    background:
        radial-gradient(circle at 14% 36%, rgba(52, 211, 153, 0.2) 0%, transparent 42%),
        radial-gradient(circle at 86% 24%, rgba(96, 165, 250, 0.16) 0%, transparent 40%),
        radial-gradient(circle at 48% 92%, rgba(16, 185, 129, 0.12) 0%, transparent 38%);
}

.cb-hero .services-hero-badge {
    color: #047857;
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.28);
}

.cb-hero .services-hero-badge::before {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.35);
}

html.dark .cb-hero .services-hero-badge {
    color: #6ee7b7;
    background: rgba(16, 185, 129, 0.14);
    border-color: rgba(52, 211, 153, 0.35);
}

.cb-hero .services-hero-title {
    background: linear-gradient(135deg, #0f172a 0%, #047857 42%, #1d4ed8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html.dark .cb-hero .services-hero-title {
    background: linear-gradient(135deg, #f8fafc 0%, #6ee7b7 40%, #93c5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cb-hero .hero-stat-value {
    color: #047857;
}

html.dark .cb-hero .hero-stat-value {
    color: #6ee7b7;
}
