/**
 * QPC report / test / task page titles — matches QPC_CRASH_DETECTION_REPORT.html
 * Link from any QPC_* report page: <link rel="stylesheet" href="css/qpc_report_title.css">
 */
.qpc-new-version-label {
    color: #64ff64;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.hero h1,
h1.qpc-page-title,
.hero h1.qq-hero-title,
h1.gold-mega,
.hero .gold-mega {
    font-size: 56px;
    font-weight: 200;
    color: #d4af37;
    margin-bottom: 16px;
    max-width: 900px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Optional accent span inside title (vendor name, etc.) */
.hero h1 .hero-accent,
.hero h1 em,
h1.qpc-page-title .hero-accent {
    color: #48f2c2;
    font-style: normal;
    font-weight: 200;
}

@media (max-width: 768px) {
    .hero h1,
    h1.qpc-page-title,
    .hero h1.qq-hero-title,
    h1.gold-mega,
    .hero .gold-mega {
        font-size: 44px;
    }
}
