/* tests.html — hero / banner */

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

#banner-section.tests-hero.services-hero::before,
#banner-section.tests-hero.page-hero::before {
    background:
        radial-gradient(circle at 14% 38%, rgba(16, 185, 129, 0.16) 0%, transparent 42%),
        radial-gradient(circle at 88% 22%, rgba(59, 130, 246, 0.14) 0%, transparent 40%),
        radial-gradient(circle at 50% 92%, rgba(245, 158, 11, 0.1) 0%, transparent 38%);
}

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

html.dark #banner-section.tests-hero.services-hero,
html.dark #banner-section.tests-hero.page-hero {
    background: linear-gradient(160deg, #0f172a 0%, #134e4a 35%, #1e3a5f 68%, #0f172a 100%);
}

html.dark #banner-section.tests-hero.services-hero::before,
html.dark #banner-section.tests-hero.page-hero::before {
    background:
        radial-gradient(circle at 14% 38%, rgba(16, 185, 129, 0.2) 0%, transparent 42%),
        radial-gradient(circle at 88% 22%, rgba(59, 130, 246, 0.16) 0%, transparent 40%),
        radial-gradient(circle at 50% 92%, rgba(245, 158, 11, 0.12) 0%, transparent 38%);
}

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

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

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

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

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

.tests-hero .hero-stat-value,
.tests-hero .page-hero-stat-value {
    color: #047857;
}

html.dark .tests-hero .hero-stat-value,
html.dark .tests-hero .page-hero-stat-value {
    color: #6ee7b7;
}
