.demo-badge {
    background: #dc3545;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    margin-left: 10px;
    vertical-align: middle;
}

.demo-banner {
    display: inline-block;
    margin-top: 10px;
    background: #fff3cd;
    color: #856404;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
}

.page-header {
    text-align: center;
    margin-bottom: 15px;
}

.title-row {
    display: flex;
    font-size: 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.title-row h1 {
    font-size: 2.3rem;
    margin: 0;
    font-weight: 700;
}
